| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-21 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 |  Linus Torvalds | 1 | -2/+0 |
| 2019-08-12 | ext4: add basic fs-verity support |  Eric Biggers | 1 | -0/+4 |
| 2019-08-11 | ext4: remove unnecessary error check |  Shi Siyuan | 1 | -2/+0 |
| 2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -4/+6 |
| 2019-07-05 | ext4: disable map_sync for async flush |  Pankaj Gupta | 1 | -4/+6 |
| 2019-06-09 | ext4: enforce the immutable flag on open files |  Theodore Ts'o | 1 | -0/+4 |
| 2019-05-10 | ext4: fix data corruption caused by overlapping unaligned and aligned IO |  Lukas Czerner | 1 | -0/+7 |
| 2019-03-14 | ext4: fix data corruption caused by unaligned direct AIO |  Lukas Czerner | 1 | -1/+1 |
| 2018-08-17 | dax: remove VM_MIXEDMAP for fsdax and device dax |  Dave Jiang | 1 | -1/+1 |
| 2018-05-13 | ext4: do not update s_last_mounted of a frozen fs |  Amir Goldstein | 1 | -5/+9 |
| 2018-05-13 | ext4: factor out helper ext4_sample_last_mounted() |  Amir Goldstein | 1 | -36/+46 |
| 2018-05-13 | fs: ext4: add new return type vm_fault_t |  Souptick Joarder | 1 | -3/+4 |
| 2018-01-07 | ext4: fix ENOSPC handling in DAX page fault handler |  Jan Kara | 1 | -2/+8 |
| 2018-01-07 | dax: pass detailed error code from dax_iomap_fault() |  Jan Kara | 1 | -1/+1 |
| 2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -6/+20 |
| 2017-11-14 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 |  Linus Torvalds | 1 | -249/+14 |
| 2017-11-14 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt |  Linus Torvalds | 1 | -19/+4 |
| 2017-11-03 | ext4: Support for synchronous DAX faults |  Jan Kara | 1 | -1/+14 |
| 2017-11-03 | ext4: Simplify error handling in ext4_dax_huge_fault() |  Jan Kara | 1 | -6/+7 |
| 2017-11-03 | dax: Allow dax_iomap_fault() to return pfn |  Jan Kara | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-18 | ext4: switch to fscrypt_file_open() |  Eric Biggers | 1 | -19/+4 |
| 2017-10-01 | ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA |  Christoph Hellwig | 1 | -249/+14 |
| 2017-09-14 | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -3/+3 |
| 2017-09-14 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2017-09-06 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -43/+5 |
| 2017-09-06 | mm: remove nr_pages argument from pagevec_lookup{,_range}() |  Jan Kara | 1 | -1/+1 |
| 2017-09-06 | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() |  Jan Kara | 1 | -10/+4 |
| 2017-09-06 | mm: make pagevec_lookup() update index |  Jan Kara | 1 | -3/+1 |
| 2017-09-06 | dax: use common 4k zero page for dax mmap reads |  Ross Zwisler | 1 | -31/+1 |
| 2017-09-04 | fs: support RWF_NOWAIT for buffered reads |  Christoph Hellwig | 1 | -3/+3 |
| 2017-08-24 | ext4: fix fault handling when mounted with -o dax,ro |  Randy Dodgen | 1 | -1/+14 |
| 2017-08-24 | ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets |  Darrick J. Wong | 1 | -2/+2 |
| 2017-08-05 | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize |  Jan Kara | 1 | -0/+3 |
| 2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) |  David Howells | 1 | -1/+1 |
| 2017-07-09 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 |  Linus Torvalds | 1 | -7/+0 |
| 2017-06-23 | ext4: don't bother checking for encryption key in ->mmap() |  Eric Biggers | 1 | -7/+0 |
| 2017-06-20 | ext4: nowait aio support |  Goldwyn Rodrigues | 1 | -6/+29 |
| 2017-05-24 | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() |  Eryu Guan | 1 | -1/+1 |
| 2017-05-21 | ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() |  Jan Kara | 1 | -1/+1 |
| 2017-05-21 | ext4: fix SEEK_HOLE |  Jan Kara | 1 | -36/+14 |
| 2017-05-12 | ext4: return to starting transaction in ext4_dax_huge_fault() |  Jan Kara | 1 | -4/+17 |
| 2017-04-03 | ext4: Add statx support |  David Howells | 1 | -1/+1 |
| 2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault |  Dave Jiang | 1 | -3/+9 |
| 2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault |  Dave Jiang | 1 | -22/+1 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf |  Dave Jiang | 1 | -9/+8 |
| 2017-02-22 | mm, dax: change pmd_fault() to take only vmf parameter |  Dave Jiang | 1 | -4/+4 |
| 2017-02-22 | mm, dax: make pmd_fault() and friends be the same as fault() |  Dave Jiang | 1 | -5/+4 |
| 2017-02-08 | ext4: fix DAX write locking |  Christoph Hellwig | 1 | -9/+1 |
| 2017-02-05 | ext4: add shutdown bit and check for it |  Theodore Ts'o | 1 | -0/+12 |