aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 5-29/+29
2020-12-12fs/xfs: convert comma to semicolonGravatar Zheng Yongjun 1-1/+1
2020-12-12xfs: kill ialloced in xfs_dialloc()Gravatar Gao Xiang 1-13/+9
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsGravatar Dave Chinner 2-35/+39
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Gravatar Dave Chinner 2-59/+21
2020-12-12xfs: introduce xfs_dialloc_roll()Gravatar Dave Chinner 2-0/+40
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGravatar Gao Xiang 1-4/+4
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierGravatar Eric Sandeen 1-4/+0
2020-12-09xfs: remove unneeded return value check for *init_cursor()Gravatar Joseph Qi 4-25/+0
2020-12-09xfs: introduce xfs_validate_stripe_geometry()Gravatar Gao Xiang 2-11/+69
2020-12-09xfs: remove the unused XFS_B_FSB_OFFSET macroGravatar Kaixu Xia 1-1/+0
2020-12-09xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagGravatar Kaixu Xia 1-1/+0
2020-12-09xfs: refactor file range validationGravatar Darrick J. Wong 3-1/+29
2020-12-09xfs: refactor realtime volume extent validationGravatar Darrick J. Wong 3-10/+21
2020-12-09xfs: refactor data device extent validationGravatar Darrick J. Wong 3-6/+27
2020-12-09xfs: detect overflows in bmbt recordsGravatar Darrick J. Wong 1-0/+5
2020-12-09xfs: enable the needsrepair featureGravatar Darrick J. Wong 1-1/+2
2020-12-09xfs: define a new "needrepair" featureGravatar Darrick J. Wong 1-0/+7
2020-12-08xfs: move kernel-specific superblock validation out of libxfsGravatar Darrick J. Wong 1-27/+0
2020-11-19xfs: revert "xfs: fix rmap key and record comparison functions"Gravatar Darrick J. Wong 1-8/+8
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gravatar Gao Xiang 1-1/+7
2020-11-10xfs: fix rmap key and record comparison functionsGravatar Darrick J. Wong 1-8/+8
2020-11-10xfs: fix flags argument to rmap lookup when converting shared file rmapsGravatar Darrick J. Wong 1-1/+1
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemGravatar Darrick J. Wong 2-1/+2
2020-10-16xfs: fix high key handling in the rt allocator's query_range functionGravatar Darrick J. Wong 1-7/+4
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowGravatar Darrick J. Wong 1-0/+16
2020-10-07xfs: periodically relog deferred intent itemsGravatar Darrick J. Wong 1-0/+42
2020-10-07xfs: change the order in which child and parent defer ops are finishedGravatar Darrick J. Wong 1-1/+10
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverGravatar Darrick J. Wong 2-7/+47
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationGravatar Darrick J. Wong 2-0/+6
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsGravatar Darrick J. Wong 2-0/+8
2020-10-07xfs: proper replay of deferred ops queued during log recoveryGravatar Darrick J. Wong 2-8/+100
2020-10-07xfs: remove xfs_defer_resetGravatar Darrick J. Wong 1-19/+5
2020-09-25xfs: avoid shared rmap operations for attr fork extentsGravatar Darrick J. Wong 1-9/+18
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Gravatar Kaixu Xia 1-4/+4
2020-09-25xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyGravatar Kaixu Xia 1-2/+0
2020-09-25xfs: fix some commentsGravatar Kaixu Xia 1-5/+5
2020-09-25xfs: use the existing type definition for di_projidGravatar Kaixu Xia 1-1/+1
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsGravatar Darrick J. Wong 2-2/+30
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callGravatar Darrick J. Wong 1-7/+12
2020-09-15xfs: Convert xfs_attr_sf macros to inline functionsGravatar Carlos Maiolino 3-23/+39
2020-09-15xfs: Use variable-size array for nameval in xfs_attr_sf_entryGravatar Carlos Maiolino 3-7/+6
2020-09-15xfs: Remove typedef xfs_attr_shortform_tGravatar Carlos Maiolino 2-10/+10
2020-09-15xfs: remove typedef xfs_attr_sf_entry_tGravatar Carlos Maiolino 2-7/+8
2020-09-15xfs: enable big timestampsGravatar Darrick J. Wong 1-1/+2
2020-09-15xfs: widen ondisk quota expiration timestamps to handle y2038+Gravatar Darrick J. Wong 3-4/+70
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 8-10/+134
2020-09-15xfs: redefine xfs_ictimestamp_tGravatar Darrick J. Wong 1-2/+5
2020-09-15xfs: redefine xfs_timestamp_tGravatar Darrick J. Wong 3-19/+47
2020-09-15xfs: move xfs_log_dinode_to_disk to the log recovery codeGravatar Darrick J. Wong 2-54/+0