1. a2c0b9e NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly by Trond Myklebust · 14 years ago
  2. 8e469eb NFSv4: Don't allow posix locking against servers that don't support it by Trond Myklebust · 14 years ago
  3. 72211db NFSv4: Release the sequence id before restarting a CLOSE rpc call by Trond Myklebust · 15 years ago
  4. afe6c27 nfs: change nfs4_do_setlk params to identify recovery type by Alexandros Batsakis · 15 years ago
  5. 9430fb6 nfs41: nfs41_setup_state_renewal by Ricardo Labiaga · 15 years ago
  6. f26468f NFSv41: Fix nfs4_proc_create_session by Trond Myklebust · 15 years ago
  7. fce5c83 nfs41: RECLAIM_COMPLETE functionality by Ricardo Labiaga · 15 years ago
  8. 0629e37 nfs41: check SEQUENCE status flag by Alexandros Batsakis · 15 years ago
  9. 07bccc2 nfs41: add support for callback with RPC version number 4 by Alexandros Batsakis · 15 years ago
  10. ea028ac nfs41: nfs41: fix state manager deadlock in session reset by Andy Adamson · 15 years ago
  11. 6df0818 nfs41: rename cl_state session SETUP bit to RESET by Andy Adamson · 15 years ago
  12. 4d643d1 nfs41: add create session into establish_clid by Andy Adamson · 15 years ago
  13. fccba80 NFSv4: Fix an NFSv4 mount regression by Trond Myklebust · 15 years ago
  14. b4b8260 nfs41: get_clid_cred for EXCHANGE_ID by Andy Adamson · 15 years ago
  15. 90a1661 nfs41: add a get_clid_cred function to nfs4_state_recovery_ops by Andy Adamson · 15 years ago
  16. 591d71c nfs41: establish sessions-based clientid by Andy Adamson · 15 years ago
  17. a7b7210 nfs41: introduce get_state_renewal_cred by Andy Adamson · 15 years ago
  18. 8e69514f nfs41: support minorversion 1 for nfs4_check_lease by Benny Halevy · 15 years ago
  19. 29fba38 nfs41: lease renewal by Benny Halevy · 15 years ago
  20. c3fad1b nfs41: add session reset to state manager by Andy Adamson · 15 years ago
  21. 76db6d9 nfs41: add session setup to the state manager by Andy Adamson · 15 years ago
  22. fbcd4ab nfs41: setup_sequence method by Andy Adamson · 15 years ago
  23. 557134a nfs41: sessions client infrastructure by Andy Adamson · 15 years ago
  24. f786aa9 constify dentry_operations: NFS by Al Viro · 15 years ago
  25. 46f72f5 fs/nfs/nfs4proc.c: make nfs4_map_errors() static by WANG Cong · 16 years ago
  26. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  27. b0d3ded NFSv4: Clean up nfs_expire_all_delegations() by Trond Myklebust · 16 years ago
  28. e005e80 NFSv4: Rename the state reclaimer thread by Trond Myklebust · 16 years ago
  29. 707fb4b NFSv4: Clean up NFS4ERR_CB_PATH_DOWN error management... by Trond Myklebust · 16 years ago
  30. 9e33bed NFSv4: Add recovery for individual stateids by Trond Myklebust · 16 years ago
  31. 7eff03a NFSv4: Add a recovery marking scheme for state owners by Trond Myklebust · 16 years ago
  32. e598d84 NFSv4: Remove redundant RENEW calls if we know the lease has expired by Trond Myklebust · 16 years ago
  33. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  34. 6dc9d57 NFSv4: Callers to nfs4_get_renew_cred() need to hold nfs_client->cl_lock by Trond Myklebust · 16 years ago
  35. 1d2e88e nfs: make nfs4_drop_state_owner() static by Adrian Bunk · 16 years ago
  36. d0dc370 NFSv4: Give the lock stateid its own sequence queue by Trond Myklebust · 16 years ago
  37. e9a4045 nfs: Fix build break with CONFIG_NFS_V4=n by Olof Johansson · 17 years ago
  38. a49c3c7 NFSv4: Ensure that we wait for the CLOSE request to complete by Trond Myklebust · 17 years ago
  39. 56659e9 NFSv4: 'constify' lookup arguments. by Trond Myklebust · 17 years ago
  40. 6f2e64d NFSv4: Make the NFS state model work with the nosharedcache mount option by Trond Myklebust · 17 years ago
  41. 8bda4e4 NFSv4: Fix up stateid locking... by Trond Myklebust · 17 years ago
  42. 003707c NFSv4: Always use the delegation if we have one by Trond Myklebust · 17 years ago
  43. 9f958ab NFSv4: Reduce the chances of an open_owner identifier collision by Trond Myklebust · 17 years ago
  44. 4a35bd4 NFSv4: Ensure that nfs4_do_close() doesn't race with umount by Trond Myklebust · 17 years ago
  45. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  46. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  47. c228fd3 NFSv4: Cleanups for fs_locations code. by Trond Myklebust · 17 years ago
  48. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  49. 0dbb4c6 [PATCH] xdr annotations: NFS readdir entries by Al Viro · 18 years ago
  50. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  51. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  52. adfa6f9 NFS: Rename struct nfs4_client to struct nfs_client by David Howells · 18 years ago
  53. 830b8e3 NFSv4: Define an fs_locations bitmap by Manoj Naik · 18 years ago
  54. 7aaa0b3 NFSv4: convert fs-locations-components to conform to RFC3530 by Manoj Naik · 18 years ago
  55. 683b57b NFSv4: Implement the fs_locations function call by Trond Myklebust · 18 years ago
  56. 55a9759 NFS: Ensure the client submounts, when it crosses a server mountpoint. by Trond Myklebust · 18 years ago
  57. 286d7d6 NFSv4: Remove requirement for machine creds for the "setclientid" operation by Trond Myklebust · 19 years ago
  58. b4454fe NFSv4: Remove requirement for machine creds for the "renew" operation by Trond Myklebust · 19 years ago
  59. 58d9714 NFSv4: Send RENEW requests to the server only when we're holding state by Trond Myklebust · 19 years ago
  60. 433fbe4 NFSv4: State recovery cleanup by Trond Myklebust · 19 years ago
  61. e761692 NFSv4: Make nfs4_state track O_RDWR, O_RDONLY and O_WRONLY separately by Trond Myklebust · 19 years ago
  62. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  63. 4cecb76 NFSv4: Fix a race between open() and close() by Trond Myklebust · 19 years ago
  64. ec07342 NFSv4: Fix up locking for nfs4_state_owner by Trond Myklebust · 19 years ago
  65. 4e51336 NFSv4: Final tweak to sequence id by Trond Myklebust · 19 years ago
  66. 7f709a4 NFSv4: Fix an oopsable condition in nfs_free_seqid by Trond Myklebust · 19 years ago
  67. 02a913a NFSv4: Eliminate nfsv4 open race... by Trond Myklebust · 19 years ago
  68. faf5f49 NFSv4: Make NFS clean up byte range locks asynchronously by Trond Myklebust · 19 years ago
  69. e6dfa55 NFSv4: Remove obsolete state_owner and lock_owner semaphores by Trond Myklebust · 19 years ago
  70. cee54fc NFSv4: Add functions to order RPC calls by Trond Myklebust · 19 years ago
  71. 8d0a8a9 [PATCH] NFSv4: Clean up nfs4 lock state accounting by Trond Myklebust · 19 years ago
  72. c56c275 [PATCH] NFSv4: Fix build warning by Reuben Farrelly · 19 years ago
  73. 6b3b549 [PATCH] NFSv4: Add {get,set,list}xattr methods for nfs4 by J. Bruce Fields · 19 years ago
  74. 4ce7971 [PATCH] NFS: Header file cleanup... by Trond Myklebust · 19 years ago