aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/rpc_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-12rpc_pipe: Drop memory allocation castGravatar Himangi Saraogi 1-1/+1
2013-12-10rpc_pipe: fix cleanup of dummy gssd directory when notification failsGravatar Jeff Layton 1-1/+13
2013-12-06sunrpc: add an "info" file for the dummy gssd pipeGravatar Jeff Layton 1-1/+49
2013-12-06rpc_pipe: remove the clntXX dir if creating the pipe failsGravatar Jeff Layton 1-0/+2
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkGravatar Jeff Layton 1-4/+10
2013-12-06sunrpc: create a new dummy pipe for gssd to hold openGravatar Jeff Layton 1-3/+90
2013-11-15consolidate simple ->d_delete() instancesGravatar Al Viro 1-10/+1
2013-10-24sunrpc: switch to %pdGravatar Al Viro 1-6/+6
2013-09-01SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsGravatar Trond Myklebust 1-0/+35
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryGravatar Trond Myklebust 1-6/+7
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesGravatar Trond Myklebust 1-2/+132
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameGravatar Trond Myklebust 1-1/+1
2013-07-23rpc_pipe: convert back to simple_dir_inode_operationsGravatar Jeff Layton 1-18/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-27/+13
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 1-6/+8
2013-07-09rpc_pipe: rpc_dir_inode_operations can be staticGravatar Fengguang Wu 1-1/+1
2013-07-09rpc_pipe: set dentry operations at d_alloc timeGravatar Jeff Layton 1-5/+20
2013-06-28SUNRPC: fix races on PipeFS UMOUNT notificationsGravatar Stanislav Kinsbursky 1-1/+1
2013-06-28SUNRPC: fix races on PipeFS MOUNT notificationsGravatar Stanislav Kinsbursky 1-0/+3
2013-06-18rpc_pipefs: only set rpc_dentry_ops if d_op isn't already setGravatar Jeff Layton 1-1/+2
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesGravatar Trond Myklebust 1-0/+1
2013-05-16SUNRPC: Faster detection if gssd is actually runningGravatar Trond Myklebust 1-0/+4
2013-03-12fs: Readd the fs module aliases.Gravatar Eric W. Biederman 1-0/+1
2013-03-03fs: Limit sys_mount to only request filesystem modules.Gravatar Eric W. Biederman 1-3/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-5/+5
2012-12-11Merge branch 'bugfixes' into nfs-for-nextGravatar Trond Myklebust 1-1/+6
2012-11-08SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoGravatar Trond Myklebust 1-1/+6
2012-11-04SUNRPC: remove BUG_ON in rpc_put_sb_netGravatar Weston Andros Adamson 1-1/+1
2012-10-01SUNRPC: Clean up dprintk messages in rpc_pipe.cGravatar Chuck Lever 1-4/+4
2012-06-11rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerGravatar Jeff Layton 1-6/+6
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-6/+4
2012-05-21Merge branch 'bugfixes' into nfs-for-nextGravatar Trond Myklebust 1-5/+3
2012-05-16rpc_pipefs: clear write bit from top level rpc_pipefs directoryGravatar Jeff Layton 1-1/+1
2012-05-14sunrpc: fix kernel-doc warningsGravatar Randy Dunlap 1-5/+3
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryGravatar Linus Torvalds 1-5/+2
2012-04-27SUNRPC: set per-net PipeFS superblock before notificationGravatar Stanislav Kinsbursky 1-1/+2
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+5
2012-03-26sunrpc: create nfsd dir in rpc_pipefsGravatar Jeff Layton 1-0/+5
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-194/+307
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-6/+2
2012-03-11SUNRPC: Fix a few sparse warningsGravatar Trond Myklebust 1-1/+1
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtGravatar Trond Myklebust 1-1/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldGravatar Trond Myklebust 1-0/+3
2012-02-27SUNRPC: move waitq from RPC pipe to RPC inodeGravatar Stanislav Kinsbursky 1-13/+26
2012-02-27SUNRPC: check RPC inode's pipe reference before dereferencingGravatar Stanislav Kinsbursky 1-13/+19
2012-01-31SUNRPC: kernel PipeFS mount point creation routines removedGravatar Stanislav Kinsbursky 1-21/+0
2012-01-31NFS: idmap PipeFS notifier introducedGravatar Stanislav Kinsbursky 1-0/+16
2012-01-31SUNRPC: fix pipe->ops cleanup on pipe dentry unlinkGravatar Stanislav Kinsbursky 1-31/+20