summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong3-10/+21
2020-12-09xfs: refactor data device extent validationDarrick J. Wong3-6/+27
2020-12-09xfs: detect overflows in bmbt recordsDarrick J. Wong1-0/+5
2020-12-09xfs: enable the needsrepair featureDarrick J. Wong1-1/+2
2020-12-09xfs: define a new "needrepair" featureDarrick J. Wong1-0/+7
2020-12-09xfs: move kernel-specific superblock validation out of libxfsDarrick J. Wong1-27/+0
2020-11-20xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong1-8/+8
2020-11-18xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang1-1/+7
2020-11-11xfs: fix rmap key and record comparison functionsDarrick J. Wong1-8/+8
2020-11-11xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong1-1/+1
2020-10-29xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2-1/+2
2020-10-17xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-07xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong1-0/+16
2020-10-07xfs: periodically relog deferred intent itemsDarrick J. Wong1-0/+42
2020-10-07xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong1-1/+10
2020-10-07xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2-7/+47
2020-10-07xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2-0/+6
2020-10-07xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2-0/+8
2020-10-07xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2-8/+100
2020-10-07xfs: remove xfs_defer_resetDarrick J. Wong1-19/+5
2020-09-25xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong1-9/+18
2020-09-25xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia1-4/+4
2020-09-25xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia1-2/+0
2020-09-25xfs: fix some commentsKaixu Xia1-5/+5
2020-09-25xfs: use the existing type definition for di_projidKaixu Xia1-1/+1
2020-09-23xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2-2/+30
2020-09-23xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong1-7/+12
2020-09-16xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino3-23/+39
2020-09-16xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino3-7/+6
2020-09-16xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2-10/+10
2020-09-16xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2-7/+8
2020-09-16xfs: enable big timestampsDarrick J. Wong1-1/+2
2020-09-16xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong3-4/+70
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong8-10/+134
2020-09-16xfs: redefine xfs_ictimestamp_tDarrick J. Wong1-2/+5
2020-09-16xfs: redefine xfs_timestamp_tDarrick J. Wong3-19/+47
2020-09-16xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2-54/+0
2020-09-16xfs: refactor quota timestamp codingDarrick J. Wong2-0/+23
2020-09-16xfs: refactor default quota grace period setting codeDarrick J. Wong1-0/+13
2020-09-16xfs: refactor quota expiration timer modificationDarrick J. Wong1-0/+24
2020-09-16xfs: explicitly define inode timestamp rangeDarrick J. Wong1-0/+22
2020-09-16xfs: enable new inode btree counters featureDarrick J. Wong1-1/+2
2020-09-16xfs: support inode btree blockcounts in online repairDarrick J. Wong1-3/+13
2020-09-16xfs: use the finobt block counts to speed up mount timesDarrick J. Wong1-1/+27
2020-09-16xfs: store inode btree block counts in AGI headerDarrick J. Wong4-1/+44
2020-09-16xfs: simplify xfs_trans_getsbChristoph Hellwig1-2/+2
2020-09-16xfs: remove xlog_recover_iodoneChristoph Hellwig1-1/+0
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig1-3/+3
2020-09-07xfs: remove kmem_realloc()Carlos Maiolino2-5/+5
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1