summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* dax: New fault lockingJan Kara2016-05-191-146/+407
* dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-191-6/+11
* dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-192-1/+2
* dax: Fix condition for filling of PMD holesJan Kara2016-05-191-1/+1
* dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0
* dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-181-5/+25
* dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-181-15/+20
* dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-183-47/+8
* dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-12/+1
* dax: fallback from pmd to pte on errorDan Williams2016-05-171-2/+2
* block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-171-2/+37
* xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5
* ext2: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2
* ext4: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2
* block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-171-0/+45
* block: Add vfs_msg() interfaceToshi Kani2016-05-171-0/+12
* dax: Remove redundant inode size checksJan Kara2016-05-171-59/+1
* dax: Remove pointless writeback from dax_do_io()Jan Kara2016-05-171-9/+1
* dax: Remove zeroing from dax_io()Jan Kara2016-05-171-18/+10
* dax: Remove dead zeroing code from fault handlersJan Kara2016-05-171-15/+2
* ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-171-2/+2
* ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-171-1/+1
* dax: Remove complete_unwritten argumentJan Kara2016-05-165-44/+18
* DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-161-0/+9
* ext4: pre-zero allocated blocks for DAX IOJan Kara2016-05-133-14/+44
* ext4: refactor direct IO codeJan Kara2016-05-133-146/+114
* ext4: fix race in transient ENOSPC detectionJan Kara2016-05-131-1/+2
* ext4: handle transient ENOSPC properly for DAXJan Kara2016-05-131-55/+20
* dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara2016-05-131-1/+1
* ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange2016-05-051-7/+0
* ext4: remove unnecessary bio get/putJens Axboe2016-05-051-2/+0
* ext4: silence UBSAN in ext4_mb_init()Nicolai Stange2016-05-051-2/+4
* ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange2016-05-051-1/+3
* ext4: fix oops on corrupted filesystemJan Kara2016-05-051-1/+1
* ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee2016-05-051-1/+1
* ext4: clean up error handling when orphan list is corruptedTheodore Ts'o2016-04-301-27/+22
* ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o2016-04-301-4/+6
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-278-10/+10
* ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong2016-04-253-3/+20
* ext4: handle unwritten or delalloc buffers before enabling data journalingDaeho Jeong2016-04-251-11/+20
* ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()Theodore Ts'o2016-04-251-2/+7
* ext4: do not ask jbd2 to write data for delalloc buffersJan Kara2016-04-244-5/+22
* jbd2: add support for avoiding data writes during transaction commitsJan Kara2016-04-245-7/+27
* ext4: remove EXT4_STATE_ORDERED_MODEJan Kara2016-04-242-5/+1
* ext4: fix data exposure after a crashJan Kara2016-04-241-9/+15
* ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o2016-04-234-0/+18
* Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-04-161-1/+1
|\
| * debugfs: Make automount point inodes permanently emptySeth Forshee2016-04-121-1/+1
* | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-04-144-25/+56
|\ \
| * | ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim2016-04-122-0/+8
OpenPOWER on IntegriCloud