summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer2017-05-201-1/+2
* block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-05-142-18/+2
* blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi2017-04-181-3/+3
* blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-04-082-15/+27
* blk: improve order of bio handling in generic_make_request()NeilBrown2017-04-081-4/+21
* blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-301-10/+1
* block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira2017-03-221-0/+3
* blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi2017-01-191-3/+1
* block: cfq_cpd_alloc() should use @gfpTejun Heo2017-01-191-1/+1
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-01-091-0/+3
* blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche2017-01-061-3/+3
* Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds2016-12-071-0/+4
* blk-mq: update hardware and software queues for sleeping allocJens Axboe2016-10-271-3/+3
* block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-261-0/+28