summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: don't use bio->bi_vcnt to figure out segment numberMing Lei2020-01-271-7/+1
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-231-1/+1
* block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang2020-01-121-1/+1
* compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann2020-01-091-0/+2
* compat_ioctl: block: handle Persistent ReservationsArnd Bergmann2020-01-091-0/+9
* blk-mq: make sure that line break can be printedMing Lei2019-12-171-1/+1
* block: fix single range discard mergeMing Lei2019-12-171-1/+1
* blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei2019-12-171-5/+10
* block: fix the DISCARD request mergeJianchao Wang2019-12-011-10/+36
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2019-11-201-2/+8
* blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-10-052-2/+3
* block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-311-2/+6
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-211-0/+1
* block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck2019-07-031-3/+32
* block: add a lower-level bio_add_page interfaceChristoph Hellwig2019-07-031-33/+63
* block, bfq: increase idling for weight-raised queuesPaolo Valente2019-06-151-0/+2
* blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-06-152-1/+2
* block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub2019-05-311-3/+6
* block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-171-1/+4
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-02-201-1/+1
* block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-12-291-0/+10
* block: break discard submissions into the user defined sizeJens Axboe2018-12-291-3/+9
* elevator: lookup mq vs non-mq elevatorsJens Axboe2018-12-211-23/+21
* SCSI: fix queue cleanup race before queue initialization is doneMing Lei2018-11-211-3/+2
* block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-11-131-3/+10
* blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-10-131-2/+2
* 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
* cfq: Suppress compiler warnings about comparisonsBart Van Assche2018-09-151-10/+12
* block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-09-151-1/+1
* block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-09-091-1/+2
* 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: sed-opal: Fix a couple off by one bugsDan Carpenter2018-08-241-2/+2
* block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente2018-08-171-19/+31
* block: reset bi_iter.bi_done after splitting bioGreg Edwards2018-08-031-0/+1
* block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck2018-08-031-10/+8
* block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini2018-08-031-2/+0
* block: do not use interruptible wait anywhereAlan Jenkins2018-07-221-6/+3
* block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov2018-07-111-10/+35
* block: factor out __blkdev_issue_zero_pages()Ilya Dryomov2018-07-111-26/+37
* block: Fix cloning of requests with a special payloadBart Van Assche2018-07-031-0/+4
* blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen2018-06-261-2/+1
* blk-mq: fix sysfs inflight counterOmar Sandoval2018-06-214-5/+40
* blkcg: init root blkcg_gq under lockJiang Biao2018-06-211-6/+11