summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2018-06-04xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong1-7/+16
2018-06-04xfs: strengthen btree pointer checks before useDarrick J. Wong1-15/+35
2018-06-04xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong1-47/+29
2018-06-04xfs: check directory bestfree information in the verifierDarrick J. Wong1-35/+68
2018-06-04xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong1-3/+5
2018-06-04xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong3-3/+0
2018-06-04xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong1-1/+6
2018-06-04xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong1-4/+8
2018-06-04xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong1-1/+0
2018-06-04xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong1-1/+0
2018-06-03xfs: verify AGI unlinked list contains valid blocksDave Chinner1-15/+8
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner1-0/+3
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong1-13/+13
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong1-2/+5
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong1-0/+3
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong1-1/+1
2018-05-30xfs: repair superblocksDarrick J. Wong2-0/+25
2018-05-29xfs: fix inobt magic number checkDarrick J. Wong1-1/+1
2018-05-16xfs: implement online get/set fs labelEric Sandeen3-2/+36
2018-05-15xfs: factor the ag length extension code into libxfsDave Chinner2-1/+66
2018-05-15xfs: move growfs core to libxfsDave Chinner4-0/+511
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong2-2/+11
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong1-2/+8
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2-12/+20
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2-0/+42
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong3-0/+26
2018-05-15xfs: factor out nodiscard helpersBrian Foster3-31/+4
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2-12/+23
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong4-0/+41
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2-0/+85
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong4-3/+11
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong8-3/+37
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong1-1/+0
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong1-2/+2
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong1-1/+0
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster1-1/+2
2018-05-10xfs: add bmapi nodiscard flagBrian Foster4-12/+75
2018-05-10xfs: get rid of the log item descriptorDave Chinner2-19/+4
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner1-6/+6
2018-05-10xfs: add missing rmap error returnDarrick J. Wong1-0/+2
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong1-2/+4
2018-05-09xfs: defer agfl block frees from deferred ops processing contextBrian Foster1-0/+12
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster2-4/+48
2018-05-09xfs: create agfl block free helper functionBrian Foster2-10/+29
2018-05-09xfs: print specific dqblk that failed verifiersEric Sandeen1-19/+22
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen2-5/+24
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2-13/+10
2018-05-09xfs: check type in quota verifier during quotacheckEric Sandeen1-1/+3
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2-5/+3
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner1-1/+1