aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov1-2/+2
2007-10-179p: attach-per-userLatchesar Ionkov1-10/+10
2007-10-179p: rename uid and gid parametersLatchesar Ionkov1-2/+2
2007-10-179p: define session flagsLatchesar Ionkov1-13/+13
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen1-0/+3
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-470/+283
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov1-1/+1
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-4/+16
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-8/+8
2007-02-09[PATCH] v9fs_vfs_mkdir(): fix a double freeAdrian Bunk1-5/+2
2007-01-26[PATCH] 9p: fix segfault caused by race condition in meta-data operationsEric Van Hensbergen1-86/+118
2007-01-26[PATCH] 9p: fix rename return codeEric Van Hensbergen1-1/+1
2006-12-07[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.cMika Kukkonen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-3/+1
2006-07-31[PATCH] 9p: fix fid behavior on failed removeEric Van Hensbergen1-3/+3
2006-06-28[PATCH] v9fs: fix fid check in v9fs_createLatchesar Ionkov1-1/+1
2006-06-25[PATCH] Remove needless checks in fs/9p/vfs_inode.cEric Sesterhenn1-6/+0
2006-06-25[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()Florin Malita1-0/+6
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