2011-04-15 | Aneesh Kumar K.V | 9p: Fix sparse error Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-04-15 | Aneesh Kumar K.V | fs/9p: Fix error reported by coccicheck Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-04-15 | Aneesh Kumar K.V | 9p: revert tsyncfs related changes Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-04-15 | Aneesh Kumar K.V | fs/9p: Use write_inode for data sync on server Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-04-15 | Aneesh Kumar K.V | fs/9p: Fix revalidate to return correct value Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | fs/9p: Add v9fs_dentry2v9ses Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | fs/9p: Attach writeback_fid on first open with WR flag Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | fs/9p: Open writeback fid in O_SYNC mode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | fs/9p: Use truncate_setsize instead of vmtruncate Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | net/9p: Fix compile warning Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | net/9p: Convert the in the 9p rpc call path to GFP_NOFS Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-22 | Aneesh Kumar K.V | fs/9p: Fix race in initializing writeback fid Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs: allow AT_EMPTY_PATH in linkat(), limit that to... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Make the writeback_fid owned by root Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Writeback dirty data before setattr Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: call vmtruncate before setattr 9p opeation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Properly update inode attributes on link Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Prevent multiple inclusion of same header Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Workaround vfs rename rehash bug Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Mark directory inode invalid for many directory... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add . and .. dentry revalidation flag Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: mark inode attribute invalid on rename, unlink... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add support for marking inode attribute invalid Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Initialize root inode number for dotl Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Update link count correctly on different file... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add drop_inode 9p callback Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add direct IO support in cached mode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Fix inode i_size update in file_write Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: set default readahead pages in cached mode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Move writeback fid to v9fs_inode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add v9fs_inode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Don't set stat.st_blocks based on nrpages Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add inode hashing Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: We need not writeback dirty pages during close Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Implement syncfs call back for 9Pfs Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | net/9p: Implement syncfs 9P operation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Mark file system with MS_SYNCHRONOUS only if... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Clarify cached dentry delete operation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add buffered write support for v9fs. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add fid to inode in cached mode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: Add read write helper function Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: [fscache] wait for page write in cached mode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: increment inode->i_count in cached mode. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: set fs cache cookie in create path also Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs/9p: set the cached file_operations struct during... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | ext4: Copy fs UUID to superblock Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | ext3: Copy fs UUID to superblock. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | vfs: Export file system uuid via /proc/<pid>/mountinfo Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | unistd.h: Add new syscalls numbers to asm-generic Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | x86: Add new syscalls for x86_64 Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | x86: Add new syscalls for x86_32 Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs: Remove i_nlink check from file system link callback Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | fs: Don't allow to create hardlink for deleted file Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | vfs: Add open by file handle support Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-15 | Aneesh Kumar K.V | vfs: Add name to file handle conversion support Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-03-14 | Aneesh Kumar K.V | exportfs: Return the minimum required handle size Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-01-11 | Aneesh Kumar K.V | fs/9p: Don't set dentry->d_op in create routines Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-01-11 | Aneesh Kumar K.V | fs/9p: Simplify the .L create operation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-01-11 | Aneesh Kumar K.V | fs/9p: Move dotl inode operations into a seperate file Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-01-11 | Aneesh Kumar K.V | fs/9p: Fix the return error on default acl removal Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-01-04 | Aneesh Kumar K.V | nfsv4: Switch to generic xattr handling code Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-01-04 | Aneesh Kumar K.V | nfs: Set MS_POSIXACL always Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-12-08 | Aneesh Kumar K.V | nfs: Discard ACL cache on mode update Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | net/9p: Return error if we fail to encode protocol... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Use generic_file_open with lookup_instantiate_filp Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Add missing iput in v9fs_vfs_lookup Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Use mknod 9p operation on create without open... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Add access = client option to opt in acl evaluation. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Implement create time inheritance Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Update ACL on chmod Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Implement setting posix acl Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Add xattr callbacks for POSIX ACL Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-28 | Aneesh Kumar K.V | fs/9p: Implement POSIX ACL permission checking function Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-07 | Aneesh Kumar K.V | ceph: Update max_len with minimum required size Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-10-07 | Aneesh Kumar K.V | ceph: Fix return value of encode_fh function Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-09-13 | Aneesh Kumar K.V | fs/9p: Don't use dotl version of mknod for dotu inode... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-09-13 | Aneesh Kumar K.V | fs/9p: Use the correct dentry operations Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-09-13 | Aneesh Kumar K.V | fs/9p: Fix error handling in v9fs_get_sb Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | fs/9p: destroy fid on failed remove Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | fs/9p: Prevent parallel rename when doing fid_lookup Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | fs/9p: Add support user. xattr Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | net/9p: Implement TXATTRCREATE 9p call Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | net/9p: Implement attrwalk 9p call Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | fs/9p: Pass the correct user credentials during attach Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-08-02 | Aneesh Kumar K.V | net/9p: Handle the server returned error properly Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-05-22 | Aneesh Kumar K.V | fs/9p: Make sure we properly instantiate dentry. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-04-05 | Aneesh Kumar K.V | 9p: Make sure we are able to clunk the cached fid on... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-04-05 | Aneesh Kumar K.V | 9p: drop nlink remove Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-04-05 | Aneesh Kumar K.V | fs/9p: Clunk the fid resulting from partial walk of... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-13 | Aneesh Kumar K.V | fs/9p: re-init the wstat in readdir loop Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-13 | Aneesh Kumar K.V | net/9p: Add sysfs mount_tag file for virtio 9P device Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-13 | Aneesh Kumar K.V | net/9p: Use the tag name in the config space for identifying... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-05 | Aneesh Kumar K.V | fs/9p: Add hardlink support to .u extension Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-05 | Aneesh Kumar K.V | net/9p: Handle mount errors correctly. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-05 | Aneesh Kumar K.V | net/9p: Remove MAX_9P_CHAN limit Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-03-05 | Aneesh Kumar K.V | net/9p: Add multi channel support. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-02-08 | Aneesh Kumar K.V | 9p: Fix the kernel crash on a failed mount Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-02-04 | Aneesh Kumar K.V | Btrfs: apply updated fallocate i_size fix |
commit | commitdiff | tree |
2010-01-28 | Aneesh Kumar K.V | Btrfs: Use correct values when updating inode i_size... Author: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-01-15 | Aneesh Kumar K.V | ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
next |