1. f375297 nfs41: nfs41: pass *session in seq_args and seq_res by Benny Halevy · 15 years ago
  2. cccef3b nfs41: introduce nfs4_call_sync by Andy Adamson · 15 years ago
  3. 2295846 nfs41: use nfs4_fs_locations_res by Benny Halevy · 15 years ago
  4. 73c403a nfs41: use nfs4_setaclres by Benny Halevy · 15 years ago
  5. 663c79b nfs41: use nfs4_getaclres by Benny Halevy · 15 years ago
  6. d45b298 nfs41: use nfs4_pathconf_res by Benny Halevy · 15 years ago
  7. 3dda5e4 nfs41: use nfs4_fsinfo_res by Benny Halevy · 15 years ago
  8. 24ad148 nfs41: use nfs4_statfs_res by Benny Halevy · 15 years ago
  9. f50c700 nfs41: use nfs4_readlink_res by Benny Halevy · 15 years ago
  10. 43652ad nfs41: use nfs4_server_caps_arg by Benny Halevy · 15 years ago
  11. 557134a nfs41: sessions client infrastructure by Andy Adamson · 15 years ago
  12. 95baa25 NFSv4: Fix the case where NFSv4 renewal fails by Trond Myklebust · 15 years ago
  13. 8fe74cf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  14. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  15. 7fe5c39 NFS: Optimise NFS close() by Trond Myklebust · 15 years ago
  16. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  17. a65318b NFSv4: Simplify some cache consistency post-op GETATTRs by Trond Myklebust · 15 years ago
  18. 69aaaae NFSv4: A referral is assumed to always point to a directory. by Trond Myklebust · 15 years ago
  19. 46f72f5 fs/nfs/nfs4proc.c: make nfs4_map_errors() static by WANG Cong · 16 years ago
  20. 027b6ca NFSv4: Fix an infinite loop in the NFS state recovery code by Trond Myklebust · 16 years ago
  21. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  22. b7391f4 NFSv4: Return unreferenced delegations more promptly by Trond Myklebust · 16 years ago
  23. e005e80 NFSv4: Rename the state reclaimer thread by Trond Myklebust · 16 years ago
  24. 9e33bed NFSv4: Add recovery for individual stateids by Trond Myklebust · 16 years ago
  25. 95d35cb NFSv4: Remove nfs_client->cl_sem by Trond Myklebust · 16 years ago
  26. 19e03c5 NFSv4: Ensure that file unlock requests don't conflict with state recovery by Trond Myklebust · 16 years ago
  27. 65de872 NFS: Remove the unnecessary argument to nfs4_wait_clnt_recover() by Trond Myklebust · 16 years ago
  28. 7eff03a NFSv4: Add a recovery marking scheme for state owners by Trond Myklebust · 16 years ago
  29. e598d84 NFSv4: Remove redundant RENEW calls if we know the lease has expired by Trond Myklebust · 16 years ago
  30. b79a4a1 NFSv4: Fix state recovery when the client runs over the grace period by Trond Myklebust · 16 years ago
  31. 15c831b NFS: Use atomic bitops when changing struct nfs_delegation->flags by Trond Myklebust · 16 years ago
  32. 3431043 NFSv4: Fix up another delegation related race by Trond Myklebust · 16 years ago
  33. 504e518 Make nfs_file_cred more robust. by Neil Brown · 16 years ago
  34. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  35. 77e0367 nfs: initialize timeout variable in nfs4_proc_setclientid_confirm by Benny Halevy · 16 years ago
  36. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  37. 2e96d28 NFS: Fix a warning in nfs4_async_handle_error by Trond Myklebust · 16 years ago
  38. 46cb650 NFS: Remove the redundant file_open entry from struct nfs_rpc_ops by Trond Myklebust · 16 years ago
  39. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  40. 57dc9a5 NFS: Reduce the stack usage in NFSv4 create operations by Trond Myklebust · 16 years ago
  41. 31f31db1 nfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  42. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  43. 78ea323 NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() by Trond Myklebust · 16 years ago
  44. 536ff0f NFSv4: Ensure we don't corrupt fl->fl_flags in nfs4_proc_unlck by Trond Myklebust · 16 years ago
  45. c1d5193 NFSv4: Only increment the sequence id if the server saw it by Trond Myklebust · 16 years ago
  46. 35d0577 NFSv4: Remove bogus call to nfs4_drop_state_owner() in _nfs4_open_expired() by Trond Myklebust · 16 years ago
  47. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 16 years ago
  48. 5d00837 SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs by Trond Myklebust · 16 years ago
  49. fda1393 SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_task by Trond Myklebust · 16 years ago
  50. 101070c NFS: Ensure that the asynchronous RPC calls complete on nfsiod. by Trond Myklebust · 16 years ago
  51. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  52. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  53. e6f8107 NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode by Trond Myklebust · 16 years ago
  54. 3d1c550 nfs4: allow nfsv4 acls on non-regular-files by J. Bruce Fields · 17 years ago
  55. 69dd716 NFSv4: Add socket proto argument to setclientid by Trond Myklebust · 17 years ago
  56. d4d3c50 NFS: Enable NFS client to generate CLIENTID strings with IPv6 addresses by Chuck Lever · 17 years ago
  57. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  58. 5138fde NFS/SUNRPC: Convert all users of rpc_call_setup() by Trond Myklebust · 17 years ago
  59. bdc7f02 NFS: Clean up the (commit|read|write)_setup() callback routines by Trond Myklebust · 17 years ago
  60. c970aa8 SUNRPC: Clean up rpc_run_task by Trond Myklebust · 17 years ago
  61. 2f74c0a NFSv4: Clean up the OPEN/CLOSE serialisation code by Trond Myklebust · 17 years ago
  62. e6e2197 NFSv4: Fix open_to_lock_owner sequenceid allocation... by Trond Myklebust · 17 years ago
  63. bb22629 NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error by Trond Myklebust · 17 years ago
  64. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  65. a49c3c7 NFSv4: Ensure that we wait for the CLOSE request to complete by Trond Myklebust · 17 years ago
  66. 565277f NFS: Fix a race in sillyrename by Trond Myklebust · 17 years ago
  67. 40d2470 NFS: Fix a connectathon regression in NFSv3 and NFSv4 by Trond Myklebust · 17 years ago
  68. 9e08a3c NFS: Use nfs_refresh_inode() in ops that aren't expected to change the inode by Trond Myklebust · 17 years ago
  69. d75340c NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too by Trond Myklebust · 17 years ago
  70. d4d9cdc NFS: Don't hash the negative dentry when optimising for an O_EXCL open by Trond Myklebust · 17 years ago
  71. 70ca885 NFS: Fake up 'wcc' attributes to prevent cache invalidation after write by Trond Myklebust · 17 years ago
  72. 8850df9 NFS: Fix atime revalidation in read() by Trond Myklebust · 17 years ago
  73. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  74. 17cadc9 NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds by Trond Myklebust · 17 years ago
  75. 76b3299 NFSv4: Make NFSv4 ACCESS calls return attributes too... by Trond Myklebust · 17 years ago
  76. af22f94 NFSv4: Simplify _nfs4_do_access() by Trond Myklebust · 17 years ago
  77. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  78. 4e769b9 64 bit ino support for NFS client by Peter Staubach · 17 years ago
  79. deee936 NFSv4: Ensure that we pass the correct dentry to nfs4_intent_set_file by Trond Myklebust · 17 years ago
  80. 65bbf6b NFSv4: Fix a typo in _nfs4_do_open_reclaim by Trond Myklebust · 17 years ago
  81. 45328c3 NFS: Fix NFSv4 open stateid regressions by Trond Myklebust · 17 years ago
  82. e4eff1a SUNRPC: Clean up the sillyrename code by Trond Myklebust · 17 years ago
  83. 4fdc17b NFS: Introduce struct nfs_removeargs+nfs_removeres by Trond Myklebust · 17 years ago
  84. 9936781 NFSv4: Try to recover from getfh failures in nfs4_xdr_dec_open by Trond Myklebust · 17 years ago
  85. 56659e9 NFSv4: 'constify' lookup arguments. by Trond Myklebust · 17 years ago
  86. 6f220ed NFSv4: Fix open state recovery by Trond Myklebust · 17 years ago
  87. 137d6ac NFSv4: Make sure unlock is really an unlock when cancelling a lock by Frank Filz · 17 years ago
  88. 8bda4e4 NFSv4: Fix up stateid locking... by Trond Myklebust · 17 years ago
  89. 1ac7e2f NFSv4: Clean up the callers of nfs4_open_recover_helper() by Trond Myklebust · 17 years ago
  90. 6ee4126 NFSv4: Don't call OPEN if we already have an open stateid for a file by Trond Myklebust · 17 years ago
  91. aac00a8 NFSv4: Check for the existence of a delegation in nfs4_open_prepare() by Trond Myklebust · 17 years ago
  92. 3e30991 NFSv4: Clean up _nfs4_proc_open() by Trond Myklebust · 17 years ago
  93. 1b370bc NFSv4: Allow nfs4_opendata_to_nfs4_state to return errors. by Trond Myklebust · 17 years ago
  94. 6f43ddc NFSv4: Improve the debugging of bad sequence id errors... by Trond Myklebust · 17 years ago
  95. 003707c NFSv4: Always use the delegation if we have one by Trond Myklebust · 17 years ago
  96. 0f9f95e NFSv4: Clean up confirmation of sequence ids... by Trond Myklebust · 17 years ago
  97. 13437e1 NFSv4: Support recalling delegations by stateid part 2 by Trond Myklebust · 17 years ago
  98. 2ced46c NFSv4: Fix up a bug in nfs4_open_recover() by Trond Myklebust · 17 years ago
  99. 549d6ed NFSv4: set the delegation in nfs4_opendata_to_nfs4_state by Trond Myklebust · 17 years ago
  100. 1b45c46 NFSv4: Fix atomic open for execute... by Trond Myklebust · 17 years ago