summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2018-07-11xfs: remove struct xfs_bmalloca dfops fieldBrian Foster2-16/+15
2018-07-11xfs: remove xfs_bmapi_remap() dfops paramBrian Foster2-5/+5
2018-07-11xfs: remove xfs_bunmapi() dfops paramBrian Foster5-17/+14
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster4-13/+9
2018-07-11xfs: replace xfs_da_args->dfops accesses with ->t_dfops and removeBrian Foster7-119/+117
2018-07-11xfs: use ->t_dfops in extent split tx and remove paramBrian Foster1-7/+6
2018-07-11xfs: remove dfops param in attr fork add pathBrian Foster1-11/+8
2018-07-11xfs: use ->t_dfops for attr set/remove operationsBrian Foster2-5/+9
2018-07-11xfs: remove dfops param from high level dirname callsBrian Foster2-14/+12
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster2-5/+2
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster2-6/+6
2018-07-11xfs: remove the now unused XFS_BMAPI_IGSTATE flagChristoph Hellwig2-7/+2
2018-06-24xfs: fix fdblocks accounting w/ RMAPBT per-AG reservationDarrick J. Wong1-4/+27
2018-06-24xfs: fix off-by-one error in xfs_rtalloc_query_rangeDarrick J. Wong1-2/+2
2018-06-24xfs: don't allow insert-range to shift extents past the maximum offsetDarrick J. Wong3-0/+30
2018-06-21xfs: More robust inode extent count validationDave Chinner2-29/+50
2018-06-11xfs: update incore per-AG inode countDarrick J. Wong1-0/+2
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-14/+23
2018-06-08xfs: don't call xfs_da_shrink_inode with NULL bpEric Sandeen1-3/+2
2018-06-08xfs: clean up MIN/MAXDave Chinner7-20/+20
2018-06-08xfs: move various type verifiers to common fileDave Chinner7-162/+192
2018-06-06xfs: convert to SPDX license tagsDave Chinner68-899/+68
2018-06-06xfs: validate btree records on retrievalDave Chinner4-9/+132
2018-06-06xfs: push corruption -> ESTALE conversion to xfs_nfs_get_inode()Dave Chinner1-5/+0
2018-06-06xfs: verify COW extent size hint is valid in inode verifierDave Chinner1-0/+6
2018-06-06xfs: verify extent size hint is valid in inode verifierDave Chinner1-1/+8
2018-06-06xfs: catch bad stripe alignment configurationsDave Chinner1-0/+16
2018-06-04xfs: use xfs_trans_getsb in xfs_sync_sb_bufEric Sandeen1-3/+5
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong5-6/+10
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