summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-1/+1
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-2/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+2
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig1-0/+3
2019-04-24bcache: Clean up bch_get_congested()George Spelvin1-1/+1
2018-10-08bcache: remove unused bch_passthrough_cacheShenghui Wang1-1/+1
2018-08-12bcache: add identifier names to arguments of function definitionsColy Li1-1/+1
2018-08-12bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-9/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2014-03-18bcache: Kill dead cgroup codeKent Overstreet1-18/+0
2014-03-18bcache: Fix moving_gc deadlocking with a foreground writeNicholas Swenson1-0/+1
2014-01-09bcache: Zero less memoryKent Overstreet1-8/+13
2013-11-11bcache: Move sector allocator to alloc.cKent Overstreet1-4/+1
2013-11-11bcache: Break up struct searchKent Overstreet1-29/+8
2013-11-11bcache: Don't use op->insert_collisionKent Overstreet1-0/+1
2013-11-11bcache: Kill op->replaceKent Overstreet1-0/+2
2013-11-11bcache: Kill op->clKent Overstreet1-0/+1
2013-11-11bcache: Prune struct btree_opKent Overstreet1-0/+14
2013-11-11bcache: Convert bch_btree_read_async() to bch_btree_map_keys()Kent Overstreet1-2/+0
2013-11-11bcache: Move keylist out of btree_opKent Overstreet1-1/+3
2013-11-11bcache: Refactor journalling flow controlKent Overstreet1-2/+1
2013-06-27bcache: Fix/revamp tracepointsKent Overstreet1-1/+1
2013-03-24bcache: A block layer cacheKent Overstreet1-0/+62