| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -4/+4 |
| 2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple | 1 | -2/+1 |
| 2025-03-17 | fs/dax: create a common implementation to break DAX layouts | Alistair Popple | 1 | -24/+3 |
| 2025-03-17 | fs/dax: refactor wait for dax idle page | Alistair Popple | 1 | -3/+1 |
| 2025-03-17 | fuse: fix dax truncate/punch_hole fault path | Alistair Popple | 1 | -1/+0 |
| 2025-01-24 | fuse: make args->in_args[0] to be always the header | Bernd Schubert | 1 | -5/+6 |
| 2024-11-18 | virtiofs: dax: remove ->writepages() callback | Asahi Lina | 1 | -11/+0 |
| 2023-12-04 | fuse: dax: set fc->dax to NULL in fuse_dax_conn_free() | Hangyu Hua | 1 | -0/+1 |
| 2023-08-24 | mm: remove enum page_entry_size | Matthew Wilcox (Oracle) | 1 | -11/+9 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2022-07-21 | fuse: avoid unnecessary spinlock bump | Jeffle Xu | 1 | -1/+1 |
| 2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 1 | -2/+2 |
| 2022-03-16 | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2021-12-14 | fuse: mark inode DONT_CACHE when per inode DAX hint changes | Jeffle Xu | 1 | -0/+9 |
| 2021-12-14 | fuse: negotiate per inode DAX in FUSE_INIT | Jeffle Xu | 1 | -1/+1 |
| 2021-12-14 | fuse: enable per inode DAX | Jeffle Xu | 1 | -4/+8 |
| 2021-12-14 | fuse: make DAX mount option a tri-state | Jeffle Xu | 1 | -1/+12 |
| 2021-12-14 | fuse: add fuse_should_enable_dax() helper | Jeffle Xu | 1 | -1/+9 |
| 2021-10-28 | fuse: always invalidate attributes after writes | Miklos Szeredi | 1 | -4/+1 |
| 2021-10-28 | fuse: rename fuse_write_update_size() | Miklos Szeredi | 1 | -1/+1 |
| 2021-10-28 | fuse: selective attribute invalidation | Miklos Szeredi | 1 | -1/+1 |
| 2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -26/+24 |
| 2021-08-11 | Merge branch 'for-5.14/dax' into libnvdimm-fixes | Dan Williams | 1 | -4/+2 |
| 2021-07-13 | fuse: Convert to using invalidate_lock | Jan Kara | 1 | -26/+24 |
| 2021-07-07 | fs/fuse: Remove unneeded kaddr parameter | Ira Weiny | 1 | -4/+2 |
| 2021-07-06 | Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2021-06-29 | mm: move page dirtying prototypes from mm.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2021-06-29 | fs: remove noop_set_page_dirty() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-06-22 | virtiofs: Fix spelling mistakes | Zheng Yongjun | 1 | -3/+3 |
| 2020-09-18 | fuse: split fuse_mount off of fuse_conn | Max Reitz | 1 | -5/+5 |
| 2020-09-10 | virtiofs: add logic to free up a memory range | Vivek Goyal | 1 | -6/+517 |
| 2020-09-10 | virtiofs: maintain a list of busy elements | Vivek Goyal | 1 | -0/+25 |
| 2020-09-10 | virtiofs: serialize truncate/punch_hole and dax fault path | Vivek Goyal | 1 | -0/+49 |
| 2020-09-10 | virtiofs: define dax address space operations | Vivek Goyal | 1 | -0/+18 |
| 2020-09-10 | virtiofs: add DAX mmap support | Stefan Hajnoczi | 1 | -0/+59 |
| 2020-09-10 | virtiofs: implement dax read/write operations | Vivek Goyal | 1 | -0/+565 |
| 2020-09-10 | virtiofs: implement FUSE_INIT map_alignment field | Stefan Hajnoczi | 1 | -1/+14 |
| 2020-09-10 | virtiofs: keep a list of free dax memory ranges | Vivek Goyal | 1 | -1/+90 |
| 2020-09-10 | virtiofs: add a mount option to enable dax | Vivek Goyal | 1 | -0/+36 |