aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+20
2017-11-14Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-249/+14
2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds1-19/+4
2017-11-03ext4: Support for synchronous DAX faultsJan Kara1-1/+14
2017-11-03ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara1-6/+7
2017-11-03dax: Allow dax_iomap_fault() to return pfnJan Kara1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18ext4: switch to fscrypt_file_open()Eric Biggers1-19/+4
2017-10-01ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig1-249/+14
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-43/+5
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-1/+1
2017-09-06ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara1-10/+4
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-3/+1
2017-09-06dax: use common 4k zero page for dax mmap readsRoss Zwisler1-31/+1
2017-09-04fs: support RWF_NOWAIT for buffered readsChristoph Hellwig1-3/+3
2017-08-24ext4: fix fault handling when mounted with -o dax,roRandy Dodgen1-1/+14
2017-08-24ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong1-2/+2
2017-08-05ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara1-0/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-07-09Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+0
2017-06-23ext4: don't bother checking for encryption key in ->mmap()Eric Biggers1-7/+0
2017-06-20ext4: nowait aio supportGoldwyn Rodrigues1-6/+29
2017-05-24ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan1-1/+1
2017-05-21ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara1-1/+1
2017-05-21ext4: fix SEEK_HOLEJan Kara1-36/+14
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