| Commit message (Expand) | Author | Age | Files | Lines |
* | 9p: Add fscache support to 9p | Abhishek Kulkarni | 2009-09-23 | 1 | -12/+4 |
* | 9p: remove unnecessary v9fses->options which duplicates the mount string | Abhishek Kulkarni | 2009-08-17 | 1 | -18/+5 |
* | 9p: Remove redundant inode uid/gid assignment | Abhishek Kulkarni | 2009-08-17 | 1 | -5/+0 |
* | 9p: Fix possible regressions when ->get_sb fails. | Abhishek Kulkarni | 2009-08-17 | 1 | -4/+7 |
* | 9p: Fix v9fs show_options | Abhishek Kulkarni | 2009-08-17 | 1 | -2/+2 |
* | 9P doesn't need BKL in ->umount_begin() | Al Viro | 2009-06-17 | 1 | -3/+0 |
* | Fix a leak in failure exit in 9p ->get_sb() | Al Viro | 2009-05-09 | 1 | -0/+1 |
* | Convert obvious places to deactivate_locked_super() | Al Viro | 2009-05-09 | 1 | -4/+1 |
* | vfs: umount_begin BKL pushdown | Alessio Igor Bogani | 2009-05-09 | 1 | -1/+5 |
* | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 2009-03-27 | 1 | -2/+3 |
* | CRED: Wrap task credential accesses in 9P2000 filesystem | David Howells | 2008-11-14 | 1 | -2/+2 |
* | 9p: rework client code to use new protocol support functions | Eric Van Hensbergen | 2008-10-17 | 1 | -1/+5 |
* | 9p: fix error path during early mount | Eric Van Hensbergen | 2008-05-14 | 1 | -18/+16 |
* | 9p: Documentation updates | Eric Van Hensbergen | 2008-05-14 | 1 | -0/+1 |
* | [PATCH] restore sane ->umount_begin() API | Al Viro | 2008-04-25 | 1 | -4/+3 |
* | 9p: fix memory leak in v9fs_get_sb | Latchesar Ionkov | 2007-11-06 | 1 | -0/+3 |
* | 9p: Make transports dynamic | Eric Van Hensbergen | 2007-10-17 | 1 | -18/+1 |
* | 9p: re-enable mount time debug option | Eric Van Hensbergen | 2007-07-14 | 1 | -1/+1 |
* | 9p: Reorganization of 9p file system code | Latchesar Ionkov | 2007-07-14 | 1 | -54/+37 |
* | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 1 | -0/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 1 | -2/+2 |
* | 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 | -9/+12 |
|\ |
|
| * | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -9/+12 |
* | | VFS: Remove dependency of ->umount_begin() call on MNT_FORCE | Trond Myklebust | 2006-06-09 | 1 | -3/+4 |
|/ |
|
* | [PATCH] 9p: handle sget() failure | Eric Van Hensbergen | 2006-04-11 | 1 | -3/+10 |
* | [PATCH] 9p: fix name consistency problems | Eric Van Hensbergen | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] v9fs: update license boilerplate | Eric Van Hensbergen | 2006-03-25 | 1 | -3/+2 |
* | [PATCH] v9fs: fix for access to unitialized variables or freed memory | Latchesar Ionkov | 2006-03-08 | 1 | -1/+0 |
* | [PATCH] v9fs: fix bug in atomic create open fix | Eric Van Hensbergen | 2006-03-02 | 1 | -2/+5 |
* | [PATCH] v9fs: fix atomic create open | Latchesar Ionkov | 2006-03-02 | 1 | -5/+7 |
* | [PATCH] 9p: remove superflous MS_NODIRATIME assignment | Christoph Hellwig | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] v9fs: handle kthread_create failure, minor bugfixes | Latchesar Ionkov | 2006-01-08 | 1 | -2/+1 |
* | [PATCH] v9fs: zero copy implementation | Latchesar Ionkov | 2006-01-08 | 1 | -5/+5 |
* | [PATCH] v9fs: new multiplexer implementation | Latchesar Ionkov | 2006-01-08 | 1 | -1/+2 |
* | [PATCH] missing ERR_PTR in 9fs | Al Viro | 2005-09-30 | 1 | -1/+1 |
* | [PATCH] v9fs: fix races in fid allocation | Latchesar Ionkov | 2005-09-28 | 1 | -13/+8 |
* | [PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb | Latchesar Ionkov | 2005-09-22 | 1 | -17/+7 |
* | [PATCH] v9fs: Support to force umount | Eric Van Hensbergen | 2005-09-09 | 1 | -0/+9 |
* | [PATCH] v9fs: VFS superblock operations and glue | Eric Van Hensbergen | 2005-09-09 | 1 | -0/+271 |