aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/movinggc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+5
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-4/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-4/+1
2016-06-07bcache: use bio op accessorsMike Christie1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-4/+4
2014-03-18bcache: stop moving_gc marking buckets that can't be moved.Nicholas Swenson1-1/+4
2014-03-18bcache: Fix moving_pred()Kent Overstreet1-5/+3
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-2/+3
2014-01-08bcache: Rework allocator reservesKent Overstreet1-1/+1
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe1-6/+15
2013-12-16bcache: bugfix for race between moving_gc and bucket_invalidateKent Overstreet1-0/+10
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson1-5/+3
2013-12-16bcache: fix for gc crashing when no sectors are usedNicholas Swenson1-1/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-11-10bcache: Break up struct searchKent Overstreet1-29/+27
2013-11-10bcache: Don't use op->insert_collisionKent Overstreet1-1/+1
2013-11-10bcache: Kill op->replaceKent Overstreet1-2/+2
2013-11-10bcache: Kill op->clKent Overstreet1-2/+2
2013-11-10bcache: Prune struct btree_opKent Overstreet1-9/+9
2013-11-10bcache: Convert gc to a kthreadKent Overstreet1-21/+14
2013-11-10bcache: Refactor journalling flow controlKent Overstreet1-1/+1
2013-11-10bcache: Fix a lockdep splatKent Overstreet1-1/+1
2013-07-01bcache: Use standard utility codeKent Overstreet1-3/+4
2013-06-26bcache: Write out full stripesKent Overstreet1-2/+3
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-7/+5
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-2/+2
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-12/+12
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+254