summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-18dax: enable dax in the presence of known media errors (badblocks)Dan Williams6-18/+15
2016-05-17dax: fallback from pmd to pte on errorDan Williams1-2/+2
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani4-40/+38
2016-05-17xfs: Add alignment check for DAX mountToshi Kani1-7/+5
2016-05-17ext2: Add alignment check for DAX mountToshi Kani1-9/+2
2016-05-17ext4: Add alignment check for DAX mountToshi Kani1-9/+2
2016-05-17block: Add bdev_dax_supported() for dax mount checksToshi Kani2-0/+46
2016-05-17block: Add vfs_msg() interfaceToshi Kani2-0/+23
2016-05-17dax: Remove redundant inode size checksJan Kara1-59/+1
2016-05-17dax: Remove pointless writeback from dax_do_io()Jan Kara1-9/+1
2016-05-17dax: Remove zeroing from dax_io()Jan Kara1-18/+10
2016-05-17dax: Remove dead zeroing code from fault handlersJan Kara1-15/+2
2016-05-17ext2: Avoid DAX zeroing to corrupt dataJan Kara1-2/+2
2016-05-17ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara1-1/+1
2016-05-17dax: Remove complete_unwritten argumentJan Kara7-55/+25
2016-05-17DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2-9/+9
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara3-14/+44
2016-05-13ext4: refactor direct IO codeJan Kara3-146/+114
2016-05-13ext4: fix race in transient ENOSPC detectionJan Kara1-1/+2
2016-05-13ext4: handle transient ENOSPC properly for DAXJan Kara1-55/+20
2016-05-13dax: call get_blocks() with create == 1 for write faults to unwritten extentsJan Kara1-1/+1
2016-05-06ext4: remove unmeetable inconsisteny check from ext4_find_extent()Nicolai Stange1-7/+0
2016-05-06jbd2: remove excess descriptions for handle_sLuis de Bethencourt1-3/+0
2016-05-06ext4: remove unnecessary bio get/putJens Axboe1-2/+0
2016-05-06ext4: silence UBSAN in ext4_mb_init()Nicolai Stange1-2/+4
2016-05-06ext4: address UBSAN warning in mb_find_order_for_block()Nicolai Stange1-1/+3
2016-05-05ext4: fix oops on corrupted filesystemJan Kara1-1/+1
2016-05-05ext4: fix check of dqget() return value in ext4_ioctl_setproject()Seth Forshee1-1/+1
2016-04-30ext4: clean up error handling when orphan list is corruptedTheodore Ts'o1-27/+22
2016-04-30ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk8-10/+10
2016-04-26ext4: fix races between changing inode journal mode and ext4_writepagesDaeho Jeong4-3/+21
2016-04-26ext4: handle unwritten or delalloc buffers before enabling data journalingDaeho Jeong1-11/+20
2016-04-26ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart()Theodore Ts'o1-2/+7
2016-04-24ext4: do not ask jbd2 to write data for delalloc buffersJan Kara4-5/+22
2016-04-24jbd2: add support for avoiding data writes during transaction commitsJan Kara6-9/+38
2016-04-24ext4: remove EXT4_STATE_ORDERED_MODEJan Kara2-5/+1
2016-04-24ext4: fix data exposure after a crashJan Kara1-9/+15
2016-04-24ext4: allow readdir()'s of large empty directories to be interruptedTheodore Ts'o4-0/+18
2016-04-18Linux 4.6-rc4Linus Torvalds1-1/+1
2016-04-17Merge tag 'dm-4.6-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-2/+2
2016-04-17dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy1-2/+2
2016-04-17Merge tag 'char-misc-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+9
2016-04-17Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-13/+14
2016-04-17Merge tag 'usb-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-13/+94
2016-04-17Merge tag 'dmaengine-fix-4.6-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds6-68/+73
2016-04-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2016-04-17Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+15
2016-04-16Merge branch 'fix/edma' into fixesVinod Koul1-38/+25
2016-04-16Merge branch 'fix/xilinx' into fixesVinod Koul1-1/+1