summaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li1-21/+21
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li1-2/+57
2018-08-09bcache: fix mistaken comments in request.cColy Li1-1/+1
2018-07-27bcache: finish incremental GCTang Junhui1-0/+3
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan1-8/+5
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet1-9/+9
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li1-4/+1
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche1-0/+1
2018-03-18bcache: add io_disable to struct cached_devColy Li1-2/+12
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li1-16/+77
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui1-7/+51
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li1-7/+19
2018-02-27bcache: fix kcrashes with fio in RAID5 backend devTang Junhui1-1/+1
2018-01-08bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan1-2/+2
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle1-0/+1
2018-01-08bcache: ret IOERR when read meets metadata errorRui Hua1-0/+22
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-1/+1
2017-11-24bcache: recover data from backing when data is cleanRui Hua1-7/+6