aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_discard.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong1-1/+4
2019-11-07xfs: fix missing header includesDarrick J. Wong1-0/+1
2019-06-28xfs: remove unused header filesEric Sandeen1-3/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong1-0/+1
2019-04-14xfs,fstrim: fix to return correct minlenWang Shilong1-1/+2
2019-03-25xfs: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+8
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-04-10Force log to disk before reading the AGF during a fstrimCarlos Maiolino1-7/+7
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-2/+2
2017-04-27xfs: Allow user to kill fstrim processLukas Czerner1-1/+9
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig1-29/+0
2016-08-03xfs: rmap btree requires more reserved free spaceDarrick J. Wong1-1/+1
2016-03-02xfs: fix format specifier , should be %llx and not %lluColin Ian King1-1/+1
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen1-1/+1
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-4/+4
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-5/+5
2013-12-10xfs: don't perform discard if the given range length is less than block sizeJie Liu1-2/+3
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-2/+3
2013-08-12xfs: split out transaction reservation codeDave Chinner1-2/+2
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2012-08-23xfs: check for possible overflow in xfs_ioc_trimTomas Racek1-2/+4
2012-05-14xfs: clean up busy extent namingDave Chinner1-2/+2
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner1-0/+1
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-03-27xfs: fix fstrim offset calculationsDave Chinner1-23/+38
2012-01-03xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2011-10-11xfs: fix possible overflow in xfs_ioc_trim()Lukas Czerner1-10/+10
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+222