aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/rpc_pipe.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-31SUNRPC: subscribe RPC clients to pipefs notificationsGravatar Stanislav Kinsbursky 1-6/+13
2012-01-31SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationGravatar Stanislav Kinsbursky 1-23/+31
2012-01-31SUNPRC: cleanup RPC PipeFS pipes upcall interfaceGravatar Stanislav Kinsbursky 1-2/+1
2012-01-31SUNRPC: cleanup PipeFS redundant RPC inode usageGravatar Stanislav Kinsbursky 1-47/+46
2012-01-31SUNRPC: split SUNPRC PipeFS pipe data and inode creationGravatar Stanislav Kinsbursky 1-96/+112
2012-01-31SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsGravatar Stanislav Kinsbursky 1-19/+19
2012-01-31SUNRPC: added debug messages to RPC pipefsGravatar Stanislav Kinsbursky 1-0/+8
2012-01-31SUNRPC: pipefs per-net operations helper introducedGravatar Stanislav Kinsbursky 1-0/+36
2012-01-31SUNRPC: put pipefs superblock link on network namespaceGravatar Stanislav Kinsbursky 1-0/+4
2012-01-31SUNRPC: pipefs dentry lookup helper introducedGravatar Stanislav Kinsbursky 1-0/+16
2012-01-31SUNRPC: send notification events on pipefs sb creation and destructionGravatar Stanislav Kinsbursky 1-0/+32
2012-01-31SUNRPC: hold current network namespace while pipefs superblock is activeGravatar Stanislav Kinsbursky 1-1/+13
2012-01-31SUNRPC: create RPC pipefs superblock per network namespace contextGravatar Stanislav Kinsbursky 1-1/+2
2012-01-31SUNRPC: remove non-exclusive pipe creation from RPC pipefsGravatar Stanislav Kinsbursky 1-38/+6
2012-01-03sunrpc: propagate umode_tGravatar Al Viro 1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+20
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericGravatar Peng Tao 1-0/+20
2011-10-10sunrpc: add MODULE_ALIAS to match the filesystem nameGravatar Michal Schmidt 1-0/+3
2011-07-01sunrpc: Reduce switch/case indentGravatar Joe Perches 1-7/+7
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-1/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+9
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-1/+1
2011-01-04kernel panic when mount NFSv4Gravatar Trond Myklebust 1-1/+1
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-9/+9
2010-10-25fs: do not assign default i_ino in new_inodeGravatar Christoph Hellwig 1-0/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-2/+2
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-17/+9
2010-10-19sunrpc: remove the big kernel lockGravatar Arnd Bergmann 1-17/+9
2010-09-23net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_dataGravatar Joe Perches 1-2/+2