1. 2c6b691 nfsd: when updating an entry with RC_NOCACHE, just free it by Jeff Layton · 12 years ago
  2. 13cc8a7 nfsd: remove the cache_disabled flag by Jeff Layton · 12 years ago
  3. 0338dd1 nfsd: dynamically allocate DRC entries by Jeff Layton · 12 years ago
  4. 0ee0bf7 nfsd: track the number of DRC entries in the cache by Jeff Layton · 12 years ago
  5. 56c2548 nfsd: always move DRC entries to the end of LRU list when updating timestamp by Jeff Layton · 12 years ago
  6. 2eeb9b2 nfsd: initialize the exp->ex_uuid field in svc_export_init by Jeff Layton · 12 years ago
  7. a4a3ec3 nfsd: break out hashtable search into separate function by Jeff Layton · 12 years ago
  8. d1a0774 nfsd: clean up and clarify the cache expiration code by Jeff Layton · 12 years ago
  9. 25e6b8b nfsd: remove redundant test from nfsd_reply_cache_free by Jeff Layton · 12 years ago
  10. f09841f nfsd: add alloc and free functions for DRC entries by Jeff Layton · 12 years ago
  11. 8a8bc40 nfsd: create a dedicated slabcache for DRC entries by Jeff Layton · 12 years ago
  12. 09662d5 nfsd: get rid of RC_INTR by Jeff Layton · 12 years ago
  13. 6dc8889 nfsd: remove unneeded spinlock in nfsd_cache_update by Jeff Layton · 12 years ago
  14. 7b9e852 nfsd: fix IPv6 address handling in the DRC by Jeff Layton · 12 years ago
  15. 885c91f nfsd: Fix memleak in svc_export_put by majianpeng · 12 years ago
  16. ff89be8 nfsd4: require version 4 when enabling or disabling minorversion by J. Bruce Fields · 12 years ago
  17. bca0ec6 nfsd: fix unused "nn" variable warning in free_client() by Stanislav Kinsbursky · 12 years ago
  18. 266533c nfsd: Don't unlock the state while it's not locked by Yanchuan Nian · 12 years ago
  19. 74b70dd nfsd: Pass correct slot number to nfsd4_put_drc_mem() by Yanchuan Nian · 12 years ago
  20. 84822d0 nfsd4: simplify nfsd4_encode_fattr interface slightly by J. Bruce Fields · 12 years ago
  21. f987c90 fs/nfsd: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  22. 10532b5 Revert "nfsd: warn on odd reply state in nfsd_vfs_read" by J. Bruce Fields · 12 years ago
  23. 24ffb93 nfsd4: don't leave freed stateid hashed by J. Bruce Fields · 12 years ago
  24. a1dc695 nfsd4: free_stateid can use the current stateid by J. Bruce Fields · 12 years ago
  25. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
  26. 79f77bf nfsd: warn on odd reply state in nfsd_vfs_read by J. Bruce Fields · 12 years ago
  27. d5f50b0 nfsd4: fix oops on unusual readlike compound by J. Bruce Fields · 12 years ago
  28. 9b3234b nfsd4: disable zero-copy on non-final read ops by J. Bruce Fields · 12 years ago
  29. 18d9a2c NFSD: Correct the size calculation in fault_inject_write by Bryan Schumaker · 12 years ago
  30. 0a5c33e NFSD: Pass correct buffer size to rpc_ntop by Bryan Schumaker · 12 years ago
  31. 88c4766 nfsd: pass proper net to nfsd_destroy() from NFSd kthreads by Stanislav Kinsbursky · 12 years ago
  32. 541e864 nfsd: simplify service shutdown by Stanislav Kinsbursky · 12 years ago
  33. 4539f14 nfsd: replace boolean nfsd_up flag by users counter by Stanislav Kinsbursky · 12 years ago
  34. 903d9bf nfsd: simplify NFSv4 state init and shutdown by Stanislav Kinsbursky · 12 years ago
  35. bda9cac nfsd: introduce helpers for generic resources init and shutdown by Stanislav Kinsbursky · 12 years ago
  36. 9dd9845 nfsd: make NFSd service structure allocated per net by Stanislav Kinsbursky · 12 years ago
  37. b9c0ef8 nfsd: make NFSd service boot time per-net by Stanislav Kinsbursky · 12 years ago
  38. 2c2fe29 nfsd: per-net NFSd up flag introduced by Stanislav Kinsbursky · 12 years ago
  39. 6ff50b3 nfsd: move per-net startup code to separated function by Stanislav Kinsbursky · 12 years ago
  40. 0816035 nfsd: pass net to __write_ports() and down by Stanislav Kinsbursky · 12 years ago
  41. 3938a0d nfsd: pass net to nfsd_set_nrthreads() by Stanislav Kinsbursky · 12 years ago
  42. d41a941 nfsd: pass net to nfsd_svc() by Stanislav Kinsbursky · 12 years ago
  43. 6777436 nfsd: pass net to nfsd_create_serv() by Stanislav Kinsbursky · 12 years ago
  44. db42d1a nfsd: pass net to nfsd_startup() and nfsd_shutdown() by Stanislav Kinsbursky · 12 years ago
  45. db6e182 nfsd: pass net to nfsd_init_socks() by Stanislav Kinsbursky · 12 years ago
  46. f7fb86c nfsd: use "init_net" for portmapper by Stanislav Kinsbursky · 12 years ago
  47. 7007c90 nfsd: avoid permission checks on EXCLUSIVE_CREATE replay by Neil Brown · 12 years ago
  48. 9a9c647 nfsd: make NFSv4 recovery client tracking options per net by Stanislav Kinsbursky · 12 years ago
  49. 9b2ef62 nfsd4: lockt, release_lockowner should renew clients by J. Bruce Fields · 12 years ago
  50. 6c1e82a NFSD: Forget state for a specific client by Bryan Schumaker · 12 years ago
  51. d7cc431 NFSD: Add a custom file operations structure for fault injection by Bryan Schumaker · 12 years ago
  52. 184c184 NFSD: Reading a fault injection file prints a state count by Bryan Schumaker · 12 years ago
  53. 8ce54e0 NFSD: Fault injection operations take a per-client forget function by Bryan Schumaker · 12 years ago
  54. 269de30 NFSD: Clean up forgetting and recalling delegations by Bryan Schumaker · 12 years ago
  55. 4dbdbda NFSD: Clean up forgetting openowners by Bryan Schumaker · 12 years ago
  56. fc29171 NFSD: Clean up forgetting locks by Bryan Schumaker · 12 years ago
  57. 44e34da60 NFSD: Clean up forgetting clients by Bryan Schumaker · 12 years ago
  58. 0439583 NFSD: Lock state before calling fault injection function by Bryan Schumaker · 12 years ago
  59. e5f9570 nfsd4: discard some unused nfsd4_verify xdr code by J. Bruce Fields · 12 years ago
  60. f3c7521 NFSD: Fold fault_inject.h into state.h by Bryan Schumaker · 12 years ago
  61. 5284b44 nfsd: make NFSv4 grace time per net by Stanislav Kinsbursky · 12 years ago
  62. 3d73371 nfsd: make NFSv4 lease time per net by Stanislav Kinsbursky · 12 years ago
  63. 864aee5 nfsd: remove redundant declarations by Stanislav Kinsbursky · 12 years ago
  64. f141f79 nfsd: recovery - make in_grace per net by Stanislav Kinsbursky · 12 years ago
  65. 3a07336 nfsd: recovery - make rec_file per net by Stanislav Kinsbursky · 12 years ago
  66. f252bc6 nfsd: call state init and shutdown twice by Stanislav Kinsbursky · 12 years ago
  67. d85ed44 nfsd: cleanup NFSd state start a bit by Stanislav Kinsbursky · 12 years ago
  68. 4dce0ac nfsd: cleanup NFSd state shutdown a bit by Stanislav Kinsbursky · 12 years ago
  69. 4e37a7c2 nfsd: make delegations shutdown network namespace aware by Stanislav Kinsbursky · 12 years ago
  70. c9a4962 nfsd: make client_lock per net by Stanislav Kinsbursky · 12 years ago
  71. ec28e02 nfsd4: remove state lock from nfs4_state_shutdown by Stanislav Kinsbursky · 12 years ago
  72. dba88ba nfsd4: remove state lock from nfsd4_load_reboot_recovery_data by J. Bruce Fields · 12 years ago
  73. a36b172 nfsd4: return badname, not inval, on "." or "..", or "/" by J. Bruce Fields · 12 years ago
  74. 063b0fb nfsd4: downgrade some fs/nfsd/nfs4state.c BUG's by J. Bruce Fields · 12 years ago
  75. ffe1137 nfsd4: delay filling in write iovec array till after xdr decoding by J. Bruce Fields · 12 years ago
  76. 70cc7f7 nfsd4: move more write parameters into xdr argument by J. Bruce Fields · 12 years ago
  77. 5a80a54 nfsd4: reorganize write decoding by J. Bruce Fields · 12 years ago
  78. 8a61b18 nfsd4: simplify reading of opnum by J. Bruce Fields · 12 years ago
  79. 447bfcc nfsd4: no, we're not going to check tags for utf8 by J. Bruce Fields · 12 years ago
  80. 57d276d nfsd: fix v4 reply caching by J. Bruce Fields · 12 years ago
  81. 0912128 nfsd: make laundromat network namespace aware by Stanislav Kinsbursky · 12 years ago
  82. 12760c6 nfsd: pass nfsd_net instead of net to grace enders by Stanislav Kinsbursky · 12 years ago
  83. 3320fef19 nfsd: use service net instead of hard-coded init_net by Stanislav Kinsbursky · 12 years ago
  84. 73758fed nfsd: make close_lru list per net by Stanislav Kinsbursky · 12 years ago
  85. 5ed58bb nfsd: make client_lru list per net by Stanislav Kinsbursky · 12 years ago
  86. 1872de0 nfsd: make sessionid_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  87. 20e9e2b nfsd: make lockowner_ino_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  88. 9b53113 nfsd: make ownerstr_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  89. a99454a nfsd: make unconf_name_tree per net by Stanislav Kinsbursky · 12 years ago
  90. 0a7ec37 nfsd: make unconf_id_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  91. 382a62e nfsd: make conf_name_tree per net by Stanislav Kinsbursky · 12 years ago
  92. 8daae4d nfsd: make conf_id_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  93. 52e19c0 nfsd: make reclaim_str_hashtbl allocated per net by Stanislav Kinsbursky · 12 years ago
  94. c212cec nfsd: make nfs4_client network namespace dependent by Stanislav Kinsbursky · 12 years ago
  95. 7f2210f nfsd: use service net instead of hard-coded net where possible by Stanislav Kinsbursky · 12 years ago
  96. 2b4cf66 nfsd4: get_backchannel_cred should be static by Fengguang Wu · 12 years ago
  97. 135ae82 nfsd4: init_session should be declared static by Fengguang Wu · 12 years ago
  98. 7e4f015 nfsd: release the legacy reclaimable clients list in grace_done by Jeff Layton · 12 years ago
  99. 2216d44 nfsd: get rid of cl_recdir field by Jeff Layton · 12 years ago
  100. ac55fdc nfsd: move the confirmed and unconfirmed hlists to a rbtree by Jeff Layton · 12 years ago