1. bf7bd3e nfsd4: fix leak of inode reference on delegation failure by J. Bruce Fields · 11 years ago
  2. 3477565 Revert "nfsd: nfs4_file_get_access: need to be more careful with O_RDWR" by J. Bruce Fields · 11 years ago
  3. b8297ce Merge tag 'v3.11-rc5' into for-3.12 branch by J. Bruce Fields · 11 years ago
  4. c472059 nfsd4: Fix MACH_CRED NULL dereference by J. Bruce Fields · 11 years ago
  5. b1948a6 nfsd4: fix setlease error return by J. Bruce Fields · 11 years ago
  6. df66e75 nfsd: nfs4_file_get_access: need to be more careful with O_RDWR by Harshula Jayasuriya · 11 years ago
  7. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  8. f0f51f5 nfsd4: allow destroy_session over destroyed session by J. Bruce Fields · 11 years ago
  9. d08d32e nfsd4: return delegation immediately if lease fails by J. Bruce Fields · 11 years ago
  10. 0a262ff nfsd4: do not throw away 4.1 lock state on last unlock by J. Bruce Fields · 11 years ago
  11. 99c4151 nfsd4: clean up nfs4_open_delegation by J. Bruce Fields · 11 years ago
  12. 9a0590a NFSD: Don't give out read delegations on creates by Steve Dickson · 11 years ago
  13. b78724b nfsd4: fail attempts to request gss on the backchannel by J. Bruce Fields · 11 years ago
  14. 57266a6 nfsd4: implement minimal SP4_MACH_CRED by J. Bruce Fields · 11 years ago
  15. 0dc1531 svcrpc: store gss mech in svc_cred by J. Bruce Fields · 11 years ago
  16. 1c8c601 locks: protect most of the file_lock handling with i_lock by Jeff Layton · 11 years ago
  17. 1a9357f nfsd: avoid undefined signed overflow by Jim Rees · 11 years ago
  18. 4f540e2 nfsd4: store correct client minorversion for >=4.2 by J. Bruce Fields · 11 years ago
  19. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  20. 398c33a nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic() by Jeff Layton · 11 years ago
  21. dd30333 nfsd4: better error return to indicate SSV non-support by J. Bruce Fields · 11 years ago
  22. ba13843 nfsd4: put_client_renew_locked can be static by Fengguang Wu · 11 years ago
  23. 53584f6 nfsd4: remove some useless code by fanchaoting · 11 years ago
  24. 3bd64a5 nfsd4: implement SEQ4_STATUS_RECALLABLE_STATE_REVOKED by J. Bruce Fields · 11 years ago
  25. 2334003 nfsd4: clean up validate_stateid by J. Bruce Fields · 11 years ago
  26. 06b332a nfsd4: check backchannel attributes on create_session by J. Bruce Fields · 11 years ago
  27. 55c760c nfsd4: fix forechannel attribute negotiation by J. Bruce Fields · 11 years ago
  28. 373cd40 nfsd4: cleanup check_forechannel_attrs by J. Bruce Fields · 11 years ago
  29. 0c7c3e6 nfsd4: don't close read-write opens too soon by J. Bruce Fields · 11 years ago
  30. eb2099f nfsd4: release lockowners on last unlock in 4.1 case by J. Bruce Fields · 11 years ago
  31. 3d74e6a nfsd4: no need for replay_owner in sessions case by J. Bruce Fields · 11 years ago
  32. c383747 nfsd4: remove some redundant comments by J. Bruce Fields · 11 years ago
  33. 2c44a23 nfsd: use kmem_cache_free() instead of kfree() by Wei Yongjun · 11 years ago
  34. 9411b1d nfsd4: cleanup handling of nfsv4.0 closed stateid's by J. Bruce Fields · 11 years ago
  35. 41d2266 nfsd4: remove unused nfs4_check_deleg argument by J. Bruce Fields · 11 years ago
  36. e8c69d1 nfsd4: make del_recall_lru per-network-namespace by J. Bruce Fields · 11 years ago
  37. 68a3396 nfsd4: shut down more of delegation earlier by J. Bruce Fields · 11 years ago
  38. 89876f8 nfsd: convert the file_hashtbl to a hlist by Jeff Layton · 11 years ago
  39. 66b2b9b nfsd4: don't destroy in-use session by J. Bruce Fields · 11 years ago
  40. 221a687 nfsd4: don't destroy in-use clients by J. Bruce Fields · 11 years ago
  41. 4f6e6c1 nfsd4: simplify bind_conn_to_session locking by J. Bruce Fields · 11 years ago
  42. abcdff0 nfsd4: fix destroy_session race by J. Bruce Fields · 11 years ago
  43. bfa85e83 nfsd4: clientid lookup cleanup by J. Bruce Fields · 11 years ago
  44. c0293b0 nfsd4: destroy_clientid simplification by J. Bruce Fields · 11 years ago
  45. 1ca5079 nfsd4: remove some dprintk's by J. Bruce Fields · 11 years ago
  46. 0eb6f20 nfsd4: STALE_STATEID cleanup by J. Bruce Fields · 11 years ago
  47. 7838904 nfsd4: warn on odd create_session state by J. Bruce Fields · 11 years ago
  48. 491402a nfsd: fix bug on nfs4 stateid deallocation by ycnian@gmail.com · 11 years ago
  49. 2e4b723 nfsd4: fix use-after-free of 4.1 client on connection loss by J. Bruce Fields · 11 years ago
  50. b0a9d3a nfsd4: fix race on client shutdown by J. Bruce Fields · 11 years ago
  51. ebd6c70 nfsd: convert to idr_alloc() by Tejun Heo · 11 years ago
  52. 801cb2d nfsd: remove unused get_new_stid() by Tejun Heo · 11 years ago
  53. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  54. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  55. 697ce9b fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used by Zhang Yanfei · 11 years ago
  56. deb4534 nfsd: enable NFSv4 state in containers by Stanislav Kinsbursky · 11 years ago
  57. 6fab877 nfsd: Properly compare and initialize kuids and kgids by Eric W. Biederman · 11 years ago
  58. e56a316 nfsd4: free_stid can be static by Fengguang Wu · 11 years ago
  59. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  60. 3abdb60 nfsd4: simplify idr allocation by J. Bruce Fields · 11 years ago
  61. 2d32b29 nfsd: Fix memleak by majianpeng · 11 years ago
  62. bca0ec6 nfsd: fix unused "nn" variable warning in free_client() by Stanislav Kinsbursky · 12 years ago
  63. 266533c nfsd: Don't unlock the state while it's not locked by Yanchuan Nian · 12 years ago
  64. 74b70dd nfsd: Pass correct slot number to nfsd4_put_drc_mem() by Yanchuan Nian · 12 years ago
  65. 24ffb93 nfsd4: don't leave freed stateid hashed by J. Bruce Fields · 12 years ago
  66. 9b3234b nfsd4: disable zero-copy on non-final read ops by J. Bruce Fields · 12 years ago
  67. 0a5c33e NFSD: Pass correct buffer size to rpc_ntop by Bryan Schumaker · 12 years ago
  68. 9dd9845 nfsd: make NFSd service structure allocated per net by Stanislav Kinsbursky · 12 years ago
  69. 9b2ef62 nfsd4: lockt, release_lockowner should renew clients by J. Bruce Fields · 12 years ago
  70. 6c1e82a NFSD: Forget state for a specific client by Bryan Schumaker · 12 years ago
  71. 184c184 NFSD: Reading a fault injection file prints a state count by Bryan Schumaker · 12 years ago
  72. 8ce54e0 NFSD: Fault injection operations take a per-client forget function by Bryan Schumaker · 12 years ago
  73. 269de30 NFSD: Clean up forgetting and recalling delegations by Bryan Schumaker · 12 years ago
  74. 4dbdbda NFSD: Clean up forgetting openowners by Bryan Schumaker · 12 years ago
  75. fc29171 NFSD: Clean up forgetting locks by Bryan Schumaker · 12 years ago
  76. 44e34da60 NFSD: Clean up forgetting clients by Bryan Schumaker · 12 years ago
  77. 0439583 NFSD: Lock state before calling fault injection function by Bryan Schumaker · 12 years ago
  78. f3c7521 NFSD: Fold fault_inject.h into state.h by Bryan Schumaker · 12 years ago
  79. 5284b44 nfsd: make NFSv4 grace time per net by Stanislav Kinsbursky · 12 years ago
  80. 3d73371 nfsd: make NFSv4 lease time per net by Stanislav Kinsbursky · 12 years ago
  81. f252bc6 nfsd: call state init and shutdown twice by Stanislav Kinsbursky · 12 years ago
  82. d85ed44 nfsd: cleanup NFSd state start a bit by Stanislav Kinsbursky · 12 years ago
  83. 4dce0ac nfsd: cleanup NFSd state shutdown a bit by Stanislav Kinsbursky · 12 years ago
  84. 4e37a7c2 nfsd: make delegations shutdown network namespace aware by Stanislav Kinsbursky · 12 years ago
  85. c9a4962 nfsd: make client_lock per net by Stanislav Kinsbursky · 12 years ago
  86. ec28e02 nfsd4: remove state lock from nfs4_state_shutdown by Stanislav Kinsbursky · 12 years ago
  87. 063b0fb nfsd4: downgrade some fs/nfsd/nfs4state.c BUG's by J. Bruce Fields · 12 years ago
  88. 0912128 nfsd: make laundromat network namespace aware by Stanislav Kinsbursky · 12 years ago
  89. 12760c6 nfsd: pass nfsd_net instead of net to grace enders by Stanislav Kinsbursky · 12 years ago
  90. 3320fef19 nfsd: use service net instead of hard-coded init_net by Stanislav Kinsbursky · 12 years ago
  91. 73758fed nfsd: make close_lru list per net by Stanislav Kinsbursky · 12 years ago
  92. 5ed58bb nfsd: make client_lru list per net by Stanislav Kinsbursky · 12 years ago
  93. 1872de0 nfsd: make sessionid_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  94. 20e9e2b nfsd: make lockowner_ino_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  95. 9b53113 nfsd: make ownerstr_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  96. a99454a nfsd: make unconf_name_tree per net by Stanislav Kinsbursky · 12 years ago
  97. 0a7ec37 nfsd: make unconf_id_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  98. 382a62e nfsd: make conf_name_tree per net by Stanislav Kinsbursky · 12 years ago
  99. 8daae4d nfsd: make conf_id_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  100. 52e19c0 nfsd: make reclaim_str_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago