aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAge
* 9p: Skip check for mandatory locks when unlockingSachin Prabhu2010-03-13
* 9p: Fixes a simple bug enabling writes beyond 2GB.jvrao2010-03-13
* 9p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi2010-03-13
* fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V2010-03-13
* fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V2010-03-05
* 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-05
* 9P2010.L handshake: Add VFS flagsSripathi Kodi2010-03-05
* 9p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen2010-02-08
* 9p: fix option parsingEric Van Hensbergen2010-02-08
* 9p: Include fsync support for 9p clientM. Mohan Kumar2010-02-08
* fix oops in fs/9p late mount failureAl Viro2010-01-26
* Kill 9p readlink()Al Viro2010-01-14
* 9p: fix build breakage introduced by FS-CacheDavid Howells2009-12-01
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-19
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-02
* 9p: fix readlinkMartin Stava2009-11-02
* 9p: fix a small bug in readdir for long directoriesMartin Stava2009-11-02
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-23
* 9p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni2009-09-23
* 9p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni2009-09-23
* 9p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni2009-08-17
* 9p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni2009-08-17
* 9p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni2009-08-17
* 9p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni2009-08-17
* 9p: Fix v9fs show_optionsAbhishek Kulkarni2009-08-17
* 9p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni2009-08-17
* 9p: minor comment fixesAbhishek Kulkarni2009-08-17
* 9p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni2009-08-17
* 9p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni2009-08-17
* 9p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni2009-07-14
* 9P doesn't need BKL in ->umount_begin()Al Viro2009-06-17
* Fix a leak in failure exit in 9p ->get_sb()Al Viro2009-05-09
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-09
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-09
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-27
* constify dentry_operations: 9pAl Viro2009-03-27
* fs/Kconfig: move 9p outAlexey Dobriyan2009-01-22
* Merge branch 'next' into for-linusJames Morris2008-12-24
|\
| * CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-13
* | fs/9p: change simple_strtol to simple_strtoulJulia Lawall2008-12-19
* | 9p: convert d_iname references to d_name.nameWu Fengguang2008-12-19
* | 9p: Remove potentially bad parameter from function entry debug print.Duane Griffin2008-12-19
|/
* 9p: fix format warningEric Van Hensbergen2008-10-22
* 9p: fix device file handlingMagnus Deininger2008-10-17
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-17
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-17
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-17
* 9p: adjust 9p vfs write operationEric Van Hensbergen2008-10-17
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-17
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-17