index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_log_recover.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
2023-12-14
1
-2
/
+2
*
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
2023-12-07
1
-12
/
+7
*
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
2023-12-07
1
-8
/
+14
*
xfs: transfer recovered intent item ownership in ->iop_recover
Darrick J. Wong
2023-12-07
1
-7
/
+12
*
xfs: pass the xfs_defer_pending object to iop_recover
Darrick J. Wong
2023-12-07
1
-1
/
+1
*
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
2023-12-07
1
-56
/
+57
*
xfs: abort intent items when recovery intents fail
Long Li
2023-11-13
1
-1
/
+1
*
xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail
Wang Jianchao
2023-09-13
1
-2
/
+2
*
xfs: collect errors from inodegc for unlinked inode recovery
Dave Chinner
2023-06-05
1
-10
/
+9
*
xfs: avoid a UAF when log intent item recovery fails
Darrick J. Wong
2022-10-18
1
-2
/
+8
*
Merge tag 'xfs-5.20-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2022-08-05
1
-91
/
+105
|
\
|
*
xfs: double link the unlinked inode list
Dave Chinner
2022-07-14
1
-7
/
+29
|
*
xfs: refactor xlog_recover_process_iunlinks()
Dave Chinner
2022-07-14
1
-66
/
+71
|
*
xfs: track the iunlink list pointer in the xfs_inode
Dave Chinner
2022-07-14
1
-16
/
+1
|
*
xfs: flush inode gc workqueue before clearing agi bucket
Zhang Yi
2022-07-14
1
-0
/
+1
|
*
xfs: Pre-calculate per-AG agbno geometry
Dave Chinner
2022-07-07
1
-1
/
+2
|
*
xfs: pass perag to xfs_read_agi
Dave Chinner
2022-07-07
1
-19
/
+19
*
|
fs/xfs: Use the enum req_op and blk_opf_t types
Bart Van Assche
2022-07-14
1
-1
/
+1
|
/
*
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
2022-05-27
1
-1
/
+3
*
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
2022-05-27
1
-23
/
+9
*
xfs: Remove dead code
Jiapeng Chong
2022-05-22
1
-59
/
+0
*
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-05-04
1
-0
/
+2
*
xfs: log shutdown triggers should only shut down the log
Dave Chinner
2022-03-30
1
-3
/
+3
*
xfs: shutdown in intent recovery has non-intent items in the AIL
Dave Chinner
2022-03-30
1
-33
/
+17
*
xfs: Remove redundant assignment of mp
Jiapeng Chong
2022-01-06
1
-2
/
+0
*
xfs: only run COW extent recovery when there are no live extents
Darrick J. Wong
2021-12-21
1
-1
/
+23
*
xfs: port the defer ops capture and continue to resource capture
Darrick J. Wong
2021-10-14
1
-8
/
+4
*
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: convert remaining mount flags to state flags
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-7
/
+7
*
xfs: reflect sb features in xfs_mount
Dave Chinner
2021-08-19
1
-0
/
+1
*
xfs: convert log flags to an operational state field
Dave Chinner
2021-08-16
1
-3
/
+3
*
xfs: move recovery needed state updates to xfs_log_mount_finish
Dave Chinner
2021-08-16
1
-60
/
+40
*
xfs: convert XLOG_FORCED_SHUTDOWN() to xlog_is_shutdown()
Dave Chinner
2021-08-16
1
-6
/
+3
*
xfs: refactor xfs_iget calls from log intent recovery
Darrick J. Wong
2021-08-10
1
-0
/
+26
*
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
2021-08-10
1
-0
/
+16
*
xfs: replace kmem_alloc_large() with kvmalloc()
Dave Chinner
2021-08-10
1
-1
/
+1
*
xfs: remove kmem_alloc_io()
Dave Chinner
2021-08-10
1
-3
/
+1
*
mm: Add kvrealloc()
Dave Chinner
2021-08-10
1
-1
/
+3
*
xfs: per-cpu deferred inode inactivation queues
Dave Chinner
2021-08-06
1
-0
/
+7
*
xfs: force the log offline when log intent item recovery fails
Darrick J. Wong
2021-06-21
1
-1
/
+4
*
xfs: convert raw ag walks to use for_each_perag
Dave Chinner
2021-06-02
1
-29
/
+26
*
xfs: move xfs_perag_get/put to xfs_ag.[ch]
Dave Chinner
2021-06-02
1
-0
/
+1
*
xfs: remove the di_dmevmask and di_dmstate fields from struct xfs_icdinode
Christoph Hellwig
2021-04-07
1
-6
/
+0
*
xfs: split xfs_imap_to_bp
Christoph Hellwig
2021-04-07
1
-1
/
+2
*
xfs: Rudimentary typo fixes
Bhaskar Chowdhury
2021-03-26
1
-2
/
+2
*
xfs: remove xfs_buf_t typedef
Dave Chinner
2020-12-17
1
-4
/
+4
*
xfs: trace log intent item recovery failures
Darrick J. Wong
2020-12-09
1
-1
/
+4
*
xfs: cancel intents immediately if process_intents fails
Darrick J. Wong
2020-10-22
1
-0
/
+8
*
xfs: fix an incore inode UAF in xfs_bui_recover
Darrick J. Wong
2020-10-07
1
-1
/
+6
[next]