summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-12-21blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-12-21blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-08-11block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2019-08-04take floppy compat ioctls to sodding floppy.cAl Viro1-340/+0
2019-04-27block: do not leak memory in bio_copy_user_iov()Jérôme Glisse1-1/+4
2018-09-19partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-09-19partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-09-19block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo2-5/+7
2018-09-19cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani1-1/+2
2018-07-25block: do not use interruptible wait anywhereAlan Jenkins1-7/+3
2018-04-13blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei1-1/+2
2018-04-13bio-integrity: Do not allocate integrity context for bio w/o dataDmitry Monakhov1-0/+3
2018-04-13block: fix an error code in add_partition()Dan Carpenter1-1/+3
2018-04-13blk-mq: NVMe 512B/4K+T10 DIF/DIX format returns I/O error on dd with split opWen Xiong1-2/+2
2018-04-08partitions/msdos: Unable to mount UFS 44bsd partitionsRichard Narron1-1/+3
2018-03-22blk-throttle: make sure expire time isn't too bigShaohua Li1-0/+11
2018-03-22blkcg: fix double free of new_blkg in blkcg_init_queueHou Tao1-3/+1
2017-12-16more bio_map_user_iov() leak fixesAl Viro1-5/+9
2017-12-16block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-10-21Revert "bsg-lib: don't free job in bsg_prepare_job"Greg Kroah-Hartman1-0/+1
2017-10-18fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh1-0/+8
2017-10-08partitions/efi: Fix integer overflow in GPT size calculationAlden Tondettar1-5/+12
2017-10-05bsg-lib: don't free job in bsg_prepare_jobChristoph Hellwig1-1/+0
2017-09-27block: Relax a check in blk_start_queue()Bart Van Assche1-1/+1
2017-07-05block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen1-0/+9
2017-06-17partitions/msdos: FreeBSD UFS2 file systems are not recognizedRichard1-0/+2
2017-05-20block: fix blk_integrity_register to use template's interval_exp if not 0Mike Snitzer1-1/+2
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov2-18/+2
2017-04-27block: fix del_gendisk() vs blkdev_ioctl crashDan Williams1-1/+0
2017-04-18blk-mq: Avoid memory reclaim when remapping queuesGabriel Krisman Bertazi1-3/+3
2017-04-08blk: Ensure users for current->bio_list can see the full list.NeilBrown2-15/+28
2017-04-08blk: improve order of bio handling in generic_make_request()NeilBrown1-5/+20
2017-03-30block: allow WRITE_SAME commands with the SG_IO ioctlSumit Semwal1-0/+3
2017-02-26blk-mq: really fix plug list flushing for nomerge queuesOmar Sandoval1-9/+8
2017-01-19blk-mq: Always schedule hctx->next_cpuGabriel Krisman Bertazi1-3/+1
2017-01-19block: cfq_cpd_alloc() should use @gfpTejun Heo1-1/+1
2017-01-09sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro1-0/+3
2017-01-06blk-mq: Do not invoke .queue_rq() for a stopped queueBart Van Assche1-3/+3
2016-12-10Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds1-0/+3
2016-10-28blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche1-3/+1
2016-10-22cfq: fix starvation of asynchronous writesGlauber Costa1-3/+10
2016-10-07blk-mq: actually hook up defer list when running requestsOmar Sandoval1-1/+1
2016-09-15block: make sure a big bio is split into at most 256 bvecsMing Lei1-0/+22
2016-09-15block: Fix race triggered by blk_set_queue_dying()Bart Van Assche1-1/+3
2016-09-15blk-mq: End unstarted requests on dying queueKeith Busch1-2/+4
2016-08-20block: fix bdi vs gendisk lifetime mismatchDan Williams1-1/+1
2016-08-20block: add missing group association in bio-cloning functionsPaolo Valente1-0/+15
2016-08-16block: fix use-after-free in seq fileVegard Nossum1-0/+1
2016-08-10block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2016-05-05block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei1-3/+10