Age | Commit message (Expand) | Author |
2014-05-06 | xfs: initialize default acls for ->tmpfile() | Brian Foster |
2014-04-17 | xfs: fix tmpfile/selinux deadlock and initialize security | Brian Foster |
2014-03-13 | Merge branch 'xfs-O_TMPFILE-support' into for-next | Dave Chinner |
2014-03-13 | Merge branch 'xfs-stack-fixes' into for-next | Dave Chinner |
2014-02-27 | xfs: fix directory inode iolock lockdep false positive | Dave Chinner |
2014-02-10 | xfs: ensure correct timestamp updates from truncate | Christoph Hellwig |
2014-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2014-01-25 | xfs: use generic posix ACL infrastructure | Christoph Hellwig |
2014-01-25 | xfs: switch to kfree_put_link() | Al Viro |
2014-01-06 | xfs: add O_TMPFILE support | Zhi Yong Wu |
2013-12-17 | xfs: fix assertion failure at xfs_setattr_nonsize | Jie Liu |
2013-12-09 | xfs: fix assertion failure at xfs_setattr_nonsize | Jie Liu |
2013-12-06 | xfs: add xfs_setattr_time | Christoph Hellwig |
2013-12-06 | xfs: tiny xfs_setattr_mode cleanup | Christoph Hellwig |
2013-10-30 | xfs: prevent stack overflows from page cache allocation | Dave Chinner |
2013-10-30 | xfs: vectorise DA btree operations | Dave Chinner |
2013-10-30 | xfs: abstract the differences in dir2/dir3 via an ops vector | Dave Chinner |
2013-10-23 | xfs: decouple inode and bmap btree header files | Dave Chinner |
2013-10-23 | xfs: decouple log and transaction headers | Dave Chinner |
2013-10-23 | xfs: unify directory/attribute format definitions | Dave Chinner |
2013-10-23 | xfs: create a shared header file for format-related information | Dave Chinner |
2013-10-21 | xfs: always take the iolock around xfs_setattr_size | Christoph Hellwig |
2013-08-22 | xfs: Add read-only support for dirent filetype field | Dave Chinner |
2013-08-15 | xfs: convert kuid_t to/from uid_t for internal structures | Dwight Engen |
2013-08-12 | xfs: refactor xfs_trans_reserve() interface | Jie Liu |
2013-08-12 | xfs: consolidate xfs_utils.c | Dave Chinner |
2013-08-12 | xfs: kill xfs_vnodeops.[ch] | Dave Chinner |
2013-08-12 | xfs: create xfs_bmap_util.[ch] | Dave Chinner |
2013-08-12 | xfs: separate dquot on disk format definitions out of xfs_quota.h | Dave Chinner |
2013-07-11 | xfs: Add pquota fields where gquota is used. | Chandra Seetharaman |
2013-07-10 | xfs: fix sgid inheritance for subdirectories inheriting default acls [V3] | Carlos Maiolino |
2013-06-19 | xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extent | Jie Liu |
2013-05-30 | xfs: kill suid/sgid through the truncate path. | Dave Chinner |
2012-11-14 | xfs: remove xfs_flush_pages | Dave Chinner |
2012-11-08 | xfs: add EOFBLOCKS inode tagging/untagging | Brian Foster |
2012-07-30 | Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfs | Linus Torvalds |
2012-07-22 | xfs: implement ->update_time | Christoph Hellwig |
2012-07-14 | don't pass nameidata to ->create() | Al Viro |
2012-07-14 | stop passing nameidata to ->lookup() | Al Viro |
2012-05-14 | xfs: clean up xfs_bit.h includes | Dave Chinner |
2012-05-14 | xfs: move xfs_get_extsz_hint() and kill xfs_rw.h | Dave Chinner |
2012-05-14 | xfs: move xfsagino_t to xfs_types.h | Dave Chinner |
2012-05-14 | xfs: push the ilock into xfs_zero_eof | Christoph Hellwig |
2012-05-14 | xfs: reduce ilock hold times in xfs_setattr_size | Christoph Hellwig |
2012-03-14 | xfs: clean up minor sparse warnings | Dave Chinner |
2012-03-13 | xfs: log timestamp updates | Christoph Hellwig |
2012-01-17 | xfs: remove the i_size field in struct xfs_inode | Christoph Hellwig |
2012-01-13 | xfs: remove xfs_itruncate_data | Christoph Hellwig |
2012-01-03 | xfs: propagate umode_t | Al Viro |
2012-01-03 | switch ->mknod() to umode_t | Al Viro |