summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong
2018-03-23xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong
2018-01-17xfs: scrub in-core metadataDarrick J. Wong
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inodeDarrick J. Wong
2018-01-08xfs: always grab transaction when scrubbing inodeDarrick J. Wong
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong
2018-01-08xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong
2018-01-08xfs: scrub inode nsec fieldsDarrick J. Wong
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen
2018-01-08xfs: factor out scrub input checkingEric Sandeen
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen
2017-12-08fs: xfs: remove duplicate includesPravin Shedge
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong