summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-165-29/+29
* fs/xfs: convert comma to semicolonZheng Yongjun2020-12-121-1/+1
* xfs: kill ialloced in xfs_dialloc()Gao Xiang2020-12-121-13/+9
* xfs: spilt xfs_dialloc() into 2 functionsDave Chinner2020-12-122-35/+39
* xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner2020-12-122-59/+21
* xfs: introduce xfs_dialloc_roll()Dave Chinner2020-12-122-0/+40
* xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang2020-12-121-4/+4
* xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-091-4/+0
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-094-25/+0
* xfs: introduce xfs_validate_stripe_geometry()Gao Xiang2020-12-092-11/+69
* xfs: remove the unused XFS_B_FSB_OFFSET macroKaixu Xia2020-12-091-1/+0
* xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flagKaixu Xia2020-12-091-1/+0
* xfs: refactor file range validationDarrick J. Wong2020-12-093-1/+29
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-093-10/+21
* xfs: refactor data device extent validationDarrick J. Wong2020-12-093-6/+27
* xfs: detect overflows in bmbt recordsDarrick J. Wong2020-12-091-0/+5
* xfs: enable the needsrepair featureDarrick J. Wong2020-12-091-1/+2
* xfs: define a new "needrepair" featureDarrick J. Wong2020-12-091-0/+7
* xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong2020-12-081-27/+0
* xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong2020-11-191-8/+8
* xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2020-11-181-1/+7
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-101-8/+8
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-101-1/+1
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-292-1/+2
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-161-7/+4
* xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+42
* xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-072-7/+47
* xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-072-0/+6
* xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-072-0/+8
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-072-8/+100
* xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
* xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong2020-09-251-9/+18
* xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia2020-09-251-4/+4
* xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia2020-09-251-2/+0
* xfs: fix some commentsKaixu Xia2020-09-251-5/+5
* xfs: use the existing type definition for di_projidKaixu Xia2020-09-251-1/+1
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-232-2/+30
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-09-231-7/+12
* xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-153-23/+39
* xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino2020-09-153-7/+6
* xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-152-10/+10
* xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-152-7/+8
* xfs: enable big timestampsDarrick J. Wong2020-09-151-1/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-153-4/+70
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-158-10/+134
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-151-2/+5
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-153-19/+47
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-152-54/+0