summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* convert get_sb_single() usersAl Viro2010-10-291-9/+9
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-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/+9
|\ \
| * | sunrpc: remove the big kernel lockArnd Bergmann2010-10-191-17/+9
| |/
* | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-121-6/+8
* | SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2010-09-121-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/+2
|\
| * Don't bother with d_genocide in rpc_pipeAl Viro2010-03-031-7/+2
* | net: Fix first line of kernel-doc for a few functionsBen Hutchings2010-02-141-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-191-0/+7
* SUNRPC: Fix a typo in cache_pipefs_filesTrond Myklebust2009-08-191-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/+3
* SUNRPC: Clean up rpc_create_client_dir()Trond Myklebust2009-08-091-42/+41
* SUNRPC: Rename rpc_mkdir to rpc_create_client_dir()Trond Myklebust2009-08-091-6/+5
* SUNRPC: rpc_pipefs cleanupTrond Myklebust2009-08-091-40/+40
* SUNRPC: Clean up rpc_populate/depopulateTrond Myklebust2009-08-091-86/+101
* SUNRPC: Clean up rpc_lookup_createTrond Myklebust2009-08-091-41/+59
* SUNRPC: Clean up rpc_unlink()Trond Myklebust2009-08-091-8/+27
* SUNRPC: Clean up file creation code in rpc_pipefsTrond Myklebust2009-08-091-43/+77
* SUNRPC: Clean up rpc_pipefs lookup code...Trond Myklebust2009-08-091-5/+10
* SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcallTrond Myklebust2009-08-091-4/+11
* SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-091-3/+4
* constify dentry_operations: restAl Viro2009-03-271-1/+1
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0
* nfsd: support callbacks with gss flavorsOlga Kornievskaia2008-12-231-0/+5
* rpc: call release_pipe only on last close\"J. Bruce Fields\2008-12-231-3/+6
* rpc: add an rpc_pipe_open method\"J. Bruce Fields\2008-12-231-7/+15
* SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPLTrond Myklebust2008-12-231-3/+3
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-6/+6
* Introduce path_put()Jan Blunck2008-02-141-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-2/+3
* docbook: sunrpc filenames and notation fixesRandy Dunlap2008-02-131-1/+2
* SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()Chuck Lever2008-01-301-2/+2
* SUNRPC: Move exported declarations to the function declarationsTrond Myklebust2008-01-301-0/+3
* sunrpc: document the rpc_pipefs kernel apiJ. Bruce Fields2008-01-301-1/+51
* sunrpc: rpc_pipe_poll may miss available data in some casesJ. Bruce Fields2007-11-171-1/+1
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* nfs: add server port to rpc_pipe info fileJ. Bruce Fields2007-10-091-0/+1
* SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooksTrond Myklebust2007-10-091-3/+4
* SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friendsTrond Myklebust2007-08-071-2/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
OpenPOWER on IntegriCloud