aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-778/+0
* xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka2011-11-261-1/+1
* xfs: fix xfs_mark_inode_dirty during umountChristoph Hellwig2011-11-261-3/+11
* 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/+0
* | make the feature checks in ->fallocate future proofChristoph Hellwig2011-01-171-0/+3
* | XFS: handle hole punching via fallocate properlyJosef Bacik2011-01-121-2/+5
|/
* xfs: use hlist_add_fakeChristoph Hellwig2010-11-101-1/+2
* new helper: ihold()Al Viro2010-10-251-1/+1
* fs: remove inode_add_to_list/__inode_add_to_listChristoph Hellwig2010-10-251-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/+0
* 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/+0
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-1/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-7/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* 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-141-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/+15
|\
| * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-26/+15
* | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder2009-09-151-1/+0
|\ \ | |/
| * xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput2009-09-151-1/+0
* | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-12/+4
|/
* xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen2009-07-311-2/+2
* xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig2009-06-121-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-06-111-39/+12
|\
| * xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-40/+13
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-04-031-24/+9
|\ \ | |/
| * xfs: kill ino64 mount optionChristoph Hellwig2009-03-291-3/+0
| * xfs: merge xfs_mkdir into xfs_createChristoph Hellwig2009-02-091-21/+9
* | New helper - current_umask()Al Viro2009-03-311-2/+2
|/
* kill dead inode flagsChristoph Hellwig2008-12-041-5/+0
* stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-041-6/+3
* [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-101-1/+0
* [XFS] kill sys_credChristoph Hellwig2008-10-301-3/+3
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-301-4/+13
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-301-1/+1
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1