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
/
libxfs
/
xfs_defer.c
Age
Commit message (
Expand
)
Author
2024-09-03
xfs: Remove duplicate xfs_trans_priv.h header
Jiapeng Chong
2024-07-04
xfs: background AIL push should target physical space
Dave Chinner
2024-07-04
xfs: AIL doesn't need manual pushing
Dave Chinner
2024-04-15
xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
Allison Henderson
2024-04-15
xfs: create deferred log items for file mapping exchanges
Darrick J. Wong
2024-02-19
xfs: Replace xfs_isilocked with xfs_assert_ilocked
Matthew Wilcox (Oracle)
2024-02-13
xfs: use xfs_defer_alloc a bit more
Dave Chinner
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
2023-12-29
xfs: use the op name in trace_xlog_intent_recovery_failed
Christoph Hellwig
2023-12-29
xfs: fix a use after free in xfs_defer_finish_recovery
Christoph Hellwig
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
2023-12-06
xfs: force small EFIs for reaping btree extents
Darrick J. Wong
2023-12-06
xfs: allow pausing of pending deferred work items
Darrick J. Wong
2023-12-06
xfs: don't append work items to logged xfs_defer_pending objects
Darrick J. Wong
2023-12-06
xfs: elide ->create_done calls for unlogged deferred work
Darrick J. Wong
2023-12-06
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
2023-12-06
xfs: hoist xfs_trans_add_item calls to defer ops functions
Darrick J. Wong
2023-12-06
xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
Darrick J. Wong
2023-12-06
xfs: use xfs_defer_create_done for the relogging operation
Darrick J. Wong
2023-12-06
xfs: hoist ->create_intent boilerplate to its callsite
Darrick J. Wong
2023-12-06
xfs: hoist intent done flag setting to ->finish_item callsite
Darrick J. Wong
2023-12-06
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
2023-12-06
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
2023-12-06
xfs: recreate work items when recovering intent items
Darrick J. Wong
2023-12-06
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
2023-11-13
xfs: abort intent items when recovery intents fail
Long Li
2023-11-13
xfs: factor out xfs_defer_pending_abort
Long Li
2023-04-11
xfs: allow queued AG intents to drain before scrubbing
Darrick J. Wong
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-05-04
xfs: Fix double unlock in defer capture code
Allison Henderson
2022-05-04
xfs: don't commit the first deferred transaction without intents
Dave Chinner
2021-10-22
xfs: rename xfs_bmap_add_free to xfs_free_extent_later
Darrick J. Wong
2021-10-22
xfs: create slab caches for frequently-used deferred items
Darrick J. Wong
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
2021-10-14
xfs: formalize the process of holding onto resources across a defer roll
Darrick J. Wong
2020-10-07
xfs: only relog deferred intent items if free space in the log gets low
Darrick J. Wong
2020-10-07
xfs: periodically relog deferred intent items
Darrick J. Wong
2020-10-07
xfs: change the order in which child and parent defer ops are finished
Darrick J. Wong
2020-10-07
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2020-10-07
xfs: xfs_defer_capture should absorb remaining transaction reservation
Darrick J. Wong
2020-10-07
xfs: xfs_defer_capture should absorb remaining block reservations
Darrick J. Wong
[next]