summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_discard.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix performance problems when fstrimming a subset of a fragmented AGDarrick J. Wong2024-04-151-60/+93
* xfs: split xfs_allocbt_init_cursorChristoph Hellwig2024-02-221-1/+1
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-0/+2
* xfs: use an empty transaction for fstrimDave Chinner2024-02-131-4/+11
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* xfs: abort fstrim if kernel is suspendingDave Chinner2023-10-041-8/+13
* xfs: reduce AGF hold times during fstrim operationsDave Chinner2023-10-041-18/+156
* xfs: move log discard work to xfs_discard.cDave Chinner2023-10-041-1/+76
* xfs: convert trim to use for_each_perag_rangeDave Chinner2023-02-131-27/+23
* xfs: pass perag to xfs_alloc_read_agf()Dave Chinner2022-07-071-1/+1
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+2
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* xfs: convert mount flags to featuresDave Chinner2021-08-191-1/+1
* xfs: convert allocbt cursors to use peragsDave Chinner2021-06-021-1/+1
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-1/+1
* xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-1/+1
* xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-021-1/+1
* xfs: remove XFS_BUF_TO_AGFChristoph Hellwig2020-03-111-3/+4
* xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong2020-01-261-1/+1
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-121-1/+4
* xfs: fix missing header includesDarrick J. Wong2019-11-071-0/+1
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs,fstrim: fix to return correct minlenWang Shilong2019-04-141-1/+2
* xfs: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-251-0/+8
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* Force log to disk before reading the AGF during a fstrimCarlos Maiolino2018-04-101-7/+7
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-2/+2
* xfs: Allow user to kill fstrim processLukas Czerner2017-04-271-1/+9
* xfs: don't block the log commit handler for discardsChristoph Hellwig2017-02-091-29/+0
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-1/+1
* xfs: fix format specifier , should be %llx and not %lluColin Ian King2016-03-021-1/+1
* xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen2015-02-231-1/+1
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: global error sign conversionDave Chinner2014-06-251-4/+4
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-5/+5
* xfs: don't perform discard if the given range length is less than block sizeJie Liu2013-12-101-2/+3
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+2
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+3
* xfs: split out transaction reservation codeDave Chinner2013-08-121-2/+2
* xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner2013-08-121-0/+1
* xfs: check for possible overflow in xfs_ioc_trimTomas Racek2012-08-231-2/+4
* xfs: clean up busy extent namingDave Chinner2012-05-141-2/+2
* xfs: move busy extent handling to it's own fileDave Chinner2012-05-141-0/+1
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: fix fstrim offset calculationsDave Chinner2012-03-271-23/+38
* xfs: fix endian conversion issue in discard codeDave Chinner2012-01-031-2/+2
* xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner2011-10-111-10/+10