summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-12dm: fix excessive dm-mq context switchingMike Snitzer1-1/+1
2016-03-10block: Initialize max_dev_sectors to 0Keith Busch1-2/+2
2016-03-04bio: return EINTR if copying to user space got interruptedHannes Reinecke1-2/+5
2016-02-17block: fix bio splitting on max sectorsMing Lei1-7/+19
2016-02-17block: split bios to max possible lengthKeith Busch1-3/+16
2016-01-08Revert "block: Split bios on chunk boundaries"Jens Axboe1-1/+1
2015-12-28block: add blk_start_queue_async()Jens Axboe1-0/+16
2015-12-23block: Split bios on chunk boundariesKeith Busch1-1/+1
2015-12-23Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-12-22block: ensure to split after potentially bouncing a bioJunichi Nomura1-2/+2
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+12
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo10-58/+83
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-20/+19
2015-12-04SCSI: Fix NULL pointer dereference in runtime PMKen Xue1-0/+12
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley2-20/+19
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-3/+3
2015-11-30blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei1-0/+3
2015-11-30block: Always check queue limits for cloned requestsHannes Reinecke1-14/+7
2015-11-26Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen1-1/+1
2015-11-26block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2-20/+19
2015-11-25Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe1-1/+1
2015-11-25block: fix blk_abort_request for blk-mq driversChristoph Hellwig1-3/+5
2015-11-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-19/+49
2015-11-24blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei1-0/+6
2015-11-24blk-merge: fix blk_bio_segment_splitMing Lei1-3/+19
2015-11-24block: fix segment splitMing Lei1-2/+2