1. d4c3045 NFS: Don't clear desc->pg_moreio in nfs_do_recoalesce() by Trond Myklebust · 9 years ago
  2. 03d5eb6 NFS: Fix a memory leak in nfs_do_recoalesce by Trond Myklebust · 9 years ago
  3. b4839eb nfs: Remove invalid tk_pid from debug message by Kinglong Mee · 9 years ago
  4. dfad700 nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror() by Yijing Wang · 9 years ago
  5. 11598b8 NFS: Remove unused nfs_rw_ops->rw_release() function by Anna Schumaker · 9 years ago
  6. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  7. 6f83e5b Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  8. 48d635f nfs: add nfs_pgio_current_mirror helper by Peng Tao · 10 years ago
  9. 47af81f nfs: only reset desc->pg_mirror_idx when mirroring is supported by Peng Tao · 10 years ago
  10. a7d42dd nfs: add mirroring support to pgio layer by Weston Andros Adamson · 10 years ago
  11. 2176bf4 nfs: introduce pg_cleanup op for pgio descriptors by Weston Andros Adamson · 10 years ago
  12. 46a5ab4 nfs: allow to specify cred in nfs_initiate_pgio by Peng Tao · 10 years ago
  13. abde71f pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio by Tom Haynes · 10 years ago
  14. bd61e0a locks: convert posix locks to file_lock_context by Jeff Layton · 10 years ago
  15. 5263e31 locks: move flock locks to file_lock_context by Jeff Layton · 10 years ago
  16. cb1410c NFS: fix subtle change in COMMIT behavior by Weston Andros Adamson · 10 years ago
  17. b8fb9c30 NFS: Fix a bogus warning in nfs_generic_pgio by Trond Myklebust · 10 years ago
  18. 3caa0c6 NFS: Fix an uninitialised pointer Oops in the writeback error path by Trond Myklebust · 10 years ago
  19. 2e11f82 nfs: cap request size to fit a kmalloced page array by Christoph Hellwig · 10 years ago
  20. 92a5655 nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait by David Jeffery · 10 years ago
  21. 78270e8 nfs: can_coalesce_requests must enforce contiguity by Weston Andros Adamson · 10 years ago
  22. bba5c18 nfs: disallow duplicate pages in pgio page vectors by Weston Andros Adamson · 10 years ago
  23. 7c3af97 nfs: don't sleep with inode lock in lock_and_join_requests by Weston Andros Adamson · 10 years ago
  24. bfd484a nfs: use blocking page_group_lock in add_request by Weston Andros Adamson · 10 years ago
  25. bc8a309 nfs: fix nonblocking calls to nfs_page_group_lock by Weston Andros Adamson · 10 years ago
  26. fd2f3a0 nfs: change nfs_page_group_lock argument by Weston Andros Adamson · 10 years ago
  27. 06b8ab5 Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  28. e702920 nfs: check wait_on_bit_lock err in page_group_lock by Weston Andros Adamson · 10 years ago
  29. ca5bc6c Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changes by Ingo Molnar · 10 years ago
  30. c122132 sched: Allow wait_on_bit_action() functions to support a timeout by NeilBrown · 10 years ago
  31. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  32. e655f94 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  33. f563b89 NFS: Don't reset pg_moreio in __nfs_pageio_add_request by Trond Myklebust · 10 years ago
  34. d458138 nfs: handle multiple reqs in nfs_page_async_flush by Weston Andros Adamson · 10 years ago
  35. 85710a8 nfs: nfs_page should take a ref on the head req by Weston Andros Adamson · 10 years ago
  36. 17089a2 nfs: mark nfs_page reqs with flag for extra ref by Weston Andros Adamson · 10 years ago
  37. 343ae53 nfs: Fix unused variable error by Anna Schumaker · 10 years ago
  38. c6639da nfs: remove unneeded EXPORTs by Weston Andros Adamson · 10 years ago
  39. 53113ad pnfs: clean up *_resend_to_mds by Weston Andros Adamson · 10 years ago
  40. 4714fb5 nfs: remove pgio_header refcount, related cleanup by Weston Andros Adamson · 10 years ago
  41. c65e625 nfs: remove unused writeverf code by Weston Andros Adamson · 10 years ago
  42. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  43. 823b0c9 nfs: rename members of nfs_pgio_data by Weston Andros Adamson · 10 years ago
  44. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  45. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  46. f868089 NFS: Fix a potential busy wait in nfs_page_group_lock by Trond Myklebust · 10 years ago
  47. c110955 NFS: Fix error handling in __nfs_pageio_add_request by Trond Myklebust · 10 years ago
  48. 7f71472 nfs: remove data list from pgio header by Weston Andros Adamson · 10 years ago
  49. f0cb9ab nfs: use > 1 request to handle bsize < PAGE_SIZE by Weston Andros Adamson · 10 years ago
  50. 6094f83 nfs: allow coalescing of subpage requests by Weston Andros Adamson · 10 years ago
  51. 20633f0 nfs: page group syncing in write path by Weston Andros Adamson · 10 years ago
  52. 67d0338 nfs: page group syncing in read path by Weston Andros Adamson · 10 years ago
  53. 2bfc6e5 nfs: add support for multiple nfs reqs per page by Weston Andros Adamson · 10 years ago
  54. ab75e41 nfs: call nfs_can_coalesce_requests for every req by Weston Andros Adamson · 10 years ago
  55. b4fdac1 nfs: modify pg_test interface to return size_t by Weston Andros Adamson · 10 years ago
  56. 8c8f1ac1 nfs: remove unused arg from nfs_create_request by Weston Andros Adamson · 10 years ago
  57. 41d8d5b NFS: Create a common nfs_pageio_ops struct by Anna Schumaker · 10 years ago
  58. cf485fc NFS: Create a common generic_pg_pgios() by Anna Schumaker · 10 years ago
  59. c376627 NFS: Create a common multiple_pgios() function by Anna Schumaker · 10 years ago
  60. 1ed26f3 NFS: Create a common initiate_pgio() function by Anna Schumaker · 10 years ago
  61. ef2c488 NFS: Create a generic_pgio function by Anna Schumaker · 10 years ago
  62. 844c9e6 NFS: Create a common pgio_error function by Anna Schumaker · 10 years ago
  63. ce59515 NFS: Create a common rpcsetup function for reads and writes by Anna Schumaker · 10 years ago
  64. 6f92fa4 NFS: Create a common rpc_call_ops struct by Anna Schumaker · 10 years ago
  65. 0eecb21 NFS: Create a common nfs_pgio_result_common function by Anna Schumaker · 10 years ago
  66. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  67. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  68. 00bfa30 NFS: Create a common pgio_alloc and pgio_release function by Anna Schumaker · 10 years ago
  69. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  70. 4109bb7 NFS: Don't check lock owner compatability unless file is locked (part 2) by Trond Myklebust · 11 years ago
  71. 577b423 NFS: Add functionality to allow waiting on all outstanding reads to complete by Trond Myklebust · 11 years ago
  72. c58c844 NFS: Don't accept more reads/writes if the open context recovery failed by Trond Myklebust · 11 years ago
  73. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  74. b3c54de NFS: Convert nfs_get_lock_context to return an ERR_PTR on failure by Trond Myklebust · 12 years ago
  75. f616638 NFS41: add pg_layout_private to nfs_pageio_descriptor by Peng Tao · 12 years ago
  76. ac694db Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  77. 192e501 nfs: prevent page allocator recursions with swap over NFS. by Mel Gorman · 12 years ago
  78. d56b4dd nfs: teach the NFS client how to treat PG_swapcache pages by Mel Gorman · 12 years ago
  79. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  80. 1d1afcb NFS: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release by Trond Myklebust · 12 years ago
  81. 3aff4eb NFS: Prevent a deadlock in the new writeback code by Trond Myklebust · 12 years ago
  82. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 12 years ago
  83. 1825a0d NFS: prepare coalesce testing for directio by Fred Isaman · 12 years ago
  84. 9533da2 NFS: remove unused wb_complete field from struct nfs_page by Fred Isaman · 12 years ago
  85. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  86. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  87. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  88. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  89. 9994b62 NFS: remove NFS_PAGE_TAG_LOCKED by Fred Isaman · 12 years ago
  90. 1313e60 NFS: Remove unnecessary includes from linux/nfs_fs_i.h by Trond Myklebust · 13 years ago
  91. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  92. afeacc8 fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros by Paul Gortmaker · 13 years ago
  93. c02f557 NFS: Fix documenting comment for nfs_create_request() by Chuck Lever · 13 years ago
  94. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  95. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  96. d9156f9 NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed by Trond Myklebust · 13 years ago
  97. d8007d4 NFSv4.1: Add an initialisation callback for pNFS by Trond Myklebust · 13 years ago
  98. 1751c36 NFS: Cleanup of the nfs_pageio code in preparation for a pnfs bugfix by Trond Myklebust · 13 years ago
  99. 19345cb NFSv4.1: file layout must consider pg_bsize for coalescing by Benny Halevy · 13 years ago
  100. 5b36c7d NFSv4.1: define nfs_generic_pg_test by Boaz Harrosh · 13 years ago