summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2014-04-03Merge remote-tracking branch 'xfs/for-next'Stephen Rothwell
2014-04-03Merge remote-tracking branch 'ext4/dev'Stephen Rothwell
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-verifier-cleanup' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-collapse-range' into for-nextDave Chinner
2014-03-13xfs: Add support for FALLOC_FL_ZERO_RANGELukas Czerner
2014-03-07xfs: inode log reservations are still too smallDave Chinner
2014-03-07xfs: xfs_check_page_type buffer checks need helpDave Chinner
2014-03-07xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster
2014-03-07xfs: use NOIO contexts for vm_map_ramDave Chinner
2014-03-07xfs: don't leak EFSBADCRC to userspaceDave Chinner
2014-02-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner
2014-02-27xfs: allocate xfs_da_args to reduce stack footprintDave Chinner
2014-02-27xfs: always do log forces via the workqueueDave Chinner
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen
2014-02-27xfs: print useful caller information in xfs_error_reportEric Sandeen
2014-02-27xfs: add xfs_verifier_error()Eric Sandeen
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen
2014-02-27xfs: skip pointless CRC updates after verifier failuresEric Sandeen
2014-02-24xfs: Add support FALLOC_FL_COLLAPSE_RANGE for fallocateNamjae Jeon
2014-02-22Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara
2014-02-20Merge remote-tracking branch 'xfs-async-aio-extend' into for-nextDave Chinner
2014-02-20Merge branch 'xfs-fixes-for-3.15' into for-nextDave Chinner
2014-02-19xfs: limit superblock corruption errors to actual corruptionEric Sandeen
2014-02-19xfs: skip verification on initial "guess" superblock readEric Sandeen
2014-02-19xfs: xfs_sb_read_verify() doesn't flag bad crcs on primary sbEric Sandeen
2014-02-10xfs: ensure correct log item buffer alignmentDave Chinner
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig
2014-02-10xfs: allow appending aio writesChristoph Hellwig
2014-02-10xfs: always use unwritten extents for direct I/O writesChristoph Hellwig
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2014-02-07xfs: remove XFS_TRANS_DEBUG dead codeJie Liu
2014-02-07xfs: return -E2BIG if hit the maximum size limits of ACLsJie Liu
2014-02-07xfs: sanitize sb_inopblock in xfs_mount_validate_sbEric Sandeen
2014-02-07xfs: convert xfs_log_commit_cil() to voidJie Liu
2014-02-07xfs: use tr_qm_dqalloc log reservation for dquot allocBrian Foster
2014-02-07xfs: remove unused tr_swriteEric Sandeen
2014-02-07xfs: use tr_growrtalloc for growing rt filesBrian Foster
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-01-28Merge tag 'xfs-for-linus-v3.14-rc1-2' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25xfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig