summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-1230-575/+499
|\
| * block: remove unused function blk_bio_map_sgChristoph Hellwig2015-02-112-31/+0
| * block: handle the null_mapped flag correctly in blk_rq_map_user_iovChristoph Hellwig2015-02-111-0/+3
| * blk-mq: fix double-free in error pathTony Battersby2015-02-111-0/+1
| * block: prevent request-to-request merging with gaps if not allowedKeith Busch2015-02-111-0/+12
| * blk-mq: make blk_mq_run_queues() staticJens Axboe2015-02-102-6/+4
| * dm: fix multipath regression due to initializing wrong requestMike Snitzer2015-02-091-1/+1
| * cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov2015-02-091-1/+6
| * block: Quiesce zeroout wrapperMartin K. Petersen2015-02-051-19/+7
| * block: rewrite and split __bio_copy_iov()Dongsu Park2015-02-051-34/+56
| * block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig2015-02-053-38/+21
| * block: merge __bio_map_kern into bio_map_kernChristoph Hellwig2015-02-051-33/+17
| * block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-056-126/+101
| * block: add a helper to free bio bounce buffer pagesChristoph Hellwig2015-02-051-32/+33
| * block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig2015-02-053-180/+14
| * block: simplify bio_map_kernChristoph Hellwig2015-02-051-16/+44
| * block: mark blk-mq devices as stackableMike Snitzer2015-01-281-0/+1
| * block: keep established cmd_flags when cloning into a blk-mq requestKeith Busch2015-01-281-1/+1
| * block: add blk-mq support to blk_insert_cloned_request()Keith Busch2015-01-281-0/+7
| * block: require blk_rq_prep_clone() be given an initialized clone requestKeith Busch2015-01-282-2/+1
| * blk-mq: add tag allocation policyShaohua Li2015-01-235-17/+39
| * block: support different tag allocation policyShaohua Li2015-01-236-13/+39
| * block: Remove annoying "unknown partition table" messageBoaz Harrosh2015-01-221-6/+6
| * block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-214-8/+30
| * cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-01-211-2/+7
| * blk-mq: fix false negative out-of-tags conditionJens Axboe2015-01-141-17/+26
| * block: Change direct_access calling conventionMatthew Wilcox2015-01-147-58/+86
| * blk-mq: export blk_mq_freeze_queue()Jens Axboe2015-01-022-0/+2
| * Merge tag 'v3.19-rc2' into for-3.20/coreJens Axboe2015-01-02278-4322/+7904
| |\
* | \ Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-1287-704/+305
|\ \ \
| * | | Make super_blocks and sb_lock staticAl Viro2015-02-022-4/+2
| * | | mtd: export new mtd_mmap_capabilitiesArnd Bergmann2015-01-281-0/+1
| * | | fs: make inode_to_bdi() handle NULL inodeJens Axboe2015-01-221-1/+6
| * | | staging/lustre/llite: get rid of backing_dev_infoOleg Drokin2015-01-211-4/+0
| * | | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-206-22/+6
| * | | fs: don't reassign dirty inodes to default_backing_dev_infoChristoph Hellwig2015-01-201-67/+23
| * | | nfs: don't call bdi_unregisterChristoph Hellwig2015-01-203-20/+6
| * | | ceph: remove call to bdi_unregisterChristoph Hellwig2015-01-201-12/+6
| * | | fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-2032-91/+8
| * | | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-2022-50/+52
| * | | nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig2015-01-201-3/+1
| * | | block_dev: get bdev inode bdi directly from the block deviceChristoph Hellwig2015-01-201-3/+3
| * | | block_dev: only write bdev inode on closeChristoph Hellwig2015-01-201-12/+19
| * | | fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-2032-346/+169
| * | | fs: kill BDI_CAP_SWAP_BACKEDChristoph Hellwig2015-01-205-46/+18
| * | | fs: deduplicate noop_backing_dev_infoChristoph Hellwig2015-01-205-42/+4
* | | | Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds2015-02-1218-608/+867
|\ \ \ \
| * | | | md/raid10: fix conversion from RAID0 to RAID10NeilBrown2015-02-121-3/+9
| * | | | md: wakeup thread upon rdev_dec_pending()Hannes Reinecke2015-02-051-7/+10
| * | | | md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown2015-02-052-164/+316