aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig3-35/+23
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig4-40/+26
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig8-1209/+1082
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig1-4/+4
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig2-183/+13
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig2-2/+7
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig5-276/+342
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig1-12/+8
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig1-40/+13
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig3-10/+9
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig1-11/+6
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig1-3/+3
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig1-17/+18
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig1-5/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_delayChristoph Hellwig1-4/+5
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_delay_realChristoph Hellwig1-11/+16
2017-11-06xfs: remove a duplicate assignment in xfs_bmap_add_extent_delay_realChristoph Hellwig1-1/+1
2017-11-06xfs: don't create overlapping extents in xfs_bmap_add_extent_delay_realChristoph Hellwig1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01xfs: convert remaining xfs_sb_version_... checks to boolDave Chinner1-2/+2
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong10-0/+115
2017-11-01xfs: remove inode log format typedefDarrick J. Wong1-2/+2
2017-10-31xfs: remove redundant assignment to variable bitColin Ian King1-1/+0
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong2-2/+6
2017-10-27xfs: abort dir/attr btree operation if btree is obviously weirdDarrick J. Wong1-1/+21
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig3-20/+32
2017-10-26xfs: merge xfs_bmap_read_extents into xfs_iread_extentsChristoph Hellwig3-75/+51
2017-10-26xfs: rewrite xfs_bmap_first_unused to make better use of xfs_iext_get_extentChristoph Hellwig1-30/+26
2017-10-26xfs: don't rely on extent indices in xfs_bmap_insert_extentsChristoph Hellwig1-38/+9
2017-10-26xfs: don't rely on extent indices in xfs_bmap_collapse_extentsChristoph Hellwig1-42/+12
2017-10-26xfs: update got in xfs_bmap_shift_update_extentChristoph Hellwig1-9/+7
2017-10-26xfs: remove xfs_bmse_shift_oneChristoph Hellwig2-115/+71
2017-10-26xfs: split xfs_bmap_shift_extentsChristoph Hellwig2-65/+142
2017-10-26xfs: remove XFS_BMAP_MAX_SHIFT_EXTENTSChristoph Hellwig2-38/+21
2017-10-26xfs: remove if_rdevChristoph Hellwig2-18/+21
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig6-30/+12