summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcache: call force_wake_up_gc() if necessary in check_should_bypass()Coly Li2024-05-281-1/+15
* closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-37/+37
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-1/+1
|\
| * block: remove bio_set_op_attrsChristoph Hellwig2022-12-071-1/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-1/+1
* Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-0/+6
|\
| * md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai2022-05-271-0/+6
* | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-2/+2
|\|
| * block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-181-2/+2
* | bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li2022-04-191-1/+1
|/
* bcache: use bvec_kmap_local in bio_csumChristoph Hellwig2022-03-041-2/+2
* block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-2/+3
* block: initialize the target bio in __bio_clone_fastChristoph Hellwig2022-02-041-1/+0
* block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig2022-02-041-1/+1
* block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-2/+2
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-1/+1
* block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-7/+5
* bcache: remove bch_crc64_updateChristoph Hellwig2021-10-201-1/+1
* bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig2021-10-201-2/+2
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-8/+5
* bcache: avoid oversized read request in cache missing code pathColy Li2021-06-081-2/+7
* bcache: remove bcache device self-defined readaheadColy Li2021-06-081-12/+1
* block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig2021-01-251-13/+21
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-251-3/+4
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-011-2/+2
* block: remove __blkdev_driver_ioctlChristoph Hellwig2020-11-161-2/+3
* bcache: remove embedded struct cache_sb from struct cache_setColy Li2020-10-021-2/+2
* bcache: only use block_bytes() on struct cacheColy Li2020-10-021-1/+1
* bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu2020-09-121-4/+6
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-5/+9
|\
| * bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li2020-07-281-28/+9
| * bcache: fix bio_{start,end}_io_acct with proper deviceColy Li2020-07-251-4/+27
* | writeback: remove bdi->congested_fnChristoph Hellwig2020-07-091-47/+0
|/
* block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-011-4/+3
* block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-011-2/+2
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-031-3/+3
|\
| * bcache: Convert pr_<level> uses to a more typical styleJoe Perches2020-05-271-3/+3
* | bcache: use bio_{start,end}_io_acctChristoph Hellwig2020-05-271-14/+4
|/
* bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig2020-04-251-1/+0
* bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig2020-03-271-5/+2
* bcache: add readahead cache policy options via sysfs interfaceColy Li2020-02-011-5/+12
* bcache: deleted code comments for dead code in bch_data_insert_keys()Coly Li2019-11-131-12/+0
* bcache: Clean up bch_get_congested()George Spelvin2019-04-241-7/+8
* bcache: fix crashes stopping bcache device before read miss doneGuoju Fang2019-04-241-5/+21
* bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li2019-02-091-3/+4
* bcache: update comment for bch_data_insertShenghui Wang2018-12-131-3/+3
* bcache: fix ioctl in flash deviceTang Junhui2018-10-081-0/+3
* bcache: use REQ_PRIO to indicate bio for metadataColy Li2018-10-081-2/+2