aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/alloc.c
AgeCommit message (Expand)Author
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2021-04-11bcache: remove PTR_CACHEChristoph Hellwig
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li
2020-10-02bcache: check and set sync status on cache's in-memory super blockColy Li
2020-10-02bcache: remove for_each_cache()Coly Li
2020-10-02bcache: explicitly make cache_set only have single cacheColy Li
2020-10-02bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()Coly Li
2020-07-25bcache: add bucket_size_hi into struct cache_sb_disk for large bucketColy 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
2019-11-13bcache: fix deadlock in bcache_allocatorAndrea Righi
2019-06-28bcache: check CACHE_SET_IO_DISABLE in allocator codeColy Li
2019-04-24bcache: avoid clang -Wunintialized warningArnd Bergmann
2018-10-08bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...Shenghui Wang
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-05-03bcache: add wait_for_kthread_stop() in bch_allocator_thread()Coly Li
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-02-07bcache: properly set task state in bch_writeback_thread()Coly Li
2018-01-08bcache: segregate flash only volume write streamsTang Junhui
2017-11-24bcache: Fix building error on MIPSHuacai Chen
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-10-16bcache: fix a comments typo in bch_alloc_sectors()Coly Li
2017-10-16bcache: check ca->alloc_thread initialized before wake up itColy Li
2017-09-06bcache: increase the number of open bucketsTang Junhui
2016-05-24bcache: bch_allocator_thread() is not freezableJiri Kosina
2014-08-04bcache allocator: send discards with correct sizeSlava Pestov
2014-03-18bcache: Kill unused freelistKent Overstreet
2014-03-18bcache: Rework btree cache reserve handlingKent Overstreet
2014-03-18bcache: Add a real GC_MARK_RECLAIMABLEKent Overstreet
2014-03-18bcache: Better alloc tracepointsKent Overstreet
2014-01-08bcache: Improve bucket_prio() calculationKent Overstreet
2014-01-08bcache: Rework allocator reservesKent Overstreet
2013-12-16bcache: bugfix - moving_gc now moves only correct bucketsNicholas Swenson
2013-11-10bcache: Don't bother with bucket refcount for btree node allocationsKent Overstreet
2013-11-10bcache: Debug code improvementsKent Overstreet
2013-11-10bcache: Move sector allocator to alloc.cKent Overstreet
2013-11-10bcache: Convert gc to a kthreadKent Overstreet
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet
2013-07-12bcache: Allocation kthread fixesKent Overstreet
2013-06-26bcache: Fix/revamp tracepointsKent Overstreet
2013-06-26bcache: Convert allocator thread to kthreadKent Overstreet
2013-04-30bcache: Allocator cleanup/fixesKent Overstreet
2013-03-25bcache: Style/checkpatch fixesKent Overstreet
2013-03-23bcache: A block layer cacheKent Overstreet