summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-06-30block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai1-1/+0
2020-06-20blk-mq: move _blk_mq_update_nr_hw_queues synchronize_rcu callGiuliano Procida1-4/+4
2020-04-24block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu1-4/+12
2020-04-24block: Fix use-after-free issue accessing struct io_cqSahitya Tummala1-0/+7
2020-04-24block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov1-0/+3
2020-04-13blk-mq: Allow blocking queue tag iter callbacksKeith Busch1-9/+4
2020-04-13blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2-1/+17
2020-04-02block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato1-4/+5
2020-01-27block: don't use bio->bi_vcnt to figure out segment numberMing Lei1-7/+1
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