aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2012-05-14xfs: push the ilock into xfs_zero_eofChristoph Hellwig1-2/+0
2012-05-14xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig1-7/+7
2012-03-14xfs: clean up minor sparse warningsDave Chinner1-5/+8
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-58/+0
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-2/+1
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig1-17/+30
2012-01-03xfs: propagate umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-7/+7
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-19/+20
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-2/+2
2011-10-11xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1