summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-2/+2
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+2
* | fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V2010-08-021-0/+1
* | fs/9p: Add support user. xattrAneesh Kumar K.V2010-08-021-2/+4
* | 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-021-18/+25
|/
* 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-211-1/+38
* 9p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi2010-05-211-2/+16
* 9p: add bdi backing to mount sessionJens Axboe2010-04-221-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-1/+2
|\
| * 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* fix oops in fs/9p late mount failureAl Viro2010-01-261-1/+2
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-12/+4
* 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-171-18/+5
* 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-171-5/+0
* 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-171-4/+7
* 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-171-2/+2
* 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
* Fix a leak in failure exit in 9p ->get_sb()Al Viro2009-05-091-0/+1
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-4/+1
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-091-1/+5
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-2/+3
* CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-141-2/+2
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-1/+5
* 9p: fix error path during early mountEric Van Hensbergen2008-05-141-18/+16
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-0/+1
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-4/+3
* 9p: fix memory leak in v9fs_get_sbLatchesar Ionkov2007-11-061-0/+3
* 9p: Make transports dynamicEric Van Hensbergen2007-10-171-18/+1
* 9p: re-enable mount time debug optionEric Van Hensbergen2007-07-141-1/+1
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-54/+37
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-241-9/+12
|\
| * [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-9/+12
* | VFS: Remove dependency of ->umount_begin() call on MNT_FORCETrond Myklebust2006-06-091-3/+4
|/
* [PATCH] 9p: handle sget() failureEric Van Hensbergen2006-04-111-3/+10
* [PATCH] 9p: fix name consistency problemsEric Van Hensbergen2006-03-251-1/+1
* [PATCH] v9fs: update license boilerplateEric Van Hensbergen2006-03-251-3/+2
* [PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov2006-03-081-1/+0
* [PATCH] v9fs: fix bug in atomic create open fixEric Van Hensbergen2006-03-021-2/+5
* [PATCH] v9fs: fix atomic create openLatchesar Ionkov2006-03-021-5/+7
* [PATCH] 9p: remove superflous MS_NODIRATIME assignmentChristoph Hellwig2006-01-101-1/+1
* [PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov2006-01-081-2/+1
* [PATCH] v9fs: zero copy implementationLatchesar Ionkov2006-01-081-5/+5
* [PATCH] v9fs: new multiplexer implementationLatchesar Ionkov2006-01-081-1/+2
* [PATCH] missing ERR_PTR in 9fsAl Viro2005-09-301-1/+1
* [PATCH] v9fs: fix races in fid allocationLatchesar Ionkov2005-09-281-13/+8
OpenPOWER on IntegriCloud