aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner1-22/+14
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig1-3/+8
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig1-1/+1
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino1-4/+8
2014-12-24xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino1-5/+10
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-1/+1
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner1-1/+1
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
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