aboutsummaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter
2010-05-229p: Add mksock supportVenkateswararao Jujjuri
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-219p: add 9P2000.L rename operationSripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
2010-04-229p: add bdi backing to mount sessionJens Axboe
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V
2010-04-059p: drop nlink removeAneesh Kumar K.V
2010-04-05fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V
2010-04-059p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi
2010-02-089p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen
2010-02-089p: fix option parsingEric Van Hensbergen
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar
2010-01-26fix oops in fs/9p late mount failureAl Viro
2010-01-14Kill 9p readlink()Al Viro
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-11-029p: fix readdir corner casesEric Van Hensbergen
2009-11-029p: fix readlinkMartin Stava
2009-11-029p: fix a small bug in readdir for long directoriesMartin Stava
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-09-239p: Fix the incorrect update of inode size in v9fs_file_write()Abhishek Kulkarni
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni
2009-08-179p: remove unnecessary v9fses->options which duplicates the mount stringAbhishek Kulkarni
2009-08-179p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni
2009-08-179p: Remove redundant inode uid/gid assignmentAbhishek Kulkarni
2009-08-179p: Fix possible regressions when ->get_sb fails.Abhishek Kulkarni
2009-08-179p: Fix v9fs show_optionsAbhishek Kulkarni
2009-08-179p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni
2009-08-179p: minor comment fixesAbhishek Kulkarni
2009-08-179p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni
2009-08-179p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni
2009-06-179P doesn't need BKL in ->umount_begin()Al Viro