summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/journal.c
AgeCommit message (Expand)Author
2018-02-07bcache: fix high CPU occupancy during journalTang Junhui
2018-02-07bcache: add journal statisticTang Junhui
2017-11-24bcache: Fix building error on MIPSHuacai Chen
2017-11-24bcache: add a comment in journal bucket readingTang Junhui
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07bcache: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2015-08-13bcache: remove driver private bio splitting codeKent Overstreet
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-11bcache: don't embed 'return' statements in closure macrosJens Axboe
2015-06-30MAINTAINERS: BCACHE: Kent Overstreet has changed email addressJoe Perches
2014-08-04bcache: Fix an infinite loop in journal replayKent Overstreet
2014-08-04bcache: Fix to remove the rcu_sched stalls.Surbhi Palande
2014-08-04bcache: Fix a journal replay bugKent Overstreet
2014-03-18bcache: btree locking reworkKent Overstreet
2014-03-18bcache: Add bch_keylist_init_single()Kent Overstreet
2014-03-18bcache: Fix another bug recovering from unclean shutdownKent Overstreet
2014-03-18bcache: Fix a journalling reclaim after recovery bugKent Overstreet
2014-03-17bcache: Fix a null ptr deref in journal replayKent Overstreet
2014-02-25bcache: Fix a shutdown bugKent Overstreet
2014-01-08bcache: Rename/shuffle various code aroundKent Overstreet
2014-01-08bcache: Bkey indexing renamingKent Overstreet
2014-01-08bcache: kill closure locking usageKent Overstreet
2014-01-08bcache: Performance fix for when journal entry is fullKent Overstreet
2014-01-08bcache: Minor journal fixKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-10bcache: Pull on disk data structures out into a separate headerKent Overstreet
2013-11-10bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes()Kent Overstreet
2013-11-10bcache: Kill op->replaceKent Overstreet
2013-11-10bcache: Kill op->clKent Overstreet
2013-11-10bcache: Prune struct btree_opKent Overstreet
2013-11-10bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet
2013-11-10bcache: Move keylist out of btree_opKent Overstreet
2013-11-10bcache: Refactor journalling flow controlKent Overstreet
2013-11-10bcache: Clean up keylist codeKent Overstreet
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet
2013-11-10bcache: Fix a journalling performance bugKent Overstreet
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet
2013-07-12bcache: Journal replay fixKent Overstreet
2013-07-01bcache: FUA fixesKent Overstreet
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet
2013-06-26bcache: Refactor btree ioKent Overstreet
2013-04-08bcache: Sparse fixesKent Overstreet