2013-02-04 | Aneesh Kumar K.V | powerpc/mm: Fix hash computation function Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-10-17 | Aneesh Kumar K.V | powerpc: Build fix for powerpc KVM Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-27 | Aneesh Kumar K.V | powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_get Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Make some of the PGTABLE_RANGE dependency... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Update VSID allocation documentation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Add 64TB support Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Use 32bit array for slb cache Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Use the required number of VSID bits in... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Increase the slice range to 64TB Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Make KERN_VIRT_SIZE not dependend on PGTABLE_RANGE Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Convert virtual address to vpn Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Simplify hpte_decode Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Use hpt_va to compute virtual address Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-09-17 | Aneesh Kumar K.V | powerpc/mm: Replace open coded CONTEXT_BITS value Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: remove exclude and wakeup rmdir calls... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: assign the page hugetlb cgroup when... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: move all the in use pages to active list Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: add HugeTLB controller documentation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: migrate hugetlb cgroup info from oldpage... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: add hugetlb cgroup control files Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: add support for cgroup removal Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: add charge/uncharge routines for hugetlb... Signed-off-by: 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 |
2012-08-01 | Aneesh Kumar K.V | hugetlb/cgroup: add the cgroup pointer to page lru Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | mm/hugetlb: add new HugeTLB cgroup Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: make some static variables global Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: add a list for tracking in-use HugeTLB pages Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: simplify migrate_huge_page() Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: use mmu_gather instead of a temporary linked... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: add an inline helper for finding hstate index Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: don't use ERR_PTR with VM_FAULT* values Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-08-01 | Aneesh Kumar K.V | hugetlb: rename max_hstate to hugetlb_max_hstate Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-04-26 | Aneesh Kumar K.V | hugetlbfs: lockdep annotate root inode properly Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-03-22 | Aneesh Kumar K.V | hugetlbfs: avoid taking i_mutex from hugetlbfs_read() Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-01-06 | Aneesh Kumar K.V | fs/9p: iattr_valid flags are kernel internal flags... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-01-05 | Aneesh Kumar K.V | fs/9p: We should not allocate a new inode when creating... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2012-01-05 | Aneesh Kumar K.V | fs/9p: v9fs_stat2inode should update suid/sgid bits. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-10-28 | Aneesh Kumar K.V | vfs: add hex format for MAY_* flag values Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-10-24 | Aneesh Kumar K.V | net/9p: Convert net/9p protocol dumps to tracepoints Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-10-24 | Aneesh Kumar K.V | fs/9p: Cleanup option parsing in 9p Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-10-24 | Aneesh Kumar K.V | fs/9p: inode file operation is properly initialized... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-10-24 | Aneesh Kumar K.V | fs/9p: Update zero-copy implementation in 9p Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-09-06 | Aneesh Kumar K.V | fs/9p: Always ask new inode in lookup for cache mode... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-09-06 | Aneesh Kumar K.V | fs/9p: Add OS dependent open flags in 9p protocol Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-09-06 | Aneesh Kumar K.V | net/9p: Fix kernel crash with msize 512K Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-09-06 | Aneesh Kumar K.V | fs/9p: Don't update file type when updating file attributes Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-09-06 | Aneesh Kumar K.V | fs/9p: Add fid before dentry instantiation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | fs/9p: add 9P2000.L unlinkat operation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | fs/9p: add 9P2000.L renameat operation Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | fs/9p: Always ask new inode in create Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | fs/9p: When doing inode lookup compare qid details... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | fs/9p: Fid is not valid after a failed clunk. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | net/9p: Remove structure not used in the code Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-07-23 | Aneesh Kumar K.V | fs/9p: remove rename work around in 9p Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-05-25 | Aneesh Kumar K.V | net/9p: p9_idpool_get return -1 on error Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
2011-05-25 | Aneesh Kumar K.V | fs/9p: Don't clunk dentry fid when we fail to get a... Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> |
commit | commitdiff | tree |
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 |
next |