aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-23xfs: flush entire last page of old EOF on truncate upDave Chinner1-0/+30
2014-08-04xfs: fix rounding error of fiemap length parameterBrian Foster1-2/+2
2014-06-25xfs: global error sign conversionDave Chinner1-29/+29
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-9/+9
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner1-4/+16
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner1-2/+2
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner1-4/+4
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner1-4/+16
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster1-26/+29
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster1-3/+17
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner1-0/+16
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner1-0/+14
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner1-0/+14
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig1-8/+8
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-31/+24
2014-01-25xfs: use generic posix ACL infrastructureChristoph Hellwig1-18/+23
2014-01-25xfs: switch to kfree_put_link()Al Viro1-13/+1
2014-01-06xfs: add O_TMPFILE supportZhi Yong Wu1-0/+16
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu1-1/+2
2013-12-09xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu1-1/+2
2013-12-06xfs: add xfs_setattr_timeChristoph Hellwig1-36/+30
2013-12-06xfs: tiny xfs_setattr_mode cleanupChristoph Hellwig1-6/+4
2013-10-30xfs: prevent stack overflows from page cache allocationDave Chinner1-0/+9
2013-10-30xfs: vectorise DA btree operationsDave Chinner1-0/+1
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner1-0/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-7/+1
2013-10-23xfs: decouple log and transaction headersDave Chinner1-6/+7
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner1-1/+1
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-21xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig1-18/+21
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner1-11/+16
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen1-18/+20
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-5/+3
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+1
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-2/+2
2013-07-10xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino1-10/+10
2013-06-19xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extentJie Liu1-1/+2
2013-05-30xfs: kill suid/sgid through the truncate path.Dave Chinner1-15/+32
2012-11-14xfs: remove xfs_flush_pagesDave Chinner1-2/+2
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster1-0/+4
2012-07-30Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-0/+45
2012-07-22xfs: implement ->update_timeChristoph Hellwig1-0/+45
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-2/+2
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0