reiserfs: Don't call reiserfs_get_acl() with the reiserfs lock
[safe/jmp/linux-2.6] / fs / 9p /
2006-06-25 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-06-25 Eric Sesterhenn[PATCH] Remove needless checks in fs/9p/vfs_inode.c
2006-06-25 Florin Malita[PATCH] 9pfs: missing result check in v9fs_vfs_readlink...
2006-06-24 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-06-23 David Howells[PATCH] VFS: Permit filesystem to override root dentry...
2006-06-09 Trond MyklebustVFS: Remove dependency of ->umount_begin() call on...
2006-05-15 Latchesar Ionkov[PATCH] v9fs: signal handling fixes
2006-05-15 Latchesar Ionkov[PATCH] v9fs: Twalk memory leak
2006-04-11 Eric Van Hensbergen[PATCH] 9p: handle sget() failure
2006-03-28 Arjan van de Ven[PATCH] Make most file operations structs in fs/ const
2006-03-25 Eric Van Hensbergen[PATCH] 9p: fix name consistency problems
2006-03-25 Eric Van Hensbergen[PATCH] v9fs: update license boilerplate
2006-03-25 Eugene Teo[PATCH] v9fs: fix vfs_inode dereference before NULL...
2006-03-25 Latchesar Ionkov[PATCH] v9fs: add extension field to Tcreate
2006-03-25 Latchesar Ionkov[PATCH] v9fs: print 9p messages
2006-03-25 Russ Cox[PATCH] v9fs: rename tids to tags to be consistent...
2006-03-25 Russ Cox[PATCH] v9fs: consolidate trans_sock into trans_fd
2006-03-24 Adrian Bunk[PATCH] fs/9p/: possible cleanups
2006-03-23 Ingo Molnar[PATCH] convert fs/9p/ to mutexes, fix locking bugs
2006-03-22 Latchesar Ionkov[PATCH] v9fs: assign dentry ops to negative dentries
2006-03-17 Eric Van Hensbergen[PATCH] v9fs: fix overzealous dropping of dentry which...
2006-03-08 Latchesar Ionkov[PATCH] v9fs: fix for access to unitialized variables...
2006-03-02 Eric Van Hensbergen[PATCH] v9fs: simplify fid mapping
2006-03-02 Eric Van Hensbergen[PATCH] v9fs: fix bug in atomic create open fix
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