summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-09-26blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei1-2/+6
2018-09-26blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei1-1/+2
2018-09-26block: allow max_discard_segments to be stackedMike Snitzer1-1/+1
2018-09-19partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-09-19partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-09-19blk-mq: fix updating tags depthMing Lei1-4/+4
2018-09-19block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov1-2/+2
2018-09-19block: don't warn when doing fsync on read-only devicesMikulas Patocka1-1/+4
2018-09-15cfq: Suppress compiler warnings about comparisonsBart Van Assche1-10/+12
2018-09-15blk-mq: count the hctx as active before allocating tagJianchao Wang2-2/+9
2018-09-15block: bvec_nr_vecs() returns value for wrong slabGreg Edwards1-1/+1
2018-09-15block: don't warn for flush on read-only deviceJens Axboe1-1/+3
2018-09-09block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero1-1/+2
2018-09-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche1-0/+15
2018-09-09block: Introduce blk_exit_queue()Bart Van Assche2-24/+31
2018-09-09block: really disable runtime-pm for blk-mqMing Lei1-2/+4
2018-09-09block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2018-09-09block: fix infinite loop if the device loses discard capabilityMikulas Patocka1-0/+10
2018-08-05Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds1-2/+3
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterMing Lei1-1/+1
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+42
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8
2018-07-24blk-mq: export setting request completion stateKeith Busch1-3/+1
2018-07-14Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2018-07-11bsg: fix bogus EINVAL on non-data commandsTony Battersby1-2/+0
2018-06-30Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2-0/+16
2018-06-29blk-mq: don't queue more if we get a busy returnJens Axboe1-0/+12
2018-06-28block: Fix cloning of requests with a special payloadBart Van Assche1-0/+4
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds7-14/+6
2018-06-23blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2-1/+1
2018-06-20block: sed-opal: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-06-20blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter1-1/+1
2018-06-19Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche2-10/+1
2018-06-19block: fix timeout changes for legacy request driversChristoph Hellwig1-0/+1
2018-06-16Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds4-64/+17
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-15bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev1-11/+11
2018-06-15block: remov blk_queue_invalidate_tagsChristoph Hellwig1-22/+0
2018-06-15Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe1-29/+0
2018-06-14blk-mq: remove blk_mq_tagset_iterChristoph Hellwig1-29/+0
2018-06-14blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig1-0/+5
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-13treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-2/+2
2018-06-13treewide: kzalloc_node() -> kcalloc_node()Kees Cook1-8/+8
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-11blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen1-2/+1