summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-161-3/+8
* xfs: implement pNFS export operationsChristoph Hellwig2015-02-161-1/+1
* xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino2014-12-241-4/+8
* xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino2014-12-241-5/+10
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-041-1/+1
|\
| * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-041-1/+1
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
|/
* xfs: flush entire last page of old EOF on truncate upDave Chinner2014-09-231-0/+30
* xfs: fix rounding error of fiemap length parameterBrian Foster2014-08-041-2/+2
* xfs: global error sign conversionDave Chinner2014-06-251-29/+29
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-9/+9
* Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-4/+16
|\
| * xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-071-4/+16
* | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
* | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
* | xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-061-26/+29
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-171-3/+17
|/
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-131-0/+16
|\
| * xfs: add O_TMPFILE supportZhi Yong Wu2014-01-061-0/+16
* | Merge branch 'xfs-stack-fixes' into for-nextDave Chinner2014-03-131-0/+14
|\ \
| * | xfs: fix directory inode iolock lockdep false positiveDave Chinner2014-02-271-0/+14
* | | xfs: ensure correct timestamp updates from truncateChristoph Hellwig2014-02-101-8/+8
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-31/+24
|\ \ | |/ |/|
| * xfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-18/+23
| * xfs: switch to kfree_put_link()Al Viro2014-01-251-13/+1
| * xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu2013-12-171-1/+2
* | xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu2013-12-091-1/+2
* | xfs: add xfs_setattr_timeChristoph Hellwig2013-12-061-36/+30
* | xfs: tiny xfs_setattr_mode cleanupChristoph Hellwig2013-12-061-6/+4
|/
* xfs: prevent stack overflows from page cache allocationDave Chinner2013-10-301-0/+9
* xfs: vectorise DA btree operationsDave Chinner2013-10-301-0/+1
* xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner2013-10-301-0/+1
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-7/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-6/+7
* xfs: unify directory/attribute format definitionsDave Chinner2013-10-231-1/+1
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig2013-10-211-18/+21
* xfs: Add read-only support for dirent filetype fieldDave Chinner2013-08-221-11/+16
* xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen2013-08-151-18/+20
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-5/+3
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+1
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-121-0/+1
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: Add pquota fields where gquota is used.Chandra Seetharaman2013-07-111-2/+2
* xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino2013-07-101-10/+10
* xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extentJie Liu2013-06-191-1/+2
* xfs: kill suid/sgid through the truncate path.Dave Chinner2013-05-301-15/+32
OpenPOWER on IntegriCloud