1. 0f79fd6 NFSv4.1: Various fixes to the sequence flag error handling by Trond Myklebust · 14 years ago
  2. 0851de06 nfs4: renewd renew operations should take/put a client reference by Alexandros Batsakis · 14 years ago
  3. 7135840 nfs41: renewd sequence operations should take/put client reference by Alexandros Batsakis · 14 years ago
  4. dc96aef nfs: prevent backlogging of renewd requests by Alexandros Batsakis · 14 years ago
  5. 888ef2e nfs: kill renewd before clearing client minor version by Alexandros Batsakis · 14 years ago
  6. 4912002 Remove EXPERIMENTAL from NFS_FSCACHE by Christian Kujau · 14 years ago
  7. 003cb60 percpu: add __percpu sparse annotations to fs by Tejun Heo · 14 years ago
  8. 65d2695 NFS: Too many GETATTR and ACCESS calls after direct I/O by Chuck Lever · 14 years ago
  9. f895c53 NFS: Make close(2) asynchronous when closing NFS O_DIRECT files by Chuck Lever · 14 years ago
  10. 7e38117 NFS: Improve NFS iostat byte count accuracy for writes by Chuck Lever · 14 years ago
  11. aa2f1ef NFS: Account for NFS bytes read via the splice API by Chuck Lever · 14 years ago
  12. 4184dcf NFS: Fix byte accounting for generic NFS reads by Chuck Lever · 14 years ago
  13. c2459dc NFS: Proper accounting for NFS VFS calls by Chuck Lever · 14 years ago
  14. 9733f0d nfs41: cleanup callback code to use __be32 type by Andy Adamson · 15 years ago
  15. 41f54a5 nfs41: clear NFS4CLNT_RECALL_SLOT bit on session reset by Andy Adamson · 15 years ago
  16. bae0ac0 nfs41: fix nfs4_callback_recallslot by Andy Adamson · 15 years ago
  17. 104aeba nfs41: resize slot table in reset by Andy Adamson · 15 years ago
  18. b9efa1b nfs41: implement cb_recall_slot by Andy Adamson · 15 years ago
  19. 4911096 nfs41: back channel drc minimal implementation by Andy Adamson · 15 years ago
  20. b2f28bd nfs41: prepare for back channel drc by Andy Adamson · 15 years ago
  21. e95e60d nfs41: remove uneeded checks in callback processing by Andy Adamson · 15 years ago
  22. b92b301 nfs41: directly encode back channel error by Andy Adamson · 15 years ago
  23. 31d2b43 nfs41: fix wrong error on callback header xdr overflow by Andy Adamson · 15 years ago
  24. 72ce2b3 nfs41: Process callback's referring call list by Mike Sager · 15 years ago
  25. a7989c3 nfs41: Check slot table for referring calls by Mike Sager · 15 years ago
  26. 8e0d46e nfs41: Adjust max cache response size value by Mike Sager · 15 years ago
  27. 97cefcc nfs: handle NFSv2 -EKEYEXPIRED returns from RPC layer appropriately by Jeff Layton · 15 years ago
  28. b68d69b nfs: handle NFSv3 -EKEYEXPIRED errors as we would -EJUKEBOX by Jeff Layton · 15 years ago
  29. 2c64348 nfs4: handle -EKEYEXPIRED errors from RPC layer by Jeff Layton · 15 years ago
  30. fdcb457 NFS: Fix the mapping of the NFSERR_SERVERFAULT error by Trond Myklebust · 14 years ago
  31. 7549ad5 NFS: Remove a redundant check for PageFsCache in nfs_migrate_page() by Trond Myklebust · 14 years ago
  32. 2c17400 NFS: Fix a bug in nfs_fscache_release_page() by Trond Myklebust · 14 years ago
  33. 9b4b351 NFS: Don't clobber the attribute type in nfs_update_inode() by Trond Myklebust · 14 years ago
  34. 387c149 NFS: Fix a umount race by Trond Myklebust · 14 years ago
  35. 9f557cd NFS: Fix an Oops when truncating a file by Trond Myklebust · 14 years ago
  36. d6783b2 SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt() by Chuck Lever · 15 years ago
  37. a2c0b9e NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly by Trond Myklebust · 15 years ago
  38. 0339169 NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarily by Trond Myklebust · 15 years ago
  39. 8e469eb NFSv4: Don't allow posix locking against servers that don't support it by Trond Myklebust · 15 years ago
  40. 2bee72a NFSv4: Ensure that the NFSv4 locking can recover from stateid errors by Trond Myklebust · 15 years ago
  41. b0706ca NFS: Avoid warnings when CONFIG_NFS_V4=n by David Howells · 15 years ago
  42. 0aa0588 NFS: Make nfs_commitdata_release static by H Hartley Sweeten · 15 years ago
  43. 82be934 NFS: Try to commit unstable writes in nfs_release_page() by Trond Myklebust · 15 years ago
  44. c9edda7 NFS: Fix a reference leak in nfs_wb_cancel_page() by Trond Myklebust · 15 years ago
  45. 5633593 nfs: fix oops in nfs_rename() by OGAWA Hirofumi · 15 years ago
  46. a2770d8 Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)" by Linus Torvalds · 15 years ago
  47. bac5e54 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  48. e4bdda1 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  49. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  50. e9496ff fix mismerge with Trond's stuff (create_mnt_ns() export is gone now) by Al Viro · 15 years ago
  51. 3804541 NFSv4: Fix a regression in the NFSv4 state manager by Trond Myklebust · 15 years ago
  52. 72211db NFSv4: Release the sequence id before restarting a CLOSE rpc call by Trond Myklebust · 15 years ago
  53. 68bf05e nfs41: fix session fore channel negotiation by Andy Adamson · 15 years ago
  54. a5523b8 nfs41: do not zero seqid portion of stateid on close by Andy Adamson · 15 years ago
  55. 5601a00 nfs: run state manager in privileged mode by Alexandros Batsakis · 15 years ago
  56. b257957 nfs: make recovery state manager operations privileged by Alexandros Batsakis · 15 years ago
  57. 689cf5c nfs: enforce FIFO ordering of operations trying to acquire slot by Alexandros Batsakis · 15 years ago
  58. 40ead58 nfs: remove rpc_task argument from nfs4_find_slot by Alexandros Batsakis · 15 years ago
  59. afe6c27 nfs: change nfs4_do_setlk params to identify recovery type by Alexandros Batsakis · 15 years ago
  60. 0f7e720 nfs: do not do a LOOKUP after open by Alexandros Batsakis · 15 years ago
  61. 3bfb0fc nfs: minor cleanup of session draining by Alexandros Batsakis · 15 years ago
  62. 3f86ce7 Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 15 years ago
  63. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  64. 52c9948 Merge branch 'nfs-for-2.6.33' by Trond Myklebust · 15 years ago
  65. 190f38e NFS: Fix nfs_migrate_page() by Trond Myklebust · 15 years ago
  66. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  67. 7cab89b nfs41: Invoke RECLAIM_COMPLETE on all new client ids by Ricardo Labiaga · 15 years ago
  68. 6035ccd Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  69. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  70. 88069f7 NFSv41: Fix a potential state leakage when restarting nfs4_close_prepare by Trond Myklebust · 15 years ago
  71. 74e7bb7 nfs41: Handle NFSv4.1 session errors in the delegation recall code by Ricardo Labiaga · 15 years ago
  72. 7970886 nfs41: Retry delegation return if it failed with session error by Ricardo Labiaga · 15 years ago
  73. bcfa49f nfs41: Handle session errors during delegation return by Ricardo Labiaga · 15 years ago
  74. f455848 nfs41: Mark stateids in need of reclaim if state manager gets stale clientid by Ricardo Labiaga · 15 years ago
  75. 0110ee1 NFS: Fix up the declaration of nfs4_restart_rpc when NFSv4 not configured by Trond Myklebust · 15 years ago
  76. 9dfdf40 nfs41: Don't clear DRAINING flag on NFS4ERR_STALE_CLIENTID by Ricardo Labiaga · 15 years ago
  77. 9430fb6 nfs41: nfs41_setup_state_renewal by Ricardo Labiaga · 15 years ago
  78. bcb5616 NFSv41: More cleanups by Trond Myklebust · 15 years ago
  79. 35dc1d7 NFSv41: Fix up some bugs in the NFS4CLNT_SESSION_DRAINING code by Trond Myklebust · 15 years ago
  80. d61e612 NFSv41: Clean up slot table management by Trond Myklebust · 15 years ago
  81. f26468f NFSv41: Fix nfs4_proc_create_session by Trond Myklebust · 15 years ago
  82. da6ebfe nfs41: Invoke RECLAIM_COMPLETE by Ricardo Labiaga · 15 years ago
  83. fce5c83 nfs41: RECLAIM_COMPLETE functionality by Ricardo Labiaga · 15 years ago
  84. 18019753 nfs41: RECLAIM_COMPLETE XDR functionality by Ricardo Labiaga · 15 years ago
  85. 8b17321 Cleanup some NFSv4 XDR decode comments by Ricardo Labiaga · 15 years ago
  86. 0556d1a NFSv41: nfs4_reset_session must always set NFS4CLNT_SESSION_DRAINING by Trond Myklebust · 15 years ago
  87. 2597641 nfs41: v2 fix cb_recall bug by Alexandros Batsakis · 15 years ago
  88. 0629e37 nfs41: check SEQUENCE status flag by Alexandros Batsakis · 15 years ago
  89. 2449ea2 nfs41: V2 adjust max_rqst_sz, max_resp_sz w.r.t to rsize, wsize by Alexandros Batsakis · 15 years ago
  90. 7b183d0 nfs41: remove server-only EXCHGID4_FLAG_CONFIRMED_R flag from exchange_id by Alexandros Batsakis · 15 years ago
  91. 4882ef7 nfs41: add support for the exclusive create flags by Alexandros Batsakis · 15 years ago
  92. d8cb1a7 nfs41: check if session exists and if it is persistent by Alexandros Batsakis · 15 years ago
  93. 31f0960 nfs41: V2 initial support for CB_RECALL_ANY by Alexandros Batsakis · 15 years ago
  94. c79571a nfs4: V2 return/expire delegations depending on their type by Alexandros Batsakis · 15 years ago
  95. b4a6f49 nfs4: minor delegation cleaning by Alexandros Batsakis · 15 years ago
  96. 07bccc2 nfs41: add support for callback with RPC version number 4 by Alexandros Batsakis · 15 years ago
  97. 0b9e2d4 nfs41: only state manager sets NFS4CLNT_SESSION_SETUP by Andy Adamson · 15 years ago
  98. 691daf3 nfs41: drain session cleanup by Andy Adamson · 15 years ago
  99. ea028ac nfs41: nfs41: fix state manager deadlock in session reset by Andy Adamson · 15 years ago
  100. 05f0d23 nfs41: remove nfs4_recover_session by Andy Adamson · 15 years ago