summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka1-1/+1
2020-01-12block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang1-1/+1
2020-01-09compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann1-0/+2
2020-01-09compat_ioctl: block: handle Persistent ReservationsArnd Bergmann1-0/+9
2019-12-17blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-12-17block: fix single range discard mergeMing Lei1-1/+1
2019-12-17blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-12-01block: fix the DISCARD request mergeJianchao Wang1-10/+36
2019-11-20blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente1-2/+8
2019-10-05blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2-2/+3
2019-07-31block/bio-integrity: fix a memory leak bugWenwen Wang1-2/+6
2019-07-21block, bfq: NULL out the bic when it's no longer validDouglas Anderson1-0/+1
2019-07-03block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32
2019-07-03block: add a lower-level bio_add_page interfaceChristoph Hellwig1-33/+63
2019-06-15block, bfq: increase idling for weight-raised queuesPaolo Valente1-0/+2
2019-06-15blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2-1/+2
2019-05-31block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub1-3/+6
2019-04-17block: do not leak memory in bio_copy_user_iov()Jérôme Glisse1-1/+4
2019-02-20blk-mq: fix a hung issue when fsyncJianchao Wang1-1/+1
2018-12-29block: fix infinite loop if the device loses discard capabilityMikulas Patocka1-0/+10
2018-12-29block: break discard submissions into the user defined sizeJens Axboe1-3/+9
2018-12-21elevator: lookup mq vs non-mq elevatorsJens Axboe1-23/+21
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-13block, bfq: correctly charge and reset entity service in all casesPaolo Valente1-3/+10
2018-10-13blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
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-15cfq: Suppress compiler warnings about comparisonsBart Van Assche1-10/+12
2018-09-15block: bvec_nr_vecs() returns value for wrong slabGreg Edwards1-1/+1
2018-09-09block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero1-1/+2
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-08-24block: sed-opal: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-08-17block, bfq: fix wrong init of saved start time for weight raisingPaolo Valente1-19/+31
2018-08-03block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-08-03block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8
2018-08-03block, bfq: remove wrong lock in bfq_requests_mergedFilippo Muzzini1-2/+0
2018-07-22block: do not use interruptible wait anywhereAlan Jenkins1-6/+3
2018-07-11block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()Ilya Dryomov1-10/+35
2018-07-11block: factor out __blkdev_issue_zero_pages()Ilya Dryomov1-26/+37
2018-07-03block: Fix cloning of requests with a special payloadBart Van Assche1-0/+4
2018-06-26blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen1-2/+1
2018-06-20blk-mq: fix sysfs inflight counterOmar Sandoval4-5/+40
2018-06-20blkcg: init root blkcg_gq under lockJiang Biao1-6/+11
2018-06-20blkcg: don't hold blkcg lock when deactivating policyJiang Biao1-5/+0