summaryrefslogtreecommitdiffstats
path: root/fs/ext4/file.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-4/+6
|\
| * ext4: disable map_sync for async flushPankaj Gupta2019-07-061-4/+6
* | ext4: enforce the immutable flag on open filesTheodore Ts'o2019-06-101-0/+4
|/
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-111-0/+7
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-151-1/+1
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-181-1/+1
* ext4: do not update s_last_mounted of a frozen fsAmir Goldstein2018-05-141-5/+9
* ext4: factor out helper ext4_sample_last_mounted()Amir Goldstein2018-05-141-36/+46
* fs: ext4: add new return type vm_fault_tSouptick Joarder2018-05-131-3/+4
* ext4: fix ENOSPC handling in DAX page fault handlerJan Kara2018-01-071-2/+8
* dax: pass detailed error code from dax_iomap_fault()Jan Kara2018-01-071-1/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-6/+20
|\
| * ext4: Support for synchronous DAX faultsJan Kara2017-11-031-1/+14
| * ext4: Simplify error handling in ext4_dax_huge_fault()Jan Kara2017-11-031-6/+7
| * dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-1/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-141-249/+14Star
|\ \
| * | ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-10-011-249/+14Star
| |/
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-19/+4Star
|\ \
| * | ext4: switch to fscrypt_file_open()Eric Biggers2017-10-191-19/+4Star
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-151-3/+3
|\
| * fs: support RWF_NOWAIT for buffered readsChristoph Hellwig2017-09-051-3/+3
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-1/+1
|\ \
| * | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-071-43/+5Star
|\ \ \
| * | | mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-071-1/+1
| * | | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff()Jan Kara2017-09-071-10/+4Star
| * | | mm: make pagevec_lookup() update indexJan Kara2017-09-071-3/+1Star
| * | | dax: use common 4k zero page for dax mmap readsRoss Zwisler2017-09-071-31/+1Star
| | |/ | |/|
* | | ext4: fix fault handling when mounted with -o dax,roRandy Dodgen2017-08-241-1/+14
* | | ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsetsDarrick J. Wong2017-08-241-2/+2
|/ /
* / ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-091-7/+0Star
|\
| * ext4: don't bother checking for encryption key in ->mmap()Eric Biggers2017-06-241-7/+0Star
* | ext4: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+29
|/
* ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-251-1/+1
* ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-221-1/+1
* ext4: fix SEEK_HOLEJan Kara2017-05-221-36/+14Star
* ext4: return to starting transaction in ext4_dax_huge_fault()Jan Kara2017-05-131-4/+17
* ext4: Add statx supportDavid Howells2017-04-031-1/+1
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-251-3/+9
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-251-22/+1Star
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-9/+8Star
* mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-231-4/+4
* mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-231-5/+4Star
* ext4: fix DAX write lockingChristoph Hellwig2017-02-081-9/+1Star
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-0/+12
* ext4: Simplify DAX fault pathJan Kara2016-12-271-38/+10Star
* ext4: convert DAX faults to iomap infrastructureJan Kara2016-11-211-4/+5
* ext4: DAX iomap write supportJan Kara2016-11-211-0/+40