summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-settings: align max_sectors on "logical_block_size" boundaryMikulas Patocka2021-03-031-0/+12
* block: fix use-after-free in disk_part_iter_nextMing Lei2021-01-171-3/+6
* blk-mq: move blk_mq_update_nr_hw_queues synchronize_rcu callGiuliano Procida2020-06-201-4/+4
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2020-05-201-0/+3
* blk-mq: Allow blocking queue tag iter callbacksKeith Busch2020-04-131-9/+4
* blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2020-04-132-1/+17
* block: don't use bio->bi_vcnt to figure out segment numberMing Lei2020-01-291-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 Persistent ReservationsArnd Bergmann2020-01-121-0/+9
* blk-mq: make sure that line break can be printedMing Lei2019-12-211-1/+1
* blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei2019-12-211-5/+10
* block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin2019-08-111-0/+1
* take floppy compat ioctls to sodding floppy.cAl Viro2019-08-041-340/+0
* block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-171-1/+4
* block: fix infinite loop if the device loses discard capabilityMikulas Patocka2018-12-291-0/+10
* block: break discard submissions into the user defined sizeJens Axboe2018-12-291-3/+9
* partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-09-191-2/+3
* partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-09-191-2/+6
* block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2018-09-192-5/+7
* cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani2018-09-191-1/+2
* block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-09-151-1/+1
* block: do not use interruptible wait anywhereAlan Jenkins2018-07-251-6/+3
* block/mq: fix potential deadlock during cpu hotplugWanpeng Li2018-04-241-2/+2
* blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei2018-04-131-1/+2
* bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov2018-04-131-0/+3
* blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei2018-04-131-0/+4
* block: fix an error code in add_partition()Dan Carpenter2018-04-131-1/+3
* blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong2018-04-131-2/+2
* Fix slab name "biovec-(1<<(21-12))"Mikulas Patocka2018-04-081-2/+2
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-04-081-1/+3
* block/mq: Cure cpu hotplug lock inversionPeter Zijlstra2018-03-241-2/+2
* blk-throttle: make sure expire time isn't too bigShaohua Li2018-03-221-0/+11
* blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao2018-03-221-3/+1
* blk_rq_map_user_iov: fix error overrideDouglas Gilbert2018-02-251-2/+2
* badblocks: fix wrong return value in badblocks_set if badblocks are disabledLiu Bo2017-12-201-1/+1
* blk-mq: Fix tagset reinit in the presence of cpu hot-unplugSagi Grimberg2017-12-201-0/+3
* block: wake up all tasks blocked in get_request()Ming Lei2017-12-141-2/+2
* blk-mq: initialize mq kobjects in blk_mq_init_allocated_queue()Ming Lei2017-12-143-4/+5
* block: Fix a race between blk_cleanup_queue() and timeout handlingBart Van Assche2017-11-302-3/+2
* Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman2017-10-211-0/+1
* bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro2017-10-181-2/+2
* more bio_map_user_iov() leak fixesAl Viro2017-10-181-5/+9
* fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh2017-10-181-0/+8
* partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar2017-10-081-5/+12
* bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig2017-10-051-1/+0
* block: Relax a check in blk_start_queue()Bart Van Assche2017-09-271-1/+1
* blk-mq-pci: add a fallback when pci_irq_get_affinity returns NULLChristoph Hellwig2017-08-241-1/+7
* partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-06-171-0/+2
* cfq-iosched: fix the delay of cfq_group's vdisktime under iops modeHou Tao2017-06-141-2/+15