aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-18Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"Jens Axboe1-26/+0
2019-11-13bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-11-13bcache: add code comments in bch_btree_leaf_dirty()Coly Li1-0/+5
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang1-4/+8
2019-11-13bcache: fix fifo index swapping condition in journal_pin_cmp()Coly Li1-0/+26
2019-06-28bcache: fix race in btree_flush_write()Coly Li1-1/+27
2019-06-28bcache: add comments for mutex_lock(&b->write_lock)Coly Li1-0/+10
2019-06-28bcache: only clear BTREE_NODE_dirty bit when it is setColy Li1-5/+6
2019-06-28bcache: remove unncessary code in bch_btree_keys_init()Coly Li1-0/+4
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig1-2/+1
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig1-4/+5
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch of btree_gc_coalesceShenghui Wang1-1/+1
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei1-1/+2
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang1-0/+5
2018-10-08bcache: fix miss key refill->end in writebackTang Junhui1-1/+1
2018-08-11bcache: fix indent by replacing blank by tabsColy Li1-2/+2
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-1/+4
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li1-2/+4
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-0/+7
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-25/+25
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li1-7/+7
2018-07-27bcache: calculate the number of incremental GC nodes according to the total of btree nodesTang Junhui1-2/+35
2018-07-27bcache: finish incremental GCTang Junhui1-1/+13
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-2/+2
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche1-1/+1
2018-03-18bcache: Fix indentationBart Van Assche1-1/+1
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui1-3/+6
2018-03-18bcache: fix error return value in memory shrinkTang Junhui1-1/+1
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-3/+8
2018-02-07bcache: fix for allocator and register thread raceTang Junhui1-3/+6
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li1-1/+1
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+1
2018-01-06bcache: comment on direct access to bvec tableMing Lei1-0/+1
2017-11-24bcache: check return value of register_shrinkerMichael Lyle1-1/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: update bucket_in_use in real timeTang Junhui1-7/+10
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-3/+3
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-19/+20
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-5/+1
2016-06-07bcache: use bio op accessorsMike Christie1-2/+2
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina1-2/+0
2015-12-30bcache: Add a cond_resched() call to gcKent Overstreet1-0/+1
2015-12-30bcache: fix a livelock when we cause a huge number of cache missesZheng Liu1-1/+3
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-5/+5