aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sunrpc: use vfs_path_lookupJosef 'Jeff' Sipek2007-07-191-9/+7
* SUNRPC: Add a field to track the number of kernel users of an rpc_pipeTrond Myklebust2007-07-101-4/+8
* SUNRPC: Clean up rpc_pipefs.Trond Myklebust2007-07-101-27/+32
* SUNRPC: Enable non-exclusive create in rpc_mkpipe()Trond Myklebust2007-07-101-4/+14
* SUNRPC: Add a downcall queue to struct rpc_inodeTrond Myklebust2007-07-101-0/+1
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-1/+1
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-13/+11
* sunrpc: fix error path in module_initAkinobu Mita2007-05-091-1/+8
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-2/+2
|\
| * [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-2/+2
* | NFSv4: Ensure non-root user can trigger a referral automountTrond Myklebust2007-02-031-1/+1
|/
* [PATCH] struct path: convert sunrpcJosef Sipek2006-12-081-4/+4
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-3/+4
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-1/+2
* [PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen2006-10-011-3/+3
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-1/+0
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-2/+1
* NFSv4: rpc_mkpipe creating socket inodes w/out sk buffersSteve Dickson2006-09-221-1/+1
* SUNRPC: Make rpc_mkpipe() take the parent dentry as an argumentTrond Myklebust2006-09-221-15/+23
* SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() APIChuck Lever2006-09-221-4/+2
* SUNRPC: rpc_unlink() must check for unhashed dentriesTrond Myklebust2006-08-241-7/+10
* NFS: clean up rpc_rmdirTrond Myklebust2006-08-241-13/+5
* SUNRPC: make rpc_unlink() take a dentry argument instead of a pathTrond Myklebust2006-08-241-14/+6
* SUNRPC: Fix obvious refcounting bugs in rpc_pipefs.Trond Myklebust2006-08-031-2/+4
* [PATCH] lockdep: annotate sunrpc codeArjan van de Ven2006-07-031-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-3/+3
|\