aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2023-04-26xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang
2023-04-20xfs: consider shutdown in bmapbt cursor delete assertBrian Foster
2023-04-20xfs: remove the di_version field from struct icdinodeChristoph Hellwig
2023-04-20xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2023-04-20xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2023-04-20xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig
2023-04-20xfs: remove the icdinode di_uid/di_gid membersChristoph Hellwig
2023-04-20xfs: ensure that the inode uid/gid match values match the icdinode onesChristoph Hellwig
2023-04-20xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig
2023-02-22xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong
2023-02-22xfs: periodically relog deferred intent itemsDarrick J. Wong
2023-02-22xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong
2023-02-22xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong
2023-02-22xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong
2023-02-22xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong
2023-02-22xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2023-02-22xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong
2023-02-22xfs: refactor xfs_defer_finish_norollChristoph Hellwig
2023-02-22xfs: turn dfp_intent into a xfs_log_itemChristoph Hellwig
2023-02-22xfs: merge the ->diff_items defer op into ->create_intentChristoph Hellwig
2023-02-22xfs: merge the ->log_item defer op into ->create_intentChristoph Hellwig
2023-02-22xfs: factor out a xfs_defer_create_intent helperChristoph Hellwig
2023-02-22xfs: remove the xfs_inode_log_item_t typedefChristoph Hellwig
2022-11-25xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2022-11-25xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2022-11-25xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster
2022-11-10xfs: use ordered buffers to initialize dquot buffers during quotacheckDarrick J. Wong
2022-11-10xfs: don't fail verifier on empty attr3 leaf blockBrian Foster
2022-10-29xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl
2022-10-29xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl
2022-10-29xfs: check owner of dir3 blocksDarrick J. Wong
2022-10-29xfs: check owner of dir3 data blocksDarrick J. Wong
2022-10-29xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2022-10-29xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2022-10-29xfs: open code insert range extent split helperBrian Foster
2022-10-07xfs: streamline xfs_attr3_leaf_inactiveDarrick J. Wong
2022-10-07xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2022-10-07xfs: fix memory corruption during remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: refactor remote attr value buffer invalidationDarrick J. Wong
2022-10-07xfs: introduce XFS_MAX_FILEOFFDarrick J. Wong
2022-10-07xfs: fix misuse of the XFS_ATTR_INCOMPLETE flagChristoph Hellwig
2022-09-28xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2022-09-28xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong
2022-09-28xfs: refactor agfl length computation functionDarrick J. Wong
2022-09-28xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster
2022-09-28xfs: always log corruption errorsDarrick J. Wong
2022-09-28xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia
2022-09-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara
2020-11-24xfs: revert "xfs: fix rmap key and record comparison functions"Darrick J. Wong