string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / fs / 9p /
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
2007-05-21 Alexey DobriyanDetach sched.h from mm.h
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-24 Latchesar Ionkovv9fs: don't use primary fid when removing file
2007-03-26 Adrian Bunk9p: make struct v9fs_cached_file_operations static
2007-02-18 Eric Van Hensbergen9p: implement optional loose read cache
2007-02-18 Eric W. Biederman9p: Use kthread_stop instead of sending a SIGKILL.
2007-02-12 Josef 'Jeff' Sipek[PATCH] Mark struct super_operations const
2007-02-12 Arjan van de Ven[PATCH] mark struct inode_operations const 1
2007-02-11 Andrew Morton[PATCH] remove invalidate_inode_pages()
2007-02-09 Adrian Bunk[PATCH] v9fs_vfs_mkdir(): fix a double free
2007-01-26 Eric Van Hensbergen[PATCH] 9p: null terminate error strings for debug...
2007-01-26 Eric Van Hensbergen[PATCH] 9p: fix segfault caused by race condition in...
2007-01-26 Eric Van Hensbergen[PATCH] 9p: fix rename return code
2007-01-26 Eric Van Hensbergen[PATCH] 9p: fix bogus return code checks during initial...
2006-12-08 Josef "Jeff" Sipek[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use...
2006-12-07 Mika Kukkonen[PATCH] Function v9fs_get_idpool returns int, not u32...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-04 Al Viro[PATCH] severing fs.h, radix-tree.h -> sched.h
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-01 Dave Hansen[PATCH] r/o bind mount prepwork: inc_nlink() helper
2006-09-29 Alexey Dobriyan[PATCH] 9p: fix leak on error path
2006-09-27 Theodore Ts'o[PATCH] inode-diet: Eliminate i_blksize from the inode...
2006-07-31 Eric Van Hensbergen[PATCH] 9p: fix fid behavior on failed remove
2006-07-31 Russ Ross[PATCH] 9p: fix marshalling bug in tcreate with empty...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-30 Paul Collinsv9fs: do not include linux/version.h
2006-06-28 Latchesar Ionkov[PATCH] v9fs: fix fid check in v9fs_create
2006-06-28 Latchesar Ionkov[PATCH] v9fs: return the correct error when interrupted...
2006-06-28 Christoph Hellwig[PATCH] mark address_space_operations const
2006-06-26 Andreas Mohrspelling fixes
next