aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/movinggc.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-22block: bio: pass bvec table to bio_init()Gravatar Ming Lei 1-4/+2
2016-09-22block: export bio_free_pages to other modulesGravatar Guoqing Jiang 1-4/+1
2016-06-07bcache: use bio op accessorsGravatar Mike Christie 1-1/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-4/+4
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Gravatar Nicholas Swenson 1-1/+4
2014-03-18bcache: Fix moving_pred()Gravatar Kent Overstreet 1-5/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeGravatar Nicholas Swenson 1-2/+3
2014-01-08bcache: Rework allocator reservesGravatar Kent Overstreet 1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreGravatar Jens Axboe 1-6/+15
2013-12-16bcache: bugfix for race between moving_gc and bucket_invalidateGravatar Kent Overstreet 1-0/+10
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsGravatar Nicholas Swenson 1-5/+3
2013-12-16bcache: fix for gc crashing when no sectors are usedGravatar Nicholas Swenson 1-1/+2
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-2/+2
2013-11-10bcache: Break up struct searchGravatar Kent Overstreet 1-29/+27
2013-11-10bcache: Don't use op->insert_collisionGravatar Kent Overstreet 1-1/+1
2013-11-10bcache: Kill op->replaceGravatar Kent Overstreet 1-2/+2
2013-11-10bcache: Kill op->clGravatar Kent Overstreet 1-2/+2
2013-11-10bcache: Prune struct btree_opGravatar Kent Overstreet 1-9/+9
2013-11-10bcache: Convert gc to a kthreadGravatar Kent Overstreet 1-21/+14
2013-11-10bcache: Refactor journalling flow controlGravatar Kent Overstreet 1-1/+1
2013-11-10bcache: Fix a lockdep splatGravatar Kent Overstreet 1-1/+1
2013-07-01bcache: Use standard utility codeGravatar Kent Overstreet 1-3/+4
2013-06-26bcache: Write out full stripesGravatar Kent Overstreet 1-2/+3
2013-06-26bcache: Fix/revamp tracepointsGravatar Kent Overstreet 1-7/+5
2013-03-28bcache: Don't export utility code, prefix with bch_Gravatar Kent Overstreet 1-2/+2
2013-03-25bcache: Style/checkpatch fixesGravatar Kent Overstreet 1-12/+12
2013-03-23bcache: A block layer cacheGravatar Kent Overstreet 1-0/+254