1. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. dae3794 sunrpc: now we can just set ->s_d_op by Al Viro · 11 years ago
  3. d3db90b __rpc_lookup_create_exclusive: pass string instead of qstr by Al Viro · 11 years ago
  4. a95e691 rpc_create_*_dir: don't bother with qstr by Al Viro · 11 years ago
  5. 1466b77 Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  6. 0ff08ba Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  7. eeee245 SUNRPC: Fix a deadlock in rpc_client_register() by Trond Myklebust · 11 years ago
  8. 4f8568c rpc_pipe: rpc_dir_inode_operations can be static by Fengguang Wu · 11 years ago
  9. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  10. 76fa666 rpc_pipe: set dentry operations at d_alloc time by Jeff Layton · 11 years ago
  11. be0c5d8 Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  12. 0979292 svcrpc: fix failures to handle -1 uid's by J. Bruce Fields · 11 years ago
  13. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  14. f170168 drivers: avoid parsing names as kthread_run() format strings by Kees Cook · 11 years ago
  15. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  16. 0bebc633 sunrpc: Don't schedule an upcall on a replaced cache entry. by NeilBrown · 11 years ago
  17. 7715cde net/sunrpc: xpt_auth_cache should be ignored when expired. by NeilBrown · 11 years ago
  18. 013920e sunrpc/cache: ensure items removed from cache do not have pending upcalls. by NeilBrown · 11 years ago
  19. 2a1c7f5 sunrpc/cache: use cache_fresh_unlocked consistently and correctly. by NeilBrown · 11 years ago
  20. f9e1aed sunrpc/cache: remove races with queuing an upcall. by NeilBrown · 11 years ago
  21. 1f691b0 svcrpc: don't error out on small tcp fragment by J. Bruce Fields · 11 years ago
  22. cf3aa02 svcrpc: fix handling of too-short rpc's by J. Bruce Fields · 11 years ago
  23. 0dc1531 svcrpc: store gss mech in svc_cred by J. Bruce Fields · 11 years ago
  24. 4423406 svcrpc: introduce init_svc_cred by J. Bruce Fields · 11 years ago
  25. 0de9349 Merge branch 'for-3.10' into 'for-3.11' by J. Bruce Fields · 11 years ago
  26. e77e430 more open-coded file_inode() calls by Al Viro · 11 years ago
  27. 4f6bb24 SUNRPC: PipeFS MOUNT notification optimization for dying clients by Stanislav Kinsbursky · 11 years ago
  28. e73f4cc SUNRPC: split client creation routine into setup and registration by Stanislav Kinsbursky · 11 years ago
  29. adb6fa7 SUNRPC: fix races on PipeFS UMOUNT notifications by Stanislav Kinsbursky · 11 years ago
  30. 3848160 SUNRPC: fix races on PipeFS MOUNT notifications by Stanislav Kinsbursky · 11 years ago
  31. 207bc11 Merge branch 'freezer' by Rafael J. Wysocki · 11 years ago
  32. e401452 rpc_pipefs: only set rpc_dentry_ops if d_op isn't already set by Jeff Layton · 11 years ago
  33. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  34. 9ec2ef53 SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute() by Trond Myklebust · 11 years ago
  35. 0053a8e SUNRPC: Remove unused function rpc_queue_empty by Trond Myklebust · 11 years ago
  36. a76580f SUNRPC: Fix a potential race in rpc_execute by Trond Myklebust · 11 years ago
  37. 4203afc Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  38. afe3c3f svcrpc: fix failures to handle -1 uid's and gid's by J. Bruce Fields · 11 years ago
  39. b161c14 svcrpc: implement O_NONBLOCK behavior for use-gss-proxy by J. Bruce Fields · 11 years ago
  40. a3c3cac SUNRPC: Prevent an rpc_task wakeup race by Trond Myklebust · 11 years ago
  41. b6040f9 sunrpc: the cache_detail in cache_is_valid is unused any more by chaoting fan · 11 years ago
  42. 2aed8b4 SUNRPC: Convert auth_gss pipe detection to work in namespaces by Trond Myklebust · 11 years ago
  43. abfdbd5 SUNRPC: Faster detection if gssd is actually running by Trond Myklebust · 11 years ago
  44. d36ccb9 SUNRPC: Fix a bug in gss_create_upcall by Trond Myklebust · 11 years ago
  45. 2fccbd9 sunrpc: server back channel needs no rpcbind method by J. Bruce Fields · 12 years ago
  46. 625cdd7 svcauth_gss: fix error code in use_gss_proxy() by Dan Carpenter · 11 years ago
  47. 416ad3c freezer: add unsafe versions of freezable helpers for NFS by Colin Cross · 11 years ago
  48. 2dbd3ca Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  49. 8cbc95e Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  50. fb43f11 SUNRPC: fix decoding of optional gss-proxy xdr fields by J. Bruce Fields · 11 years ago
  51. 9fd40c5 SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warning by Geert Uytterhoeven · 11 years ago
  52. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  53. 9b1d75b SUNRPC: Don't spam syslog with "Pseudoflavor not found" messages by Trond Myklebust · 11 years ago
  54. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  55. 1eb6d62 svcauth_gss: fix error return code in rsc_parse() by Wei Yongjun · 11 years ago
  56. 8728f98 Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  57. c86d2dd net/sunrpc: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  58. 2e0fb40 lib, net: make isodigit() public and use it by Andy Shevchenko · 11 years ago
  59. d28fcc8 svcrpc: fix gss-proxy to respect user namespaces by J. Bruce Fields · 11 years ago
  60. 6278b62 SUNRPC: gssp_procedures[] can be static by Fengguang Wu · 11 years ago
  61. 0ff3bab SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC case by J. Bruce Fields · 11 years ago
  62. b1df763 Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10 by J. Bruce Fields · 11 years ago
  63. 030d794 SUNRPC: Use gssproxy upcall for server RPCGSS authentication. by Simo Sorce · 12 years ago
  64. 1d65833 SUNRPC: Add RPC based upcall mechanism for RPCGSS auth by Simo Sorce · 12 years ago
  65. 400f26b SUNRPC: conditionally return endtime from import_sec_context by Simo Sorce · 12 years ago
  66. 33d90ac SUNRPC: allow disabling idle timeout by J. Bruce Fields · 11 years ago
  67. 7073ea8 SUNRPC: attempt AF_LOCAL connect on setup by J. Bruce Fields · 11 years ago
  68. c85b03a Merge Trond's nfs-for-next by J. Bruce Fields · 11 years ago
  69. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  70. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  71. b7993ce SUNRPC: Allow rpc_create() to request that TCP slots be unlimited by Trond Myklebust · 11 years ago
  72. ba60eb2 SUNRPC: Fix a livelock problem in the xprt->backlog queue by Trond Myklebust · 11 years ago
  73. f94eeb4 Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  74. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  75. cb60718 sunrpc: drop "select NETVM" by Paul Bolle · 11 years ago
  76. f05c124 SUNRPC: Fix a potential memory leak in rpc_new_client by Trond Myklebust · 11 years ago
  77. a58e0be SUNRPC: Remove extra xprt_put() by Chuck Lever · 11 years ago
  78. 1c74a24 SUNRPC: Don't recognize RPC_AUTH_MAXFLAVOR by Chuck Lever · 11 years ago
  79. a7823c7 SUNRPC/cache: add module_put() on error path in cache_open() by Alexey Khoroshilov · 11 years ago
  80. 5007220 SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch by Chuck Lever · 11 years ago
  81. 6599c0a SUNRPC: Make gss_mech_get() static by Chuck Lever · 11 years ago
  82. a77c806 SUNRPC: Refactor nfsd4_do_encode_secinfo() by Chuck Lever · 11 years ago
  83. 83523d0 SUNRPC: Consider qop when looking up pseudoflavors by Chuck Lever · 11 years ago
  84. f783288 SUNRPC: Load GSS kernel module by OID by Chuck Lever · 11 years ago
  85. 9568c5e SUNRPC: Introduce rpcauth_get_pseudoflavor() by Chuck Lever · 11 years ago
  86. fb15b26 SUNRPC: Define rpcsec_gss_info structure by Chuck Lever · 11 years ago
  87. 71afa85 SUNRPC: Missing module alias for auth_rpcgss.ko by Chuck Lever · 11 years ago
  88. 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  89. 3ed5e2a SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks by Trond Myklebust · 11 years ago
  90. 1166fde6 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked by Trond Myklebust · 11 years ago
  91. aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  92. fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 11 years ago
  93. 5b22b18 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  94. 190b1ecf sunrpc: don't attempt to cancel unitialized work by J. Bruce Fields · 11 years ago
  95. 3c34ae1 nfsd: fix krb5 handling of anonymous principals by J. Bruce Fields · 11 years ago
  96. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  97. 8d05b37 Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  98. 512e4b2 SUNRPC: One line comment fix by Trond Myklebust · 11 years ago
  99. b666973 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  100. edddbb1 SUNRPC: add call to get configured timeout by Weston Andros Adamson · 11 years ago