aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_super.c
AgeCommit message (Expand)Author
2010-01-26fix oops in fs/9p late mount failureAl Viro
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni
2009-08-179p: Fix v9fs show_optionsAbhishek Kulkarni
2009-06-179P doesn't need BKL in ->umount_begin()Al Viro
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-05-149p: fix error path during early mountEric Van Hensbergen
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro
2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov
2007-10-179p: Make transports dynamicEric Van Hensbergen
2007-07-149p: re-enable mount time debug optionEric Van Hensbergen
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] Mark struct super_operations constJosef 'Jeff' Sipek
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-24Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells
2006-06-09VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust
2006-04-11[PATCH] 9p: handle sget() failureEric Van Hensbergen
2006-03-25[PATCH] 9p: fix name consistency problemsEric Van Hensbergen
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov
2006-03-02[PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov
2006-01-10[PATCH] 9p: remove superflous MS_NODIRATIME assignmentChristoph Hellwig
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov
2005-09-30[PATCH] missing ERR_PTR in 9fsAl Viro
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov
2005-09-22[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sbLatchesar Ionkov
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen