Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-26xfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25xfs: switch to kfree_put_link()Al Viro
2014-01-06xfs: add O_TMPFILE supportZhi Yong Wu
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu
2013-12-09xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu
2013-12-07xfs: add xfs_setattr_timeChristoph Hellwig
2013-12-07xfs: tiny xfs_setattr_mode cleanupChristoph Hellwig
2013-10-31xfs: prevent stack overflows from page cache allocationDave Chinner
2013-10-30xfs: vectorise DA btree operationsDave Chinner
2013-10-30xfs: abstract the differences in dir2/dir3 via an ops vectorDave Chinner
2013-10-24xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-24xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: unify directory/attribute format definitionsDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-10-22xfs: always take the iolock around xfs_setattr_sizeChristoph Hellwig
2013-08-22xfs: Add read-only support for dirent filetype fieldDave Chinner
2013-08-15xfs: convert kuid_t to/from uid_t for internal structuresDwight Engen
2013-08-13xfs: refactor xfs_trans_reserve() interfaceJie Liu
2013-08-13xfs: consolidate xfs_utils.cDave Chinner
2013-08-13xfs: kill xfs_vnodeops.[ch]Dave Chinner
2013-08-13xfs: create xfs_bmap_util.[ch]Dave Chinner
2013-08-13xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman
2013-07-10xfs: fix sgid inheritance for subdirectories inheriting default acls [V3]Carlos Maiolino
2013-06-19xfs: return FIEMAP_EXTENT_UNKNOWN for delayed allocation extentJie Liu
2013-05-30xfs: kill suid/sgid through the truncate path.Dave Chinner
2012-11-15xfs: remove xfs_flush_pagesDave Chinner
2012-11-09xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster
2012-07-31Merge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2012-07-22xfs: implement ->update_timeChristoph Hellwig
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-05-15xfs: clean up xfs_bit.h includesDave Chinner
2012-05-15xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-15xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-15xfs: push the ilock into xfs_zero_eofChristoph Hellwig
2012-05-15xfs: reduce ilock hold times in xfs_setattr_sizeChristoph Hellwig
2012-03-14xfs: clean up minor sparse warningsDave Chinner
2012-03-14xfs: log timestamp updatesChristoph Hellwig
2012-01-18xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2012-01-13xfs: remove xfs_itruncate_dataChristoph Hellwig
2012-01-04xfs: propagate umode_tAl Viro
2012-01-04switch ->mknod() to umode_tAl Viro
2012-01-04switch ->create() to umode_tAl Viro