summaryrefslogtreecommitdiffstats
path: root/mm/page_io.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-19dax: Define DAX lock bit for radix tree exceptional entryJan Kara2-6/+14
2016-05-19dax: Make huge page handling depend of CONFIG_BROKENJan Kara3-2/+3
2016-05-19dax: Fix condition for filling of PMD holesJan Kara1-1/+1
2016-05-18dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma1-12/+0
2016-05-18dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2-5/+57
2016-05-18dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2-15/+27
2016-05-18dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox4-48/+8
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-05ext4: 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-rc4v4.6-rc4Linus Torvalds1-1/+1
2016-04-17dm cache metadata: fix cmd_read_lock() acquiring write lockAhmed Samy1-2/+2
2016-04-15libnvdimm, pmem: clarify the write+clear_poison+write flowDan Williams1-0/+14
2016-04-15block: loop: fix filesystem corruption in case of aio/dioMing Lei1-0/+6