summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi2020-11-101-2/+12
* blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi2020-11-101-0/+1
* Revert "block: ratelimit handle_bad_sector() message"Greg Kroah-Hartman2020-11-051-4/+5
* block: ratelimit handle_bad_sector() messageTetsuo Handa2020-10-301-5/+4
* block: ensure bdi->io_pages is always initializedJens Axboe2020-09-121-0/+2
* blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTARTMing Lei2020-09-032-0/+18
* block: release bip in a right way in error pathChengguang Xu2020-07-161-9/+14
* block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedyu kuai2020-06-301-1/+0
* block, bfq: fix use-after-free in bfq_idle_slice_timer_bodyZhiqiang Liu2020-04-171-4/+12
* block: Fix use-after-free issue accessing struct io_cqSahitya Tummala2020-04-171-0/+7
* block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-04-171-0/+3
* block, bfq: fix overwrite of bfq_group pointer in bfq_find_set_group()Carlo Nonato2020-03-251-4/+5
* block: fix 32 bit overflow in __blkdev_issue_discard()Dave Chinner2020-02-011-1/+3
* block: cleanup __blkdev_issue_discard()Ming Lei2020-02-011-17/+6
* 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: call rq_qos_exit() after queue is frozenMing Lei2019-12-012-2/+3
* 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
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2019-11-202-6/+88
* blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo2019-11-121-5/+8
* blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo2019-10-291-8/+5
* blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar2019-10-173-9/+15
* block: mq-deadline: Fix queue restart handlingDamien Le Moal2019-10-071-10/+13
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-10-053-1/+21
* blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2019-10-012-2/+3
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2019-10-014-12/+15
* blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-09-164-8/+11
* blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-09-161-37/+14
* Blk-iolatency: warn on negative inflight IO counterLiu Bo2019-09-161-1/+3
* block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente2019-08-291-3/+11
* block, scsi: Change the preempt-only flag into a counterBart Van Assche2019-08-042-18/+27
* block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-311-2/+6
* block: init flush rq ref count to 1Josef Bacik2019-07-311-0/+1
* blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo2019-07-261-2/+6
* blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-07-261-1/+3
* blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-261-6/+3
* blk-iolatency: only account submitted biosDennis Zhou2019-07-261-0/+4
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-141-0/+1
* block: Fix a NULL pointer dereference in generic_make_request()Guilherme G. Piccoli2019-07-101-3/+2
* 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: fix use-after-free on gendiskYufen Yu2019-05-312-0/+26