aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni
2009-08-179p: Add missing cast for the error return value in v9fs_get_inodeAbhishek 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-08-179p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni
2009-08-179p: minor comment fixesAbhishek Kulkarni
2009-08-179p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni
2009-08-179p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Abhishek 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
2009-03-27constify dentry_operations: 9pAl Viro
2009-01-22fs/Kconfig: move 9p outAlexey Dobriyan
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-19fs/9p: change simple_strtol to simple_strtoulJulia Lawall
2008-12-199p: convert d_iname references to d_name.nameWu Fengguang
2008-12-199p: Remove potentially bad parameter from function entry debug print.Duane Griffin
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells
2008-10-229p: fix format warningEric Van Hensbergen
2008-10-179p: fix device file handlingMagnus Deininger
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: move dirread to fs layerEric Van Hensbergen
2008-10-179p: adjust 9p vfs write operationEric Van Hensbergen
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-10-179p: consolidate read/write functionsEric Van Hensbergen
2008-10-179p: consolidate transport structureEric Van Hensbergen
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen
2008-05-149p: fix error path during early mountEric Van Hensbergen
2008-05-14fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. N...Jim Meyering
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-069p: transport API reorganizationEric Van Hensbergen
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen
2008-02-069p: add support for sticky bitAnthony Liguori
2008-02-069p: fix bug in attach-per-userEric Van Hensbergen
2007-11-069p: use copy of the options value instead of originalLatchesar Ionkov
2007-11-069p: fix memory leak in v9fs_get_sbLatchesar Ionkov
2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov
2007-10-239p: fix memleak in fs/9p/v9fs.cAdrian Bunk