aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 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
* constify dentry_operations: 9pAl Viro2009-03-272-4/+4
* fs/Kconfig: move 9p outAlexey Dobriyan2009-01-221-0/+10
* Merge branch 'next' into for-linusJames Morris2008-12-253-5/+5
|\
| * CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-143-5/+5
* | fs/9p: change simple_strtol to simple_strtoulJulia Lawall2008-12-191-1/+1
* | 9p: convert d_iname references to d_name.nameWu Fengguang2008-12-193-6/+10
* | 9p: Remove potentially bad parameter from function entry debug print.Duane Griffin2008-12-191-1/+2
|/
* 9p: fix format warningEric Van Hensbergen2008-10-221-1/+1
* 9p: fix device file handlingMagnus Deininger2008-10-171-0/+1
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-171-8/+12
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-175-26/+28
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-16/+38
* 9p: adjust 9p vfs write operationEric Van Hensbergen2008-10-171-7/+29
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-174-9/+57
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-2/+2
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-1/+1
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* 9p: use an IS_ERR test rather than a NULL testJulien Brunel2008-09-241-2/+1
* [PATCH] fix ->llseek() for a bunch of directoriesAl Viro2008-08-251-0/+1
* 9p: fix O_APPEND in legacy modeEric Van Hensbergen2008-07-033-10/+14
* 9p: fix error path during early mountEric Van Hensbergen2008-05-142-24/+23
* fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N...Jim Meyering2008-05-141-6/+34
* 9p: Documentation updatesEric Van Hensbergen2008-05-148-48/+126
* add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster2008-05-141-2/+2
* [PATCH] restore sane ->umount_begin() APIAl Viro2008-04-251-4/+3
* fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells2008-02-071-1/+1
* 9p: transport API reorganizationEric Van Hensbergen2008-02-062-43/+13
* 9p: fix mmap to be read-onlyEric Van Hensbergen2008-02-061-2/+2
* 9p: add support for sticky bitAnthony Liguori2008-02-061-0/+5
* 9p: fix bug in attach-per-userEric Van Hensbergen2008-02-061-2/+2
* 9p: use copy of the options value instead of originalLatchesar Ionkov2007-11-061-2/+4
* 9p: fix memory leak in v9fs_get_sbLatchesar Ionkov2007-11-061-0/+3
* 9p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov2007-10-231-2/+2
* 9p: fix memleak in fs/9p/v9fs.cAdrian Bunk2007-10-231-0/+1
* 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-171-46/+1
* 9p: soften invalidation in loose_modeEric Van Hensbergen2007-10-171-2/+4
* 9p: attach-per-userLatchesar Ionkov2007-10-174-60/+195
* 9p: rename uid and gid parametersLatchesar Ionkov2007-10-173-12/+16
* 9p: define session flagsLatchesar Ionkov2007-10-173-17/+27
* 9p: Make transports dynamicEric Van Hensbergen2007-10-173-108/+75
* 9PFS: clean up explicit check for mandatory locksPavel Emelyanov2007-10-091-1/+1
* 9p: remove deprecated v9fs_fid_lookup_remove()Eric Van Hensbergen2007-08-232-18/+0
* 9p: fix debug compilation errorEric Van Hensbergen2007-07-161-0/+2
* 9p: re-enable mount time debug optionEric Van Hensbergen2007-07-142-2/+7
* 9p: cache meta-data when cache=looseEric Van Hensbergen2007-07-142-2/+15