| Commit message (Expand) | Author | Age | Files | Lines |
* | sunrpc/rpc_pipe: fix kernel-doc notation | Randy Dunlap | 2009-09-23 | 1 | -1/+2 |
* | const: mark remaining super_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
* | NFS: Add a dns resolver for use with NFSv4 referrals and migration | Trond Myklebust | 2009-08-19 | 1 | -0/+7 |
* | SUNRPC: Fix a typo in cache_pipefs_files | Trond Myklebust | 2009-08-19 | 1 | -1/+1 |
* | SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code | Trond Myklebust | 2009-08-09 | 1 | -0/+43 |
* | SUNRPC: One more clean up for rpc_create_client_dir() | Trond Myklebust | 2009-08-09 | 1 | -28/+50 |
* | SUNRPC: clean up rpc_setup_pipedir() | Trond Myklebust | 2009-08-09 | 1 | -55/+3 |
* | SUNRPC: Clean up rpc_create_client_dir() | Trond Myklebust | 2009-08-09 | 1 | -42/+41 |
* | SUNRPC: Rename rpc_mkdir to rpc_create_client_dir() | Trond Myklebust | 2009-08-09 | 1 | -6/+5 |
* | SUNRPC: rpc_pipefs cleanup | Trond Myklebust | 2009-08-09 | 1 | -40/+40 |
* | SUNRPC: Clean up rpc_populate/depopulate | Trond Myklebust | 2009-08-09 | 1 | -86/+101 |
* | SUNRPC: Clean up rpc_lookup_create | Trond Myklebust | 2009-08-09 | 1 | -41/+59 |
* | SUNRPC: Clean up rpc_unlink() | Trond Myklebust | 2009-08-09 | 1 | -8/+27 |
* | SUNRPC: Clean up file creation code in rpc_pipefs | Trond Myklebust | 2009-08-09 | 1 | -43/+77 |
* | SUNRPC: Clean up rpc_pipefs lookup code... | Trond Myklebust | 2009-08-09 | 1 | -5/+10 |
* | SUNRPC: Allow rpc_pipefs_ops to have null values for upcall and downcall | Trond Myklebust | 2009-08-09 | 1 | -4/+11 |
* | SUNRPC: Constify rpc_pipe_ops... | Trond Myklebust | 2009-08-09 | 1 | -3/+4 |
* | constify dentry_operations: rest | Al Viro | 2009-03-27 | 1 | -1/+1 |
* | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 1 | -2/+0 |
* | nfsd: support callbacks with gss flavors | Olga Kornievskaia | 2008-12-23 | 1 | -0/+5 |
* | rpc: call release_pipe only on last close | \"J. Bruce Fields\ | 2008-12-23 | 1 | -3/+6 |
* | rpc: add an rpc_pipe_open method | \"J. Bruce Fields\ | 2008-12-23 | 1 | -7/+15 |
* | SUNRPC: Convert the xdr helpers and rpc_pipefs to EXPORT_SYMBOL_GPL | Trond Myklebust | 2008-12-23 | 1 | -3/+3 |
* | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 2008-07-26 | 1 | -1/+1 |
* | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 | 1 | -6/+6 |
* | Introduce path_put() | Jan Blunck | 2008-02-14 | 1 | -1/+1 |
* | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 2008-02-14 | 1 | -2/+3 |
* | docbook: sunrpc filenames and notation fixes | Randy Dunlap | 2008-02-13 | 1 | -1/+2 |
* | SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate() | Chuck Lever | 2008-01-30 | 1 | -2/+2 |
* | SUNRPC: Move exported declarations to the function declarations | Trond Myklebust | 2008-01-30 | 1 | -0/+3 |
* | sunrpc: document the rpc_pipefs kernel api | J. Bruce Fields | 2008-01-30 | 1 | -1/+51 |
* | sunrpc: rpc_pipe_poll may miss available data in some cases | J. Bruce Fields | 2007-11-17 | 1 | -1/+1 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 1 | -1/+1 |
* | nfs: add server port to rpc_pipe info file | J. Bruce Fields | 2007-10-09 | 1 | -0/+1 |
* | SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks | Trond Myklebust | 2007-10-09 | 1 | -3/+4 |
* | SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends | Trond Myklebust | 2007-08-07 | 1 | -2/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | sunrpc: use vfs_path_lookup | Josef 'Jeff' Sipek | 2007-07-19 | 1 | -9/+7 |
* | SUNRPC: Add a field to track the number of kernel users of an rpc_pipe | Trond Myklebust | 2007-07-10 | 1 | -4/+8 |
* | SUNRPC: Clean up rpc_pipefs. | Trond Myklebust | 2007-07-10 | 1 | -27/+32 |
* | SUNRPC: Enable non-exclusive create in rpc_mkpipe() | Trond Myklebust | 2007-07-10 | 1 | -4/+14 |
* | SUNRPC: Add a downcall queue to struct rpc_inode | Trond Myklebust | 2007-07-10 | 1 | -0/+1 |
* | SUNRPC: Convert rpc_clnt->cl_users to a kref | Trond Myklebust | 2007-07-10 | 1 | -1/+1 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -13/+11 |
* | sunrpc: fix error path in module_init | Akinobu Mita | 2007-05-09 | 1 | -1/+8 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2007-02-12 | 1 | -2/+2 |
|\ |
|
| * | [PATCH] mark struct file_operations const 8 | Arjan van de Ven | 2007-02-12 | 1 | -2/+2 |
* | | NFSv4: Ensure non-root user can trigger a referral automount | Trond Myklebust | 2007-02-03 | 1 | -1/+1 |
|/ |
|
* | [PATCH] struct path: convert sunrpc | Josef Sipek | 2006-12-08 | 1 | -4/+4 |