summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove subdirectoriesChristoph Hellwig2011-08-121-1210/+0Star
* xfs: optimize the negative xattr cachingChristoph Hellwig2011-07-271-2/+7
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-4/+4
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-1/+1
* xfs: cache negative ACLs if there is no attribute forkChristoph Hellwig2011-07-251-0/+4
* xfs: split xfs_itruncate_finishChristoph Hellwig2011-07-081-9/+1Star
* xfs: always log timestamp updates in xfs_setattr_sizeChristoph Hellwig2011-07-081-8/+9
* xfs: split xfs_setattrChristoph Hellwig2011-07-081-1/+439
* xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro2011-06-141-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-4/+5
|\
| * fs/vfs/security: pass last path component to LSM on inode creationEric Paris2011-02-011-4/+5
* | fallocate should be a file operationChristoph Hellwig2011-01-171-60/+0Star
* | make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-171-0/+3
* | XFS: handle hole punching via fallocate properlyJosef Bacik2011-01-131-2/+5
|/
* xfs: use hlist_add_fakeChristoph Hellwig2010-11-101-1/+2
* new helper: ihold()Al Viro2010-10-261-1/+1
* fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig2010-10-261-1/+3
* xfs: remove xfs_cred.hChristoph Hellwig2010-10-181-2/+2
* xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-35/+0Star
* xfs: Make fiemap work with sparse filesTao Ma2010-09-031-1/+1
* simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-091-2/+2
* xfs: new truncate sequenceChristoph Hellwig2010-08-091-16/+0Star
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-1/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-7/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: Check new inode size is OK before preallocatingDave Chinner2010-05-281-3/+13
* xfs: Make fiemap work in query mode.Tao Ma2010-05-191-1/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xfs: implement optimized fdatasyncChristoph Hellwig2010-03-011-0/+10
* xfs: convert attr to use unsigned namesDave Chinner2010-01-201-2/+2
* kill I_LOCKChristoph Hellwig2009-12-171-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-151-0/+1
* xfs: Fix error return for fallocate() on XFSJason Gunthorpe2009-12-111-3/+3
* Merge branch 'master' into for-linusAlex Elder2009-10-081-26/+15Star
|\
| * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-26/+15Star
* | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder2009-09-161-1/+0Star
|\|
| * xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput2009-09-151-1/+0Star
* | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-12/+4Star
|/
* xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen2009-07-311-2/+2
* xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig2009-06-131-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-06-111-39/+12Star
|\
| * xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-40/+13Star
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-04-031-24/+9Star
|\|
| * xfs: kill ino64 mount optionChristoph Hellwig2009-03-291-3/+0Star
| * xfs: merge xfs_mkdir into xfs_createChristoph Hellwig2009-02-091-21/+9Star
* | New helper - current_umask()Al Viro2009-04-011-2/+2
|/
* kill dead inode flagsChristoph Hellwig2008-12-041-5/+0Star
* stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-041-6/+3Star
* [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84