aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-12ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara1-4/+17
2017-04-03ext4: Add statx supportDavid Howells1-1/+1
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-3/+9
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-22/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-9/+8
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang1-4/+4
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang1-5/+4
2017-02-08ext4: fix DAX write lockingChristoph Hellwig1-9/+1
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+12
2016-12-26ext4: Simplify DAX fault pathJan Kara1-38/+10
2016-11-20ext4: convert DAX faults to iomap infrastructureJan Kara1-4/+5
2016-11-20ext4: DAX iomap write supportJan Kara1-0/+40
2016-11-20ext4: convert DAX reads to iomap infrastructureJan Kara1-1/+37
2016-11-20ext4: factor out checks from ext4_file_write_iter()Jan Kara1-47/+50
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+0
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani1-0/+1
2016-09-30ext4: remove plugging from ext4_file_write_iter()Jan Kara1-4/+0
2016-09-30ext4: allow unlocked direct IO when pages are cachedJan Kara1-2/+1
2016-09-15ext4: create EXT4_MAX_BLOCKS() macroFabian Frederick1-2/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2016-07-26dax: remote unused fault wrappersRoss Zwisler1-2/+2
2016-07-10ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim1-5/+5
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+2
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-3/+3
2016-05-16dax: Remove complete_unwritten argumentJan Kara1-2/+2
2016-05-13ext4: pre-zero allocated blocks for DAX IOJan Kara1-2/+2
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig1-7/+2
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-1/+1
2016-04-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-4/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-26ext4: use file_dentry()Miklos Szeredi1-1/+1
2016-03-26ext4: use dget_parent() in ext4_file_open()Miklos Szeredi1-4/+8
2016-03-17Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-80/+49
2016-03-09ext4: more efficient SEEK_DATA implementationJan Kara1-61/+36
2016-03-08ext4: use i_mutex to serialize unaligned AIO DIOJan Kara1-19/+13
2016-02-27ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite()Ross Zwisler1-17/+2
2016-02-08ext4 crypto: move context consistency check to ext4_file_open()Theodore Ts'o1-0/+9
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+9
2016-01-22ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler1-1/+3
2016-01-22wrappers for ->i_mutex accessAl Viro1-9/+9
2015-12-07ext4: use pre-zeroed blocks for DAX page faultsJan Kara1-17/+3
2015-12-07ext4: fix races between page faults and hole punchingJan Kara1-9/+57
2015-09-08ext4: start transaction before calling into DAXMatthew Wilcox1-3/+52
2015-09-08ext4: add ext4_get_block_dax()Matthew Wilcox1-3/+3
2015-09-08ext4: use ext4_get_block_write() for DAXMatthew Wilcox1-4/+4
2015-09-08ext4: huge page fault supportMatthew Wilcox1-1/+9
2015-09-08dax: move DAX-related functions to a new headerMatthew Wilcox1-0/+1