summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster
2018-01-12xfs: account finobt blocks properly in perag reservationBrian Foster
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King
2018-01-12xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-09xfs: clarify units in the failed metadata io messageDarrick J. Wong
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong
2018-01-08xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong
2018-01-08xfs: create structure verifier function for short form symlinksDarrick J. Wong
2018-01-08xfs: create structure verifier function for shortform xattrsDarrick J. Wong
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong
2018-01-08xfs: verify dinode header firstDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong
2018-01-08xfs: refactor short form btree pointer verificationDarrick J. Wong
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick 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: eliminate duplicate icreate tx reservation functionsBrian Foster
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster