summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds-2/+3
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterMing Lei-1/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds-16/+42
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards-0/+1
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck-3/+32
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck-10/+8
2018-07-24blk-mq: export setting request completion stateKeith Busch-3/+1
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+0
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby-2/+0
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+16
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe-0/+12
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche-0/+4
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds-14/+6
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche-1/+1
2018-06-20block: sed-opal: Fix a couple off by one bugsDan Carpenter-2/+2
2018-06-20blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter-1/+1
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche-10/+1
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig-0/+1
2018-06-17Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds-64/+17
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-1/+1
2018-06-15bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev-11/+11
2018-06-15block: remov blk_queue_invalidate_tagsChristoph Hellwig-22/+0
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe-29/+0
2018-06-14blk-mq: remove blk_mq_tagset_iterChristoph Hellwig-29/+0
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig-0/+5
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-1/+1
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook-2/+2
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook-8/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-06-11blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen-2/+1
2018-06-10Merge tag 'for-linus-20180610' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+3
2018-06-09block: fix use-after-free in block flush handlingJens Axboe-1/+3
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+82
2018-06-08Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-6/+16
2018-06-08block: add bioset_init_from_src() helperJens Axboe-0/+18
2018-06-07block: always set partition number to '0' in blk_partition_remap()Hannes Reinecke-1/+1
2018-06-06block: pass failfast and driver-specific flags to flush requestsHannes Reinecke-3/+6
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-33/+63
2018-06-05block: add verifier for cmdline partitionWang YanQing-0/+57
2018-06-04blk-mq: return when hctx is stopped in blk_mq_run_work_fnJianchao Wang-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-26/+2
2018-06-02blk-mq: update nr_requests when switching to 'none' schedulerMing Lei-0/+1
2018-06-02block: don't use blocking queue entered for recursive bio submitsJens Axboe-1/+13
2018-06-01block: add a lower-level bio_add_page interfaceChristoph Hellwig-33/+63
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig-32/+48
2018-06-01block: move sysfs_lock into elevator_initChristoph Hellwig-28/+8
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig-11/+5
2018-06-01block: unexport elevator_init/exitChristoph Hellwig-2/+2