aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+2
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-30/+153
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri1-12/+6
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter1-2/+0
2010-05-229p: Add mksock supportVenkateswararao Jujjuri1-0/+2
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V1-3/+4
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+7
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-1/+38
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi5-13/+97
2010-04-229p: add bdi backing to mount sessionJens Axboe3-0/+13
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds6-7/+41
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter1-0/+2
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi1-0/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V3-1/+16
2010-04-059p: drop nlink removeAneesh Kumar K.V1-1/+5
2010-04-05fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V1-2/+10
2010-04-059p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-0/+7
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-3/+3
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V1-1/+10
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V1-1/+18
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi2-2/+2
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi5-28/+36
2010-02-089p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen1-10/+17
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+6
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar3-1/+21
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2010-01-14Kill 9p readlink()Al Viro1-40/+1
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-13/+1
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-27/+67
2009-11-029p: fix readlinkMartin Stava1-3/+2
2009-11-029p: fix a small bug in readdir for long directoriesMartin Stava1-0/+1
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