summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Use list_head infra-structure for buffer's log items listCarlos Maiolino9-71/+44
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino18-86/+104
2018-01-29Get rid of xfs_buf_log_item_t typedefCarlos Maiolino3-52/+56
2018-01-17xfs: fix non-debug build compiler warningsDarrick J. Wong1-4/+1
2018-01-17xfs: check sb_agblocks and sb_agblklog when validating superblockDarrick J. Wong2-0/+21
2018-01-17xfs: recheck reflink / dirty page status before freeing CoW reservationsDarrick J. Wong2-22/+51
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong1-4/+9
2018-01-17xfs: btree format ifork loader should check for zero numrecsDarrick J. Wong1-0/+1
2018-01-17xfs: attr leaf verifier needs to check for obviously bad countDarrick J. Wong1-5/+21
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong5-33/+58
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong1-1/+2
2018-01-17xfs: scrub in-core metadataDarrick J. Wong6-0/+57
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong1-0/+34
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong5-0/+57
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong8-14/+186
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong1-2/+334
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong10-4/+440
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong8-0/+160
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong2-0/+78
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong9-0/+176
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong7-1/+157
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong1-0/+93
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong3-5/+5
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong6-22/+240
2018-01-17xfs: add scrub cross-referencing helpers for the refcount btreesDarrick J. Wong2-0/+22
2018-01-17xfs: add scrub cross-referencing helpers for the rmap btreesDarrick J. Wong2-0/+72
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2-0/+105
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong4-1/+62
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster1-4/+0
2018-01-12xfs: account finobt blocks properly in perag reservationBrian Foster1-4/+25
2018-01-12xfs: fix check on struct_version for versions 4 or greaterColin Ian King1-1/+1
2018-01-12xfs: destroy mutex pag_ici_reclaim_lock before freeXiongwei Song1-0/+3
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong9-25/+37
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong3-23/+23
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong6-28/+28
2018-01-09xfs: clarify units in the failed metadata io messageDarrick J. Wong1-5/+6
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong2-1/+9
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong6-78/+92
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong6-78/+84
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong4-1/+52
2018-01-08xfs: dump the first 128 bytes of any corrupt bufferDarrick J. Wong3-4/+9
2018-01-08xfs: teach error reporting functions to take xfs_failaddr_tDarrick J. Wong2-6/+7
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong5-122/+86
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong4-64/+22
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong17-21/+125
2018-01-08xfs: fail out of xfs_attr3_leaf_lookup_int if it looks corruptDarrick J. Wong1-3/+6
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong6-24/+99
2018-01-08xfs: refactor short form directory structure verifier functionDarrick J. Wong3-17/+16
2018-01-08xfs: create structure verifier function for short form symlinksDarrick J. Wong2-0/+35
2018-01-08xfs: create structure verifier function for shortform xattrsDarrick J. Wong2-0/+75