1. a5c5889 NFS: Create a v4-specific fsync function by Bryan Schumaker · 12 years ago
  2. eeebf91 NFS: Use nfs4_destroy_server() to clean up NFS v4 by Bryan Schumaker · 12 years ago
  3. e38eb65 NFS: set_pnfs_layoutdriver() from nfs4_proc_fsinfo() by Bryan Schumaker · 12 years ago
  4. 6e5b587 NFSv4.1 handle OPEN O_CREATE mdsthreshold by Andy Adamson · 12 years ago
  5. e307450 NFS: Simplify NFSv4.1 Kconfig by Trond Myklebust · 12 years ago
  6. 05bf14a NFSv4.1: Use session max response size for GETDEVICEINFO gdia_maxcount by Andy Adamson · 12 years ago
  7. 2f2c63b NFS: Cleanup - only store the write verifier in struct nfs_page by Trond Myklebust · 12 years ago
  8. 98d9452 NFSv4: Decode getdevicelist should use nfs4_verifier by Trond Myklebust · 12 years ago
  9. 140150d SUNRPC: Remove unused function xdr_encode_pages by Trond Myklebust · 12 years ago
  10. b42353f NFSv4.1: Clean up nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  11. 1a47e7a NFSv4.1: Cleanup - move nfs4_has_session tests out of state manager loop by Trond Myklebust · 12 years ago
  12. 60f0015 NFSv4.1: Clean up nfs4_recall_slot() by Trond Myklebust · 12 years ago
  13. 1a2dd94 NFSv4.1: Handle slot recalls before doing state recovery by Trond Myklebust · 12 years ago
  14. 8ed27d4 NFS: add more context to state manager error mesgs by Weston Andros Adamson · 12 years ago
  15. 1aecca3 NFSv3: Don't open code stream position calculation in decode_getacl3resok by Trond Myklebust · 12 years ago
  16. 256e48b NFSv4: Simplify the GETATTR attribute length calculation by Trond Myklebust · 12 years ago
  17. 64bd577 NFS: Let xdr_read_pages() check for buffer overflows by Trond Myklebust · 12 years ago
  18. db3a3bc NFSv2/v3: Remove incorrect dprintks from the readdir reply code by Trond Myklebust · 12 years ago
  19. b102743 NFS: Force the legacy idmapper to be single threaded by Bryan Schumaker · 12 years ago
  20. 1a0de48 NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4) by Trond Myklebust · 12 years ago
  21. 5a695da NFS: Fix a refcounting issue in O_DIRECT by Trond Myklebust · 12 years ago
  22. 0a9c63f NFSv4.1: Fix a race in set_pnfs_layoutdriver by Trond Myklebust · 12 years ago
  23. 2a4c899 NFSv4.1: Fix umount when filelayout DS is also the MDS by Trond Myklebust · 12 years ago
  24. 873b779 Merge tag 'nfs-for-3.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  25. 12918b1 NFS: hard-code init_net for NFS callback transports by Stanislav Kinsbursky · 12 years ago
  26. e216c8c NFS: add an endian notation for sparse by Dan Carpenter · 12 years ago
  27. 0439f31 NFSv4.1: integer overflow in decode_cb_sequence_args() by Dan Carpenter · 12 years ago
  28. 2669940 NFSv4 do not send an empty SETATTR compound by Andy Adamson · 12 years ago
  29. 64f9a83 NFSv2: EOF incorrectly set on short read by Sachin Prabhu · 12 years ago
  30. c5afc8d NFS: Use the NFS_DEFAULT_VERSION for v2 and v3 mounts by Bryan Schumaker · 12 years ago
  31. 906369e NFS: fix directio refcount bug on commit by Fred Isaman · 12 years ago
  32. 2d0dbc6 NFSv4: Fix unnecessary delegation returns in nfs4_do_open by Trond Myklebust · 12 years ago
  33. 02c6752 NFSv4.1: Convert another trivial printk into a dprintk by Trond Myklebust · 12 years ago
  34. fb47ddc NFS4: Fix open bug when pnfs module blacklisted by Fred Isaman · 12 years ago
  35. f07936f NFS: Remove incorrect BUG_ON in nfs_found_client by Trond Myklebust · 12 years ago
  36. f25efd8 NFS: Map minor mismatch error to protocol not support error. by Steve Dickson · 12 years ago
  37. 9bce008 NFS: Fix a commit bug by Trond Myklebust · 12 years ago
  38. cdf6644 NFS4: Set parsed mount data version to 4 by Bryan Schumaker · 12 years ago
  39. bda197f NFSv4.1: Ensure we clear session state flags after a session creation by Trond Myklebust · 12 years ago
  40. 08106ac NFSv4.1: Convert a trivial printk into a dprintk by Trond Myklebust · 12 years ago
  41. 029c534 NFSv4: Fix up decode_attr_mdsthreshold by Trond Myklebust · 12 years ago
  42. 1549210f NFSv4: Fix an Oops in the open recovery code by Trond Myklebust · 12 years ago
  43. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  44. 0ef97dc nfs: don't open in ->d_revalidate by Miklos Szeredi · 12 years ago
  45. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  46. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 12 years ago
  47. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 12 years ago
  48. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 12 years ago
  49. 1d59d61 NFS: Ensure that setattr and getattr wait for O_DIRECT write completion by Trond Myklebust · 12 years ago
  50. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  51. cc0a984 NFSv4: Add debugging printks to state manager by Trond Myklebust · 12 years ago
  52. fb13bfa NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIO by Trond Myklebust · 12 years ago
  53. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  54. 359d7d1 NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHE by Trond Myklebust · 12 years ago
  55. f2c1b51 NFSv4.1: nfs4_reset_session should use nfs4_handle_reclaim_lease_error by Trond Myklebust · 12 years ago
  56. 9f59479 NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSION by Trond Myklebust · 12 years ago
  57. 7c5d725 NFSv4.1: Handle NFS4ERR_CONN_NOT_BOUND_TO_SESSION in the state manager by Trond Myklebust · 12 years ago
  58. bf674c8 NFSv4.1: Handle errors in nfs4_bind_conn_to_session by Trond Myklebust · 12 years ago
  59. 43ac544 NFSv4.1: nfs4_bind_conn_to_session should drain the session by Trond Myklebust · 12 years ago
  60. 32b0131 NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientid by Trond Myklebust · 12 years ago
  61. 6624553 NFSv4.1: Add DESTROY_CLIENTID by Trond Myklebust · 12 years ago
  62. 2cf047c NFSv4.1: Ensure we use the correct credentials for bind_conn_to_session by Trond Myklebust · 12 years ago
  63. 848f5bd NFSv4.1: Ensure we use the correct credentials for session create/destroy by Trond Myklebust · 12 years ago
  64. ad24ecf NFSv4.1: Move NFSPROC4_CLNT_BIND_CONN_TO_SESSION to the end of the operations by Trond Myklebust · 12 years ago
  65. 89a2173 NFSv4.1: Handle NFS4ERR_SEQ_MISORDERED when confirming the lease by Trond Myklebust · 12 years ago
  66. be0bfed NFSv4: When purging the lease, we must clear NFS4CLNT_LEASE_CONFIRM by Trond Myklebust · 12 years ago
  67. 2a6ee6a NFSv4: Clean up the error handling for nfs4_reclaim_lease by Trond Myklebust · 12 years ago
  68. bbafffd NFSv4.1: Exchange ID must use GFP_NOFS allocation mode by Trond Myklebust · 12 years ago
  69. a9e6444 nfs41: Use BIND_CONN_TO_SESSION for CB_PATH_DOWN* by Weston Andros Adamson · 12 years ago
  70. 7c44f1ae nfs4.1: add BIND_CONN_TO_SESSION operation by Weston Andros Adamson · 12 years ago
  71. d23d61c NFSv4.1 test the mdsthreshold hint parameters by Andy Adamson · 12 years ago
  72. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 12 years ago
  73. 82be417 NFSv4.1 cache mdsthreshold values on OPEN by Andy Adamson · 12 years ago
  74. 88034c3 NFSv4.1 mdsthreshold attribute xdr by Andy Adamson · 12 years ago
  75. 54ac471 NFS: Add memory barriers to the nfs_client->cl_cons_state initialisation by Trond Myklebust · 12 years ago
  76. 4697bd5 NFSv4: Fix a race in the net namespace mount notification by Trond Myklebust · 12 years ago
  77. 7b38c36 NFSv4.1: Fix session initialisation races by Trond Myklebust · 12 years ago
  78. acdeb69 NFS: EXCHANGE_ID should save the server major and minor ID by Chuck Lever · 12 years ago
  79. 4bf590e NFS: Add nfs_client behavior flags by Chuck Lever · 12 years ago
  80. 8cab4c3 NFS: Refactor nfs_get_client(): initialize nfs_client by Chuck Lever · 12 years ago
  81. f411703 NFS: Refactor nfs_get_client(): add nfs_found_client() by Chuck Lever · 12 years ago
  82. f092075 NFS: Always use the same SETCLIENTID boot verifier by Chuck Lever · 12 years ago
  83. 2c820d9 NFS: Force server to drop NFSv4 state by Chuck Lever · 12 years ago
  84. ce1c8fc NFS: Remove nfs_unique_id by Chuck Lever · 12 years ago
  85. 177313f NFS: Clean up return code checking in nfs4_proc_exchange_id() by Chuck Lever · 12 years ago
  86. 73ea666 NFS: Use proper naming conventions for the nfs_client.net field by Chuck Lever · 12 years ago
  87. 5915554 NFS: Use proper naming conventions for nfs_client.impl_id field by Chuck Lever · 12 years ago
  88. 79d4e1f NFS: Use proper naming conventions for NFSv4.1 server scope fields by Chuck Lever · 12 years ago
  89. e3c0fb7 NFS: Add NFSDBG_STATE by Chuck Lever · 12 years ago
  90. c360728 NFS: Don't swap bytes in nfs4_construct_boot_verifier() by Chuck Lever · 12 years ago
  91. 497826a NFS: Fix compiler warnings by Bryan Schumaker · 12 years ago
  92. bd4aeff NFSv4.1 skip rpc_call_done only on disconnected DS slot_table_waitq tasks by Andy Adamson · 12 years ago
  93. 996074c NFSv4.1 Just use nfs_put_client in filelayout release by Andy Adamson · 12 years ago
  94. d42e787 NFSv4.1 fix null state reference in filelayout_async_handle_error by Andy Adamson · 12 years ago
  95. 53b8ee3 NFSv4.1: Fix a bad reference count issue in the pNFS commit code by Trond Myklebust · 12 years ago
  96. b3f87b9 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  97. 041245c NFSv4.1 resend LAYOUTGET on data server invalid layout errors by Andy Adamson · 12 years ago
  98. b4a2967 NFSv4.1 dereference a disconnected data server client record by Andy Adamson · 12 years ago
  99. 3a7936c NFSv4.1 ref count nfs_client across filelayout data server io by Andy Adamson · 12 years ago
  100. 0a57cda NFSv4.1 send layoutreturn to fence disconnected data server by Andy Adamson · 12 years ago