- 2e9d7e4 mm: Remove the PG_fscache alias for PG_private_2 by David Howells · 11 months ago
- dd1fac6 nfs: adapt to breakup of struct file_lock by Jeff Layton · 1 year, 1 month ago
- a69ce85 filelock: split common fields into struct file_lock_core by Jeff Layton · 1 year, 1 month ago
- d7c9616 nfs: convert to using new filelock helpers by Jeff Layton · 1 year, 1 month ago
- 587217f Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 1 year, 1 month ago
- 12fc0a9 nfs: Remove writepage by Matthew Wilcox (Oracle) · 1 year, 2 months ago
- af7628d fs: convert error_remove_page to error_remove_folio by Matthew Wilcox (Oracle) · 1 year, 3 months ago
- a841c9c filemap: Fix errors in file.c by huzhi001@208suo.com · 1 year, 7 months ago
- 6e17c6de Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 8 months ago
- 182c25e filemap: update ki_pos in generic_perform_write by Christoph Hellwig · 1 year, 9 months ago
- 0d62544 backing_dev: remove current->backing_dev_info by Christoph Hellwig · 1 year, 9 months ago
- a7db503 nfs: Provide a splice-read wrapper by David Howells · 1 year, 9 months ago
- 7fa8a8e Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 10 months ago
- e999a5c fs: Add FGP_WRITEBEGIN by Matthew Wilcox · 1 year, 11 months ago
- 66dabbb mm: return an ERR_PTR from __filemap_get_folio by Christoph Hellwig · 2 years ago
- d8ca6db Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 2 years ago
- eb5654b NFS: Enable tracing of nfs_invalidate_folio() and nfs_launder_folio() by Trond Myklebust · 2 years, 1 month ago
- 96780ca NFS: fix up nfs_release_folio() to try to release the page by Trond Myklebust · 2 years, 1 month ago
- 4fa7a71 NFS: Fix up nfs_vm_page_mkwrite() for folios by Trond Myklebust · 2 years, 1 month ago
- 54d9938 NFS: Convert nfs_write_begin/end to use folios by Trond Myklebust · 2 years, 1 month ago
- 0c493b5 NFS: Convert buffered writes to use folios by Trond Myklebust · 2 years, 1 month ago
- 4b27232 NFS: Add a helper nfs_wb_folio() by Trond Myklebust · 2 years, 1 month ago
- 5970e15 filelock: move file locking definitions to separate header file by Jeff Layton · 2 years, 3 months ago
- 66b8345 Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 2 years, 4 months ago
- 30c9999 Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 5 months ago
- 384edeb NFS: clean up a needless assignment in nfs_file_write() by Lukas Bulwahn · 2 years, 7 months ago
- f5d39b0 freezer,sched: Rewrite core freezer logic by Peter Zijlstra · 2 years, 6 months ago
- 072e513 Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 6 months ago
- 67f4b5d NFS: Fix another fsync() issue after a server reboot by Trond Myklebust · 2 years, 7 months ago
- aeb6e6a Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 7 months ago
- 4ae84a8 nfs: Convert to migrate_folio by Matthew Wilcox (Oracle) · 2 years, 9 months ago
- 064109d NFS: remove redundant code in nfs_file_write() by ChenXiaoSong · 2 years, 8 months ago
- 700170b Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 2 years, 9 months ago
- 98931dd Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 9 months ago
- d95b266 NFS: Do not report flush errors in nfs_write_end() by Trond Myklebust · 2 years, 10 months ago
- e600543 NFS: Don't report ENOSPC write errors twice by Trond Myklebust · 2 years, 10 months ago
- 9641d9b NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYS by Trond Myklebust · 2 years, 10 months ago
- 3577da4 nfs: Convert to release_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- a2ad63d VFS: add FMODE_CAN_ODIRECT file flag by NeilBrown · 2 years, 10 months ago
- eb79f3a nfs: rename nfs_direct_IO and use as ->swap_rw by NeilBrown · 2 years, 10 months ago
- e1209d3 mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space by NeilBrown · 2 years, 10 months ago
- 4b60c0f mm: move responsibility for setting SWP_FS_OPS to ->swap_activate by NeilBrown · 2 years, 10 months ago
- 65d023a nfs: Convert nfs to read_folio by Matthew Wilcox (Oracle) · 2 years, 10 months ago
- 520f301 fs: Convert is_dirty_writeback() to take a folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 9d6b0cd fs: Remove flags parameter from aops->write_begin by Matthew Wilcox (Oracle) · 3 years ago
- b7446e7 fs: Remove aop flags parameter from grab_cache_page_write_begin() by Matthew Wilcox (Oracle) · 3 years ago
- 800ba29 fs: Pass an iocb to generic_perform_write() by Matthew Wilcox (Oracle) · 3 years ago
- 965181d Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 2 years, 11 months ago
- 187c82c fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 15a30ab nfs: Convert from launder_page to launder_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 6d740c7 nfs: Convert from invalidatepage to invalidate_folio by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- 6415866 NFS: swap IO handling is slightly different for O_DIRECT IO by NeilBrown · 3 years ago
- 4dc73c6 NFSv4: keep state manager thread active if swap is enabled by NeilBrown · 3 years ago
- 944d95f NFS: remove IS_SWAPFILE hack by NeilBrown · 3 years ago
- 8786fde Convert NFS from readpages to readahead by Matthew Wilcox (Oracle) · 3 years, 1 month ago
- a6b5a28 nfs: Convert to new fscache volume/cookie API by Dave Wysochanski · 4 years, 3 months ago
- 90f7d7a locks: remove LOCK_MAND flock lock support by Jeff Layton · 3 years, 6 months ago
- 8bda955 Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 6 months ago
- bb0a55b nfs: don't allow reexport reclaims by J. Bruce Fields · 3 years, 6 months ago
- f7e33bd fs: remove mandatory file locking support by Jeff Layton · 3 years, 6 months ago
- 13c0b08 NFS: Replace use of NFS_INO_REVAL_PAGECACHE when checking cache validity by Trond Myklebust · 4 years ago
- ed7bcdb NFS: Add support for eager writes by Trond Myklebust · 4 years ago
- 28aa2f9 NFS: Always clear an invalid mapping when attempting a buffered write by Trond Myklebust · 4 years, 1 month ago
- fc9dc40 NFS: Optimise sparse writes past the end of file by Trond Myklebust · 4 years, 1 month ago
- 37eaeed NFS: Fix documenting comment for nfs_revalidate_file_size() by Trond Myklebust · 4 years, 1 month ago
- 37711e5 Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 6 months ago
- ce36853 nfs: nfs_file_write() should check for writeback errors by Scott Mayhew · 4 years, 7 months ago
- 67dd23f9 nfs: ensure correct writeback errors are returned on close() by Scott Mayhew · 4 years, 7 months ago
- 65caafd SUNRPC reverting d03727b248d0 ("NFSv4 fix CLOSE not waiting for direct IO compeletion") by Olga Kornievskaia · 4 years, 7 months ago
- d03727b2 NFSv4 fix CLOSE not waiting for direct IO compeletion by Olga Kornievskaia · 4 years, 8 months ago
- 2197e9b0 NFS: Fix up fsync() when the server rebooted by Trond Myklebust · 5 years ago
- bd89bc6 fs/nfs, swapon: check holes in swapfile by Murphy Zhou · 5 years ago
- 89658c4 NFS: Return -ETXTBSY when attempting to write to a swapfile by Anna Schumaker · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 6fbda89 NFS: Replace custom error reporting mechanism with generic one by Trond Myklebust · 6 years ago
- aded8d7 NFS: Don't inadvertently clear writeback errors by Trond Myklebust · 6 years ago
- 2cde04e pNFS: Avoid read/modify/write when it is not necessary by Kazuo Ito · 6 years ago
- 97ae91b pNFS: Fix potential corruption of page being written by Kazuo Ito · 6 years ago
- 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
- 01a3684 fs: nfs: Adding new return type vm_fault_t by Souptick Joarder · 7 years ago
- fcfa447 NFS: Revert "NFS: Move the flock open mode check into nfs_flock()" by Benjamin Coddington · 7 years ago
- bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
- e973b1a5 NFS: Sync the correct byte range during synchronous writes by tarangg@amazon.com · 7 years ago
- 779eafa NFS: flush data when locking a file to ensure cache coherence for mmap. by NeilBrown · 8 years ago
- 6ba80d4 NFS: Optimize fallocate by refreshing mapping when needed. by NeilBrown · 8 years ago
- 442ce049 NFS: invalidate file size when taking a lock. by NeilBrown · 8 years ago
- c373fff NFSv4: Don't special case "launder" by Trond Myklebust · 8 years ago
- f30cb75 NFS: Always wait for I/O completion before unlock by Benjamin Coddington · 8 years ago
- e129372 NFS: Move the flock open mode check into nfs_flock() by Benjamin Coddington · 8 years ago
- 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- bc1ecd6 Merge tag 'nfs-for-4.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
- 61540bf NFS: Clean up cache validity checking by Trond Myklebust · 8 years ago
- 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- c0cf3ef nfs_write_end(): fix handling of short copies by Al Viro · 8 years ago
- 9310b22 NFS: Fix incorrect size revalidation when holding a delegation by Trond Myklebust · 8 years ago
- c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
- 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
- 75575dd nfs: eliminate pointless and confusing do_vfs_lock wrappers by Jeff Layton · 8 years ago
- f844cd0 nfs: cover ->migratepage with CONFIG_MIGRATION by Chao Yu · 8 years ago