aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui1-1/+5
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li1-1/+9
2017-10-16bcache: remove unused parameterYijing Wang1-6/+6
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler1-0/+8
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui1-3/+3
2017-09-06bcache: fix sequential large write IO bypassTang Junhui1-6/+0
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-8/+8
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+4
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-14/+14
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-5/+5
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-1/+1
2016-12-17bcache: Make gc wakeup sane, remove set_task_state()Kent Overstreet1-3/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-11-01bcache: use op_is_sync to check for synchronous requestsChristoph Hellwig1-2/+2
2016-09-22block: export bio_free_pages to other modulesGuoqing Jiang1-7/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-6/+6