summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/btree.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-25bcache: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-29/+40
2024-05-28bcache: allow allocator to invalidate bucket in gcDongsheng Yang1-1/+6
2024-05-09bcache: fix variable length array abuse in btree_iterMatthew Mirvish1-19/+21
2023-12-02Merge tag 'block-6.7-2023-12-01' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-12-02Merge tag 'bcachefs-2023-11-29' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-7/+7
2023-11-24bcache: revert replacing IS_ERR_OR_NULL with IS_ERRMarkus Weippert1-1/+1
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-7/+7
2023-11-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li1-0/+7
2023-11-20bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce()Coly Li1-1/+1
2023-11-20bcache: check return value from btree_node_alloc_replacement()Coly Li1-0/+2
2023-10-04bcache: dynamically allocate the md-bcache shrinkerQi Zheng1-11/+16
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+22
2023-06-15bcache: fixup btree_cache_wait list damageMingzhe Zou1-1/+10
2023-06-15bcache: Fix __bch_btree_node_alloc to make the failure behavior consistentZheng Wang1-1/+3
2023-06-15bcache: Remove unnecessary NULL point check in node allocationsZheng Wang1-5/+5
2023-05-24bcache: Convert to lock_cmp_fnKent Overstreet1-1/+22
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-05-27bcache: memset on stack variables in bch_btree_check() and bch_sectors_dirty_...Coly Li1-0/+1
2022-05-24bcache: improve multithreaded bch_btree_check()Coly Li1-32/+26
2022-03-06bcache: fixup multiple threads crashMingzhe Zou1-2/+4
2021-11-08bcache: Revert "bcache: use bvec_virt"Coly Li1-1/+1
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig1-1/+1
2021-08-16bcache: use bvec_virtChristoph Hellwig1-1/+1
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig1-2/+2
2021-02-10bcache: Give btree_io_wq correct semantics againKai Krakow1-1/+1
2021-02-10Revert "bcache: Kill btree_io_wq"Kai Krakow1-2/+19
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li1-8/+9
2020-10-02bcache: only use block_bytes() on struct cacheColy Li1-12/+12
2020-10-02bcache: remove for_each_cache()Coly Li1-56/+47
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li1-1/+1
2020-10-02bcache: check c->root with IS_ERR_OR_NULL() in mca_reserve()Dongsheng Yang1-1/+1
2020-07-25bcache: handle cache set verify_ondisk properly for bucket size > 8MBColy Li1-2/+10
2020-07-25bcache: allocate meta data pages as compound pagesColy Li1-1/+1
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-1/+1
2020-06-15bcache: fix potential deadlock problem in btree_gc_coalesceZhiqiang Liu1-2/+6
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-7/+7
2020-05-27bcache: remove redundant variables i and nColin Ian King1-2/+0
2020-03-22bcache: optimize barrier usage for atomic operationsColy Li1-3/+3
2020-03-22bcache: make bch_btree_check() to be multithreadedColy Li1-3/+166
2020-03-22bcache: add bcache_ prefix to btree_root() and btree() macrosColy Li1-7/+8
2020-03-22bcache: move macro btree() and btree_root() into btree.hColy Li1-59/+1
2020-03-03Revert "bcache: ignore pending signals when creating gc and allocator thread"Jens Axboe1-13/+0
2020-02-13bcache: ignore pending signals when creating gc and allocator threadColy Li1-0/+13
2020-01-23bcache: reap from tail of c->btree_cache in bch_mca_scan()Coly Li1-5/+5
2020-01-23bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()Coly Li1-3/+3
2020-01-23bcache: remove member accessed from struct btreeColy Li1-6/+2
2019-11-18Revert "bcache: fix fifo index swapping condition in journal_pin_cmp()"Jens Axboe1-26/+0
2019-11-14bcache: at least try to shrink 1 node in bch_mca_scan()Coly Li1-0/+2
2019-11-14bcache: add code comments in bch_btree_leaf_dirty()Coly Li1-0/+5
2019-11-14bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang1-4/+8