aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 1-2/+2
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2022-12-07block: remove bio_set_op_attrsGravatar Christoph Hellwig 1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+6
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Gravatar Jia-Ju Bai 1-0/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Gravatar Coly Li 1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-2/+2
2022-03-04bcache: use bvec_kmap_local in bio_csumGravatar Christoph Hellwig 1-2/+2
2022-02-04block: pass a block_device to bio_clone_fastGravatar Christoph Hellwig 1-2/+3
2022-02-04block: initialize the target bio in __bio_clone_fastGravatar Christoph Hellwig 1-1/+0
2022-02-04block: clone crypto and integrity data in __bio_clone_fastGravatar Christoph Hellwig 1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetGravatar Christoph Hellwig 1-2/+2
2022-02-02block: pass a block_device and opf to bio_initGravatar Christoph Hellwig 1-1/+1
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-7/+5
2021-10-20bcache: remove bch_crc64_updateGravatar Christoph Hellwig 1-1/+1
2021-10-20bcache: remove the backing_dev_name field from struct cached_devGravatar Christoph Hellwig 1-2/+2
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-8/+5
2021-06-08bcache: avoid oversized read request in cache missing code pathGravatar Coly Li 1-2/+7
2021-06-08bcache: remove bcache device self-defined readaheadGravatar Coly Li 1-12/+1
2021-01-24block: use ->bi_bdev for bio based I/O accountingGravatar Christoph Hellwig 1-13/+21
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-3/+4
2020-12-01block: switch partition lookup to use struct block_deviceGravatar Christoph Hellwig 1-2/+2
2020-11-16block: remove __blkdev_driver_ioctlGravatar Christoph Hellwig 1-2/+3
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setGravatar Coly Li 1-2/+2
2020-10-02bcache: only use block_bytes() on struct cacheGravatar Coly Li 1-1/+1
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctGravatar Song Liu 1-4/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+9
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceGravatar Coly Li 1-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceGravatar Coly Li 1-4/+27
2020-07-08writeback: remove bdi->congested_fnGravatar Christoph Hellwig 1-47/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctGravatar Christoph Hellwig 1-4/+3
2020-07-01block: move ->make_request_fn to struct block_device_operationsGravatar Christoph Hellwig 1-2/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2020-05-27bcache: use bio_{start,end}_io_acctGravatar Christoph Hellwig 1-14/+4
2020-05-27bcache: Convert pr_<level> uses to a more typical styleGravatar Joe Perches 1-3/+3
2020-04-25bcache: remove a duplicate ->make_request_fn assignmentGravatar Christoph Hellwig 1-1/+0
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestGravatar Christoph Hellwig 1-5/+2
2020-02-01bcache: add readahead cache policy options via sysfs interfaceGravatar Coly Li 1-5/+12
2019-11-13bcache: deleted code comments for dead code in bch_data_insert_keys()Gravatar Coly Li 1-12/+0
2019-04-24bcache: Clean up bch_get_congested()Gravatar George Spelvin 1-7/+8
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGravatar Guoju Fang 1-5/+21
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataGravatar Coly Li 1-3/+4
2018-12-13bcache: update comment for bch_data_insertGravatar Shenghui Wang 1-3/+3
2018-10-08bcache: fix ioctl in flash deviceGravatar Tang Junhui 1-0/+3
2018-10-08bcache: use REQ_PRIO to indicate bio for metadataGravatar Coly Li 1-2/+2
2018-10-08bcache: trace missed reading by cache_missedGravatar Tang Junhui 1-1/+1
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyGravatar Coly Li 1-2/+1