aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov1-3/+16
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-25[PATCH] v9fs: fix vfs_inode dereference before NULL checkEugene Teo1-0/+2
2006-03-25[PATCH] v9fs: add extension field to TcreateLatchesar Ionkov1-28/+19
2006-03-25[PATCH] v9fs: print 9p messagesLatchesar Ionkov1-1/+1
2006-03-22[PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov1-2/+1
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov1-5/+3
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov1-166/+312
2006-02-03[PATCH] v9fs: symlink support fixesLatchesar Ionkov1-3/+3
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen1-0/+1
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk1-1/+1
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov1-1/+6
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-372/+173
2006-01-08[PATCH] v9fs: fix fid management in v9fs_createLatchesar Ionkov1-3/+3
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov1-47/+42
2005-11-28[PATCH] v9fs: fix memory leak in v9fs dentry codeLatchesar Ionkov1-0/+2
2005-11-07[PATCH] V9FS: 'names_cache' memory leakDavi Arnaut1-5/+5
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov1-32/+59
2005-09-22[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAXLatchesar Ionkov1-2/+2
2005-09-09[PATCH] v9fs: readlink extended mode checkEric Van Hensbergen1-5/+30
2005-09-09[PATCH] v9fs: Fix support for special files (devices, named pipes, etc.)Eric Van Hensbergen1-0/+3
2005-09-09[PATCH] v9fs: Clean-up vfs_inode and setattr functionsEric Van Hensbergen1-96/+35
2005-09-09[PATCH] v9fs: VFS inode operationsEric Van Hensbergen1-0/+1371