summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-10-10xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2020-10-10xfs: fix an incore inode UAF in xfs_bui_recoverfix-bmap-intent-recovery_2020-10-10Darrick J. Wong
2020-10-10xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-10-10xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-10-10xfs: xfs_defer_capture should absorb remaining transaction reservationfix-recovery-intent-chaining_2020-10-10Darrick J. Wong
2020-10-10xfs: xfs_defer_capture should absorb remaining block reservationDarrick J. Wong
2020-10-10xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-10-10xfs: remove xfs_defer_resetDarrick J. Wong
2020-10-10xfs: don't release log intent items when recovery failsfix-log-intent-recovery_2020-10-10Darrick J. Wong
2020-10-10xfs: attach inode to dquot in xfs_bui_item_recoverDarrick J. Wong
2020-10-10xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2020-10-10xfs: check dabtree node hash values when loading child blocksrandom-fixes_2020-10-10Darrick J. Wong
2020-10-10xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong
2020-10-10xfs: enable big timestampsbigtime_2020-10-10Darrick J. Wong
2020-10-10xfs: trace timestamp limitsDarrick J. Wong
2020-10-10xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-10-10xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-10-10xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-10-10xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-10-10xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong
2020-10-10xfs: refactor quota timestamp codingDarrick J. Wong
2020-10-10xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-10-10xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-10-10xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-10-10xfs: enable new inode btree counters featureinobt-counters_2020-10-10Darrick J. Wong
2020-10-10xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-10-10xfs: support inode btree blockcounts in online scrubDarrick J. Wong
2020-10-10xfs: use the finobt block counts to speed up mount timesDarrick J. Wong
2020-10-10xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-10-10xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong
2020-10-10xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-10-10xfs: don't propagate RTINHERIT -> REALTIME when there is no rtdevrealtime-bugs_2020-10-10Darrick J. Wong
2020-10-10xfs: refactor inode flags propagation codeDarrick J. Wong
2020-10-10xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesxfs-5.9-fixes-2Darrick J. Wong
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-27xfs: initialize the shortform attr header padding entryxfs-5.9-fixes-1Darrick J. Wong
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-07xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initxfs-5.9-merge-8Eiichi Tsukata
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresiomap-5.9-merge-5Christoph Hellwig
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap