| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 2006-11-22 | 1 | -3/+4 |
* | WorkStruct: Separate delayable and non-delayable events. | David Howells | 2006-11-22 | 1 | -1/+2 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 1 | -3/+3 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 1 | -1/+0 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -2/+1 |
* | NFSv4: rpc_mkpipe creating socket inodes w/out sk buffers | Steve Dickson | 2006-09-22 | 1 | -1/+1 |
* | SUNRPC: Make rpc_mkpipe() take the parent dentry as an argument | Trond Myklebust | 2006-09-22 | 1 | -15/+23 |
* | SUNRPC: Teach rpc_pipe.c to use new rpc_peeraddr() API | Chuck Lever | 2006-09-22 | 1 | -4/+2 |
* | SUNRPC: rpc_unlink() must check for unhashed dentries | Trond Myklebust | 2006-08-24 | 1 | -7/+10 |
* | NFS: clean up rpc_rmdir | Trond Myklebust | 2006-08-24 | 1 | -13/+5 |
* | SUNRPC: make rpc_unlink() take a dentry argument instead of a path | Trond Myklebust | 2006-08-24 | 1 | -14/+6 |
* | SUNRPC: Fix obvious refcounting bugs in rpc_pipefs. | Trond Myklebust | 2006-08-03 | 1 | -2/+4 |
* | [PATCH] lockdep: annotate sunrpc code | Arjan van de Ven | 2006-07-03 | 1 | -4/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-24 | 1 | -3/+3 |
|\ |
|
| * | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | | VFS: Unexport do_kern_mount() and clean up simple_pin_fs() | Trond Myklebust | 2006-06-09 | 1 | -1/+1 |
|/ |
|
* | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 2006-03-28 | 1 | -1/+1 |
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2006-03-25 | 1 | -14/+17 |
|\ |
|
| * | SUNRPC: Fix a 'Busy inodes' error in rpc_pipefs | Trond Myklebust | 2006-03-20 | 1 | -10/+12 |
| * | SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentry | Trond Myklebust | 2006-03-20 | 1 | -2/+2 |