index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_discard.c
Age
Commit message (
Expand
)
Author
2023-10-04
xfs: abort fstrim if kernel is suspending
Dave Chinner
2023-10-04
xfs: reduce AGF hold times during fstrim operations
Dave Chinner
2023-10-04
xfs: move log discard work to xfs_discard.c
Dave Chinner
2023-02-13
xfs: convert trim to use for_each_perag_range
Dave Chinner
2022-07-07
xfs: pass perag to xfs_alloc_read_agf()
Dave Chinner
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
2022-04-17
block: add a bdev_discard_granularity helper
Christoph Hellwig
2022-04-17
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
2021-08-19
xfs: convert mount flags to features
Dave Chinner
2021-06-02
xfs: convert allocbt cursors to use perags
Dave Chinner
2021-06-02
xfs: add a perag to the btree cursor
Dave Chinner
2021-06-02
xfs: pass perags through to the busy extent code
Dave Chinner
2021-06-02
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2020-03-11
xfs: remove XFS_BUF_TO_AGF
Christoph Hellwig
2020-01-26
xfs: remove unnecessary null pointer checks from _read_agf callers
Darrick J. Wong
2019-11-12
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
2019-11-07
xfs: fix missing header includes
Darrick J. Wong
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-04-14
xfs,fstrim: fix to return correct minlen
Wang Shilong
2019-03-25
xfs: prohibit fstrim in norecovery mode
Darrick J. Wong
2018-07-23
xfs: trivial xfs_btree_del_cursor cleanups
Darrick J. Wong
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-04-10
Force log to disk before reading the AGF during a fstrim
Carlos Maiolino
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
2017-04-27
xfs: Allow user to kill fstrim process
Lukas Czerner
2017-02-09
xfs: don't block the log commit handler for discards
Christoph Hellwig
2016-08-03
xfs: rmap btree requires more reserved free space
Darrick J. Wong
2016-03-02
xfs: fix format specifier , should be %llx and not %llu
Colin Ian King
2015-02-23
xfs: pass mp to XFS_WANT_CORRUPTED_GOTO
Eric Sandeen
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
2014-06-25
xfs: global error sign conversion
Dave Chinner
2014-06-22
xfs: Nuke XFS_ERROR macro
Eric Sandeen
2013-12-10
xfs: don't perform discard if the given range length is less than block size
Jie Liu
2013-10-23
xfs: decouple inode and bmap btree header files
Dave Chinner
2013-10-23
xfs: decouple log and transaction headers
Dave Chinner
2013-08-12
xfs: split out transaction reservation code
Dave Chinner
2013-08-12
xfs: separate dquot on disk format definitions out of xfs_quota.h
Dave Chinner
2012-08-23
xfs: check for possible overflow in xfs_ioc_trim
Tomas Racek
2012-05-14
xfs: clean up busy extent naming
Dave Chinner
2012-05-14
xfs: move busy extent handling to it's own file
Dave Chinner
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
2012-03-27
xfs: fix fstrim offset calculations
Dave Chinner
2012-01-03
xfs: fix endian conversion issue in discard code
Dave Chinner
2011-10-11
xfs: fix possible overflow in xfs_ioc_trim()
Lukas Czerner
2011-08-12
xfs: remove subdirectories
Christoph Hellwig