index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log_recover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
xfs: clean up buffer allocation in xlog_do_recovery_pass
Christoph Hellwig
1
-7
/
+6
2024-05-03
xfs: fix log recovery buffer allocation for the legacy h_size fixup
Christoph Hellwig
1
-6
/
+14
2024-04-16
xfs: capture inode generation numbers in the ondisk exchmaps log item
Darrick J. Wong
1
-0
/
+31
2024-04-16
xfs: introduce a file mapping exchange log intent item
Darrick J. Wong
1
-0
/
+2
2024-04-16
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
1
-15
/
+0
2024-04-16
xfs: pass xfs_buf lookup flags to xfs_*read_agi
Darrick J. Wong
1
-2
/
+2
2024-02-24
xfs: fix log recovery erroring out on refcount recovery failure
Darrick J. Wong
1
-0
/
+1
2024-02-17
xfs: ensure submit buffers on LSN boundaries in error handlers
Long Li
1
-3
/
+20
2024-02-13
xfs: place intent recovery under NOFS allocation context
Dave Chinner
1
-4
/
+14
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
1
-3
/
+3
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
1
-21
/
+21
2024-02-13
xfs: convert kmem_alloc() to kmalloc()
Dave Chinner
1
-1
/
+1
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
1
-5
/
+5
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
1
-2
/
+2
2023-12-07
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
1
-12
/
+7
2023-12-07
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
1
-8
/
+14
2023-12-07
xfs: transfer recovered intent item ownership in ->iop_recover
Darrick J. Wong
1
-7
/
+12
2023-12-07
xfs: pass the xfs_defer_pending object to iop_recover
Darrick J. Wong
1
-1
/
+1
2023-12-07
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
1
-56
/
+57
2023-11-13
xfs: abort intent items when recovery intents fail
Long Li
1
-1
/
+1
2023-09-13
xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
Wang Jianchao
1
-2
/
+2
2023-06-05
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
1
-10
/
+9
2022-10-19
xfs: avoid a UAF when log intent item recovery fails
Darrick J. Wong
1
-2
/
+8
2022-08-05
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-91
/
+105
2022-07-14
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
1
-1
/
+1
2022-07-14
xfs: double link the unlinked inode list
Dave Chinner
1
-7
/
+29
2022-07-14
xfs: refactor xlog_recover_process_iunlinks()
Dave Chinner
1
-66
/
+71
2022-07-14
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
1
-16
/
+1
2022-07-14
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
1
-0
/
+1
2022-07-07
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
1
-1
/
+2
2022-07-07
xfs: pass perag to xfs_read_agi
Dave Chinner
1
-19
/
+19
2022-05-27
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
1
-1
/
+3
2022-05-27
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
1
-23
/
+9
2022-05-22
xfs: Remove dead code
Jiapeng Chong
1
-59
/
+0
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
1
-0
/
+2
2022-03-30
xfs: log shutdown triggers should only shut down the log
Dave Chinner
1
-3
/
+3
2022-03-30
xfs: shutdown in intent recovery has non-intent items in the AIL
Dave Chinner
1
-33
/
+17
2022-01-06
xfs: Remove redundant assignment of mp
Jiapeng Chong
1
-2
/
+0
2021-12-21
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
1
-1
/
+23
2021-10-14
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
1
-8
/
+4
2021-08-19
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-7
/
+7
2021-08-19
xfs: reflect sb features in xfs_mount
Dave Chinner
1
-0
/
+1
2021-08-16
xfs: convert log flags to an operational state field
Dave Chinner
1
-3
/
+3
2021-08-16
xfs: move recovery needed state updates to xfs_log_mount_finish
Dave Chinner
1
-60
/
+40
2021-08-16
xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
1
-6
/
+3
2021-08-10
xfs: refactor xfs_iget calls from log intent recovery
Darrick J. Wong
1
-0
/
+26
2021-08-10
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
1
-0
/
+16
2021-08-10
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
1
-1
/
+1
[next]