summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)Author
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-11-24bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li
2023-11-20bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li
2023-11-20bcache: check return value from btree_node_alloc_replacement()Coly Li
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-15bcache: fixup btree_cache_wait list damageMingzhe Zou
2023-06-15bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang
2023-06-15bcache: Remove unnecessary NULL point check in node allocationsZheng Wang
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li
2022-03-06bcache: fixup multiple threads crashMingzhe Zou
2021-11-08bcache: Revert "bcache: use bvec_virt"for-5.16/drivers-2021-11-09Coly Li
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig
2021-08-16bcache: use bvec_virtChristoph Hellwig
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig
2021-02-10bcache: Give btree_io_wq correct semantics againKai Krakow
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li
2020-10-02bcache: only use block_bytes() on struct cacheColy Li
2020-10-02bcache: remove for_each_cache()Coly Li
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang
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()for-5.6/drivers-2020-01-27Coly 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()"for-5.5/drivers-20191121Jens 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