aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni11-42/+1006
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni1-7/+8
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.Abhishek Kulkarni2-6/+6
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni3-35/+10
2009-08-179p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni1-1/+1
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni1-5/+0
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni1-4/+7
2009-08-179p: Fix v9fs show_optionsAbhishek Kulkarni1-2/+2
2009-08-179p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni1-9/+4
2009-08-179p: minor comment fixesAbhishek Kulkarni1-2/+1
2009-08-179p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni1-49/+56
2009-08-179p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni1-1/+4
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni1-1/+1
2009-06-179P doesn't need BKL in ->umount_begin()Al Viro1-3/+0
2009-05-09Fix a leak in failure exit in 9p ->get_sb()Al Viro1-0/+1
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-4/+1
2009-05-09vfs: umount_begin BKL pushdownAlessio Igor Bogani1-1/+5
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-2/+3
2009-03-27constify dentry_operations: 9pAl Viro2-4/+4
2009-01-22fs/Kconfig: move 9p outAlexey Dobriyan1-0/+10
2008-12-25Merge branch 'next' into for-linusJames Morris3-5/+5
2008-12-19fs/9p: change simple_strtol to simple_strtoulJulia Lawall1-1/+1
2008-12-199p: convert d_iname references to d_name.nameWu Fengguang3-6/+10
2008-12-199p: Remove potentially bad parameter from function entry debug print.Duane Griffin1-1/+2
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells3-5/+5
2008-10-229p: fix format warningEric Van Hensbergen1-1/+1
2008-10-179p: fix device file handlingMagnus Deininger1-0/+1
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen1-8/+12
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen5-26/+28
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-16/+38
2008-10-179p: adjust 9p vfs write operationEric Van Hensbergen1-7/+29
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen4-9/+57
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-2/+2
2008-10-179p: consolidate transport structureEric Van Hensbergen1-1/+1
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel1-2/+1
2008-08-25[PATCH] fix ->llseek() for a bunch of directoriesAl Viro1-0/+1
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen3-10/+14
2008-05-149p: fix error path during early mountEric Van Hensbergen2-24/+23
2008-05-14fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up".Jim Meyering1-6/+34
2008-05-149p: Documentation updatesEric Van Hensbergen8-48/+126
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more robustMarkus Armbruster1-2/+2
2008-04-25[PATCH] restore sane ->umount_begin() APIAl Viro1-4/+3
2008-04-18fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-02-069p: transport API reorganizationEric Van Hensbergen2-43/+13
2008-02-069p: fix mmap to be read-onlyEric Van Hensbergen1-2/+2
2008-02-069p: add support for sticky bitAnthony Liguori1-0/+5
2008-02-069p: fix bug in attach-per-userEric Van Hensbergen1-2/+2
2007-11-069p: use copy of the options value instead of originalLatchesar Ionkov1-2/+4