index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
scrub
/
ialloc.c
Age
Commit message (
Expand
)
Author
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
2019-06-03
xfs: inode btree scrubber should calculate im_boffset correctly
Darrick J. Wong
2019-04-16
xfs: collapse scrub bool state flags into a single unsigned int
Darrick J. Wong
2019-02-21
xfs: fix uninitialized error variable
Colin Ian King
2019-02-11
xfs: consolidate scrub dinode mapping code into a single function
Darrick J. Wong
2019-02-11
xfs: scrub big block inode btrees correctly
Darrick J. Wong
2019-02-11
xfs: clean up the inode cluster checking in the inobt scrub
Darrick J. Wong
2019-02-11
xfs: hoist inode cluster checks out of loop
Darrick J. Wong
2019-02-11
xfs: check inobt record alignment on big block filesystems
Darrick J. Wong
2019-02-11
xfs: check the ir_startino alignment directly
Darrick J. Wong
2019-02-11
xfs: never try to scrub more than 64 inodes per inobt record
Darrick J. Wong
2018-12-12
xfs: count inode blocks correctly in inobt scrub
Darrick J. Wong
2018-12-12
xfs: precalculate cluster alignment in inodes and blocks
Darrick J. Wong
2018-12-12
xfs: precalculate inodes and blocks per inode cluster
Darrick J. Wong
2018-12-12
xfs: add a block to inode count converter
Darrick J. Wong
2018-12-12
xfs: remove xfs_rmap_ag_owner and friends
Darrick J. Wong
2018-07-23
xfs: fix indentation and other whitespace problems in scrub/repair
Darrick J. Wong
2018-07-23
xfs: shorten struct xfs_scrub_context to struct xfs_scrub
Darrick J. Wong
2018-07-23
xfs: shorten xfs_scrub_ prefix
Darrick J. Wong
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-15
xfs: skip scrub xref if corruption already noted
Darrick J. Wong
2018-03-23
xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corrupt
Darrick J. Wong
2018-03-23
xfs: record inode buf errors as a xref error in inobt scrubber
Darrick J. Wong
2018-01-29
xfs: don't clobber inobt/finobt cursors when xref with rmap
Darrick J. Wong
2018-01-17
xfs: cross-reference refcount btree during scrub
Darrick J. Wong
2018-01-17
xfs: cross-reference reverse-mapping btree
Darrick J. Wong
2018-01-17
xfs: cross-reference inode btrees during scrub
Darrick J. Wong
2018-01-17
xfs: cross-reference with the bnobt
Darrick J. Wong
2018-01-17
xfs: introduce scrubber cross-referencing stubs
Darrick J. Wong
2017-10-26
xfs: scrub inode btrees
Darrick J. Wong