index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf_item_recover.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
1
-4
/
+10
2022-05-27
xfs: don't leak xfs_buf_cancel structures when recovery fails
Darrick J. Wong
1
-0
/
+13
2022-05-27
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
1
-0
/
+47
2021-12-21
xfs: check sb_meta_uuid for dabuf buffer recovery
Dave Chinner
1
-1
/
+1
2021-10-14
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
1
-1
/
+1
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
1
-1
/
+1
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
1
-4
/
+4
2021-07-29
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
1
-2
/
+12
2021-07-29
xfs: Enforce attr3 buffer recovery order
Dave Chinner
1
-0
/
+1
2020-09-30
xfs: fix finobt btree block recovery ordering
Dave Chinner
1
-0
/
+2
2020-09-15
xfs: remove xlog_recover_iodone
Christoph Hellwig
1
-1
/
+1
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
1
-1
/
+1
2020-07-28
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
1
-3
/
+3
2020-07-28
xfs: drop the type parameter from xfs_dquot_verify
Darrick J. Wong
1
-2
/
+1
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
1
-3
/
+2
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
1
-0
/
+104
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
1
-0
/
+790
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
1
-0
/
+27
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
1
-0
/
+11
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong
1
-0
/
+52