aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2022-07-07xfs: update superblock counters correctly for !lazysbcountDave Chinner
2022-07-07xfs: use current->journal_info for detecting transaction recursionDave Chinner
2022-07-02xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu
2022-06-09xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner
2022-06-09xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2022-06-06xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-06-06xfs: detect overflows in bmbt recordsDarrick J. Wong
2021-05-14xfs: fix return of uninitialized value in variable errorColin Ian King
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2020-11-10xfs: fix rmap key and record comparison functionsDarrick J. Wong
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong
2020-10-07xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-10-07xfs: remove xfs_defer_resetDarrick J. Wong
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia
2020-09-25xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia
2020-09-25xfs: fix some commentsKaixu Xia
2020-09-25xfs: use the existing type definition for di_projidKaixu Xia
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino
2020-09-15xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino
2020-09-15xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino
2020-09-15xfs: enable big timestampsDarrick J. Wong
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_ictimestamp_tDarrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong
2020-09-15xfs: refactor quota timestamp codingDarrick J. Wong
2020-09-15xfs: refactor default quota grace period setting codeDarrick J. Wong
2020-09-15xfs: refactor quota expiration timer modificationDarrick J. Wong
2020-09-15xfs: explicitly define inode timestamp rangeDarrick J. Wong
2020-09-15xfs: enable new inode btree counters featureDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-09-15xfs: use the finobt block counts to speed up mount timesDarrick J. Wong
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-09-15xfs: simplify xfs_trans_getsbChristoph Hellwig
2020-09-15xfs: remove xlog_recover_iodoneChristoph Hellwig
2020-09-15xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig