nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / fs / 9p /
2006-03-02 Latchesar Ionkov[PATCH] v9fs: fix atomic create open
2006-02-21 Eric Van Hensbergen[PATCH] v9fs: update documentation and fix debug flag
2006-02-03 Latchesar Ionkov[PATCH] v9fs: fix corner cases when flushing request
2006-02-03 Latchesar Ionkov[PATCH] v9fs: v9fs_put_str fix
2006-02-03 Latchesar Ionkov[PATCH] v9fs: symlink support fixes
2006-01-19 Eric Van Hensbergen[PATCH] v9fs: add readpage support
2006-01-15 Arjan van de Ven[PATCH] Unlinline a bunch of other functions
2006-01-10 Christoph Hellwig[PATCH] 9p: remove superflous MS_NODIRATIME assignment
2006-01-09 Adrian Bunkspelling: s/retreive/retrieve/
2006-01-09 Latchesar Ionkov[PATCH] v9fs: handle kthread_create failure, minor...
2006-01-09 Latchesar Ionkov[PATCH] v9fs: zero copy implementation
2006-01-09 Latchesar Ionkov[PATCH] v9fs: fix fid management in v9fs_create
2006-01-09 Latchesar Ionkov[PATCH] v9fs: new multiplexer implementation
2006-01-09 Eric Van Hensbergen[PATCH] v9fs: fix fd_close
2006-01-09 OGAWA Hirofumi[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-11-28 Latchesar Ionkov[PATCH] v9fs: fix memory leak in v9fs dentry code
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-11-07 Jesper Juhl[PATCH] kfree cleanup: fs
2005-11-07 Tim Schmielau[PATCH] fix remaining missing includes
2005-11-07 Davi Arnaut[PATCH] V9FS: 'names_cache' memory leak
2005-10-11 Latchesar Ionkov[PATCH] v9fs: remove additional buffer allocation from...
2005-09-30 Al Viro[PATCH] missing ERR_PTR in 9fs
2005-09-28 Latchesar Ionkov[PATCH] v9fs: fix races in fid allocation
2005-09-23 Latchesar Ionkov[PATCH] v9fs: don't free root dentry & inode if error...
2005-09-23 Latchesar Ionkov[PATCH] v9fs: replace strlen on newly allocated by...
2005-09-23 Latchesar Ionkov[PATCH] v9fs: make copy of the transport prototype...
2005-09-23 Latchesar Ionkov[PATCH] v9fs: allocate the Rwalk qid array from the...
2005-09-23 Latchesar Ionkov[PATCH] v9fs: make conv functions to check for conv...
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: fix handling of malformed 9P messages
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: readlink extended mode check
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Fix support for special files (devices...
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Clean-up vfs_inode and setattr functions
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Change error magic numbers to defined...
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: debug and support routines
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Support to force umount
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: transport modules
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: 9P protocol implementation
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: VFS superblock operations and glue
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: VFS inode operations
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: VFS file, dentry, and directory operations
2005-09-09 Eric Van Hensbergen[PATCH] v9fs: Documentation, Makefiles, Configuration