summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig
2019-11-10xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig
2019-11-10xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig
2019-11-10xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move incore structures out of xfs_da_format.hChristoph Hellwig
2019-11-10xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong
2019-11-10xfs: Correct comment tyops -> typosJoe Perches
2019-11-07xfs: range check ri_cnt when recovering log itemsDarrick J. Wong
2019-11-07xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong
2019-11-07xfs: null out bma->prev if no previous extentDarrick J. Wong
2019-11-07xfs: fix missing header includesDarrick J. Wong
2019-11-07xfs: periodically yield scrub threads to the schedulerDarrick J. Wong
2019-11-06xfs: remove redundant assignment to variable errorColin Ian King
2019-11-06xfs: add missing early termination checks to record scrubbing functionsDarrick J. Wong
2019-11-05xfs: make the assertion message functions take a mount parameterxfs-5.5-merge-9Darrick J. Wong
2019-11-05xfs: add missing assert in xfs_fsmap_owner_from_rmapDarrick J. Wong
2019-11-05xfs: decrease indenting problems in xfs_dabuf_mapDarrick J. Wong
2019-11-05xfs: fold xfs_mount-alloc() into xfs_init_fs_context()Ian Kent
2019-11-05xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()Ian Kent
2019-11-05xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()Ian Kent
2019-11-05xfs: move xfs_fc_reconfigure() above xfs_fc_free()Ian Kent
2019-11-05xfs: switch to use the new mount-apiIan Kent
2019-11-05xfs: dont set sb in xfs_mount_alloc()Ian Kent
2019-11-05xfs: move xfs_parseargs() validation to a helperIan Kent
2019-11-05xfs: refactor xfs_parseags()Ian Kent
2019-11-05xfs: avoid redundant checks when options is emptyIan Kent
2019-11-05xfs: refactor suffix_kstrtoint()Ian Kent
2019-11-05xfs: add xfs_remount_ro() helperIan Kent
2019-11-05xfs: add xfs_remount_rw() helperIan Kent
2019-11-05xfs: merge freeing of mp names and mpIan Kent
2019-11-05xfs: use kmem functions for struct xfs_mountIan Kent
2019-11-05xfs: dont use XFS_IS_QUOTA_RUNNING() for option checkIan Kent
2019-11-05xfs: use super s_id instead of struct xfs_mount m_fsnameIan Kent