aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe2015-06-20
| * cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe2015-06-19
| * cfq-iosched: move group scheduling functions under ifdefJens Axboe2015-06-19
| * cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-10
| * blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS fileSteven Rostedt2015-06-09
| * block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini2015-06-07
| * block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan2015-06-05
| * block: add blk_set_queue_dying() to blkdev.hJens Axboe2015-06-05
| * blk-mq: Shared tag enhancementsKeith Busch2015-06-01
| * block: don't honor chunk sizes for data-less IOJens Axboe2015-05-29
| * block: only honor SG gap prevention for merges that contain dataJens Axboe2015-05-29
| * block: fix returnvar.cocci warningsJulia Lawall2015-05-26
| * block, dm: don't copy bios for request clonesChristoph Hellwig2015-05-22
| * block: remove management of bi_remaining when restoring original bi_end_ioMike Snitzer2015-05-22
| * block: replace trylock with mutex_lock in blkdev_reread_part()Ming Lei2015-05-20
| * block: export blkdev_reread_part() and __blkdev_reread_part()Jarod Wilson2015-05-20
| * suspend: simplify block I/O handlingChristoph Hellwig2015-05-19
| * block: collapse bio bit spaceJens Axboe2015-05-19
| * block: remove unused BIO_RW_BLOCK and BIO_EOF flagsChristoph Hellwig2015-05-19
| * block: remove BIO_EOPNOTSUPPChristoph Hellwig2015-05-19
| * block: use an atomic_t for mq_freeze_depthChristoph Hellwig2015-05-19
| * blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-08
| * blk-mq: do limited block plug for multiple queue caseShaohua Li2015-05-08
| * blk-mq: avoid re-initialize request which is failed in direct dispatchShaohua Li2015-05-08
| * blk-mq: fix plugging in blk_sq_make_requestJeff Moyer2015-05-08
| * sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-08
| * blk: clean up plugShaohua Li2015-05-08
| * nbd: stop using req->cmdChristoph Hellwig2015-05-05
| * block: move PM request support to IDEChristoph Hellwig2015-05-05
| * block: remove REQ_TYPE_PM_SHUTDOWNChristoph Hellwig2015-05-05
| * block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-05
| * block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-05
| * block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVChristoph Hellwig2015-05-05
| * bio: skip atomic inc/dec of ->bi_cnt for most use casesJens Axboe2015-05-05
| * bio: skip atomic inc/dec of ->bi_remaining for non-chainsJens Axboe2015-05-05
* | Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2015-06-25
|\ \
| * | UBI: Remove unnecessary `\'shengyong2015-06-03
| * | UBI: Use static class and attribute groupsTakashi Iwai2015-06-02
| * | UBI: add a helper function for updatting on-flash layout volumesshengyong2015-06-02
| * | UBI: Fastmap: Do not add vol if it already existsshengyong2015-06-02
| * | UBI: Init vol->reserved_pebs by assignmentshengyong2015-06-02
| * | UBI: Fastmap: Rename variables to make them meaningfulshengyong2015-06-02
| * | UBI: Fastmap: Remove unnecessary `\'shengyong2015-06-02
| * | UBI: Fastmap: Use max() to get the larger valueshengyong2015-06-02
| * | ubifs: fix to check error code of register_shrinkerChao Yu2015-06-02
| * | UBI: block: Dynamically allocate minor numbersDan Ehrenberg2015-06-02
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-25
|\ \ \
| * | | ext4: set lazytime on remount if MS_LAZYTIME is set by mountTheodore Ts'o2015-06-23
| * | | ext4: only call ext4_truncate when size <= isizeJosef Bacik2015-06-22