aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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-161-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
* 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-101-0/+3
* blkcg: Unlock blkcg_pol_mutex only once when cpd == NULLBart Van Assche2016-10-281-3/+1
* cfq: fix starvation of asynchronous writesGlauber Costa2016-10-221-3/+10
* blk-mq: actually hook up defer list when running requestsOmar Sandoval2016-10-071-1/+1
* block: make sure a big bio is split into at most 256 bvecsMing Lei2016-09-151-0/+22
* block: Fix race triggered by blk_set_queue_dying()Bart Van Assche2016-09-151-1/+3
* blk-mq: End unstarted requests on dying queueKeith Busch2016-09-151-2/+4
* block: fix bdi vs gendisk lifetime mismatchDan Williams2016-08-201-1/+1
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-201-0/+15
* block: fix use-after-free in seq fileVegard Nossum2016-08-161-0/+1
* block: fix use-after-free in sys_ioprio_get()Omar Sandoval2016-08-101-0/+2
* block: partition: initialize percpuref before sending out KOBJ_ADDMing Lei2016-05-041-3/+10
* dm: fix excessive dm-mq context switchingMike Snitzer2016-04-121-1/+1
* block: Initialize max_dev_sectors to 0Keith Busch2016-03-091-2/+2
* bio: return EINTR if copying to user space got interruptedHannes Reinecke2016-03-031-2/+5
* block: fix bio splitting on max sectorsMing Lei2016-02-171-7/+19
* block: split bios to max possible lengthKeith Busch2016-02-171-3/+16
* Revert "block: Split bios on chunk boundaries"Jens Axboe2016-01-081-1/+1
* block: add blk_start_queue_async()Jens Axboe2015-12-281-0/+16
* block: Split bios on chunk boundariesKeith Busch2015-12-221-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-221-2/+2
|\
| * block: ensure to split after potentially bouncing a bioJunichi Nomura2015-12-221-2/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-12-121-0/+12
|\|
| * SCSI: Fix NULL pointer dereference in runtime PMKen Xue2015-12-031-0/+12
* | Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-0710-58/+83
|\ \
| * \ Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-12-062-20/+19
| |\ \ | | |/ | |/|
| | * Merge branch 'mkp-fixes' into fixesJames Bottomley2015-12-032-20/+19
| | |\
| | | * block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2015-11-252-20/+19
| * | | blk-merge: fix computing bio->bi_seg_front_size in case of single segmentMing Lei2015-11-301-0/+3
| * | | block: Always check queue limits for cloned requestsHannes Reinecke2015-11-291-14/+7
| * | | Return EBUSY from BLKRRPART for mounted whole-dev fsEric Sandeen2015-11-251-1/+1
| * | | Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe2015-11-251-1/+1
| * | | block: fix blk_abort_request for blk-mq driversChristoph Hellwig2015-11-241-3/+5
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-245-19/+49
| |\ \ \
| | * | | blk-merge: warn if figured out segment number is bigger than nr_phys_segmentsMing Lei2015-11-231-0/+6
| | * | | blk-merge: fix blk_bio_segment_splitMing Lei2015-11-231-3/+19