aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAge
* 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-17
* Fix a leak in failure exit in 9p ->get_sb()Al Viro2009-05-09
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-09
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-09
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-27
* constify dentry_operations: 9pAl Viro2009-03-27
* fs/Kconfig: move 9p outAlexey Dobriyan2009-01-22
* Merge branch 'next' into for-linusJames Morris2008-12-24
|\
| * CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-13
* | fs/9p: change simple_strtol to simple_strtoulJulia Lawall2008-12-19
* | 9p: convert d_iname references to d_name.nameWu Fengguang2008-12-19
* | 9p: Remove potentially bad parameter from function entry debug print.Duane Griffin2008-12-19
|/
* 9p: fix format warningEric Van Hensbergen2008-10-22
* 9p: fix device file handlingMagnus Deininger2008-10-17
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-17
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-17
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-17
* 9p: adjust 9p vfs write operationEric Van Hensbergen2008-10-17
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-17
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-17
* 9p: consolidate transport structureEric Van Hensbergen2008-10-17
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* 9p: use an IS_ERR test rather than a NULL testJulien Brunel2008-09-24
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-25
* 9p: fix O_APPEND in legacy modeEric Van Hensbergen2008-07-03
* 9p: fix error path during early mountEric Van Hensbergen2008-05-14
* fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N...Jim Meyering2008-05-14
* 9p: Documentation updatesEric Van Hensbergen2008-05-14
* add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster2008-05-14
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-25
* fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-18
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-07
* 9p: transport API reorganizationEric Van Hensbergen2008-02-06
* 9p: fix mmap to be read-onlyEric Van Hensbergen2008-02-06
* 9p: add support for sticky bitAnthony Liguori2008-02-06
* 9p: fix bug in attach-per-userEric Van Hensbergen2008-02-06
* 9p: use copy of the options value instead of originalLatchesar Ionkov2007-11-06
* 9p: fix memory leak in v9fs_get_sbLatchesar Ionkov2007-11-06
* 9p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov2007-10-23
* 9p: fix memleak in fs/9p/v9fs.cAdrian Bunk2007-10-23
* 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-17
* 9p: soften invalidation in loose_modeEric Van Hensbergen2007-10-17
* 9p: attach-per-userLatchesar Ionkov2007-10-17
* 9p: rename uid and gid parametersLatchesar Ionkov2007-10-17
* 9p: define session flagsLatchesar Ionkov2007-10-17
* 9p: Make transports dynamicEric Van Hensbergen2007-10-17
* 9PFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-09
* 9p: remove deprecated v9fs_fid_lookup_remove()Eric Van Hensbergen2007-08-23
* 9p: fix debug compilation errorEric Van Hensbergen2007-07-16
* 9p: re-enable mount time debug optionEric Van Hensbergen2007-07-14