| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) | 2023-08-24 | 1 | -1/+1 |
* | Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-06-29 | 1 | -1/+125 |
|\ |
|
| * | ext2: Add direct-io trace points | Ritesh Harjani (IBM) | 2023-05-16 | 1 | -1/+9 |
| * | ext2: Move direct-io to use iomap | Ritesh Harjani (IBM) | 2023-05-16 | 1 | -0/+115 |
| * | ext2: Use generic_buffers_fsync() implementation | Ritesh Harjani (IBM) | 2023-05-16 | 1 | -1/+2 |
* | | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 2023-05-24 | 1 | -1/+1 |
|/ |
|
* | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 1 | -1/+1 |
* | ext2: Convert to using invalidate_lock | Jan Kara | 2021-07-13 | 1 | -4/+3 |
* | ext2: convert to fileattr | Miklos Szeredi | 2021-04-12 | 1 | -0/+2 |
* | ext2: don't update mtime on COW faults | Mikulas Patocka | 2020-09-05 | 1 | -2/+4 |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | ext2: code cleanup by removing ifdef macro surrounding | Chengguang Xu | 2020-05-22 | 1 | -2/+0 |
* | ext2: support statx syscall | yangerkun | 2019-02-18 | 1 | -0/+1 |
* | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 2018-08-17 | 1 | -1/+0 |
* | fs: ext2: Adding new return type vm_fault_t | Souptick Joarder | 2018-04-16 | 1 | -2/+2 |
* | 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 | -1/+1 |
|\ |
|
| * | dax: Allow dax_iomap_fault() to return pfn | Jan Kara | 2017-11-03 | 1 | -1/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | dax: use common 4k zero page for dax mmap reads | Ross Zwisler | 2017-09-06 | 1 | -24/+1 |
* | fs: check for writeback errors after syncing out buffers in generic_file_fsync | Jeff Layton | 2017-07-06 | 1 | -4/+1 |
* | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 2017-02-24 | 1 | -1/+1 |
* | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 2017-02-24 | 1 | -1/+1 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -9/+8 |
* | dax: correct dax iomap code namespace | Ross Zwisler | 2016-11-08 | 1 | -3/+3 |
* | ext2: remove support for DAX PMD faults | Ross Zwisler | 2016-11-08 | 1 | -23/+6 |
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2016-10-10 | 1 | -3/+0 |
|\ |
|
| * | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 | 1 | -3/+0 |
* | | ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings | Toshi Kani | 2016-10-07 | 1 | -0/+1 |
* | | ext2: use iomap to implement DAX | Christoph Hellwig | 2016-09-19 | 1 | -7/+69 |
|/ |
|
* | dax: remote unused fault wrappers | Ross Zwisler | 2016-07-26 | 1 | -2/+2 |
* | dax: Remove complete_unwritten argument | Jan Kara | 2016-05-16 | 1 | -2/+2 |
* | ext2, ext4: fix issue with missing journal entry in ext4_dax_mkwrite() | Ross Zwisler | 2016-02-27 | 1 | -18/+1 |
* | ext2: call dax_pfn_mkwrite() for DAX fsync/msync | Ross Zwisler | 2016-01-22 | 1 | -1/+3 |
* | ext2: Add locking for DAX faults | Ross Zwisler | 2015-10-19 | 1 | -4/+80 |
* | ext2: huge page fault support | Matthew Wilcox | 2015-09-08 | 1 | -1/+8 |
* | dax: move DAX-related functions to a new header | Matthew Wilcox | 2015-09-08 | 1 | -0/+1 |
* | dax: don't abuse get_block mapping for endio callbacks | Dave Chinner | 2015-06-04 | 1 | -2/+2 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-04-15 | 1 | -16/+1 |
|\ |
|
| * | dax: unify ext2/4_{dax,}_file_operations | Boaz Harrosh | 2015-04-15 | 1 | -18/+0 |
| * | dax: use pfn_mkwrite to update c/mtime + freeze protection | Boaz Harrosh | 2015-04-15 | 1 | -0/+1 |
* | | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -4/+0 |
|/ |
|
* | ext2: get rid of most mentions of XIP in ext2 | Matthew Wilcox | 2015-02-16 | 1 | -1/+1 |
* | vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX | Matthew Wilcox | 2015-02-16 | 1 | -2/+2 |
* | dax,ext2: replace the XIP page fault handler with the DAX page fault handler | Matthew Wilcox | 2015-02-16 | 1 | -2/+32 |
* | dax,ext2: replace XIP read and write with DAX I/O | Matthew Wilcox | 2015-02-16 | 1 | -2/+4 |
* | ->splice_write() via ->write_iter() | Al Viro | 2014-06-12 | 1 | -1/+1 |
* | write_iter variants of {__,}generic_file_aio_write() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | switch simple generic_file_aio_read() users to ->read_iter() | Al Viro | 2014-05-06 | 1 | -2/+2 |
* | ext2/3/4: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 1 | -0/+1 |