aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/journal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-3/+1
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07bcache: use bio op accessorsMike Christie1-3/+4
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+1
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-4/+4
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe1-0/+2
2015-06-30MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches1-1/+1
2014-08-04bcache: Fix an infinite loop in journal replayKent Overstreet1-1/+4
2014-08-04bcache: Fix to remove the rcu_sched stalls.Surbhi Palande1-1/+2
2014-08-04bcache: Fix a journal replay bugKent Overstreet1-7/+9
2014-03-18bcache: btree locking reworkKent Overstreet1-5/+4
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet1-4/+1
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet1-13/+4
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet1-2/+8
2014-03-17bcache: Fix a null ptr deref in journal replayKent Overstreet1-1/+5
2014-02-25bcache: Fix a shutdown bugKent Overstreet1-2/+7
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet1-4/+5
2014-01-08bcache: Bkey indexing renamingKent Overstreet1-3/+3
2014-01-08bcache: kill closure locking usageKent Overstreet1-13/+14
2014-01-08bcache: Performance fix for when journal entry is fullKent Overstreet1-5/+9
2014-01-08bcache: Minor journal fixKent Overstreet1-5/+14
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-6/+6
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet1-2/+2
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet1-3/+1
2013-11-10bcache: Kill op->replaceKent Overstreet1-1/+1
2013-11-10bcache: Kill op->clKent Overstreet1-5/+3
2013-11-10bcache: Prune struct btree_opKent Overstreet1-15/+17
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-1/+0
2013-11-10bcache: Move keylist out of btree_opKent Overstreet1-4/+7
2013-11-10bcache: Refactor journalling flow controlKent Overstreet1-113/+100
2013-11-10bcache: Clean up keylist codeKent Overstreet1-6/+8
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet1-1/+1
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet1-4/+3
2013-11-10bcache: Fix a journalling performance bugKent Overstreet1-21/+26
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-07-12bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-01bcache: FUA fixesKent Overstreet1-1/+1
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet1-4/+10
2013-06-26bcache: Refactor btree ioKent Overstreet1-1/+1
2013-04-08bcache: Sparse fixesKent Overstreet1-0/+2
2013-03-28bcache: Don't export utility code, prefix with bch_Kent Overstreet1-2/+2
2013-03-25bcache: Style/checkpatch fixesKent Overstreet1-4/+4
2013-03-23bcache: A block layer cacheKent Overstreet1-0/+785