1. 88ac815 nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller size by Peng Tao · 10 years ago
  2. d4b18c3 pnfs: remove GETDEVICELIST implementation by Christoph Hellwig · 10 years ago
  3. defb846 pnfs: retry after a bad stateid error from layoutget by Christoph Hellwig · 10 years ago
  4. 61beef75 NFS: Clear up state owner lock usage by Anna Schumaker · 10 years ago
  5. 412f6c4 NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADE by Trond Myklebust · 10 years ago
  6. aee7af3 NFSv4: Fix problems with close in the presence of a delegation by Trond Myklebust · 10 years ago
  7. 5b53dc8 NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired error by Kinglong Mee · 10 years ago
  8. 4fa2c54 NFS: nfs4_do_open should add negative results to the dcache. by NeilBrown · 10 years ago
  9. f11b2a1 nfs4: copy acceptor name from context to nfs_client by Jeff Layton · 10 years ago
  10. f1cdae8 nfs4: turn free_lock_state into a void return operation by Jeff Layton · 10 years ago
  11. 039b756 nfs41: layout return on close in delegation return by Peng Tao · 10 years ago
  12. fe08c54 nfs41: return layout on last close by Peng Tao · 10 years ago
  13. f3792d6 NFSv4: Fix OPEN w/create access mode checking by Trond Myklebust · 10 years ago
  14. d45f60c nfs: merge nfs_pgio_data into _header by Weston Andros Adamson · 10 years ago
  15. 66b0686 NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support by Andy Adamson · 10 years ago
  16. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  17. 999e568 nfs4: remove unused CHANGE_SECURITY_LABEL by J. Bruce Fields · 10 years ago
  18. 8935ef6 NFSv4: Use error handler on failed GETATTR with successful OPEN by Andy Adamson · 10 years ago
  19. a4cdda5 NFS: Create a common pgio_rpc_prepare function by Anna Schumaker · 10 years ago
  20. 9c7e1b3 NFS: Create a common read and write data struct by Anna Schumaker · 10 years ago
  21. 3c6b899 NFS: Create a common argument structure for reads and writes by Anna Schumaker · 10 years ago
  22. fab5fc2 nfs: remove ->read_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  23. a20c93e nfs: remove ->write_pageio_init from rpc ops by Christoph Hellwig · 10 years ago
  24. e911b81 NFSv4: Fix a use-after-free problem in open() by Trond Myklebust · 11 years ago
  25. 706cb8d NFS: advertise only supported callback netids by Chuck Lever · 11 years ago
  26. bd0f725 Merge branch 'devel' into linux-next by Trond Myklebust · 11 years ago
  27. 33912be nfs: remove synchronous rename code by Jeff Layton · 11 years ago
  28. 0418dae NFSv4: Fail the truncate() if the lock/open stateid is invalid by Trond Myklebust · 11 years ago
  29. e1253be NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid by Trond Myklebust · 11 years ago
  30. b7e63a1 NFSv4: Fix another nfs4_sequence corruptor by Trond Myklebust · 11 years ago
  31. 4f14c19 NFSv4: Clear the open state flags if the new stateid does not match by Trond Myklebust · 11 years ago
  32. 226056c NFSv4: Use correct locking when updating nfs4_state in nfs4_close_done by Trond Myklebust · 11 years ago
  33. e999e80 NFSv4: Don't update the open stateid unless it is newer than the old one by Trond Myklebust · 11 years ago
  34. 17ead6c NFSv4: Fix memory corruption in nfs4_proc_open_confirm by Trond Myklebust · 11 years ago
  35. a13ce7c NFSv4.1: Clean up nfs41_sequence_done by Trond Myklebust · 11 years ago
  36. cab92c1 NFSv4: Fix a slot leak in nfs40_sequence_done by Trond Myklebust · 11 years ago
  37. f9c96fc NFSv4.1 free slot before resending I/O to MDS by Andy Adamson · 11 years ago
  38. 7dd7d95 nfs: handle servers that support only ALLOW ACE type. by Malahal Naineni · 11 years ago
  39. ed7e542 pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done by Boaz Harrosh · 11 years ago
  40. 78b19ba nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME by Weston Andros Adamson · 11 years ago
  41. d8c951c NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding by Trond Myklebust · 11 years ago
  42. 29be634 Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  43. f22e5ed NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recovery by Trond Myklebust · 11 years ago
  44. 69794ad NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKED by Trond Myklebust · 11 years ago
  45. c97cf60 NFSv4: Update list of irrecoverable errors on DELEGRETURN by Trond Myklebust · 11 years ago
  46. 4a82fd7 NFSv4 wait on recovery for async session errors by Andy Adamson · 11 years ago
  47. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  48. fab99eb NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_security by Trond Myklebust · 11 years ago
  49. b944dba NFSv4: Sanity check the server reply in _nfs4_server_capabilities by Trond Myklebust · 11 years ago
  50. fcb63a9 NFS: Fix a missing initialisation when reading the SELinux label by Trond Myklebust · 11 years ago
  51. 12207f6 nfs: fix oops when trying to set SELinux label by Jeff Layton · 11 years ago
  52. 4d4b69d NFS: add support for multiple sec= mount options by Weston Andros Adamson · 11 years ago
  53. 5837f6d NFS: stop using NFS_MOUNT_SECFLAVOUR server flag by Weston Andros Adamson · 11 years ago
  54. cd3fade NFS: Set EXCHGID4_FLAG_SUPP_MOVED_MIGR by Chuck Lever · 11 years ago
  55. f8aba1e NFS: Handle NFS4ERR_LEASE_MOVED during async RENEW by Chuck Lever · 11 years ago
  56. 60ea681 NFS: Migration support for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  57. 8ef2f8d NFS: Implement support for NFS4ERR_LEASE_MOVED by Chuck Lever · 11 years ago
  58. 44c9993 NFS: Add method to detect whether an FSID is still on the server by Chuck Lever · 11 years ago
  59. 352297b NFS: Handle NFS4ERR_MOVED during delegation recall by Chuck Lever · 11 years ago
  60. 519ae25 NFS: Add migration recovery callouts in nfs4proc.c by Chuck Lever · 11 years ago
  61. 9f51a78 NFS: Rename "stateid_invalid" label by Chuck Lever · 11 years ago
  62. f1478c1 NFS: Re-use exit code in nfs4_async_handle_error() by Chuck Lever · 11 years ago
  63. b03d735 NFS: Add method to retrieve fs_locations during migration recovery by Chuck Lever · 11 years ago
  64. ec011fe NFS: Introduce a vector of migration recovery ops by Chuck Lever · 11 years ago
  65. d2bfda2 NFSv4: don't reprocess cached open CLAIM_PREVIOUS by Weston Andros Adamson · 11 years ago
  66. d49f042 NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_state by Trond Myklebust · 11 years ago
  67. a43ec98 NFSv4: don't fail on missing fattr in open recover by Weston Andros Adamson · 11 years ago
  68. f494a60 NFSv4: fix NULL dereference in open recover by Weston Andros Adamson · 11 years ago
  69. 83c78eb NFSv4.1: Don't change the security label as part of open reclaim. by Trond Myklebust · 11 years ago
  70. 6de1472 nfs: use %p[dD] instead of open-coded (and often racy) equivalents by Al Viro · 11 years ago
  71. a6f951d NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk() by Trond Myklebust · 11 years ago
  72. 367156d NFS: Give "flavor" an initial value to fix a compile warning by Anna Schumaker · 11 years ago
  73. 58a8cf1 NFSv4.1: try SECINFO_NO_NAME flavs until one works by Weston Andros Adamson · 11 years ago
  74. 5bc2afc NFSv4: Honour the 'opened' parameter in the atomic_open() filesystem method by Trond Myklebust · 11 years ago
  75. 1d7b24f Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  76. 7cb852d NFSv4.1: fix SECINFO* use of put_rpccred by Weston Andros Adamson · 11 years ago
  77. a027962 NFSv4.1: sp4_mach_cred: ask for WRITE and COMMIT by Weston Andros Adamson · 11 years ago
  78. bf97293 Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  79. b1b3e13 NFSv4: use mach cred for SECINFO_NO_NAME w/ integrity by Weston Andros Adamson · 11 years ago
  80. 41d058c NFSv4: Disallow security negotiation for lookups when 'sec=' is specified by Trond Myklebust · 11 years ago
  81. 5e6b199 NFSv4: Fix security auto-negotiation by Trond Myklebust · 11 years ago
  82. 8897538 nfs4: Map NFS4ERR_WRONG_CRED to EPERM by Weston Andros Adamson · 11 years ago
  83. 8c21c62 nfs4.1: Add SP4_MACH_CRED write and commit support by Weston Andros Adamson · 11 years ago
  84. 3787d50 nfs4.1: Add SP4_MACH_CRED stateid support by Weston Andros Adamson · 11 years ago
  85. 8b5bee2 nfs4.1: Add SP4_MACH_CRED secinfo support by Weston Andros Adamson · 11 years ago
  86. fa94072 nfs4.1: Add SP4_MACH_CRED cleanup support by Weston Andros Adamson · 11 years ago
  87. 2031cd1 nfs4.1: Minimal SP4_MACH_CRED implementation by Weston Andros Adamson · 11 years ago
  88. f6de7a3 NFSv4: Document the recover_lost_locks kernel parameter by Trond Myklebust · 11 years ago
  89. ef1820f NFSv4: Don't try to recover NFSv4 locks when they are lost. by NeilBrown · 11 years ago
  90. be05c86 NFS: Add nfs4_sequence calls for OPEN_CONFIRM by Chuck Lever · 11 years ago
  91. fbd4bfd NFS: Add nfs4_sequence calls for RELEASE_LOCKOWNER by Chuck Lever · 11 years ago
  92. 160881e NFS: Enable nfs4_setup_sequence() for DELEGRETURN by Chuck Lever · 11 years ago
  93. 3bd2384 NFS: NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  94. abf79bb NFS: Add a slot table to struct nfs_client for NFSv4.0 transport blocking by Chuck Lever · 11 years ago
  95. 220e09c NFS: Remove unused call_sync minor version op by Chuck Lever · 11 years ago
  96. 9915ea7 NFS: Add RPC callouts to start NFSv4.0 synchronous requests by Chuck Lever · 11 years ago
  97. a9c92d6 NFS: Common versions of sequence helper functions by Chuck Lever · 11 years ago
  98. 5a580e0 NFS: Clean up nfs4_setup_sequence() by Chuck Lever · 11 years ago
  99. 2a3eb2b NFS: Rename nfs41_call_sync_data as a common data structure by Chuck Lever · 11 years ago
  100. e8d9238 NFS: When displaying session slot numbers, use "%u" consistently by Chuck Lever · 11 years ago