summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2017-10-27xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig1-30/+26
2017-10-27xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig1-38/+9
2017-10-27xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig1-42/+12
2017-10-27xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig1-9/+7
2017-10-27xfs: remove xfs_bmse_shift_oneChristoph Hellwig2-115/+71
2017-10-27xfs: split xfs_bmap_shift_extentsChristoph Hellwig2-65/+142
2017-10-27xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2-38/+21
2017-10-27xfs: remove if_rdevChristoph Hellwig2-18/+21
2017-10-27xfs: remove the never fully implemented UUID fork formatChristoph Hellwig6-30/+12
2017-10-27xfs: remove XFS_BMAP_TRACE_EXLISTChristoph Hellwig3-32/+8
2017-10-27xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig3-123/+55
2017-10-27xfs: remove post-bmap tracing in xfs_bmap_local_to_extentsChristoph Hellwig1-2/+0
2017-10-27xfs: make better use of the 'state' variable in xfs_bmap_del_extent_realChristoph Hellwig1-2/+1
2017-10-27xfs: add a xfs_bmap_fork_to_state helperChristoph Hellwig2-36/+21
2017-10-27xfs: scrub quota informationDarrick J. Wong1-1/+4
2017-10-27xfs: scrub realtime bitmap/summaryDarrick J. Wong2-1/+8
2017-10-27xfs: scrub directory parent pointersDarrick J. Wong1-1/+2
2017-10-27xfs: scrub symbolic linksDarrick J. Wong1-1/+2
2017-10-27xfs: scrub extended attributesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub directory metadataDarrick J. Wong3-2/+22
2017-10-27xfs: scrub inode block mappingsDarrick J. Wong1-1/+4
2017-10-27xfs: scrub inodesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub refcount btreesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub rmap btreesDarrick J. Wong1-1/+2
2017-10-27xfs: scrub inode btreesDarrick J. Wong2-2/+4
2017-10-27xfs: scrub free space btreesDarrick J. Wong1-1/+3
2017-10-27xfs: scrub the AGIDarrick J. Wong1-1/+2
2017-10-27xfs: scrub AGF and AGFLDarrick J. Wong1-1/+3
2017-10-27xfs: scrub the secondary superblocksDarrick J. Wong1-1/+2
2017-10-27xfs: scrub the shape of a metadata btreeDarrick J. Wong2-2/+21
2017-10-27xfs: probe the scrub ioctlDarrick J. Wong1-1/+2
2017-10-27xfs: create an ioctl to scrub AG metadataDarrick J. Wong1-0/+53
2017-10-27xfs: create inode pointer verifiersDarrick J. Wong3-16/+100
2017-10-27xfs: refactor btree block header checking functionsDarrick J. Wong3-68/+114
2017-10-27xfs: refactor btree pointer checksDarrick J. Wong3-42/+45
2017-10-27xfs: create block pointer check functionsDarrick J. Wong3-0/+65
2017-10-27xfs: remove xfs_bmbt_get_stateChristoph Hellwig2-29/+1
2017-10-27xfs: remove all xfs_bmbt_set_* helpers except for xfs_bmbt_set_allChristoph Hellwig2-94/+14
2017-10-27xfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_firstChristoph Hellwig1-8/+6
2017-10-27xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eqChristoph Hellwig1-106/+39
2017-10-27xfs: pass a struct xfs_bmbt_irec to xfs_bmbt_updateChristoph Hellwig3-116/+44
2017-10-27xfs: refactor xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-104/+104
2017-10-27xfs: refactor delalloc accounting in xfs_bmap_add_extent_delay_realChristoph Hellwig1-23/+9
2017-10-27xfs: refactor xfs_bmap_add_extent_delay_realChristoph Hellwig1-86/+95
2017-10-27xfs: refactor xfs_bmap_add_extent_hole_realChristoph Hellwig1-27/+21
2017-10-27xfs: refactor xfs_bmap_add_extent_hole_delayChristoph Hellwig1-10/+11
2017-10-27xfs: refactor xfs_del_extent_realChristoph Hellwig1-30/+30
2017-10-27xfs: use the state defines in xfs_bmap_del_extent_realChristoph Hellwig1-12/+9
2017-10-27xfs: use correct state defines in xfs_bmap_del_extent_{cow,delay}Christoph Hellwig1-12/+12
2017-10-27xfs: move some more code into xfs_bmap_del_extent_realChristoph Hellwig1-24/+17