aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)Author
2023-12-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li
2023-12-08bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert
2023-12-08bcache: check return value from btree_node_alloc_replacement()Coly Li
2023-12-08bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li
2023-08-11bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang
2023-08-11bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2023-08-11bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2020-08-21bcache: allocate meta data pages as compound pagesColy Li
2020-06-25bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-01-04bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-09-16bcache: fix race in btree_flush_write()Coly Li
2019-09-16bcache: add comments for mutex_lock(&b->write_lock)Coly Li
2019-09-16bcache: only clear BTREE_NODE_dirty bit when it is setColy Li
2018-11-13bcache: fix miss key refill->end in writebackTang Junhui
2018-08-11bcache: fix indent by replacing blank by tabsColy Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-09bcache: avoid unncessary cache prefetch bch_btree_node_get()Coly Li
2018-07-27bcache: calculate the number of incremental GC nodes according to the total o...Tang Junhui
2018-07-27bcache: finish incremental GCTang Junhui
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche
2018-03-18bcache: Fix indentationBart Van Assche
2018-03-18bcache: fix using of loop variable in memory shrinkTang Junhui
2018-03-18bcache: fix error return value in memory shrinkTang Junhui
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-02-07bcache: fix for allocator and register thread raceTang Junhui
2018-01-08bcache: reduce cache_set devices iteration by devices_max_usedColy Li
2018-01-08bcache: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
2018-01-06bcache: comment on direct access to bvec tableMing Lei
2017-11-24bcache: check return value of register_shrinkerMichael Lyle
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30bcache: update bucket_in_use in real timeTang Junhui
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang
2016-06-07bcache: use bio op accessorsMike Christie
2016-05-24bcache: bch_gc_thread() is not freezableJiri Kosina
2015-12-30bcache: Add a cond_resched() call to gcKent Overstreet
2015-12-30bcache: fix a livelock when we cause a huge number of cache missesZheng Liu
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig