summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-10-131-2/+2
* Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-10-101-62/+16
* block: fix deadline elevator drain for zoned block devicesDamien Le Moal2018-10-031-1/+1
* blk-mq: avoid to synchronize rcu inside blk_cleanup_queue()Ming Lei2018-09-261-2/+6
* blk-mq: only attempt to merge bio if there is rq in sw queueMing Lei2018-09-261-1/+2
* block: allow max_discard_segments to be stackedMike Snitzer2018-09-261-1/+1
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-09-191-2/+3
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-09-191-2/+6
* blk-mq: fix updating tags depthMing Lei2018-09-191-4/+4
* block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-191-2/+2
* block: don't warn when doing fsync on read-only devicesMikulas Patocka2018-09-191-1/+4
* cfq: Suppress compiler warnings about comparisonsBart Van Assche2018-09-151-10/+12
* blk-mq: count the hctx as active before allocating tagJianchao Wang2018-09-152-2/+9
* block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-09-151-1/+1
* block: don't warn for flush on read-only deviceJens Axboe2018-09-151-1/+3
* block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-09-091-1/+2
* block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche2018-09-091-0/+15
* block: Introduce blk_exit_queue()Bart Van Assche2018-09-092-24/+31
* block: really disable runtime-pm for blk-mqMing Lei2018-09-091-2/+4
* block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin2018-09-091-0/+1
* block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-09-091-0/+10
* Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds2018-08-041-2/+3
* Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-031-1/+1
|\
| * blk-mq: fix blk_mq_tagset_busy_iterMing Lei2018-08-021-1/+1
* | Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-272-16/+42
|\|
| * block: reset bi_iter.bi_done after splitting bioGreg Edwards2018-07-271-0/+1
| * block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck2018-07-261-3/+32
| * block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck2018-07-261-10/+8
| * blk-mq: export setting request completion stateKeith Busch2018-07-241-3/+1
* | Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-141-2/+0
|\|
| * bsg: fix bogus EINVAL on non-data commandsTony Battersby2018-07-111-2/+0
* | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-0/+16
|\|
| * blk-mq: don't queue more if we get a busy returnJens Axboe2018-06-291-0/+12
| * block: Fix cloning of requests with a special payloadBart Van Assche2018-06-281-0/+4
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-247-14/+6
|\|
| * blk-mq: Fix timeout handling in case the timeout handler returns BLK_EH_DONEBart Van Assche2018-06-232-1/+1
| * block: sed-opal: Fix a couple off by one bugsDan Carpenter2018-06-201-2/+2
| * blk-mq-debugfs: Off by one in blk_mq_rq_state_name()Dan Carpenter2018-06-201-1/+1
| * Revert "block: Add warning for bi_next not NULL in bio_endio()"Bart Van Assche2018-06-192-10/+1
| * block: fix timeout changes for legacy request driversChristoph Hellwig2018-06-191-0/+1
* | Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-174-64/+17
|\|
| * bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
| * block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-151-22/+0
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-151-29/+0
| |\
| | * blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-141-29/+0
| * | blk-mq: don't time out requests again that are in the timeout handlerChristoph Hellwig2018-06-141-0/+5
| * | blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-111-2/+1
* | | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | | treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* | | treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-2/+2