summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_discard.c
AgeCommit message (Expand)Author
2025-03-03xfs: disable FITRIM for zoned RT devicesChristoph Hellwig
2025-01-13xfs: fix the comment above xfs_discard_endioChristoph Hellwig
2024-11-05xfs: use rtgroup busy extent list for FITRIMDarrick J. Wong
2024-11-05xfs: port the perag discard code to handle generic groupsDarrick J. Wong
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong
2024-11-05xfs: add block headers to realtime bitmap and summary blocksDarrick J. Wong
2024-11-05xfs: fix rt device offset calculations for FITRIMDarrick J. Wong
2024-11-05xfs: make RT extent numbers relative to the rtgroupChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: split xfs_trim_rtdev_extentsChristoph Hellwig
2024-11-05xfs: convert busy extent tracking to the generic group structureChristoph Hellwig
2024-11-05xfs: switch perag iteration from the for_each macros to a while based iteratorChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: convert remaining trace points to pass pag structuresChristoph Hellwig
2024-11-05xfs: remove the mount field from struct xfs_busy_extentsChristoph Hellwig
2024-11-05xfs: keep a reference to the pag for busy extentsChristoph Hellwig
2024-11-05xfs: pass a pag to xfs_extent_busy_{search,reuse}Christoph Hellwig
2024-09-01xfs: fix FITRIM reporting againDarrick J. Wong
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig
2024-08-26xfs: don't bother reporting blocks trimmed via FITRIMDarrick J. Wong
2024-07-01xfs: enable FITRIM on the realtime deviceDarrick J. Wong
2024-04-15xfs: fix performance problems when fstrimming a subset of a fragmented AGDarrick J. Wong
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-13xfs: use an empty transaction for fstrimDave Chinner
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2023-10-04xfs: abort fstrim if kernel is suspendingDave Chinner
2023-10-04xfs: reduce AGF hold times during fstrim operationsDave Chinner
2023-10-04xfs: move log discard work to xfs_discard.cDave Chinner
2023-02-13xfs: convert trim to use for_each_perag_rangeDave Chinner
2022-07-07xfs: pass perag to xfs_alloc_read_agf()Dave Chinner
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: add a bdev_discard_granularity helperChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2021-08-19xfs: convert mount flags to featuresDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-04-14xfs,fstrim: fix to return correct minlenWang Shilong
2019-03-25xfs: prohibit fstrim in norecovery modeDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-04-10Force log to disk before reading the AGF during a fstrimCarlos Maiolino