index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_buf_item_recover.c
Age
Commit message (
Expand
)
Author
2022-05-27
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
2022-05-27
xfs: don't leak xfs_buf_cancel structures when recovery fails
Darrick J. Wong
2022-05-27
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
2021-12-21
xfs: check sb_meta_uuid for dabuf buffer recovery
Dave Chinner
2021-10-14
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
2021-08-19
xfs: convert bp->b_bn references to xfs_buf_daddr()
Dave Chinner
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-07-29
xfs: prevent spoofing of rtbitmap blocks when recovering buffers
Darrick J. Wong
2021-07-29
xfs: Enforce attr3 buffer recovery order
Dave Chinner
2020-09-30
xfs: fix finobt btree block recovery ordering
Dave Chinner
2020-09-15
xfs: remove xlog_recover_iodone
Christoph Hellwig
2020-08-05
xfs: delete duplicated words + other fixes
Randy Dunlap
2020-07-28
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
xfs: drop the type parameter from xfs_dquot_verify
Darrick J. Wong
2020-07-06
xfs: mark log recovery buffers for completion
Dave Chinner
2020-05-08
xfs: move log recovery buffer cancellation code to xfs_buf_item_recover.c
Darrick J. Wong
2020-05-08
xfs: refactor log recovery buffer item dispatch for pass2 commit functions
Darrick J. Wong
2020-05-08
xfs: refactor log recovery item dispatch for pass1 commit functions
Darrick J. Wong
2020-05-08
xfs: refactor log recovery item dispatch for pass2 readhead functions
Darrick J. Wong
2020-05-08
xfs: refactor log recovery item sorting into a generic dispatch structure
Darrick J. Wong