summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-112-12/+29
|\
| * SUNRPC: Fix a deadlock in rpc_client_register()Trond Myklebust2013-07-101-7/+9
| * rpc_pipe: rpc_dir_inode_operations can be staticFengguang Wu2013-07-101-1/+1
| * rpc_pipe: set dentry operations at d_alloc timeJeff Layton2013-07-091-5/+20
* | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-116-51/+63
|\ \
| * | svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields2013-07-081-2/+0Star
| * | sunrpc: Don't schedule an upcall on a replaced cache entry.NeilBrown2013-07-011-1/+2
| * | net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-012-8/+2Star
| * | sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown2013-07-011-1/+5
| * | sunrpc/cache: use cache_fresh_unlocked consistently and correctly.NeilBrown2013-07-011-13/+7Star
| * | sunrpc/cache: remove races with queuing an upcall.NeilBrown2013-07-011-11/+29
| * | svcrpc: don't error out on small tcp fragmentJ. Bruce Fields2013-07-011-1/+1
| * | svcrpc: fix handling of too-short rpc'sJ. Bruce Fields2013-07-011-2/+7
| * | svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-012-4/+5
| * | svcrpc: introduce init_svc_credJ. Bruce Fields2013-07-011-4/+2Star
| * | Merge branch 'for-3.10' into 'for-3.11'J. Bruce Fields2013-07-012-8/+12
| |\ \
| * | | sunrpc: the cache_detail in cache_is_valid is unused any morechaoting fan2013-05-211-4/+4
| * | | sunrpc: server back channel needs no rpcbind methodJ. Bruce Fields2013-05-151-1/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-104-13/+13
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-134-13/+13
* | | | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-093-45/+53
|\ \ \ \
| * | | | SUNRPC: PipeFS MOUNT notification optimization for dying clientsStanislav Kinsbursky2013-06-281-0/+2
| * | | | SUNRPC: split client creation routine into setup and registrationStanislav Kinsbursky2013-06-281-25/+39
| * | | | SUNRPC: fix races on PipeFS UMOUNT notificationsStanislav Kinsbursky2013-06-282-5/+2Star
| * | | | SUNRPC: fix races on PipeFS MOUNT notificationsStanislav Kinsbursky2013-06-282-11/+18
| * | | | rpc_pipefs: only set rpc_dentry_ops if d_op isn't already setJeff Layton2013-06-181-1/+2
| * | | | SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute()Trond Myklebust2013-06-061-1/+0Star
| * | | | SUNRPC: Remove unused function rpc_queue_emptyTrond Myklebust2013-06-061-14/+0Star
| * | | | SUNRPC: Fix a potential race in rpc_executeTrond Myklebust2013-06-061-1/+3
* | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-041-1/+1
|\ \ \ \ \
| * | | | | drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-041-1/+1
* | | | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'freezer'Rafael J. Wysocki2013-06-281-1/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | freezer: add unsafe versions of freezable helpers for NFSColin Cross2013-05-121-1/+1
| | | |/ / | | |/| |
* | / | | more open-coded file_inode() callsAl Viro2013-06-291-2/+2
|/ / / /
* | | | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-312-8/+12
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields2013-05-291-5/+7
| * | svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields2013-05-281-2/+4
| * | svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter2013-05-121-1/+1
| |/
* | SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust2013-05-221-1/+7
* | SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust2013-05-163-19/+30
* | SUNRPC: Faster detection if gssd is actually runningTrond Myklebust2013-05-163-1/+18
* | SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust2013-05-151-2/+3
|/
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-101-28/+30
|\
| * SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields2013-05-071-13/+13
| * SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven2013-05-061-15/+17
* | Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-092-3/+2Star
|\ \
| * | SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2013-05-032-3/+2Star
* | | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-0314-19/+1889
|\ \ \ | | |/ | |/|
| * | svcauth_gss: fix error return code in rsc_parse()Wei Yongjun2013-05-011-1/+3