summary refs log tree commit diff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-05-15xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong
2018-05-15xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong
2018-05-15xfs: factor out nodiscard helpersBrian Foster
2018-05-15xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong
2018-05-15xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-05-10xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong
2018-05-10xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-05-10xfs: don't discard on free of unwritten extentsBrian Foster
2018-05-10xfs: add bmapi nodiscard flagBrian Foster
2018-05-10xfs: get rid of the log item descriptorDave Chinner
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner
2018-05-10xfs: add missing rmap error returnDarrick J. Wong
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong
2018-05-09xfs: defer agfl block frees from deferred ops processing contextBrian Foster
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster
2018-05-09xfs: create agfl block free helper functionBrian Foster
2018-05-09xfs: print specific dqblk that failed verifiersEric Sandeen
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen
2018-05-09xfs: check type in quota verifier during quotacheckEric Sandeen
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner
2018-04-17xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong
2018-04-17xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2018-04-17xfs: enhance dinode verifierEric Sandeen
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-03-26xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster
2018-03-23xfs: remove dead inode version setting codeDave Chinner
2018-03-23xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-03-23xfs: refactor inode buffer verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor inode verifier error loggingDarrick J. Wong
2018-03-23xfs: refactor bmap record validationDarrick J. Wong
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino
2018-02-05Merge tag 'xfs-4.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-01-31xfs: fix u32 type usage in sb validation functionDarrick J. Wong
2018-01-31Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds