summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+24Star
|\
| * xfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-18/+23
| * xfs: switch to kfree_put_link()Al Viro2014-01-251-13/+1Star
| * 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-071-36/+30Star
* | xfs: tiny xfs_setattr_mode cleanupChristoph Hellwig2013-12-071-6/+4Star
|/
* 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/+1Star
* 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-131-5/+3Star
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0Star
* 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
* xfs: remove xfs_flush_pagesDave Chinner2012-11-141-2/+2
* xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster2012-11-081-0/+4
* Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-07-301-0/+45
|\
| * xfs: implement ->update_timeChristoph Hellwig2012-07-221-0/+45
* | don't pass nameidata to ->create()Al Viro2012-07-141-1/+1
* | stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
|/
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0Star
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* xfs: push the ilock into xfs_zero_eofChristoph Hellwig2012-05-141-2/+0Star
* xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig2012-05-141-7/+7
* xfs: clean up minor sparse warningsDave Chinner2012-03-141-5/+8
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-58/+0Star
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-171-2/+1Star
* xfs: remove xfs_itruncate_dataChristoph Hellwig2012-01-131-17/+30
* xfs: propagate umode_tAl Viro2012-01-041-1/+1
* switch ->mknod() to umode_tAl Viro2012-01-041-1/+1
* switch ->create() to umode_tAl Viro2012-01-041-1/+1
* switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-10-281-7/+7
|\
| * xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-121-2/+2
| * xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka2011-10-121-1/+1