summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c
Commit message (Expand)AuthorAgeFilesLines
* 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-241-13/+21
* block: store a block_device pointer in struct bioChristoph Hellwig2021-01-241-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-111-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-081-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-021-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
* bcache: trace missed reading by cache_missedTang Junhui2018-10-081-1/+1
* bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li2018-08-111-2/+1
* bcache: fix typo 'succesfully' to 'successfully'Coly Li2018-08-111-1/+1
* bcache: style fixes for lines over 80 charactersColy Li2018-08-111-2/+5
* bcache: add identifier names to arguments of function definitionsColy Li2018-08-111-1/+1
* bcache: style fix to add a blank line after declarationsColy Li2018-08-111-1/+4
* bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li2018-08-111-21/+21
* bcache: set max writeback rate when I/O request is idleColy Li2018-08-091-2/+57
* bcache: fix mistaken comments in request.cColy Li2018-08-091-1/+1
* bcache: finish incremental GCTang Junhui2018-07-271-0/+3
* block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-181-8/+5
* bcache: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-9/+9
* bcache: store disk name in struct cache and struct cached_devColy Li2018-05-031-4/+1
* bcache: Fix kernel-doc warningsBart Van Assche2018-03-181-0/+1
* bcache: add io_disable to struct cached_devColy Li2018-03-181-2/+12
* bcache: add backing_request_endio() for bi_end_ioColy Li2018-03-181-16/+77
* bcache: fix inaccurate io state for detached bcache devicesTang Junhui2018-03-181-7/+51
* bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li2018-03-181-7/+19
* bcache: fix kcrashes with fio in RAID5 backend devTang Junhui2018-02-271-1/+1