aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_super.c
AgeCommit message (Expand)Author
2011-01-12switch 9pAl Viro
2010-10-29convert v9fsAl Viro
2010-10-289p: Use V9FS_MAGIC in statfsM. Mohan Kumar
2010-10-28fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
2010-04-229p: add bdi backing to mount sessionJens Axboe
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
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