summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong1-0/+8
2018-01-08xfs: refactor the geometry structure filling functionDarrick J. Wong4-75/+89
2018-01-08xfs: hoist xfs_fs_geometry to libxfsDarrick J. Wong2-0/+82
2018-01-08xfs: trace log reservations at mount timeDarrick J. Wong2-1/+4
2018-01-08xfs: standardize quota verification function outputsDarrick J. Wong2-94/+54
2018-01-08xfs: separate dquot repair into a separate functionDarrick J. Wong2-8/+17
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong16-21/+124
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. Wong2-20/+58
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
2018-01-08xfs: move inode fork verifiers to xfs_dinode_verifyDarrick J. Wong2-89/+69
2018-01-08xfs: verify dinode header firstDarrick J. Wong1-10/+13
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong18-97/+200
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong20-274/+322
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong18-142/+74
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong3-53/+61
2018-01-08xfs: refactor short form btree pointer verificationDarrick J. Wong1-6/+6
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong3-20/+50
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong4-9/+5
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster1-46/+6
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster1-15/+49
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster1-41/+43
2018-01-08xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-01-08xfs: fix up agi unlinked list reservationsBrian Foster1-3/+4
2018-01-08xfs: include inobt buffers in ifree tx log reservationBrian Foster1-9/+6
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong1-24/+52
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong3-3/+42
2017-12-21xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong1-33/+19
2017-12-14xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong1-2/+2
2017-12-14xfs: account for null transactions in bunmapiDarrick J. Wong1-1/+1
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong3-9/+23
2017-12-14xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2-4/+40
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2-8/+3
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen1-2/+4
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig1-6/+2
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang1-1/+1
2017-11-16xfs: fix type usageDarrick J. Wong2-3/+3
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds27-3035/+2673
2017-11-09xfs: remove u_int* type usageDarrick J. Wong1-1/+1
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig1-7/+17
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig1-0/+24
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig1-2/+1
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig1-1/+0
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig1-0/+8
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig1-4/+1
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig1-2/+2
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig2-18/+12
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig3-7/+7