summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | block: loop: convert to per-device workqueueMing Lei2015-05-052-16/+15
* | | | | | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-2564-753/+852
|\ \ \ \ \ \
| * | | | | | cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe2015-06-201-1/+11
| * | | | | | cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe2015-06-191-2/+12
| * | | | | | cfq-iosched: move group scheduling functions under ifdefJens Axboe2015-06-191-16/+16
| * | | | | | cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-103-1/+18
| * | | | | | blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS fileSteven Rostedt2015-06-091-0/+1
| * | | | | | block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini2015-06-073-29/+173
| * | | | | | block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan2015-06-061-1/+1
| | |_|_|/ / | |/| | | |
| * | | | | block: add blk_set_queue_dying() to blkdev.hJens Axboe2015-06-051-0/+1
| | |_|/ / | |/| | |
| * | | | blk-mq: Shared tag enhancementsKeith Busch2015-06-014-2/+53
| * | | | block: don't honor chunk sizes for data-less IOJens Axboe2015-05-291-1/+1
| * | | | block: only honor SG gap prevention for merges that contain dataJens Axboe2015-05-291-1/+2
| * | | | block: fix returnvar.cocci warningsJulia Lawall2015-05-261-2/+1
| * | | | block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-226-230/+73
| * | | | block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-2212-66/+27
| | |/ / | |/| |
| * | | block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei2015-05-201-2/+7
| * | | block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-202-3/+28
| * | | suspend: simplify block I/O handlingChristoph Hellwig2015-05-196-155/+122
| * | | block: collapse bio bit spaceJens Axboe2015-05-191-9/+9
| * | | block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-192-4/+0
| * | | block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-197-38/+2
| * | | block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-192-15/+11
| * | | blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-083-9/+23
| * | | blk-mq: do limited block plug for multiple queue caseShaohua Li2015-05-081-23/+59
| * | | blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li2015-05-081-0/+2
| * | | blk-mq: fix plugging in blk_sq_make_requestJeff Moyer2015-05-081-22/+14
| * | | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-081-4/+1
| * | | blk: clean up plugShaohua Li2015-05-081-12/+12
| |/ /
| * | nbd: stop using req->cmdChristoph Hellwig2015-05-052-27/+23
| * | block: move PM request support to IDEChristoph Hellwig2015-05-059-51/+70
| * | block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig2015-05-051-1/+0
| * | block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-056-10/+10
| * | block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-052-9/+9
| * | block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-0515-26/+26
| * | bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-056-12/+30
| * | bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-057-15/+47
| |/
* | Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-06-258-209/+149
|\ \
| * | UBI: Remove unnecessary `\'shengyong2015-06-032-2/+2
| * | UBI: Use static class and attribute groupsTakashi Iwai2015-06-023-142/+57
| * | UBI: add a helper function for updatting on-flash layout volumesshengyong2015-06-021-21/+24
| * | UBI: Fastmap: Do not add vol if it already existsshengyong2015-06-021-1/+8
| * | UBI: Init vol->reserved_pebs by assignmentshengyong2015-06-021-2/+2
| * | UBI: Fastmap: Rename variables to make them meaningfulshengyong2015-06-021-29/+29
| * | UBI: Fastmap: Remove unnecessary `\'shengyong2015-06-021-7/+7
| * | UBI: Fastmap: Use max() to get the larger valueshengyong2015-06-021-2/+2
| * | ubifs: fix to check error code of register_shrinkerChao Yu2015-06-021-1/+4
| * | UBI: block: Dynamically allocate minor numbersDan Ehrenberg2015-06-021-2/+14
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-2529-1355/+1488
|\ \ \
| * | | ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o2015-06-231-0/+3