summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong2018-06-241-4/+27
* xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong2018-06-241-2/+2
* xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong2018-06-243-0/+30
* xfs: More robust inode extent count validationDave Chinner2018-06-212-29/+50
* xfs: update incore per-AG inode countDarrick J. Wong2018-06-111-0/+2
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-14/+23
* xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen2018-06-081-3/+2
* xfs: clean up MIN/MAXDave Chinner2018-06-087-20/+20
* xfs: move various type verifiers to common fileDave Chinner2018-06-087-162/+192
* xfs: convert to SPDX license tagsDave Chinner2018-06-0668-899/+68
* xfs: validate btree records on retrievalDave Chinner2018-06-064-9/+132
* xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner2018-06-061-5/+0
* xfs: verify COW extent size hint is valid in inode verifierDave Chinner2018-06-061-0/+6
* xfs: verify extent size hint is valid in inode verifierDave Chinner2018-06-061-1/+8
* xfs: catch bad stripe alignment configurationsDave Chinner2018-06-061-0/+16
* xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen2018-06-041-3/+5
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-045-6/+10
* xfs: don't assert when on-disk btree pointers are garbageDarrick J. Wong2018-06-041-7/+16
* xfs: strengthen btree pointer checks before useDarrick J. Wong2018-06-041-15/+35
* xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong2018-06-041-47/+29
* xfs: check directory bestfree information in the verifierDarrick J. Wong2018-06-041-35/+68
* xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong2018-06-041-3/+5
* xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong2018-06-043-3/+0
* xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong2018-06-041-1/+6
* xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong2018-06-041-4/+8
* xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong2018-06-041-1/+0
* xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong2018-06-041-1/+0
* xfs: verify AGI unlinked list contains valid blocksDave Chinner2018-06-031-15/+8
* 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
OpenPOWER on IntegriCloud