aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1210/+0
2011-07-26xfs: optimize the negative xattr cachingChristoph Hellwig1-2/+7
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-4/+4
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-1/+1
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig1-0/+4
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig1-9/+1
2011-07-08xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig1-8/+9
2011-07-08xfs: split xfs_setattrChristoph Hellwig1-1/+439
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+5
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-4/+5
2011-01-17fallocate should be a file operationChristoph Hellwig1-60/+0
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig1-0/+3
2011-01-12XFS: handle hole punching via fallocate properlyJosef Bacik1-2/+5
2010-11-10xfs: use hlist_add_fakeChristoph Hellwig1-1/+2
2010-10-25new helper: ihold()Al Viro1-1/+1
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig1-1/+3
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig1-2/+2
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-35/+0
2010-09-03xfs: Make fiemap work with sparse filesTao Ma1-1/+1
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-2/+2
2010-08-09xfs: new truncate sequenceChristoph Hellwig1-16/+0
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-1/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-7/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner1-3/+13
2010-05-19xfs: Make fiemap work in query mode.Tao Ma1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-01xfs: implement optimized fdatasyncChristoph Hellwig1-0/+10
2010-01-20xfs: convert attr to use unsigned namesDave Chinner1-2/+2
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+1
2009-12-11xfs: Fix error return for fallocate() on XFSJason Gunthorpe1-3/+3
2009-10-08Merge branch 'master' into for-linusAlex Elder1-26/+15
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-26/+15
2009-09-15Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder1-1/+0
2009-09-15xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput1-1/+0
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds1-12/+4
2009-07-31xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen1-2/+2
2009-06-12xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig1-2/+2
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher1-39/+12
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-40/+13
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-24/+9
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig1-3/+0
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-21/+9
2008-12-04kill dead inode flagsChristoph Hellwig1-5/+0
2008-12-04stop using igrab in xfs_vn_linkChristoph Hellwig1-6/+3
2008-12-01[XFS] Hook up the fiemap ioctl.Eric Sandeen1-0/+84