summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-45/+53
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-06-29more open-coded file_inode() callsAl Viro1-2/+2
2013-06-28SUNRPC: PipeFS MOUNT notification optimization for dying clientsStanislav Kinsbursky1-0/+2
2013-06-28SUNRPC: split client creation routine into setup and registrationStanislav Kinsbursky1-25/+39
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky2-5/+2
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsStanislav Kinsbursky2-11/+18
2013-06-28Merge branch 'freezer'Rafael J. Wysocki1-1/+1
2013-06-18rpc_pipefs: only set rpc_dentry_ops if d_op isn't already setJeff Layton1-1/+2
2013-06-06SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute()Trond Myklebust1-1/+0
2013-06-06SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust1-14/+0
2013-06-06SUNRPC: Fix a potential race in rpc_executeTrond Myklebust1-1/+3
2013-05-31Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+12
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields1-5/+7
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields1-2/+4
2013-05-22SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust1-1/+7
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust3-19/+30
2013-05-16SUNRPC: Faster detection if gssd is actually runningTrond Myklebust3-1/+18
2013-05-15SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust1-2/+3
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter1-1/+1
2013-05-12freezer: add unsafe versions of freezable helpers for NFSColin Cross1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+30
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+2
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields1-13/+13
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven1-15/+17
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-19/+1889
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-13/+13
2013-04-30svcauth_gss: fix error return code in rsc_parse()Wei Yongjun1-1/+3
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-52/+275
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-1/+0
2013-04-29svcrpc: fix gss-proxy to respect user namespacesJ. Bruce Fields1-7/+13
2013-04-29SUNRPC: gssp_procedures[] can be staticFengguang Wu1-1/+1
2013-04-29SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC caseJ. Bruce Fields1-1/+10
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields9-44/+185
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce3-9/+343
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce7-1/+1504
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce4-6/+11
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields2-0/+4
2013-04-26SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields1-0/+3
2013-04-26Merge Trond's nfs-for-nextJ. Bruce Fields5-22/+106
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust1-8/+3
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust6-32/+176
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust2-1/+7
2013-04-14SUNRPC: Fix a livelock problem in the xprt->backlog queueTrond Myklebust2-4/+74
2013-04-10Merge tag 'nfs-for-3.9-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-13/+13