summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong
2018-01-08xfs: refactor short form btree pointer verificationDarrick J. Wong
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong
2018-01-08xfs: eliminate duplicate icreate tx reservation functionsBrian Foster
2018-01-08xfs: refactor inode chunk alloc/free tx reservationBrian Foster
2018-01-08xfs: include an allocfree res for inobt modificationsBrian Foster
2018-01-08xfs: truncate transaction does not modify the inobtBrian Foster
2018-01-08xfs: fix up agi unlinked list reservationsBrian Foster
2018-01-08xfs: include inobt buffers in ifree tx log reservationBrian Foster
2017-12-21xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong
2017-12-21xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong
2017-12-14xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong
2017-12-14xfs: account for null transactions in bunmapiDarrick J. Wong
2017-12-14xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong
2017-12-14xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang
2017-11-16xfs: fix type usageDarrick J. Wong
2017-11-14Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-11-09xfs: remove u_int* type usageDarrick J. Wong
2017-11-09xfs: handle zero entries case in xfs_iext_rebalance_leafChristoph Hellwig
2017-11-09xfs: add comments documenting the rebalance algorithmChristoph Hellwig
2017-11-09xfs: trivial indentation fixup for xfs_iext_remove_nodeChristoph Hellwig
2017-11-09xfs: remove a superflous assignment in xfs_iext_remove_nodeChristoph Hellwig
2017-11-09xfs: add some comments to xfs_iext_insert/xfs_iext_insert_nodeChristoph Hellwig
2017-11-09xfs: fix number of records handling in xfs_iext_split_leafChristoph Hellwig
2017-11-06xfs: mark xfs_btree_check_lblock and xfs_btree_check_ptr staticChristoph Hellwig
2017-11-06xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.hChristoph Hellwig
2017-11-06xfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: allow unaligned extent records in xfs_bmbt_disk_set_allChristoph Hellwig
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig
2017-11-06xfs: simplify xfs_reflink_convert_cowChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-06xfs: iterate over extents in xfs_bmap_extents_to_btreeChristoph Hellwig
2017-11-06xfs: iterate over extents in xfs_iextents_copyChristoph Hellwig
2017-11-06xfs: pass an on-disk extent to xfs_bmbt_validate_extentChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_collapse_extentsChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_del_extent_*Christoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_unwritten_realChristoph Hellwig
2017-11-06xfs: treat idx as a cursor in xfs_bmap_add_extent_hole_realChristoph Hellwig