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