aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+9
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-04kernel panic when mount NFSv4Trond Myklebust1-1/+1
2010-10-29convert get_sb_single() usersAl Viro1-9/+9
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-17/+9
2010-10-19sunrpc: remove the big kernel lockArnd Bergmann1-17/+9
2010-09-23net/sunrpc/rpc_pipe.c: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-09-12SUNRPC: Fix a race in rpc_info_openTrond Myklebust1-6/+8
2010-09-12SUNRPC: Fix race corrupting rpc upcallTrond Myklebust1-3/+3
2010-05-22sunrpc: Pushdown the bkl from ioctlFrederic Weisbecker1-3/+15
2010-03-22sunrpc: handle allocation errors from __rpc_lookup_create()Dan Carpenter1-0/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-7/+2
2010-03-03Don't bother with d_genocide in rpc_pipeAl Viro1-7/+2
2010-02-14net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2009-09-23sunrpc/rpc_pipe: fix kernel-doc notationRandy Dunlap1-1/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust1-0/+7
2009-08-19SUNRPC: Fix a typo in cache_pipefs_filesTrond Myklebust1-1/+1
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust1-0/+43
2009-08-09SUNRPC: One more clean up for rpc_create_client_dir()Trond Myklebust1-28/+50
2009-08-09SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust1-55/+3
2009-08-09SUNRPC: Clean up rpc_create_client_dir()Trond Myklebust1-42/+41
2009-08-09SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust1-6/+5
2009-08-09SUNRPC: rpc_pipefs cleanupTrond Myklebust1-40/+40
2009-08-09SUNRPC: Clean up rpc_populate/depopulateTrond Myklebust1-86/+101
2009-08-09SUNRPC: Clean up rpc_lookup_createTrond Myklebust1-41/+59
2009-08-09SUNRPC: Clean up rpc_unlink()Trond Myklebust1-8/+27
2009-08-09SUNRPC: Clean up file creation code in rpc_pipefsTrond Myklebust1-43/+77
2009-08-09SUNRPC: Clean up rpc_pipefs lookup code...Trond Myklebust1-5/+10
2009-08-09SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcallTrond Myklebust1-4/+11
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust1-3/+4
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-2/+0
2008-12-23nfsd: support callbacks with gss flavorsOlga Kornievskaia1-0/+5
2008-12-23rpc: call release_pipe only on last close\"J. Bruce Fields\1-3/+6
2008-12-23rpc: add an rpc_pipe_open method\"J. Bruce Fields\1-7/+15
2008-12-23SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust1-3/+3
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-2/+3
2008-02-13docbook: sunrpc filenames and notation fixesRandy Dunlap1-1/+2
2008-01-30SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()Chuck Lever1-2/+2
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust1-0/+3
2008-01-30sunrpc: document the rpc_pipefs kernel apiJ. Bruce Fields1-1/+51
2007-11-17sunrpc: rpc_pipe_poll may miss available data in some casesJ. Bruce Fields1-1/+1