summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-05-19Merge tag 'v4.9.220' into 4.9-2.3.x-imxMarcel Ziswiler
2020-04-13blk-mq: Allow blocking queue tag iter callbacksKeith Busch
2020-04-13blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang
2020-01-29block: don't use bio->bi_vcnt to figure out segment numberMing Lei
2020-01-23block: fix an integer overflow in logical block sizeMikulas Patocka
2020-01-12block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang
2020-01-12compat_ioctl: block: handle Persistent ReservationsArnd Bergmann
2019-12-21blk-mq: make sure that line break can be printedMing Lei
2019-12-21blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei
2019-08-11block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin
2019-08-04take floppy compat ioctls to sodding floppy.cAl Viro
2019-04-17block: do not leak memory in bio_copy_user_iov()Jérôme Glisse
2019-03-28Merge tag 'v4.9.166' into 4.9-2.3.x-imxMarcel Ziswiler
2018-12-29block: fix infinite loop if the device loses discard capabilityMikulas Patocka
2018-12-29block: break discard submissions into the user defined sizeJens Axboe
2018-09-24Merge tag 'v4.9.128' into 4.9-2.3.x-imxGary Bisson
2018-09-19partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira
2018-09-19partitions/aix: append null character to print data from diskMauricio Faria de Oliveira
2018-09-19block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo
2018-09-19cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani
2018-09-18Merge tag 'v4.9.127' into imx_4.9.x_2.3.0_gaGary Bisson
2018-09-15block: bvec_nr_vecs() returns value for wrong slabGreg Edwards
2018-08-24block: allow specifying size for extra command dataChristoph Hellwig
2018-08-24block: simplify blk_init_allocated_queueChristoph Hellwig
2018-08-24block: better op and flags encodingChristoph Hellwig
2018-08-24block: split out request-only flags into a new namespaceChristoph Hellwig
2018-08-24block: replace REQ_THROTTLED with a bio flagChristoph Hellwig
2018-08-24block: remove bio_is_rwChristoph Hellwig
2018-08-24MLK-11444 ata: imx: cmd buf corruption errata bug fixRichard Zhu
2018-07-25block: do not use interruptible wait anywhereAlan Jenkins
2018-04-24block/mq: fix potential deadlock during cpu hotplugWanpeng Li
2018-04-13blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei
2018-04-13bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov
2018-04-13blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei
2018-04-13block: fix an error code in add_partition()Dan Carpenter
2018-04-13blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong
2018-04-08Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka
2018-04-08partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron
2018-03-24block/mq: Cure cpu hotplug lock inversionPeter Zijlstra
2018-03-22blk-throttle: make sure expire time isn't too bigShaohua Li
2018-03-22blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao
2018-02-25blk_rq_map_user_iov: fix error overrideDouglas Gilbert
2017-12-20badblocks: fix wrong return value in badblocks_set if badblocks are disabledLiu Bo
2017-12-20blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg
2017-12-14block: wake up all tasks blocked in get_request()Ming Lei
2017-12-14blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei
2017-11-30block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche
2017-10-21Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman
2017-10-18bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro
2017-10-18more bio_map_user_iov() leak fixesAl Viro