summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)Author
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li
2020-07-25bcache: allocate meta data pages as compound pagesColy Li
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-06-14bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches
2020-05-27bcache: remove redundant variables i and nColin Ian King
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li
2020-03-02Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li
2020-01-23bcache: remove member accessed from struct btreeColy Li
2019-11-18Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"Jens Axboe
2019-11-13bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li
2019-11-13bcache: add code comments in bch_btree_leaf_dirty()Coly Li
2019-11-13bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang
2019-11-13bcache: fix fifo index swapping condition in journal_pin_cmp()Coly Li
2019-06-28bcache: fix race in btree_flush_write()Coly Li
2019-06-28bcache: add comments for mutex_lock(&b->write_lock)Coly Li
2019-06-28bcache: only clear BTREE_NODE_dirty bit when it is setColy Li
2019-06-28bcache: remove unncessary code in bch_btree_keys_init()Coly Li
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30bcache: clean up do_btree_node_write a bitChristoph Hellwig
2019-04-24bcache: fix wrong usage use-after-freed on keylist in out_nocoalesce branch o...Shenghui Wang
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2018-12-13bcache: add comment for cache_set->fill_iterShenghui Wang
2018-10-08bcache: 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