summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()Li Jinlin2021-09-261-0/+1
* 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: Allow blocking queue tag iter callbacksKeith Busch2020-05-201-5/+2
* blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2020-05-201-1/+9
* blk-mq: Allow timeouts to run while queue is freezingGabriel Krisman Bertazi2020-05-201-1/+14
* block: defer timeouts to a workqueueChristoph Hellwig2020-05-202-0/+7
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2020-05-201-0/+3
* blk-mq: fix undefined behaviour in order_to_size()Bartlomiej Zolnierkiewicz2020-05-101-1/+1
* 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
* 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-271-1/+4
* 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: do not use interruptible wait anywhereAlan Jenkins2018-07-251-7/+3
* 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
* 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
* partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron2018-04-081-1/+3
* 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
* more bio_map_user_iov() leak fixesAl Viro2017-12-161-5/+9
* block: wake up all tasks blocked in get_request()Ming Lei2017-12-161-2/+2
* Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman2017-10-211-0/+1
* 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
* block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen2017-07-051-0/+9
* partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard2017-06-171-0/+2
* 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
* block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2017-04-271-1/+0
* 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/+28
* blk: improve order of bio handling in generic_make_request()NeilBrown2017-04-081-5/+20
* block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal2017-03-301-0/+3
* blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval2017-02-261-9/+8
* 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