1. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  2. 76e697b NFSv4.1: Move slot table and session struct definitions to nfs4session.h by Trond Myklebust · 12 years ago
  3. da0507b NFSv4.1: Reset the sequence number for slots that have been deallocated by Trond Myklebust · 12 years ago
  4. 464ee9f NFSv4.1: Ensure that the client tracks the server target_highest_slotid by Trond Myklebust · 12 years ago
  5. 2b2fa71 NFSv4.1: Simplify struct nfs4_sequence_args too by Trond Myklebust · 12 years ago
  6. df2fabf NFSv4.1: Label each entry in the session slot tables with its slot number by Trond Myklebust · 12 years ago
  7. e3725ec NFSv4.1: Shrink struct nfs4_sequence_res by moving the session pointer by Trond Myklebust · 12 years ago
  8. d751f74 NFS: Reduce stack use in encode_exchange_id() by Jim Rees · 12 years ago
  9. 7fc3884 NFS: Remove asserts from the NFS XDR code by Trond Myklebust · 12 years ago
  10. e23008e NFSv4 reduce attribute requests for open reclaim by Andy Adamson · 12 years ago
  11. ae2bb03 NFSv4: don't put ACCESS in OPEN compound if O_EXCL by Weston Andros Adamson · 12 years ago
  12. 6168f62 NFSv4: Add ACCESS operation to OPEN compound by Weston Andros Adamson · 12 years ago
  13. 2a36915 NFS: Clean up helper function nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  14. 13fe4ba NFSv4.1: decode_getdeviceinfo should check xdr_read_pages() return value by Trond Myklebust · 12 years ago
  15. 01913b4 NFS: return error from decode_getfh in decode open by Weston Andros Adamson · 12 years ago
  16. 1f1ea6c NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncached by Trond Myklebust · 12 years ago
  17. cff298c NFSv4: Don't use private xdr_stream fields in decode_getacl by Trond Myklebust · 12 years ago
  18. 519d395 NFSv4: Fix pointer arithmetic in decode_getacl by Trond Myklebust · 12 years ago
  19. fac1e8e NFS: Keep module parameters in the generic NFS client by Bryan Schumaker · 12 years ago
  20. f44106e nfs: fix fl_type tests in NFSv4 code by Jeff Layton · 12 years ago
  21. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  22. 98d9452 NFSv4: Decode getdevicelist should use nfs4_verifier by Trond Myklebust · 12 years ago
  23. 256e48b NFSv4: Simplify the GETATTR attribute length calculation by Trond Myklebust · 12 years ago
  24. 64bd577 NFS: Let xdr_read_pages() check for buffer overflows by Trond Myklebust · 12 years ago
  25. 029c534 NFSv4: Fix up decode_attr_mdsthreshold by Trond Myklebust · 12 years ago
  26. 1549210f NFSv4: Fix an Oops in the open recovery code by Trond Myklebust · 12 years ago
  27. 32b0131 NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid by Trond Myklebust · 12 years ago
  28. 6624553 NFSv4.1: Add DESTROY_CLIENTID by Trond Myklebust · 12 years ago
  29. ad24ecf NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations by Trond Myklebust · 12 years ago
  30. 7c44f1ae nfs4.1: add BIND_CONN_TO_SESSION operation by Weston Andros Adamson · 12 years ago
  31. 88034c3 NFSv4.1 mdsthreshold attribute xdr by Andy Adamson · 12 years ago
  32. acdeb69 NFS: EXCHANGE_ID should save the server major and minor ID by Chuck Lever · 12 years ago
  33. f092075 NFS: Always use the same SETCLIENTID boot verifier by Chuck Lever · 12 years ago
  34. 8582715 NFSv4: COMMIT does not need post-op attributes by Trond Myklebust · 12 years ago
  35. 778d281 NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds by Trond Myklebust · 12 years ago
  36. 7c317fc NFSv4: Simplify the NFSv4 CREATE compound by Trond Myklebust · 12 years ago
  37. 90ff0c5 NFSv4: Simplify the NFSv4 OPEN compound by Trond Myklebust · 12 years ago
  38. e144cbc NFSv4: Retrieve attributes _before_ calling delegreturn by Trond Myklebust · 12 years ago
  39. a9f6991 NFSv4: Fix a typo in NFS4_enc_link_sz by Trond Myklebust · 12 years ago
  40. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  41. 72de53e NFS: Do secinfo as part of lookup by Bryan Schumaker · 12 years ago
  42. 31e4dda NFS: Fix SECINFO_NO_NAME by Bryan Schumaker · 12 years ago
  43. 5794d21 Avoid beyond bounds copy while caching ACL by Sachin Prabhu · 12 years ago
  44. 5a00689 Avoid reading past buffer when calling GETACL by Sachin Prabhu · 12 years ago
  45. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 12 years ago
  46. 95a13f7 NFS: Fix a compile error when !defined NFS_DEBUG by Trond Myklebust · 12 years ago
  47. 4fc8796 NFSv4: Clean up nfs4_select_rw_stateid() by Trond Myklebust · 12 years ago
  48. ff2eb68 NFSv4: Add a helper encode_uint64 by Trond Myklebust · 12 years ago
  49. 475d4ba NFSv4: More xdr cleanups by Trond Myklebust · 12 years ago
  50. 7001951 NFSv4: Cleanup - convert more functions to use encode_op_hdr by Trond Myklebust · 12 years ago
  51. cd93710 NFS: Fix nfs4_verifier memory alignment by Chuck Lever · 12 years ago
  52. ab19b48 NFSv4: Add a encode op helper by Trond Myklebust · 12 years ago
  53. 4ade982 NFSv4: Add a helper for encoding NFSv4 sequence ids by Trond Myklebust · 12 years ago
  54. 6fdfb0bc NFSv4: Minor clean ups for encode_string() by Trond Myklebust · 12 years ago
  55. 2d2f24a NFSv4: Simplify the struct nfs4_stateid by Trond Myklebust · 12 years ago
  56. 1e3987c NFSv4: Rename nfs4_copy_stateid() by Trond Myklebust · 12 years ago
  57. ea9d23f NFSv4: Add a helper for encoding stateids by Trond Myklebust · 12 years ago
  58. cb17e55 NFSv4: Add a helper for encoding opaque data by Trond Myklebust · 12 years ago
  59. d0b496d NFSv4: Rename encode_stateid() to encode_open_stateid() by Trond Myklebust · 12 years ago
  60. 8aa0a41 Merge commit 'nfs-for-3.3-4' into nfs-for-next by Trond Myklebust · 12 years ago
  61. 54b50af NFS: Reduce debugging noise from encode_compound_hdr by Chuck Lever · 12 years ago
  62. 264e635 NFS: Request fh_expire_type attribute in "server caps" operation by Chuck Lever · 12 years ago
  63. 81934dd NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS by Chuck Lever · 12 years ago
  64. bb4dae5 NFS: Simplify arguments of encode_renew() by Chuck Lever · 12 years ago
  65. 02a2976 NFS: Clean up debugging in decode_pathname() by Chuck Lever · 12 years ago
  66. 7d2ed9a NFSv4: parse and display server implementation ids by Weston Andros Adamson · 12 years ago
  67. db8ac8b NFSv4: Send implementation id with exchange_id by Weston Andros Adamson · 12 years ago
  68. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  69. f9fd2d9 NFS: printks in fs/nfs/ should start with NFS: by Weston Andros Adamson · 12 years ago
  70. 1cab065 NFS: Pass a stateid to test_stateid() and free_stateid() by Bryan Schumaker · 12 years ago
  71. 331818f NFSv4: Fix an Oops in the NFSv4 getacl code by Trond Myklebust · 12 years ago
  72. 8b7e3f4 NFSv4: Don't decode fs_locations if we didn't ask for them... by Trond Myklebust · 12 years ago
  73. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 12 years ago
  74. 6926afd NFSv4: Save the owner/group name string when doing open by Trond Myklebust · 12 years ago
  75. bf118a3 NFSv4: include bitmap in nfsv4 get acl data by Andy Adamson · 13 years ago
  76. c6e6966 NFS: Clean up nfs4_xdr_dec_secinfo() by Chuck Lever · 13 years ago
  77. db29c08 pnfs: cleanup_layoutcommit by Andy Adamson · 13 years ago
  78. dae100c pnfs: ask for layout_blksize and save it in nfs_server by Fred Isaman · 13 years ago
  79. 7f11d8d pnfs: GETDEVICELIST by Andy Adamson · 13 years ago
  80. 3557c6c pnfs: use lwb as layoutcommit length by Peng Tao · 13 years ago
  81. 9aeda35 NFS: added FREE_STATEID call by Bryan Schumaker · 13 years ago
  82. 7d97479 NFS: Added TEST_STATEID call by Bryan Schumaker · 13 years ago
  83. fca78d6 NFS: Add SECINFO_NO_NAME procedure by Bryan Schumaker · 13 years ago
  84. 78fe0f4 NFS: use scope from exchange_id to skip reclaim by Weston Andros Adamson · 13 years ago
  85. e5012d1 NFSv4.1: update nfs4_fattr_bitmap_maxsz by Andy Adamson · 13 years ago
  86. 1650add NFS: Fix decode_secinfo_maxsz by Bryan Schumaker · 13 years ago
  87. ee7b75f NFSv4: Fix a readdir regression by Trond Myklebust · 13 years ago
  88. c9c30dd NFSv4.1: deprecate headerpadsz in CREATE_SESSION by Benny Halevy · 13 years ago
  89. ac7db72 pnfs: encode_layoutcommit by Benny Halevy · 13 years ago
  90. 04a5554 pnfs: encode_layoutreturn by Andy Adamson · 13 years ago
  91. cbe8260 pnfs: layoutreturn by Benny Halevy · 13 years ago
  92. 613e901 NFS: Return meaningful status from decode_secinfo() by Bryan Schumaker · 13 years ago
  93. 28331a4 NFSv4: Ensure we request the ordinary fileid when doing readdirplus by Trond Myklebust · 13 years ago
  94. c3dfc28 NFS: Use correct variable for page bounds checking by Bryan Schumaker · 13 years ago
  95. 0acd220 Merge branch 'nfs-for-2.6.39' into nfs-for-next by Trond Myklebust · 13 years ago
  96. 35124a0 Cleanup XDR parsing for LAYOUTGET, GETDEVICEINFO by Weston Andros Adamson · 13 years ago
  97. 7ebb931 NFS: use secinfo when crossing mountpoints by Bryan Schumaker · 13 years ago
  98. 5a5ea0d NFS: Add secinfo procedure by Bryan Schumaker · 13 years ago
  99. 863a3c6 NFSv4.1: layoutcommit by Andy Adamson · 13 years ago
  100. 988b6dc NFSv4.1: remove GETATTR from ds commits by Fred Isaman · 13 years ago