1. 000dbe0 NFS: Convert buffered read paths to use netfs when fscache is enabled by Dave Wysochanski · 1 year, 10 months ago
  2. d8ca6db Merge tag 'nfs-for-6.3-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 1 year, 10 months ago
  3. 70e9db6 NFS: Clean up O_DIRECT request allocation by Trond Myklebust · 2 years ago
  4. ab75bff NFS: Convert buffered reads to use folios by Trond Myklebust · 2 years ago
  5. cbefa53 NFS: Convert the remaining pagelist helper functions to support folios by Trond Myklebust · 2 years ago
  6. 6dd85e8 NFS: Add a helper to convert a struct nfs_page into an inode by Trond Myklebust · 2 years ago
  7. 8e0bdc70 NFS: Fix nfs_coalesce_size() to work with folios by Trond Myklebust · 2 years ago
  8. eb9f2a5 NFS: Support folios in nfs_generic_pgio() by Trond Myklebust · 2 years ago
  9. 35c5db0 NFS: Add basic functionality for tracking folios in struct nfs_page by Trond Myklebust · 2 years ago
  10. 785207a NFS: Fix for xfstests generic/208 by Trond Myklebust · 2 years ago
  11. 5970e15 filelock: move file locking definitions to separate header file by Jeff Layton · 2 years, 1 month ago
  12. 17b985d nfs: use locks_inode_context helper by Jeff Layton · 2 years, 1 month ago
  13. 118f09e NFSv4.1 mark qualified async operations as MOVEABLE tasks by Olga Kornievskaia · 2 years, 7 months ago
  14. d02d81e NFS: Don't loop forever in nfs_do_recoalesce() by Trond Myklebust · 2 years, 9 months ago
  15. 0bae835 NFS: Avoid writeback threads getting stuck in mempool_alloc() by Trond Myklebust · 2 years, 9 months ago
  16. b40887e SUNRPC: Trace calls to .rpc_call_done by Chuck Lever · 3 years, 2 months ago
  17. 43d20e8 NFS: Fix a few more clear_bit() instances that need release semantics by Trond Myklebust · 3 years, 6 months ago
  18. 85e39fe NFSv4.1 identify and mark RPC tasks that can move between transports by Olga Kornievskaia · 3 years, 6 months ago
  19. 70536bf NFS: Clean up reset of the mirror accounting variables by Trond Myklebust · 3 years, 7 months ago
  20. 0d0ea30 NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() by Trond Myklebust · 3 years, 7 months ago
  21. 56517ab NFS: Fix an Oopsable condition in __nfs_pageio_add_request() by Trond Myklebust · 3 years, 7 months ago
  22. 6453bcd NFS: Fix up incorrect documentation by Trond Myklebust · 3 years, 10 months ago
  23. 63e2fff pNFS/flexfiles: Fix array overflow when flexfiles mirroring is enabled by Trond Myklebust · 4 years, 1 month ago
  24. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  25. cd2ed9b NFS: Add a tracepoint in nfs_set_pgio_error() by Chuck Lever · 4 years, 8 months ago
  26. 4fa7ef6 NFS/pnfs: Don't use RPC_TASK_CRED_NOREF with pnfs by Trond Myklebust · 4 years, 8 months ago
  27. e00ed89 NFS: Refactor nfs_lock_and_join_requests() by Trond Myklebust · 4 years, 9 months ago
  28. 44a65a0 NFS: Reverse the submission order of requests in __nfs_pageio_add_request() by Trond Myklebust · 4 years, 9 months ago
  29. a62f8e3 NFS: Clean up nfs_lock_and_join_requests() by Trond Myklebust · 4 years, 9 months ago
  30. 377840e NFS: Remove the redundant function nfs_pgio_has_mirroring() by Trond Myklebust · 4 years, 9 months ago
  31. 862f35c NFS: Fix memory leaks in nfs_pageio_stop_mirroring() by Trond Myklebust · 4 years, 9 months ago
  32. dc9dc2f NFS: Fix use-after-free issues in nfs_pageio_add_request() by Trond Myklebust · 4 years, 9 months ago
  33. 08ca8b2 NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests() by Trond Myklebust · 4 years, 9 months ago
  34. 1de3af9 NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio() by Trond Myklebust · 4 years, 9 months ago
  35. 542b994 NFS: Assume cred is pinned by open context in I/O requests by Trond Myklebust · 4 years, 11 months ago
  36. 17d8c5d NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup by Trond Myklebust · 5 years ago
  37. eb2c50d NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0 by Trond Myklebust · 5 years ago
  38. f4340e9 NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend() by Trond Myklebust · 5 years ago
  39. 2b17d725 NFS: Clean up writeback code by Trond Myklebust · 6 years ago
  40. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  41. c79d183 NFS: Remove redundant open context from nfs_page by Trond Myklebust · 6 years ago
  42. 9fcd596 NFS: Add a helper to return a pointer to the open context of a struct nfs_page by Trond Myklebust · 6 years ago
  43. 33344e0 pNFS: Add tracking to limit the number of pNFS retries by Trond Myklebust · 6 years ago
  44. 28b1d3f5 NFS: Remove unused argument from nfs_create_request() by Trond Myklebust · 6 years ago
  45. c917cfa NFS: Fix up NFS I/O subrequest creation by Trond Myklebust · 6 years ago
  46. 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
  47. df3accb NFS: Pass error information to the pgio error cleanup routine by Trond Myklebust · 6 years ago
  48. 078b5fd NFS: Clean up list moves of struct nfs_page by Trond Myklebust · 6 years ago
  49. 8127d82 NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() by Trond Myklebust · 6 years ago
  50. 4d91969 NFS: Fix an I/O request leakage in nfs_do_recoalesce by Trond Myklebust · 6 years ago
  51. f57dcf4 NFS: Fix I/O request leakages by Trond Myklebust · 6 years ago
  52. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  53. ac0aa5e nfs: fix comment to nfs_generic_pg_test which does the opposite by Pavel Tikhomirov · 6 years ago
  54. fc18751 nfs: remove redundant call to nfs_context_set_write_error() by Benjamin Coddington · 6 years ago
  55. fdbd1a2 nfs: Fix a missed page unlock after pg_doio() by Benjamin Coddington · 6 years ago
  56. 1c6c4b7 NFS: Remove private spinlock in struct nfs_pgio_header by Trond Myklebust · 6 years ago
  57. 01e03bd NFS: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  58. 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  59. e545735 NFS: remove unused offset arg in nfs_pgio_rpcsetup by Benjamin Coddington · 7 years ago
  60. bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
  61. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  62. 7af7a59 Merge branch 'bugfixes' by Trond Myklebust · 7 years ago
  63. 3bde7af NFS: Remove unused parameter gfp_flags from nfs_pageio_init() by Trond Myklebust · 7 years ago
  64. 14abcb0 NFSv4: Fix up mirror allocation by Trond Myklebust · 7 years ago
  65. 2ce209c NFS: Wait for requests that are locked on the commit list by Trond Myklebust · 7 years ago
  66. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  67. 1344b7e NFS: Remove unused parameter from nfs_page_group_lock() by Trond Myklebust · 7 years ago
  68. dee8304 NFS: Remove unuse function nfs_page_group_lock_wait() by Trond Myklebust · 7 years ago
  69. 08fead2 NFS: Ensure we always dereference the page head last by Trond Myklebust · 7 years ago
  70. b4f937c NFS: Don't run wake_up_bit() when nobody is waiting... by Trond Myklebust · 7 years ago
  71. 2eb3aea7d NFS: Fix initialization of nfs_page_array->npages by Benjamin Coddington · 8 years ago
  72. 919e3bd NFS: Ensure we commit after writeback is complete by Trond Myklebust · 8 years ago
  73. b5973a8 NFS: Remove unused fields in the page I/O structures by Trond Myklebust · 8 years ago
  74. 7d6ddf8 NFS: Add an iocounter wait function for async RPC tasks by Benjamin Coddington · 8 years ago
  75. fbe77c3 NFS: move rw_mode to nfs_pageio_header by Benjamin Coddington · 8 years ago
  76. 8ef9b0b NFS: move nfs_pgarray_set() to open code by Benjamin Coddington · 8 years ago
  77. ae97aa5 NFS: Use GFP_NOIO for two allocations in writeback by Benjamin Coddington · 8 years ago
  78. 43b7d96 NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() by Benjamin Coddington · 8 years ago
  79. d51fdb8 NFS: discard nfs_lockowner structure. by NeilBrown · 8 years ago
  80. b184b5c NFS: remove l_pid field from nfs_lockowner by NeilBrown · 8 years ago
  81. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  82. 67911c8 NFS: Add nfs_commit_file() by Anna Schumaker · 9 years ago
  83. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  84. 44aab3e NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios() by Trond Myklebust · 9 years ago
  85. 210c7c1 NFS: Use wait_on_atomic_t() for unlock after readahead by Benjamin Coddington · 9 years ago
  86. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
  87. 138a293 NFS: Relax requirements in nfs_flush_incompatible by Trond Myklebust · 9 years ago
  88. 2bff228 nfs: centralize pgio error cleanup by Peng Tao · 9 years ago
  89. c18b96a nfs: clean up rest of reqs when failing to add one by Peng Tao · 9 years ago
  90. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  91. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  92. 048883e nfs: fix pg_test page count calculation by Peng Tao · 9 years ago
  93. e9ae58a NFS: nfs_set_pgio_error sometimes misses errors by Trond Myklebust · 9 years ago
  94. d4c3045 NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce() by Trond Myklebust · 9 years ago
  95. 03d5eb6 NFS: Fix a memory leak in nfs_do_recoalesce by Trond Myklebust · 9 years ago
  96. b4839eb nfs: Remove invalid tk_pid from debug message by Kinglong Mee · 9 years ago
  97. dfad700 nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror() by Yijing Wang · 10 years ago
  98. 11598b8 NFS: Remove unused nfs_rw_ops->rw_release() function by Anna Schumaker · 10 years ago
  99. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  100. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago