summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2020-12-09xfs: kill ialloced in xfs_dialloc()dialloc-refactorings-5.11_2020-12-09Gao Xiang
2020-12-09xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-09xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-09xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-09xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierxfs-5.11-merge_2020-12-09xfs-5.11-merge-2Eric Sandeen
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gao Xiang
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong
2020-12-08xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"xfs-5.10-fixes-7Darrick 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 itemxfs-5.10-fixes-1Darrick 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