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