Commit Graph

134 Commits (0ac3d136b2e3cdf1161178223bc5da14a06241d0)

Author SHA1 Message Date
Aneesh Kumar K.V 42869c8ada fs/9p: Add v9fs_dentry2v9ses 14 years ago
Aneesh Kumar K.V 7add697a3d fs/9p: Attach writeback_fid on first open with WR flag 14 years ago
Aneesh Kumar K.V 059c138bc7 fs/9p: Use truncate_setsize instead of vmtruncate 14 years ago
Aneesh Kumar K.V 5a7e0a8cf5 fs/9p: Fix race in initializing writeback fid 14 years ago
Aneesh Kumar K.V 3dc5436aa5 fs/9p: Writeback dirty data before setattr 14 years ago
Aneesh Kumar K.V f10fc50f1a fs/9p: call vmtruncate before setattr 9p opeation 14 years ago
Aneesh Kumar K.V c06c066a08 fs/9p: Properly update inode attributes on link 14 years ago
Aneesh Kumar K.V 23b08e97f2 fs/9p: Workaround vfs rename rehash bug 14 years ago
Aneesh Kumar K.V d28c61f0e0 fs/9p: Mark directory inode invalid for many directory inode operations 14 years ago
Aneesh Kumar K.V 3bc86de317 fs/9p: mark inode attribute invalid on rename, unlink and setattr 14 years ago
Aneesh Kumar K.V b3cbea03b4 fs/9p: Add support for marking inode attribute invalid 14 years ago
Aneesh Kumar K.V b271ec47bc fs/9p: Update link count correctly on different file system operations 14 years ago
Aneesh Kumar K.V 6b39f6d22f fs/9p: Move writeback fid to v9fs_inode 14 years ago
Aneesh Kumar K.V a78ce05d5d fs/9p: Add v9fs_inode 14 years ago
Aneesh Kumar K.V a12119087b fs/9p: Don't set stat.st_blocks based on nrpages 14 years ago
Aneesh Kumar K.V 5ffc0cb308 fs/9p: Add inode hashing 14 years ago
Aneesh Kumar K.V 3cf387d780 fs/9p: Add fid to inode in cached mode 14 years ago
Aneesh Kumar K.V 46848de024 fs/9p: set fs cache cookie in create path also 14 years ago
Aneesh Kumar K.V 29236f4e18 fs/9p: set the cached file_operations struct during inode init 14 years ago
Al Viro 98cd3fb0a2 switch 9p 14 years ago
Aneesh Kumar K.V b8b80cf37c fs/9p: Don't set dentry->d_op in create routines 14 years ago
Aneesh Kumar K.V 53c06f4e0a fs/9p: Move dotl inode operations into a seperate file 14 years ago
Nick Piggin 873feea09e fs: dcache per-inode inode alias locking 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin fa0d7e3de6 fs: icache RCU free inodes 14 years ago
Nick Piggin b5c84bf6f6 fs: dcache remove dcache_lock 14 years ago
Nick Piggin b23fb0a603 fs: scale inode alias list 14 years ago
Aneesh Kumar K.V 877cb3d4dd fs/9p: Use generic_file_open with lookup_instantiate_filp 14 years ago
Aneesh Kumar K.V 9856af8b53 fs/9p: Add missing iput in v9fs_vfs_lookup 14 years ago
Aneesh Kumar K.V f5fc6145f3 fs/9p: Use mknod 9p operation on create without open request 14 years ago
M. Mohan Kumar 329176cc2c 9p: Implement TREADLINK operation for 9p2000.L 14 years ago
Aneesh Kumar K.V ad77dbce56 fs/9p: Implement create time inheritance 14 years ago
Aneesh Kumar K.V 6e8dc55550 fs/9p: Update ACL on chmod 14 years ago
Aneesh Kumar K.V 22d8dcdf8f fs/9p: Implement setting posix acl 14 years ago
Aneesh Kumar K.V 85ff872d3f fs/9p: Implement POSIX ACL permission checking function 14 years ago
Harsh Prateek Bora 7c7298cffc fs/9p: mkdir fix for setting S_ISGID bit as per parent directory 14 years ago
Dan Carpenter 57ee047b4d 9p: remove unneeded checks 14 years ago
Al Viro 7de9c6ee3e new helper: ihold() 14 years ago
Aneesh Kumar K.V 1d76e31357 fs/9p: Don't use dotl version of mknod for dotu inode operations 15 years ago
Aneesh Kumar K.V 3c30750ffa fs/9p: Use the correct dentry operations 15 years ago
Latchesar Ionkov 62b2be591a fs/9p, net/9p: memory leak fixes 15 years ago
Stephen Rothwell 8cef9c6735 v9fs: fixup for inode_setattr being removed 15 years ago
Al Viro b57922d97f convert remaining ->clear_inode() to ->evict_inode() 15 years ago
Christoph Hellwig 1025774ce4 remove inode_setattr 15 years ago
Eric Van Hensbergen ea1375333e fs/9p: remove sparse warning in vfs_inode 15 years ago
Aneesh Kumar K.V a534c8d15b fs/9p: Prevent parallel rename when doing fid_lookup 15 years ago
Aneesh Kumar K.V ebf46264a0 fs/9p: Add support user. xattr 15 years ago
Venkateswararao Jujjuri (JV) 5643135a28 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. 15 years ago
M. Mohan Kumar 01a622bd74 9p: Implement TMKDIR 15 years ago
M. Mohan Kumar 4b43516ab1 9p: Implement TMKNOD 15 years ago