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_log_recover.c
Age
Commit message (
Expand
)
Author
2025-02-25
xfs: decouple buffer readahead from the normal buffer read path
Christoph Hellwig
2024-12-23
xfs: add a realtime flag to the refcount update log redo items
Darrick J. Wong
2024-12-23
xfs: add a realtime flag to the rmap update log redo items
Darrick J. Wong
2024-11-05
xfs: support logging EFIs for realtime extents
Darrick J. Wong
2024-11-05
xfs: switch perag iteration from the for_each macros to a while based iterator
Christoph Hellwig
2024-11-05
xfs: factor out a generic xfs_group structure
Christoph Hellwig
2024-11-05
xfs: add a xfs_agino_to_ino helper
Christoph Hellwig
2024-10-22
xfs: update the file system geometry after recoverying superblock buffers
Christoph Hellwig
2024-10-22
xfs: pass the exact range to initialize to xfs_initialize_perag
Christoph Hellwig
2024-10-09
xfs: fix a typo
Andrew Kreimer
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-03
xfs: Use xfs set and clear mp state helpers
John Garry
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
2024-07-04
xfs: grant heads track byte counts, not LSNs
Dave Chinner
2024-07-04
xfs: l_last_sync_lsn is really AIL state
Dave Chinner
2024-07-01
xfs: add bounds checking to xlog_recover_process_data
lei lu
2024-05-03
xfs: clean up buffer allocation in xlog_do_recovery_pass
Christoph Hellwig
2024-05-03
xfs: fix log recovery buffer allocation for the legacy h_size fixup
Christoph Hellwig
2024-04-15
xfs: capture inode generation numbers in the ondisk exchmaps log item
Darrick J. Wong
2024-04-15
xfs: introduce a file mapping exchange log intent item
Darrick J. Wong
2024-04-15
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
2024-04-15
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
2024-02-24
xfs: fix log recovery erroring out on refcount recovery failure
Darrick J. Wong
2024-02-17
xfs: ensure submit buffers on LSN boundaries in error handlers
Long Li
2024-02-13
xfs: place intent recovery under NOFS allocation context
Dave Chinner
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
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: transfer recovered intent item ownership in ->iop_recover
Darrick J. Wong
2023-12-06
xfs: pass the xfs_defer_pending object to iop_recover
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-09-13
xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
Wang Jianchao
2023-06-05
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
2022-10-18
xfs: avoid a UAF when log intent item recovery fails
Darrick J. Wong
2022-08-04
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-07-14
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
2022-07-14
xfs: refactor xlog_recover_process_iunlinks()
Dave Chinner
2022-07-14
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
2022-07-14
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
2022-05-27
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
2022-05-27
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
2022-05-22
xfs: Remove dead code
Jiapeng Chong
[next]