summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix build breakage introduced by FS-CacheDavid Howells2009-12-011-1/+1
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-13/+1
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-27/+67
* 9p: fix readlinkMartin Stava2009-11-021-3/+2
* 9p: fix a small bug in readdir for long directoriesMartin Stava2009-11-021-0/+1
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-2311-42/+1006
* 9p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni2009-09-231-7/+8
* 9p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni2009-09-232-6/+6
* 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-173-35/+10
* 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-171-1/+1
* 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-171-5/+0
* 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-171-4/+7
* 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-171-2/+2
* 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-171-9/+4
* 9p: minor comment fixesAbhishek Kulkarni2009-08-171-2/+1
* 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-171-49/+56
* 9p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni2009-08-171-1/+4
* 9p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni2009-07-141-1/+1
* 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-171-3/+0
* 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