summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
Commit message (Expand)AuthorAgeFilesLines
...
| * SUNRPC: kernel PipeFS mount point creation routines removedStanislav Kinsbursky2012-02-011-21/+0Star
| * NFS: idmap PipeFS notifier introducedStanislav Kinsbursky2012-02-011-0/+16
| * SUNRPC: fix pipe->ops cleanup on pipe dentry unlinkStanislav Kinsbursky2012-02-011-31/+20Star
| * SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-02-011-6/+13
| * SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2012-02-011-23/+31
| * SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2012-02-011-2/+1Star
| * SUNRPC: cleanup PipeFS redundant RPC inode usageStanislav Kinsbursky2012-02-011-47/+46Star
| * SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2012-02-011-96/+112
| * SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2012-02-011-19/+19
| * SUNRPC: added debug messages to RPC pipefsStanislav Kinsbursky2012-02-011-0/+8
| * SUNRPC: pipefs per-net operations helper introducedStanislav Kinsbursky2012-02-011-0/+36
| * SUNRPC: put pipefs superblock link on network namespaceStanislav Kinsbursky2012-02-011-0/+4
| * SUNRPC: pipefs dentry lookup helper introducedStanislav Kinsbursky2012-02-011-0/+16
| * SUNRPC: send notification events on pipefs sb creation and destructionStanislav Kinsbursky2012-02-011-0/+32
| * SUNRPC: hold current network namespace while pipefs superblock is activeStanislav Kinsbursky2012-02-011-1/+13
| * SUNRPC: create RPC pipefs superblock per network namespace contextStanislav Kinsbursky2012-02-011-1/+2
| * SUNRPC: remove non-exclusive pipe creation from RPC pipefsStanislav Kinsbursky2012-02-011-38/+6Star
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-6/+2Star
|/
* sunrpc: propagate umode_tAl Viro2012-01-041-1/+1
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-251-0/+20
|\
| * SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2011-10-181-0/+20
* | sunrpc: add MODULE_ALIAS to match the filesystem nameMichal Schmidt2011-10-111-0/+3
|/
* sunrpc: Reduce switch/case indentJoe Perches2011-07-021-7/+7
* Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-121-1/+1
|\
| * kernel panic when mount NFSv4Trond Myklebust2011-01-041-1/+1
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+9
* | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
|/
* convert get_sb_single() usersAl Viro2010-10-291-9/+9
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-261-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+2
|\
| * net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_dataJoe Perches2010-09-231-2/+2
* | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-17/+9Star
|\ \
| * | sunrpc: remove the big kernel lockArnd Bergmann2010-10-191-17/+9Star
| |/
* | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-131-6/+8
* | SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2010-09-131-3/+3
|/
* sunrpc: Pushdown the bkl from ioctlFrederic Weisbecker2010-05-221-3/+15
* sunrpc: handle allocation errors from __rpc_lookup_create()Dan Carpenter2010-03-221-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-041-7/+2Star
|\
| * Don't bother with d_genocide in rpc_pipeAl Viro2010-03-031-7/+2Star
* | net: Fix first line of kernel-doc for a few functionsBen Hutchings2010-02-151-1/+1
|/
* sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap2009-09-231-1/+2
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust2009-08-201-0/+7
* SUNRPC: Fix a typo in cache_pipefs_filesTrond Myklebust2009-08-201-1/+1
* SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust2009-08-091-0/+43
* SUNRPC: One more clean up for rpc_create_client_dir()Trond Myklebust2009-08-091-28/+50
* SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust2009-08-091-55/+3Star
* SUNRPC: Clean up rpc_create_client_dir()Trond Myklebust2009-08-091-42/+41Star