1. 7df529a NFSv4.1: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1 by Trond Myklebust · 12 years ago
  2. abd9669 NFS: Ensure struct nfs_client holds a reference to the net namespace by Trond Myklebust · 12 years ago
  3. 9937347a NFS: Ensure that the nfs_client 'net' field is always set by Trond Myklebust · 12 years ago
  4. 0a70219 NFS: include filelayout DS rpc stats in mountstats by Weston Andros Adamson · 12 years ago
  5. b6bf6e7 NFSv4.1 set highest_used_slotid to NFS4_NO_SLOT by Andy Adamson · 12 years ago
  6. d7c3267 nfs: Clean up debugging in nfs_follow_mountpoint() by Chuck Lever · 12 years ago
  7. dbb9c2a SUNRPC: Use KERN_DEFAULT for debugging printk's by Chuck Lever · 12 years ago
  8. 15a4520 SUNRPC: add sending,pending queue and max slot to xprt stats by Andy Adamson · 12 years ago
  9. 1d96e80 SUNRPC: init per-net rpcbind spinlock by Stanislav Kinsbursky · 12 years ago
  10. b4b9a0c nfs41: Verify channel's attributes accordingly to RFC v2 by Vitaliy Gusev · 12 years ago
  11. 571b755 NFS: dont allow minorversion= opt when vers != 4 by Weston Andros Adamson · 12 years ago
  12. 2f09c24 SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL) by Trond Myklebust · 12 years ago
  13. 685f50f NFSv4: Further reduce the footprint of the idmapper by Trond Myklebust · 12 years ago
  14. e3da870 NFSv4: The idmapper now depends on keyring functionality by Trond Myklebust · 12 years ago
  15. d073e9b NFSv4: Reduce the footprint of the idmapper by Trond Myklebust · 12 years ago
  16. 7ced286 NFS: add mount options 'v4.0' and 'v4.1' by Weston Andros Adamson · 12 years ago
  17. b6d1e83 NFS: fix nfs4_find_client_sessionid() arguments list by Stanislav Kinsbursky · 12 years ago
  18. 4c03ae4 NFS: Initialise the nfs_net->nfs_client_lock by Trond Myklebust · 12 years ago
  19. 3b64739 Lockd: shutdown NLM hosts in network namespace context by Stanislav Kinsbursky · 12 years ago
  20. 0e1cb5c LockD: make NSM network namespace aware by Stanislav Kinsbursky · 12 years ago
  21. 66697bf LockD: make nlm hosts network namespace aware by Stanislav Kinsbursky · 12 years ago
  22. bb2224d Lockd: per-net up and down routines introduced by Stanislav Kinsbursky · 12 years ago
  23. a9c5d73 Lockd: pernet usage counter introduced by Stanislav Kinsbursky · 12 years ago
  24. c228fa2 Lockd: create permanent lockd sockets in current network namespace by Stanislav Kinsbursky · 12 years ago
  25. 074d0f6 SUNRPC: service shutdown function in network namespace context introduced by Stanislav Kinsbursky · 12 years ago
  26. 7b147f1 SUNRPC: service destruction in network namespace context by Stanislav Kinsbursky · 12 years ago
  27. 3a22bf5 SUNRPC: clear svc transports lists helper introduced by Stanislav Kinsbursky · 12 years ago
  28. 6f51336 SUNRPC: clear svc pools lists helper introduced by Stanislav Kinsbursky · 12 years ago
  29. ef159e9 NFSv4.1: Add a module parameter to set the number of session slots by Trond Myklebust · 12 years ago
  30. 45d43c2 NFSv4.1: Convert slotid from u8 to u32 by Trond Myklebust · 12 years ago
  31. 17347d0 NFS: build fixed in case of NFS_USE_NEW_IDMAPPER is undefined by Stanislav Kinsbursky · 12 years ago
  32. 33faaa3 NFS: pass transport net to rpc_pton() while parse server name by Stanislav Kinsbursky · 12 years ago
  33. b48e127 NFS: pass current net to rpc_pton() while parsing mount options by Stanislav Kinsbursky · 12 years ago
  34. c7add9a NFS: search for client session id in proper network namespace by Stanislav Kinsbursky · 12 years ago
  35. bc224f5 NFS: pass proper net rpc_pton() in nfs_dns_resolve_name() by Stanislav Kinsbursky · 12 years ago
  36. dc03085 NFS: make nfs_client_lock per net ns by Stanislav Kinsbursky · 12 years ago
  37. 28cd1b3 NFS: make cb_ident_idr per net ns by Stanislav Kinsbursky · 12 years ago
  38. c25d32b NFS: make nfs_volume_list per net ns by Stanislav Kinsbursky · 12 years ago
  39. 6b13168 NFS: make nfs_client_list per net ns by Stanislav Kinsbursky · 12 years ago
  40. a602bea NFS: Update idmapper documentation by Bryan Schumaker · 12 years ago
  41. 3cd0f37 NFS: Keep idmapper include files in one place by Bryan Schumaker · 12 years ago
  42. e6499c6 NFS: Fall back on old idmapper if request_key() fails by Bryan Schumaker · 12 years ago
  43. 2d3fe01 NFS: Fix comparison between DS address lists by Weston Andros Adamson · 12 years ago
  44. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 12 years ago
  45. f9fd2d9 NFS: printks in fs/nfs/ should start with NFS: by Weston Andros Adamson · 12 years ago
  46. 87e3c05 SUNRPC: remove an unneeded NULL check in xprt_connect() by Dan Carpenter · 12 years ago
  47. b01dd1d NFS: Call test_stateid() and free_stateid() with correct stateids by Bryan Schumaker · 12 years ago
  48. 1cab065 NFS: Pass a stateid to test_stateid() and free_stateid() by Bryan Schumaker · 12 years ago
  49. 8833812 SUNRPC: Change the default limit to the number of TCP slots by Trond Myklebust · 12 years ago
  50. 5753cba SUNRPC: Adding status trace points by Steve Dickson · 12 years ago
  51. 85c0d24 SUNRPC: Fix up sunrpc trace events by Trond Myklebust · 12 years ago
  52. a4980e7 NFSv4: ACCESS validation doesn't require a full attribute refresh by Trond Myklebust · 12 years ago
  53. 8b7e3f4 NFSv4: Don't decode fs_locations if we didn't ask for them... by Trond Myklebust · 12 years ago
  54. c15c928 nfs: remove unneeded NULL pointer check in nfs4_remote_mount by Jeff Layton · 12 years ago
  55. d3b773e SUNRPC: fixup for namespace changes by Trond Myklebust · 12 years ago
  56. d36b7cf pnfs: clean up initiate_file_draining layout lookup by Benny Halevy · 12 years ago
  57. 7d9dea9 NFS: Use kcalloc() when allocating arrays by Trond Myklebust · 12 years ago
  58. 4601df2 NFSv4: Avoid thundering herd issues with nfs_release_seqid by Trond Myklebust · 12 years ago
  59. 82b0a4c SUNRPC: Add trace events to the sunrpc subsystem by Trond Myklebust · 12 years ago
  60. a613fa1 SUNRPC: constify the rpc_program by Trond Myklebust · 12 years ago
  61. 080b794 SUNRPC: constify rpc_program->name by Trond Myklebust · 12 years ago
  62. 6eac7d3 SUNRPC: constify rpc_clnt fields cl_server and cl_protname by Trond Myklebust · 12 years ago
  63. 4cb54ca SUNRPC: search for service transports in network namespace context by Stanislav Kinsbursky · 12 years ago
  64. babea47 NFS: remove unused nfs4_find_client_no_ident function by Stanislav Kinsbursky · 12 years ago
  65. 246590f SUNRPC: register service stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  66. cc9f4be sunrpc: fix stats.h for CONFIG_PROC_FS not enabled by Randy Dunlap · 12 years ago
  67. ec7652a SUNRPC: register RPC stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  68. 1709427 NFS: decode destination address in proper network namespace context by Stanislav Kinsbursky · 12 years ago
  69. 599ec12 NFS: parse DNS cache in proper network namespace context by Stanislav Kinsbursky · 12 years ago
  70. 2c5f846 SUNRPC: generic cache register routines removed by Stanislav Kinsbursky · 12 years ago
  71. d05cc1040 SUNRPC: ip map cache per network namespace cleanup by Stanislav Kinsbursky · 12 years ago
  72. a1db410 SUNRPC: create GSS auth cache per network namespace by Stanislav Kinsbursky · 12 years ago
  73. 7339323 SUNRPC: create unix gid cache per network namespace by Stanislav Kinsbursky · 12 years ago
  74. 0a402d5 SUNRPC: cache creation and destruction routines introduced by Stanislav Kinsbursky · 12 years ago
  75. 5ecebb7 SUNRPC: unregister service on creation in current network namespace by Stanislav Kinsbursky · 12 years ago
  76. bee42f68 SUNRPC: register service on creation in current network namespace by Stanislav Kinsbursky · 12 years ago
  77. 5247fab SUNRPC: pass network namespace to service registering routines by Stanislav Kinsbursky · 12 years ago
  78. b030fb0 SUNRPC: use proper network namespace in rpcbind RPCBPROC_GETADDR procedure by Stanislav Kinsbursky · 12 years ago
  79. f2ac4dc SUNRPC: parametrize rpc_uaddr2sockaddr() by network context by Stanislav Kinsbursky · 12 years ago
  80. 90100b1 SUNRPC: parametrize rpc_pton() by network context by Stanislav Kinsbursky · 12 years ago
  81. 8b147f7 SUNRPC: parametrize rpc_pton6() by network context by Stanislav Kinsbursky · 12 years ago
  82. 3065f1e SUNRPC: parametrize rpc_parse_scope_id() by network context by Stanislav Kinsbursky · 12 years ago
  83. f7a30c1 SUNRPC: parametrize local rpcbind clients creation with net ns by Stanislav Kinsbursky · 12 years ago
  84. 977ac31 SUNRPC: register rpcbind programs in passed network namespase context by Stanislav Kinsbursky · 12 years ago
  85. c2550e0 SUNRPC: create rpcbind client in passed network namespace context by Stanislav Kinsbursky · 12 years ago
  86. 1a114a6 SUNRPC: optimize net_ns dereferencing in rpcbind registering calls by Stanislav Kinsbursky · 12 years ago
  87. 2ea75a1 SUNRPC: optimize net_ns dereferencing in rpcbind creation calls by Stanislav Kinsbursky · 12 years ago
  88. dff02d4 SUNRPC: move rpcbind internals to sunrpc part of network namespace context by Stanislav Kinsbursky · 12 years ago
  89. 961a828 SUNRPC: Fix potential races in xprt_lock_write_next() by Trond Myklebust · 12 years ago
  90. 2aeb98f NFS: Ensure that mmapped pages remain stable during writeback by Trond Myklebust · 12 years ago
  91. 536e43d NFS: Optimise away unnecessary setattrs for open(O_TRUNC); by Trond Myklebust · 12 years ago
  92. 48c22eb NFS: Move struct nfs_unique_id into struct nfs_seqid_counter by Trond Myklebust · 12 years ago
  93. 7ba127a NFSv4: Move contents of struct rpc_sequence into struct nfs_seqid_counter by Trond Myklebust · 12 years ago
  94. 9d12b21 NFSv41: Add a new helper nfs4_init_sequence() by Trond Myklebust · 12 years ago
  95. d2d7ce2 NFSv4: Replace lock_owner->ld_id with an ida based allocator by Trond Myklebust · 12 years ago
  96. 9157c31 NFSv4: Replace state_owner->so_owner_id with an ida based allocator by Trond Myklebust · 12 years ago
  97. d1e284d NFSv4: Clean up nfs4_get_state_owner by Trond Myklebust · 12 years ago
  98. 1313e60 NFS: Remove unnecessary includes from linux/nfs_fs_i.h by Trond Myklebust · 12 years ago
  99. 12bc372 SUNRPC: kernel PipeFS mount point creation routines removed by Stanislav Kinsbursky · 12 years ago
  100. 2561d61 NFS: remove RPC PipeFS mount point reference from blocklayout routines by Stanislav Kinsbursky · 12 years ago