aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/rpc_pipe.c
AgeCommit message (Expand)Author
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust
2013-05-16SUNRPC: Faster detection if gssd is actually runningTrond Myklebust
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-02-22new helper: file_inode(file)Al Viro
2012-12-11Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-11-08SUNRPC: Fix validity issues with rpc_pipefs sb->s_fs_infoTrond Myklebust
2012-11-04SUNRPC: remove BUG_ON in rpc_put_sb_netWeston Andros Adamson
2012-10-01SUNRPC: Clean up dprintk messages in rpc_pipe.cChuck Lever
2012-06-11rpc_pipefs: allow rpc_purge_list to take a NULL waitq pointerJeff Layton
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-05-21Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust
2012-05-16rpc_pipefs: clear write bit from top level rpc_pipefs directoryJeff Layton
2012-05-14sunrpc: fix kernel-doc warningsRandy Dunlap
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds
2012-04-27SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky
2012-03-29Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-03-26sunrpc: create nfsd dir in rpc_pipefsJeff Layton
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust
2012-02-27SUNRPC: move waitq from RPC pipe to RPC inodeStanislav Kinsbursky
2012-02-27SUNRPC: check RPC inode's pipe reference before dereferencingStanislav Kinsbursky
2012-01-31SUNRPC: kernel PipeFS mount point creation routines removedStanislav Kinsbursky
2012-01-31NFS: idmap PipeFS notifier introducedStanislav Kinsbursky
2012-01-31SUNRPC: fix pipe->ops cleanup on pipe dentry unlinkStanislav Kinsbursky
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky
2012-01-31SUNRPC: cleanup PipeFS redundant RPC inode usageStanislav Kinsbursky
2012-01-31SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky
2012-01-31SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky
2012-01-31SUNRPC: added debug messages to RPC pipefsStanislav Kinsbursky
2012-01-31SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky
2012-01-31SUNRPC: put pipefs superblock link on network namespaceStanislav Kinsbursky
2012-01-31SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky
2012-01-31SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky
2012-01-31SUNRPC: hold current network namespace while pipefs superblock is activeStanislav Kinsbursky
2012-01-31SUNRPC: create RPC pipefs superblock per network namespace contextStanislav Kinsbursky
2012-01-31SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky
2012-01-03sunrpc: propagate umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao
2011-10-10sunrpc: add MODULE_ALIAS to match the filesystem nameMichal Schmidt
2011-07-01sunrpc: Reduce switch/case indentJoe Perches
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin