ufs: permit mounting of BorderWare filesystems
[safe/jmp/linux-2.6] / fs / 9p /
2010-05-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-22 Venkateswararao... 9p: Optimize TCREATE by eliminating a redundant fid...
2010-05-22 Dan Carpenter9p: cleanup: remove unneeded assignment
2010-05-22 Venkateswararao... 9p: Add mksock support
2010-05-22 Aneesh Kumar K.Vfs/9p: Make sure we properly instantiate dentry.
2010-05-21 Dmitry Monakhov9p: replace inode uid,gid,mode initialization with...
2010-05-21 Sripathi Kodi9p: add 9P2000.L rename operation
2010-05-21 Sripathi Kodi9p: add 9P2000.L statfs operation
2010-05-21 Sripathi Kodi9p: VFS switches for 9p2000.L: VFS switches
2010-04-22 Jens Axboe9p: add bdi backing to mount session
2010-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-05 Dan Carpenter9p: return on mutex_lock_interruptible()
2010-04-05 Sripathi Kodi9p: Creating files with names too long should fail...
2010-04-05 Aneesh Kumar K.V9p: Make sure we are able to clunk the cached fid on...
2010-04-05 Aneesh Kumar K.V9p: drop nlink remove
2010-04-05 Aneesh Kumar K.Vfs/9p: Clunk the fid resulting from partial walk of...
2010-04-05 Sripathi Kodi9p: Fix setting of protocol flags in v9fs_session_info...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-13 Sachin Prabhu9p: Skip check for mandatory locks when unlocking
2010-03-13 jvrao9p: Fixes a simple bug enabling writes beyond 2GB.
2010-03-13 Sripathi Kodi9p: Change the name of new protocol from 9p2010.L to...
2010-03-13 Aneesh Kumar K.Vfs/9p: re-init the wstat in readdir loop
2010-03-05 Aneesh Kumar K.Vfs/9p: Add hardlink support to .u extension
2010-03-05 Sripathi Kodi9P2010.L handshake: Remove "dotu" variable
2010-03-05 Sripathi Kodi9P2010.L handshake: Add VFS flags
2010-02-08 Eric Van Hensbergen9p: fix memory leak in v9fs_parse_options()
2010-02-08 Eric Van Hensbergen9p: fix option parsing
2010-02-08 M. Mohan Kumar9p: Include fsync support for 9p client
2010-01-27 Al Virofix oops in fs/9p late mount failure
2010-01-14 Al ViroKill 9p readlink()
2009-12-01 David Howells9p: fix build breakage introduced by FS-Cache
2009-11-19 David HowellsFS-Cache: Handle pages pending storage that get evicted...
2009-11-02 Eric Van Hensbergen9p: fix readdir corner cases
2009-11-02 Martin Stava9p: fix readlink
2009-11-02 Martin Stava9p: fix a small bug in readdir for long directories
2009-09-23 Abhishek Kulkarni9p: Add fscache support to 9p
2009-09-23 Abhishek Kulkarni9p: Fix the incorrect update of inode size in v9fs_file...
2009-09-23 Abhishek Kulkarni9p: Use the i_size_[read, write]() macros instead of...
2009-08-17 Abhishek Kulkarni9p: remove unnecessary v9fses->options which duplicates...
2009-08-17 Abhishek Kulkarni9p: Add missing cast for the error return value in...
2009-08-17 Abhishek Kulkarni9p: Remove redundant inode uid/gid assignment
2009-08-17 Abhishek Kulkarni9p: Fix possible regressions when ->get_sb fails.
2009-08-17 Abhishek Kulkarni9p: Fix v9fs show_options
2009-08-17 Abhishek Kulkarni9p: Fix possible memleak in v9fs_inode_from fid.
2009-08-17 Abhishek Kulkarni9p: minor comment fixes
2009-08-17 Abhishek Kulkarni9p: Fix possible inode leak in v9fs_get_inode.
2009-08-17 Abhishek Kulkarni9p: Check for error in return value of v9fs_fid_add
2009-07-14 Abhishek Kulkarni9p: Fix incorrect parameters to v9fs_file_readn.
2009-06-17 Al Viro9P doesn't need BKL in ->umount_begin()
2009-05-09 Al ViroFix a leak in failure exit in 9p ->get_sb()
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-05-09 Alessio Igor Boganivfs: umount_begin BKL pushdown
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-27 Al Viroconstify dentry_operations: 9p
2009-01-22 Alexey Dobriyanfs/Kconfig: move 9p out
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-19 Julia Lawallfs/9p: change simple_strtol to simple_strtoul
2008-12-19 Wu Fengguang9p: convert d_iname references to d_name.name
2008-12-19 Duane Griffin9p: Remove potentially bad parameter from function...
2008-11-13 David HowellsCRED: Wrap task credential accesses in 9P2000 filesystem
2008-10-22 Eric Van Hensbergen9p: fix format warning
2008-10-17 Magnus Deininger9p: fix device file handling
2008-10-17 Eric Van Hensbergen9p: eliminate depricated conv functions
2008-10-17 Eric Van Hensbergen9p: rework client code to use new protocol support...
2008-10-17 Eric Van Hensbergen9p: move dirread to fs layer
2008-10-17 Eric Van Hensbergen9p: adjust 9p vfs write operation
2008-10-17 Eric Van Hensbergen9p: move readn meta-function from client to fs layer
2008-10-17 Eric Van Hensbergen9p: consolidate read/write functions
2008-10-17 Eric Van Hensbergen9p: consolidate transport structure
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-24 Julien Brunel9p: use an IS_ERR test rather than a NULL test
2008-08-25 Al Viro[PATCH] fix ->llseek() for a bunch of directories
2008-07-03 Eric Van Hensbergen9p: fix O_APPEND in legacy mode
2008-05-15 Eric Van Hensbergen9p: fix error path during early mount
2008-05-15 Jim Meyeringfs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and...
2008-05-15 Eric Van Hensbergen9p: Documentation updates
2008-05-15 Markus Armbrusteradd match_strlcpy() us it to make v9fs make uname and...
2008-04-25 Al Viro[PATCH] restore sane ->umount_begin() API
2008-04-19 Matthew Wilcoxfs: Remove unnecessary inclusions of asm/semaphore.h
2008-02-07 David HowellsConvert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)
2008-02-07 Eric Van Hensbergen9p: transport API reorganization
2008-02-07 Eric Van Hensbergen9p: fix mmap to be read-only
2008-02-07 Anthony Liguori9p: add support for sticky bit
2008-02-07 Eric Van Hensbergen9p: fix bug in attach-per-user
2007-11-06 Latchesar Ionkov9p: use copy of the options value instead of original
2007-11-06 Latchesar Ionkov9p: fix memory leak in v9fs_get_sb
2007-10-23 Latchesar Ionkov9p: v9fs_vfs_rename incorrect clunk order
2007-10-23 Adrian Bunk9p: fix memleak in fs/9p/v9fs.c
2007-10-17 Eric Van Hensbergen9p: fix bad kconfig cross-dependency
2007-10-17 Eric Van Hensbergen9p: soften invalidation in loose_mode
2007-10-17 Latchesar Ionkov9p: attach-per-user
2007-10-17 Latchesar Ionkov9p: rename uid and gid parameters
2007-10-17 Latchesar Ionkov9p: define session flags
2007-10-17 Eric Van Hensbergen9p: Make transports dynamic
2007-10-09 Pavel Emelyanov9PFS: clean up explicit check for mandatory locks
2007-08-23 Eric Van Hensbergen9p: remove deprecated v9fs_fid_lookup_remove()
2007-07-16 Eric Van Hensbergen9p: fix debug compilation error
2007-07-14 Eric Van Hensbergen9p: re-enable mount time debug option
2007-07-14 Eric Van Hensbergen9p: cache meta-data when cache=loose
2007-07-14 Latchesar Ionkov9p: Reorganization of 9p file system code
next