summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig2019-08-221-10/+10
* block: create a bio_try_merge_pc_page helperChristoph Hellwig2019-08-221-24/+10
* block: improve the gap check in __bio_add_pc_pageChristoph Hellwig2019-08-221-7/+7
* block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar2019-08-201-2/+0
* block: sed-opal: Remove always false conditional statementRevanth Rajashekar2019-08-201-4/+0
* block: sed-opal: Add/remove spacesRevanth Rajashekar2019-08-202-6/+42
* block: remove struct request_queue queue_headJunxiao Bi2019-08-191-1/+0
* block: annotate refault stalls from IO submissionJohannes Weiner2019-08-142-1/+25
* blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin2019-08-121-3/+6
* block: stop exporting bio_map_kernHans Holmberg2019-08-061-1/+0
* blk-mq: balance mapping between present CPUs and queuesMing Lei2019-08-041-7/+22
* blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni2019-08-042-0/+44
* block: Fix a comment in blk_cleanup_queue()Bart Van Assche2019-08-041-1/+2
* block: Improve physical block alignment of split biosBart Van Assche2019-08-041-4/+17
* block: Simplify blk_bio_segment_split()Bart Van Assche2019-08-041-35/+33
* block: Simplify bvec_split_segs()Bart Van Assche2019-08-041-9/+7
* block: Document the bio splitting functionsBart Van Assche2019-08-042-2/+45
* block: Declare several function pointer arguments 'const'Bart Van Assche2019-08-041-3/+4
* blk-mq: remove blk_mq_complete_request_syncMing Lei2019-08-041-7/+0
* blk-mq: introduce blk_mq_tagset_wait_completed_request()Ming Lei2019-08-041-0/+32
* blk-mq: introduce blk_mq_request_completed()Ming Lei2019-08-041-0/+6
* Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-261-1/+2
|\
| * block: fix max segment size handling in blk_queue_virt_boundaryChristoph Hellwig2019-07-261-1/+2
* | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-267-45/+62
|\|
| * block: blk-mq: Remove blk_mq_sched_started_request and started_requestMarcos Paulo de Souza2019-07-232-11/+0
| * blk-mq: allow REQ_NOWAIT to return an error inlineJens Axboe2019-07-211-2/+6
| * rq-qos: use a mb for got_tokenJosef Bacik2019-07-181-0/+3
| * rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik2019-07-181-0/+1
| * rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik2019-07-181-1/+1
| * rq-qos: fix missed wake-ups in rq_qos_throttleJosef Bacik2019-07-181-0/+1
| * block, bfq: check also in-flight I/O in dispatch pluggingPaolo Valente2019-07-181-24/+43
| * block: fix sysfs module parameters directory path in commentAkinobu Mita2019-07-161-1/+1
| * blkcg: allow blkcg_policy->pd_stat() to print non-debug info tooTejun Heo2019-07-162-6/+6
* | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-168-9/+9
|\ \ | |/ |/|
| * docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
| * docs: block: convert to ReSTMauro Carvalho Chehab2019-07-157-7/+7
* | block: Limit zone array allocation sizeDamien Le Moal2019-07-111-16/+20
* | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-12/+19
* | block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-111-1/+27
* | block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-111-2/+6
* | block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-103-2/+34
* | blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-101-6/+3
* | block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-101-1/+1
* | blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-102-0/+56
* | cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2019-07-101-0/+1
* | blk-cgroup: turn on psi memstall stuffJosef Bacik2019-07-101-5/+7
* | block: init flush rq ref count to 1Josef Bacik2019-07-101-0/+1
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-0922-818/+1342
|\
| * blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-051-37/+14