summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_iops.c
AgeCommit message (Expand)Author
2011-08-12xfs: remove subdirectoriesChristoph Hellwig
2011-07-26xfs: optimize the negative xattr cachingChristoph Hellwig
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig
2011-07-08xfs: split xfs_itruncate_finishChristoph Hellwig
2011-07-08xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig
2011-07-08xfs: split xfs_setattrChristoph Hellwig
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris
2011-01-17fallocate should be a file operationChristoph Hellwig
2011-01-17make the feature checks in ->fallocate future proofChristoph Hellwig
2011-01-12XFS: handle hole punching via fallocate properlyJosef Bacik
2010-11-10xfs: use hlist_add_fakeChristoph Hellwig
2010-10-25new helper: ihold()Al Viro
2010-10-25fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig
2010-10-18xfs: remove xfs_cred.hChristoph Hellwig
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner
2010-09-03xfs: Make fiemap work with sparse filesTao Ma
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro
2010-08-09xfs: new truncate sequenceChristoph Hellwig
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-28xfs: Check new inode size is OK before preallocatingDave Chinner
2010-05-19xfs: Make fiemap work in query mode.Tao Ma
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01xfs: implement optimized fdatasyncChristoph Hellwig
2010-01-20xfs: convert attr to use unsigned namesDave Chinner
2009-12-17kill I_LOCKChristoph Hellwig
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11xfs: Fix error return for fallocate() on XFSJason Gunthorpe
2009-10-08Merge branch 'master' into for-linusAlex Elder
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-09-15Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder
2009-09-15xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds
2009-07-31xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen
2009-06-12xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-03-31New helper - current_umask()Al Viro
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig
2008-12-04kill dead inode flagsChristoph Hellwig
2008-12-04stop using igrab in xfs_vn_linkChristoph Hellwig
2008-12-01[XFS] Hook up the fiemap ioctl.Eric Sandeen