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 |
2010-01-25 | Aneesh Kumar K.V | ext4: Fix quota accounting error with fallocate Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2010-01-22 | Aneesh Kumar K.V | ext4: Handle -EDQUOT error on write Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-12-30 | Aneesh Kumar K.V | ext4: Ensure zeroout blocks have no dirty metadata Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-11-02 | Aneesh Kumar K.V | ext4: discard preallocation when restarting a transaction... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-09-10 | Aneesh Kumar K.V | ext4: Clarify the locking details in mballoc Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-09-10 | Aneesh Kumar K.V | ext4: check for need init flag in ext4_mb_load_buddy Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-09-10 | Aneesh Kumar K.V | ext4: move ext4_mb_init_group() function earlier in... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-09-10 | Aneesh Kumar K.V | ext4: Take page lock before looking at attached buffer_heads... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-08-29 | Aneesh Kumar K.V | ext4: Allow rename to create more than EXT4_LINK_MAX... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-08-26 | Aneesh Kumar K.V | ext4: Add missing unlock_new_inode() call in extent... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-07-17 | Aneesh Kumar K.V | ext4: Fix memory leak fix when mounting an ext4 filesystem Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-14 | Aneesh Kumar K.V | ext4: Move __ext4_journalled_writepage() to avoid forward... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-14 | Aneesh Kumar K.V | ext4: Fix mmap/truncate race when blocksize < pagesize... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-14 | Aneesh Kumar K.V | ext4: Fix mmap/truncate race when blocksize < pagesize... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-10 | Aneesh Kumar K.V | ext4: Avoid corrupting the uninitialized bit in the... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-05 | Aneesh Kumar K.V | ext4: truncate the file properly if we fail to copy... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-05 | Aneesh Kumar K.V | ext4: Avoid leaking blocks after a block allocation... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-06-04 | Aneesh Kumar K.V | ext4: Don't look at buffer_heads outside i_size. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-07-06 | Aneesh Kumar K.V | ext4: Calculate required journal credits for inserting... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-14 | Aneesh Kumar K.V | ext4: Clear the unwritten buffer_head flag after the... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-12 | Aneesh Kumar K.V | ext4: Use a fake block number for delayed new buffer_head Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-13 | Aneesh Kumar K.V | ext4: Fix sub-block zeroing for writes into preallocated... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-03 | Aneesh Kumar K.V | ext4: Convert ext4_lock_group to use sb_bgl_lock Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-13 | Aneesh Kumar K.V | vfs: Enable FS_IOC_FIEMAP and FIGETBSZ for all filetypes Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-03 | Aneesh Kumar K.V | ext4: hook fiemap operation for directories Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-12 | Aneesh Kumar K.V | ext4: Mark the unwritten buffer_head as mapped during... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-12 | Aneesh Kumar K.V | vfs: Add BUG_ON for delayed and unwritten flags in... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-05-13 | Aneesh Kumar K.V | ext4: Properly initialize the buffer_head state Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-03-27 | Aneesh Kumar K.V | ext4: Rename pa_linear to pa_type Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-03-28 | Aneesh Kumar K.V | ext4: Fix discard of inode prealloc space with delayed... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-03-27 | Aneesh Kumar K.V | ext4: Validate extent details only when read from the... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-03-12 | Aneesh Kumar K.V | ext4: Add checks to validate extent entries. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-02-14 | Aneesh Kumar K.V | ext4: Implement range_cyclic in ext4_da_writepages... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-02-14 | Aneesh Kumar K.V | ext4: Initialize preallocation list_head's properly Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-02-10 | Aneesh Kumar K.V | ext4: Fix lockdep warning Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Fix s_dirty_blocks_counter if block allocation... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Init the complete page while building buddy cache Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Don't allow new groups to be added during block... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: mark the blocks/inode bitmap beyond end of group... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Use new buffer_head flag to check uninit group... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Fix the race between read_inode_bitmap() and... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-04 | Aneesh Kumar K.V | ext4: code cleanup Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Use high 16 bits of the block group descriptor... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: Fix race between read_block_bitmap() and mark_diskspac... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2009-01-06 | Aneesh Kumar K.V | ext4: fix BUG when calling ext4_error with locked block... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
next |