summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2020-04-12block: fix memleak of bio integrity dataJustin Tee
2020-04-12block: fix an integer overflow in logical block sizeMikulas Patocka
2020-03-20fs: move guard_bio_eod() after bio_set_op_attrsMing Lei
2020-03-20block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang
2020-03-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche
2020-03-20block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAITRoman Penyaev
2020-03-20compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONESArnd Bergmann
2020-03-20compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONEArnd Bergmann
2020-03-20compat_ioctl: block: handle Persistent ReservationsArnd Bergmann
2020-03-20block: add bio_truncate to fix guard_bio_eodMing Lei
2020-01-31blk-mq: make sure that line break can be printedMing Lei
2020-01-31blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei
2020-01-19block: fix "check bi_size overflow before merge"Andreas Gruenbacher
2020-01-19block: check bi_size overflow before mergeJunichi Nomura
2020-01-09block, bfq: deschedule empty bfq_queues not referred by any processPaolo Valente
2019-12-29blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo
2019-11-25blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo
2019-11-09blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar
2019-11-09blk-mq: move lockdep_assert_held() into elevator_exitMing Lei
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu
2019-10-05block: mq-deadline: Fix queue restart handlingDamien Le Moal
2019-10-05block: make rq sector size accessible for block statsHou Tao
2019-10-05blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin
2019-08-29block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente
2019-08-25blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin
2019-08-16rq-qos: use a mb for got_tokenJosef Bacik
2019-08-16rq-qos: set ourself TASK_UNINTERRUPTIBLE after we scheduleJosef Bacik
2019-08-16rq-qos: don't reset has_sleepers on spurious wakeupsJosef Bacik
2019-07-31block/bio-integrity: fix a memory leak bugWenwen Wang
2019-07-31block: init flush rq ref count to 1Josef Bacik
2019-07-28block: Limit zone array allocation sizeDamien Le Moal
2019-07-26blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo
2019-07-26blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo
2019-07-26blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov
2019-07-26block: Fix potential overflow in blk_report_zones()Damien Le Moal
2019-07-26block: Allow mapping of vmalloc-ed buffersDamien Le Moal
2019-07-26blk-iolatency: fix STS_AGAIN handlingDennis Zhou
2019-07-26block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente
2019-07-26blk-iolatency: only account submitted biosDennis Zhou
2019-07-14block, bfq: NULL out the bic when it's no longer validDouglas Anderson
2019-07-14block: fix .bi_size overflowMing Lei
2019-07-06blk-mq: fix up placement of debugfs directory of queue filesGreg Kroah-Hartman
2019-06-25block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente
2019-06-17block: fix page leak when merging to same pageChristoph Hellwig
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-06-13blk-mq: remove WARN_ON(!q->elevator) from blk_mq_sched_free_requestsMing Lei
2019-06-13blk-mq: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-13block: force select mq-deadline for zoned block devicesDamien Le Moal
2019-06-10cgroup/bfq: revert bfq.weight symlink changeJens Axboe
2019-06-07block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco