summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix error handling in xfs_refcount_insert()Dave Chinner2018-06-011-0/+3
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-13/+13
* xfs: strengthen rtalloc query range checksDarrick J. Wong2018-06-011-2/+5
* xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong2018-06-011-0/+3
* xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong2018-06-011-1/+1
* xfs: repair superblocksDarrick J. Wong2018-05-302-0/+25
* xfs: fix inobt magic number checkDarrick J. Wong2018-05-291-1/+1
* xfs: implement online get/set fs labelEric Sandeen2018-05-163-2/+36
* xfs: factor the ag length extension code into libxfsDave Chinner2018-05-152-1/+66
* xfs: move growfs core to libxfsDave Chinner2018-05-154-0/+511
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-152-2/+11
* xfs: teach xfs_bmapi_remap to accept some bmapi flagsDarrick J. Wong2018-05-151-2/+8
* xfs: make xfs_bmapi_remapi work with attribute forksDarrick J. Wong2018-05-152-12/+20
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-152-0/+42
* xfs: superblock scrub should use short-lived buffersDarrick J. Wong2018-05-153-0/+26
* xfs: factor out nodiscard helpersBrian Foster2018-05-153-31/+4
* xfs: add BMAPI_NORMAP flag to perform block remapping without updating rmapbtDarrick J. Wong2018-05-152-12/+23
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-154-0/+41
* xfs: add repair helpers for the reverse mapping btreeDarrick J. Wong2018-05-152-0/+85
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-154-3/+11
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-158-3/+37
* xfs: replace XFS_QMOPT_DQALLOC with a simple booleanDarrick J. Wong2018-05-101-1/+0
* xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-2/+2
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-1/+0
* xfs: don't discard on free of unwritten extentsBrian Foster2018-05-101-1/+2
* xfs: add bmapi nodiscard flagBrian Foster2018-05-104-12/+75
* xfs: get rid of the log item descriptorDave Chinner2018-05-102-19/+4
* xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2018-05-101-6/+6
* xfs: add missing rmap error returnDarrick J. Wong2018-05-101-0/+2
* xfs: bmap debugging should never panic the systemDarrick J. Wong2018-05-091-2/+4
* xfs: defer agfl block frees from deferred ops processing contextBrian Foster2018-05-091-0/+12
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-092-4/+48
* xfs: create agfl block free helper functionBrian Foster2018-05-092-10/+29
* xfs: print specific dqblk that failed verifiersEric Sandeen2018-05-091-19/+22
* xfs: add full xfs_dqblk verifierEric Sandeen2018-05-092-5/+24
* xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen2018-05-092-13/+10
* xfs: check type in quota verifier during quotacheckEric Sandeen2018-05-091-1/+3
* xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen2018-05-092-5/+3
* xfs: make xfs_buf_incore out of lineDave Chinner2018-05-091-1/+1
* xfs: don't fail when converting shortform attr to long form during ATTR_REPLACEDarrick J. Wong2018-04-171-1/+8
* xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen2018-04-171-0/+4
* xfs: enhance dinode verifierEric Sandeen2018-04-171-0/+21
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-0916-55/+33
* xfs: clean up xfs_mount allocation and dynamic initializersBrian Foster2018-03-261-1/+0
* xfs: remove dead inode version setting codeDave Chinner2018-03-231-4/+1
* xfs: don't accept inode buffers with suspicious unlinked chainsDarrick J. Wong2018-03-231-2/+8
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-232-0/+110
* xfs: refactor inode buffer verifier error loggingDarrick J. Wong2018-03-231-1/+3
* xfs: refactor inode verifier error loggingDarrick J. Wong2018-03-232-8/+12
* xfs: refactor bmap record validationDarrick J. Wong2018-03-234-21/+54