aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-06-03Merge tag 'for-5.19/drivers-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2022-05-27md: bcache: check the return value of kzalloc() in detached_dev_do_request()Jia-Ju Bai1-0/+6
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-04-19bcache: fix wrong bdev parameter when calling bio_alloc_clone() in do_bio_hook()Coly Li1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-2/+2
2022-03-04bcache: use bvec_kmap_local in bio_csumChristoph Hellwig1-2/+2
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+3
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig1-1/+0
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-7/+5
2021-10-20bcache: remove bch_crc64_updateChristoph Hellwig1-1/+1
2021-10-20bcache: remove the backing_dev_name field from struct cached_devChristoph Hellwig1-2/+2
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-8/+5
2021-06-08bcache: avoid oversized read request in cache missing code pathColy Li1-2/+7
2021-06-08bcache: remove bcache device self-defined readaheadColy Li1-12/+1
2021-01-24block: use ->bi_bdev for bio based I/O accountingChristoph Hellwig1-13/+21
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-3/+4
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig1-2/+2
2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig1-2/+3
2020-10-02bcache: remove embedded struct cache_sb from struct cache_setColy Li1-2/+2
2020-10-02bcache: only use block_bytes() on struct cacheColy Li1-1/+1
2020-09-11bcache: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acctSong Liu1-4/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+9
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li1-28/+9
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li1-4/+27
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig1-47/+0
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig1-4/+3
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-2/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2020-05-27bcache: use bio_{start,end}_io_acctChristoph Hellwig1-14/+4
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches1-3/+3
2020-04-25bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig1-1/+0
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig1-5/+2
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li1-5/+12
2019-11-13bcache: deleted code comments for dead code in bch_data_insert_keys()Coly Li1-12/+0
2019-04-24bcache: Clean up bch_get_congested()George Spelvin1-7/+8
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang1-5/+21
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li1-3/+4
2018-12-13bcache: update comment for bch_data_insertShenghui Wang1-3/+3
2018-10-08bcache: fix ioctl in flash deviceTang Junhui1-0/+3
2018-10-08bcache: use REQ_PRIO to indicate bio for metadataColy Li1-2/+2
2018-10-08bcache: trace missed reading by cache_missedTang Junhui1-1/+1
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li1-2/+1
2018-08-11bcache: fix typo 'succesfully' to 'successfully'Coly Li1-1/+1
2018-08-11bcache: style fixes for lines over 80 charactersColy Li1-2/+5
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li1-1/+1
2018-08-11bcache: style fix to add a blank line after declarationsColy Li1-1/+4