aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig5-22/+15
2019-11-10xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig3-60/+27
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig5-33/+12
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig5-5/+4
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig5-79/+46
2019-11-10xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig1-22/+20
2019-11-10xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig3-37/+29
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig5-55/+42
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig6-27/+5
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig6-9/+9
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig7-119/+86
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig5-48/+42
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig7-62/+57
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig5-43/+16
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig5-64/+39
2019-11-10xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig5-44/+35
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig5-67/+57
2019-11-10xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig1-4/+4
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig6-57/+58
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2-19/+13
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong1-52/+65
2019-11-10xfs: Correct comment tyops -> typosJoe Perches5-6/+6
2019-11-07xfs: null out bma->prev if no previous extentDarrick J. Wong1-1/+2
2019-11-07xfs: fix missing header includesDarrick J. Wong4-0/+5
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong1-17/+21
2019-11-04xfs: always log corruption errorsDarrick J. Wong11-21/+73
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong2-35/+5
2019-11-03xfs: cleanup use of the XFS_ALLOC_ flagsChristoph Hellwig3-22/+9
2019-11-03xfs: move extent zeroing to xfs_bmapi_allocateChristoph Hellwig3-14/+7
2019-11-03xfs: refactor xfs_bmapi_allocateChristoph Hellwig1-48/+45
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong3-115/+91
2019-10-29xfs: replace -EIO with -EFSCORRUPTED for corrupt metadataDarrick J. Wong1-3/+3
2019-10-29xfs: namecheck attribute names before listing themDarrick J. Wong1-2/+2
2019-10-29xfs: check attribute leaf block structureDarrick J. Wong1-2/+65
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster1-1/+0
2019-10-23xfs: cap longest free extent to maximum allocatableDave Chinner2-10/+11
2019-10-21xfs: fix inode fork extent count overflowDave Chinner5-20/+24
2019-10-21xfs: optimize near mode bnobt scans with concurrent cntbt lookupsBrian Foster1-12/+142
2019-10-21xfs: factor out tree fixup logic into helperBrian Foster1-10/+32
2019-10-21xfs: refactor near mode alloc bnobt scan into separate functionBrian Foster1-54/+74
2019-10-21xfs: refactor and reuse best extent scanning logicBrian Foster1-55/+55
2019-10-21xfs: refactor allocation tree fixup codeBrian Foster1-16/+2
2019-10-21xfs: reuse best extent tracking logic for bnobt scanBrian Foster1-199/+77
2019-10-21xfs: refactor cntbt lastblock scan best extent logic into helperBrian Foster1-28/+87
2019-10-21xfs: track best extent from cntbt lastblock scan in alloc cursorBrian Foster1-30/+33
2019-10-21xfs: track allocation busy state in allocation cursorBrian Foster1-11/+14
2019-10-21xfs: introduce allocation cursor data structureBrian Foster1-155/+163
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster3-3/+25
2019-10-21xfs: use a struct iomap in xfs_writepage_ctxChristoph Hellwig2-6/+11
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8