1. 40dd4b7 NFSv4.1: Optimise layout return-on-close by Trond Myklebust · 10 years ago
  2. b4019c0 NFSv4.1: Allow parallel LOCK/LOCKU calls by Trond Myklebust · 10 years ago
  3. c69899a NFSv4: Update of VFS byte range lock must be atomic with the stateid update by Trond Myklebust · 10 years ago
  4. 425c1d4 NFSv4: Fix lock on-wire reordering issues by Trond Myklebust · 10 years ago
  5. 6b44753 NFSv4: Always do open_to_lock_owner if the lock stateid is uninitialised by Trond Myklebust · 10 years ago
  6. 39071e6 NFSv4: Fix atomicity problems with lock stateid updates by Trond Myklebust · 10 years ago
  7. 63f5f79 NFSv4.1: Allow parallel OPEN/OPEN_DOWNGRADE/CLOSE by Trond Myklebust · 10 years ago
  8. badc76d NFSv4: Convert nfs_alloc_seqid() to return an ERR_PTR() if allocation fails by Trond Myklebust · 10 years ago
  9. f95549c NFSv4: More CLOSE/OPEN races by Trond Myklebust · 10 years ago
  10. 566fcec NFSv4: Fix an atomicity problem in CLOSE by Trond Myklebust · 10 years ago
  11. 4e379d3 NFSv4: Remove incorrect check in can_open_delegated() by Trond Myklebust · 10 years ago
  12. ceb3a16 NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_client by Trond Myklebust · 10 years ago
  13. 624bd5b nfs: Add DEALLOCATE support by Anna Schumaker · 10 years ago
  14. f4ac167 nfs: Add ALLOCATE support by Anna Schumaker · 10 years ago
  15. 4bd5a98 nfs41: fix nfs4_proc_layoutget error handling by Peng Tao · 10 years ago
  16. c1b69b1 nfs: Remove dead case from nfs4_map_errors() by Jan Kara · 10 years ago
  17. c606bb8 NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revoked by Trond Myklebust · 10 years ago
  18. 869f9df NFSv4: Fix races between nfs_remove_bad_delegation() and delegation return by Trond Myklebust · 10 years ago
  19. 0c116ca NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATE by Trond Myklebust · 10 years ago
  20. 4dfd4f7 NFSv4: Ensure that we remove NFSv4.0 delegations when state has expired by Trond Myklebust · 10 years ago
  21. e983120 NFS: SEEK is an NFS v4.2 feature by Anna Schumaker · 10 years ago
  22. dca78001 Revert "NFS: nfs4_do_open should add negative results to the dcache." by Trond Myklebust · 10 years ago
  23. 7488cbc Revert "NFS: remove BUG possibility in nfs4_open_and_get_state" by Trond Myklebust · 10 years ago
  24. b4b5679 Merge branch 'client-4.2' into linux-next by Trond Myklebust · 10 years ago
  25. 72c23f0 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 10 years ago
  26. d1f456b NFSv4.1: Fix an NFSv4.1 state renewal regression by Andy Adamson · 10 years ago
  27. 1c6dcbe NFS: Implement SEEK by Anna Schumaker · 10 years ago
  28. 8478eaa NFSv4: use exponential retry on NFS4ERR_DELAY for async requests. by NeilBrown · 10 years ago
  29. cd9288f NFSv4: Fix another bug in the close/open_downgrade code by Trond Myklebust · 10 years ago
  30. 88ac815 nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller size by Peng Tao · 10 years ago
  31. d4b18c3 pnfs: remove GETDEVICELIST implementation by Christoph Hellwig · 10 years ago
  32. f39c010 NFS: remove BUG possibility in nfs4_open_and_get_state by NeilBrown · 10 years ago
  33. defb846 pnfs: retry after a bad stateid error from layoutget by Christoph Hellwig · 10 years ago
  34. 61beef75 NFS: Clear up state owner lock usage by Anna Schumaker · 10 years ago
  35. 412f6c4 NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADE by Trond Myklebust · 10 years ago
  36. aee7af3 NFSv4: Fix problems with close in the presence of a delegation by Trond Myklebust · 10 years ago
  37. 5b53dc8 NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired error by Kinglong Mee · 10 years ago
  38. 4fa2c54 NFS: nfs4_do_open should add negative results to the dcache. by NeilBrown · 10 years ago
  39. f11b2a1 nfs4: copy acceptor name from context to nfs_client by Jeff Layton · 10 years ago
  40. f1cdae8 nfs4: turn free_lock_state into a void return operation by Jeff Layton · 10 years ago
  41. 039b756 nfs41: layout return on close in delegation return by Peng Tao · 10 years ago
  42. fe08c54 nfs41: return layout on last close by Peng Tao · 10 years ago
  43. f3792d6 NFSv4: Fix OPEN w/create access mode checking by Trond Myklebust · 10 years ago
  44. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  45. 66b0686 NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support by Andy Adamson · 10 years ago
  46. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  47. 999e568 nfs4: remove unused CHANGE_SECURITY_LABEL by J. Bruce Fields · 10 years ago
  48. 8935ef6 NFSv4: Use error handler on failed GETATTR with successful OPEN by Andy Adamson · 10 years ago
  49. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  50. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  51. 3c6b899 NFS: Create a common argument structure for reads and writes by Anna Schumaker · 10 years ago
  52. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  53. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  54. e911b81 NFSv4: Fix a use-after-free problem in open() by Trond Myklebust · 10 years ago
  55. 706cb8d NFS: advertise only supported callback netids by Chuck Lever · 11 years ago
  56. bd0f725 Merge branch 'devel' into linux-next by Trond Myklebust · 10 years ago
  57. 33912be nfs: remove synchronous rename code by Jeff Layton · 10 years ago
  58. 0418dae NFSv4: Fail the truncate() if the lock/open stateid is invalid by Trond Myklebust · 11 years ago
  59. e1253be NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid by Trond Myklebust · 11 years ago
  60. b7e63a1 NFSv4: Fix another nfs4_sequence corruptor by Trond Myklebust · 11 years ago
  61. 4f14c19 NFSv4: Clear the open state flags if the new stateid does not match by Trond Myklebust · 11 years ago
  62. 226056c NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done by Trond Myklebust · 11 years ago
  63. e999e80 NFSv4: Don't update the open stateid unless it is newer than the old one by Trond Myklebust · 11 years ago
  64. 17ead6c NFSv4: Fix memory corruption in nfs4_proc_open_confirm by Trond Myklebust · 11 years ago
  65. a13ce7c NFSv4.1: Clean up nfs41_sequence_done by Trond Myklebust · 11 years ago
  66. cab92c1 NFSv4: Fix a slot leak in nfs40_sequence_done by Trond Myklebust · 11 years ago
  67. f9c96fc NFSv4.1 free slot before resending I/O to MDS by Andy Adamson · 11 years ago
  68. 7dd7d95 nfs: handle servers that support only ALLOW ACE type. by Malahal Naineni · 11 years ago
  69. ed7e542 pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done by Boaz Harrosh · 11 years ago
  70. 78b19ba nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME by Weston Andros Adamson · 11 years ago
  71. d8c951c NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding by Trond Myklebust · 11 years ago
  72. 29be634 Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  73. f22e5ed NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery by Trond Myklebust · 11 years ago
  74. 69794ad NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKED by Trond Myklebust · 11 years ago
  75. c97cf60 NFSv4: Update list of irrecoverable errors on DELEGRETURN by Trond Myklebust · 11 years ago
  76. 4a82fd7 NFSv4 wait on recovery for async session errors by Andy Adamson · 11 years ago
  77. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  79. b944dba NFSv4: Sanity check the server reply in _nfs4_server_capabilities by Trond Myklebust · 11 years ago
  80. fcb63a9 NFS: Fix a missing initialisation when reading the SELinux label by Trond Myklebust · 11 years ago
  81. 12207f6 nfs: fix oops when trying to set SELinux label by Jeff Layton · 11 years ago
  82. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  83. 5837f6d NFS: stop using NFS_MOUNT_SECFLAVOUR server flag by Weston Andros Adamson · 11 years ago
  84. cd3fade NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR by Chuck Lever · 11 years ago
  85. f8aba1e NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW by Chuck Lever · 11 years ago
  86. 60ea681 NFS: Migration support for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  87. 8ef2f8d NFS: Implement support for NFS4ERR_LEASE_MOVED by Chuck Lever · 11 years ago
  88. 44c9993 NFS: Add method to detect whether an FSID is still on the server by Chuck Lever · 11 years ago
  89. 352297b NFS: Handle NFS4ERR_MOVED during delegation recall by Chuck Lever · 11 years ago
  90. 519ae25 NFS: Add migration recovery callouts in nfs4proc.c by Chuck Lever · 11 years ago
  91. 9f51a78 NFS: Rename "stateid_invalid" label by Chuck Lever · 11 years ago
  92. f1478c1 NFS: Re-use exit code in nfs4_async_handle_error() by Chuck Lever · 11 years ago
  93. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  94. ec011fe NFS: Introduce a vector of migration recovery ops by Chuck Lever · 11 years ago
  95. d2bfda2 NFSv4: don't reprocess cached open CLAIM_PREVIOUS by Weston Andros Adamson · 11 years ago
  96. d49f042 NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_state by Trond Myklebust · 11 years ago
  97. a43ec98 NFSv4: don't fail on missing fattr in open recover by Weston Andros Adamson · 11 years ago
  98. f494a60 NFSv4: fix NULL dereference in open recover by Weston Andros Adamson · 11 years ago
  99. 83c78eb NFSv4.1: Don't change the security label as part of open reclaim. by Trond Myklebust · 11 years ago
  100. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago