1. a77c806 SUNRPC: Refactor nfsd4_do_encode_secinfo() by Chuck Lever · 11 years ago
  2. 64a817c nfsd4: reject "negative" acl lengths by J. Bruce Fields · 11 years ago
  3. e49dbbf nfsd: fix bad offset use by Kent Overstreet · 11 years ago
  4. ac534ff nfsd: fix startup order in nfsd_reply_cache_init by Jeff Layton · 11 years ago
  5. a517b60 nfsd: only unhash DRC entries that are in the hashtable by Jeff Layton · 11 years ago
  6. ebd6c70 nfsd: convert to idr_alloc() by Tejun Heo · 11 years ago
  7. 801cb2d nfsd: remove unused get_new_stid() by Tejun Heo · 11 years ago
  8. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  9. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  10. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  11. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  12. 4f4a4fa nfsd: handle vfs_getattr errors in acl protocol by J. Bruce Fields · 11 years ago
  13. 3dadecc switch vfs_getattr() to struct path by Al Viro · 12 years ago
  14. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  15. 697ce9b fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_used by Zhang Yanfei · 11 years ago
  16. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  17. 56edc86 nfsd: fix compiler warning about ambiguous types in nfsd_cache_csum by Jeff Layton · 11 years ago
  18. deb4534 nfsd: enable NFSv4 state in containers by Stanislav Kinsbursky · 11 years ago
  19. 71a5030 nfsd: disable usermode helper client tracker in container by Stanislav Kinsbursky · 11 years ago
  20. 96d851c nfsd: use proper net while reading "exports" file by Stanislav Kinsbursky · 11 years ago
  21. 11f7794 nfsd: containerize NFSd filesystem by Stanislav Kinsbursky · 11 years ago
  22. 1ac8362 nfsd: fix comments on nfsd_cache_lookup by Jeff Layton · 11 years ago
  23. 2d43833 SUNRPC: rework cache upcall logic by Stanislav Kinsbursky · 11 years ago
  24. 73fb847 SUNRPC: introduce cache_detail->cache_request callback by Stanislav Kinsbursky · 11 years ago
  25. 6fab877 nfsd: Properly compare and initialize kuids and kgids by Eric W. Biederman · 11 years ago
  26. 4c1e1b3 nfsd: Store ex_anon_uid and ex_anon_gid as kuids and kgids by Eric W. Biederman · 11 years ago
  27. 03bc6d1 nfsd: Modify nfsd4_cb_sec to use kuids and kgids by Eric W. Biederman · 11 years ago
  28. ab8e4ae nfsd: Handle kuids and kgids in the nfs4acl to posix_acl conversion by Eric W. Biederman · 11 years ago
  29. 7c19723 nfsd: Convert nfsxdr to use kuids and kgids by Eric W. Biederman · 11 years ago
  30. 458878a nfsd: Convert nfs3xdr to use kuids and kgids by Eric W. Biederman · 11 years ago
  31. e097258 nfsd: Remove nfsd_luid, nfsd_lgid, nfsd_ruid and nfsd_rgid by Eric W. Biederman · 11 years ago
  32. 65e10f6 nfsd: Convert idmap to use kuids and kgids by Eric W. Biederman · 11 years ago
  33. b566389 nfsd: idmap use u32 not uid_t as the intermediate type by Eric W. Biederman · 11 years ago
  34. 6c1810e nfsd: Remove declaration of nonexistent nfs4_acl_permisison by Eric W. Biederman · 11 years ago
  35. e56a316 nfsd4: free_stid can be static by Fengguang Wu · 11 years ago
  36. 01a7dec nfsd: keep a checksum of the first 256 bytes of request by Jeff Layton · 11 years ago
  37. 5976687 sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h by Jeff Layton · 11 years ago
  38. 3abdb60 nfsd4: simplify idr allocation by J. Bruce Fields · 11 years ago
  39. 2d32b29 nfsd: Fix memleak by majianpeng · 11 years ago
  40. b4e7f2c nfsd: register a shrinker for DRC cache entries by Jeff Layton · 11 years ago
  41. aca8a23 nfsd: add recurring workqueue job to clean the cache by Jeff Layton · 11 years ago
  42. 2c6b691 nfsd: when updating an entry with RC_NOCACHE, just free it by Jeff Layton · 11 years ago
  43. 13cc8a7 nfsd: remove the cache_disabled flag by Jeff Layton · 11 years ago
  44. 0338dd1 nfsd: dynamically allocate DRC entries by Jeff Layton · 11 years ago
  45. 0ee0bf7 nfsd: track the number of DRC entries in the cache by Jeff Layton · 11 years ago
  46. 56c2548 nfsd: always move DRC entries to the end of LRU list when updating timestamp by Jeff Layton · 11 years ago
  47. 2eeb9b2 nfsd: initialize the exp->ex_uuid field in svc_export_init by Jeff Layton · 11 years ago
  48. a4a3ec3 nfsd: break out hashtable search into separate function by Jeff Layton · 11 years ago
  49. d1a0774 nfsd: clean up and clarify the cache expiration code by Jeff Layton · 11 years ago
  50. 25e6b8b nfsd: remove redundant test from nfsd_reply_cache_free by Jeff Layton · 11 years ago
  51. f09841f nfsd: add alloc and free functions for DRC entries by Jeff Layton · 11 years ago
  52. 8a8bc40 nfsd: create a dedicated slabcache for DRC entries by Jeff Layton · 11 years ago
  53. 09662d5 nfsd: get rid of RC_INTR by Jeff Layton · 11 years ago
  54. 6dc8889 nfsd: remove unneeded spinlock in nfsd_cache_update by Jeff Layton · 11 years ago
  55. 7b9e852 nfsd: fix IPv6 address handling in the DRC by Jeff Layton · 11 years ago
  56. 885c91f nfsd: Fix memleak in svc_export_put by majianpeng · 11 years ago
  57. ff89be8 nfsd4: require version 4 when enabling or disabling minorversion by J. Bruce Fields · 12 years ago
  58. bca0ec6 nfsd: fix unused "nn" variable warning in free_client() by Stanislav Kinsbursky · 12 years ago
  59. 266533c nfsd: Don't unlock the state while it's not locked by Yanchuan Nian · 12 years ago
  60. 74b70dd nfsd: Pass correct slot number to nfsd4_put_drc_mem() by Yanchuan Nian · 12 years ago
  61. 84822d0 nfsd4: simplify nfsd4_encode_fattr interface slightly by J. Bruce Fields · 12 years ago
  62. f987c90 fs/nfsd: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  63. 10532b5 Revert "nfsd: warn on odd reply state in nfsd_vfs_read" by J. Bruce Fields · 12 years ago
  64. 24ffb93 nfsd4: don't leave freed stateid hashed by J. Bruce Fields · 12 years ago
  65. a1dc695 nfsd4: free_stateid can use the current stateid by J. Bruce Fields · 12 years ago
  66. afc5940 nfsd4: cleanup: replace rq_resused count by rq_next_page pointer by J. Bruce Fields · 12 years ago
  67. 79f77bf nfsd: warn on odd reply state in nfsd_vfs_read by J. Bruce Fields · 12 years ago
  68. d5f50b0 nfsd4: fix oops on unusual readlike compound by J. Bruce Fields · 12 years ago
  69. 9b3234b nfsd4: disable zero-copy on non-final read ops by J. Bruce Fields · 12 years ago
  70. 18d9a2c NFSD: Correct the size calculation in fault_inject_write by Bryan Schumaker · 12 years ago
  71. 0a5c33e NFSD: Pass correct buffer size to rpc_ntop by Bryan Schumaker · 12 years ago
  72. 88c4766 nfsd: pass proper net to nfsd_destroy() from NFSd kthreads by Stanislav Kinsbursky · 12 years ago
  73. 541e864 nfsd: simplify service shutdown by Stanislav Kinsbursky · 12 years ago
  74. 4539f14 nfsd: replace boolean nfsd_up flag by users counter by Stanislav Kinsbursky · 12 years ago
  75. 903d9bf nfsd: simplify NFSv4 state init and shutdown by Stanislav Kinsbursky · 12 years ago
  76. bda9cac nfsd: introduce helpers for generic resources init and shutdown by Stanislav Kinsbursky · 12 years ago
  77. 9dd9845 nfsd: make NFSd service structure allocated per net by Stanislav Kinsbursky · 12 years ago
  78. b9c0ef8 nfsd: make NFSd service boot time per-net by Stanislav Kinsbursky · 12 years ago
  79. 2c2fe29 nfsd: per-net NFSd up flag introduced by Stanislav Kinsbursky · 12 years ago
  80. 6ff50b3 nfsd: move per-net startup code to separated function by Stanislav Kinsbursky · 12 years ago
  81. 0816035 nfsd: pass net to __write_ports() and down by Stanislav Kinsbursky · 12 years ago
  82. 3938a0d nfsd: pass net to nfsd_set_nrthreads() by Stanislav Kinsbursky · 12 years ago
  83. d41a941 nfsd: pass net to nfsd_svc() by Stanislav Kinsbursky · 12 years ago
  84. 6777436 nfsd: pass net to nfsd_create_serv() by Stanislav Kinsbursky · 12 years ago
  85. db42d1a nfsd: pass net to nfsd_startup() and nfsd_shutdown() by Stanislav Kinsbursky · 12 years ago
  86. db6e182 nfsd: pass net to nfsd_init_socks() by Stanislav Kinsbursky · 12 years ago
  87. f7fb86c nfsd: use "init_net" for portmapper by Stanislav Kinsbursky · 12 years ago
  88. 7007c90 nfsd: avoid permission checks on EXCLUSIVE_CREATE replay by Neil Brown · 12 years ago
  89. 9a9c647 nfsd: make NFSv4 recovery client tracking options per net by Stanislav Kinsbursky · 12 years ago
  90. 9b2ef62 nfsd4: lockt, release_lockowner should renew clients by J. Bruce Fields · 12 years ago
  91. 6c1e82a NFSD: Forget state for a specific client by Bryan Schumaker · 12 years ago
  92. d7cc431 NFSD: Add a custom file operations structure for fault injection by Bryan Schumaker · 12 years ago
  93. 184c184 NFSD: Reading a fault injection file prints a state count by Bryan Schumaker · 12 years ago
  94. 8ce54e0 NFSD: Fault injection operations take a per-client forget function by Bryan Schumaker · 12 years ago
  95. 269de30 NFSD: Clean up forgetting and recalling delegations by Bryan Schumaker · 12 years ago
  96. 4dbdbda NFSD: Clean up forgetting openowners by Bryan Schumaker · 12 years ago
  97. fc29171 NFSD: Clean up forgetting locks by Bryan Schumaker · 12 years ago
  98. 44e34da60 NFSD: Clean up forgetting clients by Bryan Schumaker · 12 years ago
  99. 0439583 NFSD: Lock state before calling fault injection function by Bryan Schumaker · 12 years ago
  100. e5f9570 nfsd4: discard some unused nfsd4_verify xdr code by J. Bruce Fields · 12 years ago