1. 1e7f3a4 nfs: move nfs_pgio_data and remove nfs_rw_header by Weston Andros Adamson · 10 years ago
  2. 5002c58 pnfs: support multiple verfs per direct req by Weston Andros Adamson · 10 years ago
  3. 7f71472 nfs: remove data list from pgio header by Weston Andros Adamson · 10 years ago
  4. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  5. 4a0de55 NFS: Create a common rw_header_alloc and rw_header_free function by Anna Schumaker · 10 years ago
  6. f79d06f NFS: Move the write verifier into the nfs_pgio_header by Anna Schumaker · 10 years ago
  7. c0752cd NFS: Create a common read and write header struct by Anna Schumaker · 10 years ago
  8. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  9. 9137bdf NFS: Create a common results structure for reads and writes by Anna Schumaker · 10 years ago
  10. 3c6b899 NFS: Create a common argument structure for reads and writes by Anna Schumaker · 10 years ago
  11. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  12. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  13. bd0f725 Merge branch 'devel' into linux-next by Trond Myklebust · 10 years ago
  14. 33912be nfs: remove synchronous rename code by Jeff Layton · 10 years ago
  15. 96f9d8c nfs: abstract out code needed to complete a sillyrename by Jeff Layton · 10 years ago
  16. b7e63a1 NFSv4: Fix another nfs4_sequence corruptor by Trond Myklebust · 10 years ago
  17. 17ead6c NFSv4: Fix memory corruption in nfs4_proc_open_confirm by Trond Myklebust · 11 years ago
  18. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  19. a3f73c2 NFS: separate passed security flavs from selected by Weston Andros Adamson · 11 years ago
  20. 44c9993 NFS: Add method to detect whether an FSID is still on the server by Chuck Lever · 11 years ago
  21. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  22. 5bc2afc NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method by Trond Myklebust · 11 years ago
  23. 2031cd1 nfs4.1: Minimal SP4_MACH_CRED implementation by Weston Andros Adamson · 11 years ago
  24. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  25. f840729 NFS Remove unused authflavour parameter from init_client by Andy Adamson · 11 years ago
  26. 959d921 Merge branch 'labeled-nfs' into linux-next by Trond Myklebust · 11 years ago
  27. 1775fd3 NFS:Add labels to client function prototypes by David Quigley · 11 years ago
  28. e058f70 NFSv4: Introduce new label structure by Steve Dickson · 11 years ago
  29. e64a421 NFSv4: Add label recommended attribute and NFSv4 flags by David Quigley · 11 years ago
  30. 6ab5934 NFSv4.1: Ensure that layoutget is called using the layout credential by Trond Myklebust · 11 years ago
  31. 7c1d5fa NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC call by Trond Myklebust · 11 years ago
  32. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  33. 549b19c NFSv4: Record the OPEN create mode used in the nfs4_opendata structure by Trond Myklebust · 11 years ago
  34. fb15b26 SUNRPC: Define rpcsec_gss_info structure by Chuck Lever · 11 years ago
  35. 72f4dc1 NFS: Remove unneeded forward declaration by Chuck Lever · 11 years ago
  36. 9b20614 NFSv4: The stateid must remain the same for replayed RPC calls by Trond Myklebust · 11 years ago
  37. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  38. 3000512 NFSv4.1: LAYOUTGET EDELAY loops timeout to the MDS by Weston Andros Adamson · 11 years ago
  39. 54f834c nfs: Convert struct nfs_fattr to Use kuid_t and kgid_t by Eric W. Biederman · 12 years ago
  40. 8e63b6a NFSv4.1: Move the RPC timestamp out of the slot. by Trond Myklebust · 12 years ago
  41. 62ae082 NFSv4: Reorder the XDR structures to put sequence at the top, not bottom by Trond Myklebust · 12 years ago
  42. 8fe72ba NFSv4: Clean up handling of privileged operations by Trond Myklebust · 12 years ago
  43. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  44. 87dda67 NFSv4.1: Allow SEQUENCE to resize the slot table on the fly by Trond Myklebust · 12 years ago
  45. da0507b NFSv4.1: Reset the sequence number for slots that have been deallocated by Trond Myklebust · 12 years ago
  46. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  47. 2b2fa71 NFSv4.1: Simplify struct nfs4_sequence_args too by Trond Myklebust · 12 years ago
  48. df2fabf NFSv4.1: Label each entry in the session slot tables with its slot number by Trond Myklebust · 12 years ago
  49. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  50. 933602e NFSv4.1: Shrink struct nfs4_sequence_res by moving sr_renewal_time by Trond Myklebust · 12 years ago
  51. ae2bb03 NFSv4: don't put ACCESS in OPEN compound if O_EXCL by Weston Andros Adamson · 12 years ago
  52. 6168f62 NFSv4: Add ACCESS operation to OPEN compound by Weston Andros Adamson · 12 years ago
  53. a0b0a6e NFS: Clean up the pNFS layoutget interface by Trond Myklebust · 12 years ago
  54. 1f1ea6c NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached by Trond Myklebust · 12 years ago
  55. f616638 NFS41: add pg_layout_private to nfs_pageio_descriptor by Peng Tao · 12 years ago
  56. 89d77c8 NFS: Convert v4 into a module by Bryan Schumaker · 12 years ago
  57. 1179acc NFS: Only initialize the ACL client in the v3 case by Bryan Schumaker · 12 years ago
  58. ff9099f2 NFS: Create a try_mount rpc op by Bryan Schumaker · 12 years ago
  59. 8626e4a Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6 by Trond Myklebust · 12 years ago
  60. 8867fe5 nfs: clean up ->create in nfs_rpc_ops by Miklos Szeredi · 12 years ago
  61. 57208fa NFS: Create an write_pageio_init() function by Bryan Schumaker · 12 years ago
  62. 1abb5088 NFS: Create an read_pageio_init() function by Bryan Schumaker · 12 years ago
  63. 6663ee7 NFS: Create an alloc_client rpc_op by Bryan Schumaker · 12 years ago
  64. cdb7ece NFS: Create a free_client rpc_op by Bryan Schumaker · 12 years ago
  65. 57ec14c NFS: Create a return_delegation rpc op by Bryan Schumaker · 12 years ago
  66. 011e2a7 NFS: Create a have_delegation rpc_op by Bryan Schumaker · 12 years ago
  67. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  68. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 12 years ago
  69. 1549210f NFSv4: Fix an Oops in the open recovery code by Trond Myklebust · 12 years ago
  70. 32b0131 NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid by Trond Myklebust · 12 years ago
  71. 7c44f1ae nfs4.1: add BIND_CONN_TO_SESSION operation by Weston Andros Adamson · 12 years ago
  72. 88034c3 NFSv4.1 mdsthreshold attribute xdr by Andy Adamson · 12 years ago
  73. acdeb69 NFS: EXCHANGE_ID should save the server major and minor ID by Chuck Lever · 12 years ago
  74. 4bf590e NFS: Add nfs_client behavior flags by Chuck Lever · 12 years ago
  75. 8cab4c3 NFS: Refactor nfs_get_client(): initialize nfs_client by Chuck Lever · 12 years ago
  76. 79d4e1f NFS: Use proper naming conventions for NFSv4.1 server scope fields by Chuck Lever · 12 years ago
  77. 778d281 NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds by Trond Myklebust · 12 years ago
  78. 7c317fc NFSv4: Simplify the NFSv4 CREATE compound by Trond Myklebust · 12 years ago
  79. 90ff0c5 NFSv4: Simplify the NFSv4 OPEN compound by Trond Myklebust · 12 years ago
  80. 3a1556e NFSv2/v3: Simulate the change attribute by Trond Myklebust · 12 years ago
  81. 4f97615 NFS: Fix a compile issue when CONFIG_NFS_V4_1 is undefined by Trond Myklebust · 12 years ago
  82. 80a16b2 NFS: Remove extra rpc_clnt argument to proc_lookup by Bryan Schumaker · 12 years ago
  83. 281cad4 NFS: Create a submount rpc_op by Bryan Schumaker · 12 years ago
  84. 2671bfc NFS: Remove secinfo knowledge out of the generic client by Bryan Schumaker · 12 years ago
  85. b359f9d NFS: add dreq to nfs_commit_info by Fred Isaman · 12 years ago
  86. f453a54 NFS: create nfs_commit_completion_ops by Fred Isaman · 12 years ago
  87. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  88. 584aa81 NFS: rewrite directio read to use async coalesce code by Fred Isaman · 12 years ago
  89. 061ae2e NFS: create completion structure to pass into page_init functions by Fred Isaman · 12 years ago
  90. 6c75dc0 NFS: merge _full and _partial write rpc_ops by Fred Isaman · 12 years ago
  91. 4db6e0b NFS: merge _full and _partial read rpc_ops by Fred Isaman · 12 years ago
  92. 30dd374 NFS: create struct nfs_page_array by Fred Isaman · 12 years ago
  93. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  94. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  95. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 12 years ago
  96. c6bfa1a NFS: Remove nfs4_setup_sequence from generic rename code by Bryan Schumaker · 12 years ago
  97. 34e137c NFS: Remove nfs4_setup_sequence from generic unlink code by Bryan Schumaker · 12 years ago
  98. ea7c330 NFS: Remove nfs4_setup_sequence from generic read code by Bryan Schumaker · 12 years ago
  99. c6cb80d NFS: Remove nfs4_setup_sequence from generic write code by Bryan Schumaker · 12 years ago
  100. 8aa0a41 Merge commit 'nfs-for-3.3-4' into nfs-for-next by Trond Myklebust · 12 years ago