1. 17d8c5d NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup by Trond Myklebust · 5 years ago
  2. eb2c50d NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0 by Trond Myklebust · 5 years ago
  3. f4340e9 NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend() by Trond Myklebust · 5 years ago
  4. 2b17d725 NFS: Clean up writeback code by Trond Myklebust · 6 years ago
  5. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  6. c79d183 NFS: Remove redundant open context from nfs_page by Trond Myklebust · 6 years ago
  7. 9fcd596 NFS: Add a helper to return a pointer to the open context of a struct nfs_page by Trond Myklebust · 6 years ago
  8. 33344e0 pNFS: Add tracking to limit the number of pNFS retries by Trond Myklebust · 6 years ago
  9. 28b1d3f NFS: Remove unused argument from nfs_create_request() by Trond Myklebust · 6 years ago
  10. c917cfa NFS: Fix up NFS I/O subrequest creation by Trond Myklebust · 6 years ago
  11. 302fad7 NFS: Fix up documentation warnings by Trond Myklebust · 6 years ago
  12. df3accb NFS: Pass error information to the pgio error cleanup routine by Trond Myklebust · 6 years ago
  13. 078b5fd NFS: Clean up list moves of struct nfs_page by Trond Myklebust · 6 years ago
  14. 8127d82 NFS: Don't recoalesce on error in nfs_pageio_complete_mirror() by Trond Myklebust · 6 years ago
  15. 4d91969 NFS: Fix an I/O request leakage in nfs_do_recoalesce by Trond Myklebust · 6 years ago
  16. f57dcf4 NFS: Fix I/O request leakages by Trond Myklebust · 6 years ago
  17. a52458b NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'. by NeilBrown · 6 years ago
  18. ac0aa5e nfs: fix comment to nfs_generic_pg_test which does the opposite by Pavel Tikhomirov · 6 years ago
  19. fc18751 nfs: remove redundant call to nfs_context_set_write_error() by Benjamin Coddington · 6 years ago
  20. fdbd1a2 nfs: Fix a missed page unlock after pg_doio() by Benjamin Coddington · 6 years ago
  21. 1c6c4b7 NFS: Remove private spinlock in struct nfs_pgio_header by Trond Myklebust · 6 years ago
  22. 01e03bd NFS: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  23. 723c921 sched/wait, fs/nfs: Convert wait_on_atomic_t() usage to the new wait_var_event() API by Peter Zijlstra · 7 years ago
  24. e545735 NFS: remove unused offset arg in nfs_pgio_rpcsetup by Benjamin Coddington · 7 years ago
  25. bf4b490 NFS: various changes relating to reporting IO errors. by NeilBrown · 7 years ago
  26. 196639e NFS: Fix 2 use after free issues in the I/O code by Trond Myklebust · 7 years ago
  27. 7af7a59 Merge branch 'bugfixes' by Trond Myklebust · 7 years ago
  28. 3bde7af NFS: Remove unused parameter gfp_flags from nfs_pageio_init() by Trond Myklebust · 7 years ago
  29. 14abcb0 NFSv4: Fix up mirror allocation by Trond Myklebust · 7 years ago
  30. 2ce209c NFS: Wait for requests that are locked on the commit list by Trond Myklebust · 7 years ago
  31. a6b6d5b NFS: Use an atomic_long_t to count the number of requests by Trond Myklebust · 7 years ago
  32. 1344b7e NFS: Remove unused parameter from nfs_page_group_lock() by Trond Myklebust · 7 years ago
  33. dee8304 NFS: Remove unuse function nfs_page_group_lock_wait() by Trond Myklebust · 7 years ago
  34. 08fead2 NFS: Ensure we always dereference the page head last by Trond Myklebust · 7 years ago
  35. b4f937c NFS: Don't run wake_up_bit() when nobody is waiting... by Trond Myklebust · 7 years ago
  36. 2eb3aea7d NFS: Fix initialization of nfs_page_array->npages by Benjamin Coddington · 8 years ago
  37. 919e3bd NFS: Ensure we commit after writeback is complete by Trond Myklebust · 8 years ago
  38. b5973a8 NFS: Remove unused fields in the page I/O structures by Trond Myklebust · 8 years ago
  39. 7d6ddf8 NFS: Add an iocounter wait function for async RPC tasks by Benjamin Coddington · 8 years ago
  40. fbe77c3 NFS: move rw_mode to nfs_pageio_header by Benjamin Coddington · 8 years ago
  41. 8ef9b0b NFS: move nfs_pgarray_set() to open code by Benjamin Coddington · 8 years ago
  42. ae97aa5 NFS: Use GFP_NOIO for two allocations in writeback by Benjamin Coddington · 8 years ago
  43. 43b7d96 NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete() by Benjamin Coddington · 8 years ago
  44. d51fdb8 NFS: discard nfs_lockowner structure. by NeilBrown · 8 years ago
  45. b184b5c NFS: remove l_pid field from nfs_lockowner by NeilBrown · 8 years ago
  46. 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
  47. 67911c8 NFS: Add nfs_commit_file() by Anna Schumaker · 9 years ago
  48. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  49. 44aab3e NFS: Fix a compile warning about unused variable in nfs_generic_pg_pgios() by Trond Myklebust · 9 years ago
  50. 210c7c1 NFS: Use wait_on_atomic_t() for unlock after readahead by Benjamin Coddington · 9 years ago
  51. 942e3d7 Merge branch 'pnfs_generic' by Trond Myklebust · 9 years ago
  52. 138a293 NFS: Relax requirements in nfs_flush_incompatible by Trond Myklebust · 9 years ago
  53. 2bff228 nfs: centralize pgio error cleanup by Peng Tao · 9 years ago
  54. c18b96a nfs: clean up rest of reqs when failing to add one by Peng Tao · 9 years ago
  55. d600ad1 NFS41: pop some layoutget errors to application by Peng Tao · 9 years ago
  56. dfd01f0 sched/wait: Fix the signal handling fix by Peter Zijlstra · 9 years ago
  57. 048883e nfs: fix pg_test page count calculation by Peng Tao · 9 years ago
  58. e9ae58a NFS: nfs_set_pgio_error sometimes misses errors by Trond Myklebust · 9 years ago
  59. d4c3045 NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce() by Trond Myklebust · 9 years ago
  60. 03d5eb6 NFS: Fix a memory leak in nfs_do_recoalesce by Trond Myklebust · 9 years ago
  61. b4839eb nfs: Remove invalid tk_pid from debug message by Kinglong Mee · 10 years ago
  62. dfad700 nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror() by Yijing Wang · 10 years ago
  63. 11598b8 NFS: Remove unused nfs_rw_ops->rw_release() function by Anna Schumaker · 10 years ago
  64. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  65. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  66. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  67. 47af81f nfs: only reset desc->pg_mirror_idx when mirroring is supported by Peng Tao · 10 years ago
  68. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  69. 2176bf4 nfs: introduce pg_cleanup op for pgio descriptors by Weston Andros Adamson · 10 years ago
  70. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 11 years ago
  71. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 11 years ago
  72. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  73. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 10 years ago
  74. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  75. b8fb9c3 NFS: Fix a bogus warning in nfs_generic_pgio by Trond Myklebust · 10 years ago
  76. 3caa0c6 NFS: Fix an uninitialised pointer Oops in the writeback error path by Trond Myklebust · 10 years ago
  77. 2e11f82 nfs: cap request size to fit a kmalloced page array by Christoph Hellwig · 10 years ago
  78. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  79. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  80. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago
  81. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  82. bfd484a nfs: use blocking page_group_lock in add_request by Weston Andros Adamson · 10 years ago
  83. bc8a309 nfs: fix nonblocking calls to nfs_page_group_lock by Weston Andros Adamson · 10 years ago
  84. fd2f3a0 nfs: change nfs_page_group_lock argument by Weston Andros Adamson · 10 years ago
  85. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  86. e702920 nfs: check wait_on_bit_lock err in page_group_lock by Weston Andros Adamson · 10 years ago
  87. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  88. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  89. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  90. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  91. f563b89 NFS: Don't reset pg_moreio in __nfs_pageio_add_request by Trond Myklebust · 10 years ago
  92. d458138 nfs: handle multiple reqs in nfs_page_async_flush by Weston Andros Adamson · 10 years ago
  93. 85710a8 nfs: nfs_page should take a ref on the head req by Weston Andros Adamson · 10 years ago
  94. 17089a2 nfs: mark nfs_page reqs with flag for extra ref by Weston Andros Adamson · 10 years ago
  95. 343ae53 nfs: Fix unused variable error by Anna Schumaker · 11 years ago
  96. c6639da nfs: remove unneeded EXPORTs by Weston Andros Adamson · 11 years ago
  97. 53113ad pnfs: clean up *_resend_to_mds by Weston Andros Adamson · 11 years ago
  98. 4714fb5 nfs: remove pgio_header refcount, related cleanup by Weston Andros Adamson · 11 years ago
  99. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 11 years ago
  100. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 11 years ago