summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/request.c
AgeCommit message (Expand)Author
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-28bcache: use disk_{start,end}_io_acct() to count I/O for bcache deviceColy Li
2020-07-25bcache: fix bio_{start,end}_io_acct with proper deviceColy Li
2020-07-08writeback: remove bdi->congested_fnChristoph Hellwig
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-27bcache: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27bcache: Convert pr_<level> uses to a more typical styleJoe Perches
2020-04-25bcache: remove a duplicate ->make_request_fn assignmentChristoph Hellwig
2020-03-27bcache: pass the make_request methods to blk_queue_make_requestChristoph Hellwig
2020-02-01bcache: add readahead cache policy options via sysfs interfaceColy Li
2019-11-13bcache: deleted code comments for dead code in bch_data_insert_keys()Coly Li
2019-04-24bcache: Clean up bch_get_congested()George Spelvin
2019-04-24bcache: fix crashes stopping bcache device before read miss doneGuoju Fang
2019-02-09bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadataColy Li
2018-12-13bcache: update comment for bch_data_insertShenghui Wang
2018-10-08bcache: fix ioctl in flash deviceTang Junhui
2018-10-08bcache: use REQ_PRIO to indicate bio for metadataColy Li
2018-10-08bcache: trace missed reading by cache_missedTang Junhui
2018-08-11bcache: do not check NULL pointer before calling kmem_cache_destroyColy Li
2018-08-11bcache: fix typo 'succesfully' to 'successfully'Coly Li
2018-08-11bcache: style fixes for lines over 80 charactersColy Li
2018-08-11bcache: add identifier names to arguments of function definitionsColy Li
2018-08-11bcache: style fix to add a blank line after declarationsColy Li
2018-08-11bcache: style fix to replace 'unsigned' by 'unsigned int'Coly Li
2018-08-09bcache: set max writeback rate when I/O request is idleColy Li
2018-08-09bcache: fix mistaken comments in request.cColy Li
2018-07-27bcache: finish incremental GCTang Junhui
2018-07-18block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet
2018-05-03bcache: store disk name in struct cache and struct cached_devColy Li
2018-03-18bcache: Fix kernel-doc warningsBart Van Assche
2018-03-18bcache: add io_disable to struct cached_devColy Li
2018-03-18bcache: add backing_request_endio() for bi_end_ioColy Li
2018-03-18bcache: fix inaccurate io state for detached bcache devicesTang Junhui
2018-03-18bcache: add CACHE_SET_IO_DISABLE to struct cache_set flagsColy Li
2018-02-27bcache: fix kcrashes with fio in RAID5 backend devTang Junhui
2018-01-08bcache: fix unmatched generic_end_io_acct() & generic_start_io_acct()Zhai Zhaoxuan
2018-01-08bcache: allow quick writeback when backing idleMichael Lyle
2018-01-08bcache: ret IOERR when read meets metadata errorRui Hua
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei
2017-11-24bcache: recover data from backing when data is cleanRui Hua
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30bcache: fix wrong cache_misses statisticstang.junhui
2017-10-30bcache: only permit to recovery read error when cache device is cleanColy Li
2017-10-16bcache: remove unused parameterYijing Wang
2017-10-16bcache: update bio->bi_opf bypass/writeback REQ_ flag hintsEric Wheeler
2017-09-06bcache: do not subtract sectors_to_gc for bypassed IOTang Junhui