summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-137-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-061-7/+10
| * | | | md: make reconfig_mutex optional for writes to md sysfs files.NeilBrown2015-02-062-164/+316
| * | | | md: move mddev_lock and related to md.hNeilBrown2015-02-062-24/+26
| * | | | md: use mddev->lock to protect updates to resync_{min,max}.NeilBrown2015-02-062-13/+47
| * | | | md: minor cleanup in safe_delay_store.NeilBrown2015-02-061-5/+7
| * | | | md: move GET_BITMAP_FILE ioctl out from mddev_lock.NeilBrown2015-02-062-26/+33
| * | | | md: tidy up set_bitmap_fileNeilBrown2015-02-061-7/+9
| * | | | md: remove unnecessary 'buf' from get_bitmap_file.NeilBrown2015-02-061-8/+4
| * | | | md: remove mddev_lock from rdev_attr_show()NeilBrown2015-02-061-22/+14
| * | | | md: remove mddev_lock() from md_attr_show()NeilBrown2015-02-062-16/+20
| * | | | md/raid5: use ->lock to protect accessing raid5 sysfs attributes.NeilBrown2015-02-061-16/+28
| * | | | md: remove need for mddev_lock() in md_seq_show()NeilBrown2015-02-061-5/+3
OpenPOWER on IntegriCloud