aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2013-08-28SUNRPC: Fix memory corruption issue on 32-bit highmem systemsGravatar Trond Myklebust 1-3/+6
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterGravatar Trond Myklebust 3-13/+32
2013-08-05SUNRPC: Don't auto-disconnect from the local rpcbind socketGravatar Trond Myklebust 1-0/+8
2013-08-01svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallGravatar J. Bruce Fields 1-1/+1
2013-08-01svcrpc: fix kfree oops in gss-proxy codeGravatar J. Bruce Fields 1-1/+0
2013-08-01svcrpc: fix gss-proxy xdr decoding oopsGravatar J. Bruce Fields 1-4/+5
2013-08-01svcrpc: fix gss_rpc_upcall create errorGravatar J. Bruce Fields 1-1/+1
2013-08-01NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure.Gravatar NeilBrown 1-1/+3
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+14
2013-07-15svcrdma: underflow issue in decode_write_list()Gravatar Dan Carpenter 1-6/+14
2013-07-15SUNRPC: Fix another issue with rpc_client_register()Gravatar Trond Myklebust 1-0/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-52/+26
2013-07-14sunrpc: now we can just set ->s_d_opGravatar Al Viro 1-3/+2
2013-07-14__rpc_lookup_create_exclusive: pass string instead of qstrGravatar Al Viro 1-25/+9
2013-07-14rpc_create_*_dir: don't bother with qstrGravatar Al Viro 3-31/+21
2013-07-11Merge tag 'nfs-for-3.11-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-12/+29
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-51/+63
2013-07-10SUNRPC: Fix a deadlock in rpc_client_register()Gravatar Trond Myklebust 1-7/+9
2013-07-09rpc_pipe: rpc_dir_inode_operations can be staticGravatar Fengguang Wu 1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-13/+13
2013-07-09rpc_pipe: set dentry operations at d_alloc timeGravatar Jeff Layton 1-5/+20
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-45/+53
2013-07-08svcrpc: fix failures to handle -1 uid'sGravatar J. Bruce Fields 1-2/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-1/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsGravatar Kees Cook 1-1/+1
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2013-07-01sunrpc: Don't schedule an upcall on a replaced cache entry.Gravatar NeilBrown 1-1/+2
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.Gravatar NeilBrown 2-8/+2
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.Gravatar NeilBrown 1-1/+5
2013-07-01sunrpc/cache: use cache_fresh_unlocked consistently and correctly.Gravatar NeilBrown 1-13/+7
2013-07-01sunrpc/cache: remove races with queuing an upcall.Gravatar NeilBrown 1-11/+29
2013-07-01svcrpc: don't error out on small tcp fragmentGravatar J. Bruce Fields 1-1/+1
2013-07-01svcrpc: fix handling of too-short rpc'sGravatar J. Bruce Fields 1-2/+7
2013-07-01svcrpc: store gss mech in svc_credGravatar J. Bruce Fields 2-4/+5
2013-07-01svcrpc: introduce init_svc_credGravatar J. Bruce Fields 1-4/+2
2013-07-01Merge branch 'for-3.10' into 'for-3.11'Gravatar J. Bruce Fields 2-8/+12
2013-06-29more open-coded file_inode() callsGravatar Al Viro 1-2/+2
2013-06-28SUNRPC: PipeFS MOUNT notification optimization for dying clientsGravatar Stanislav Kinsbursky 1-0/+2
2013-06-28SUNRPC: split client creation routine into setup and registrationGravatar Stanislav Kinsbursky 1-25/+39
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsGravatar Stanislav Kinsbursky 2-5/+2
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsGravatar Stanislav Kinsbursky 2-11/+18
2013-06-28Merge branch 'freezer'Gravatar Rafael J. Wysocki 1-1/+1
2013-06-18rpc_pipefs: only set rpc_dentry_ops if d_op isn't already setGravatar Jeff Layton 1-1/+2
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableGravatar Joe Perches 4-13/+13
2013-06-06SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute()Gravatar Trond Myklebust 1-1/+0
2013-06-06SUNRPC: Remove unused function rpc_queue_emptyGravatar Trond Myklebust 1-14/+0
2013-06-06SUNRPC: Fix a potential race in rpc_executeGravatar Trond Myklebust 1-1/+3
2013-05-31Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-8/+12
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sGravatar J. Bruce Fields 1-5/+7