aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2010-01-26fix oops in fs/9p late mount failureAl Viro
2010-01-14Kill 9p readlink()Al Viro
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-11-029p: fix readdir corner casesEric Van Hensbergen
2009-11-029p: fix readlinkMartin Stava
2009-11-029p: fix a small bug in readdir for long directoriesMartin Stava
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni
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