summaryrefslogtreecommitdiffstats
path: root/fs/9p
Commit message (Expand)AuthorAgeFilesLines
* 9p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov2010-07-271-1/+1
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-05-245-30/+153
|\
| * 9p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri2010-05-221-12/+6
| * 9p: cleanup: remove unneeded assignmentDan Carpenter2010-05-221-2/+0
| * 9p: Add mksock supportVenkateswararao Jujjuri2010-05-221-0/+2
| * fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V2010-05-221-3/+4
| * 9p: add 9P2000.L rename operationSripathi Kodi2010-05-211-0/+7
| * 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-211-1/+38
| * 9p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi2010-05-215-13/+97
* | 9p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-3/+1
|/
* 9p: add bdi backing to mount sessionJens Axboe2010-04-223-0/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-056-7/+41
|\
| * 9p: return on mutex_lock_interruptible()Dan Carpenter2010-04-051-0/+2
| * 9p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi2010-04-051-0/+3
| * 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-053-1/+16
| * 9p: drop nlink removeAneesh Kumar K.V2010-04-051-1/+5
| * fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V2010-04-051-2/+10
| * 9p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi2010-04-051-3/+5
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-307-0/+7
|/
* 9p: Skip check for mandatory locks when unlockingSachin Prabhu2010-03-131-1/+1
* 9p: Fixes a simple bug enabling writes beyond 2GB.jvrao2010-03-131-1/+1
* 9p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi2010-03-131-3/+3
* fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V2010-03-131-1/+10
* fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V2010-03-051-1/+18
* 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-052-2/+2
* 9P2010.L handshake: Add VFS flagsSripathi Kodi2010-03-055-28/+36
* 9p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen2010-02-081-10/+17
* 9p: fix option parsingEric Van Hensbergen2010-02-081-4/+6
* 9p: Include fsync support for 9p clientM. Mohan Kumar2010-02-083-1/+21
* fix oops in fs/9p late mount failureAl Viro2010-01-261-1/+2
* Kill 9p readlink()Al Viro2010-01-141-40/+1
* 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
OpenPOWER on IntegriCloud