summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig
2019-11-10xfs: remove the now unused ->data_entry_p methodChristoph Hellwig
2019-11-10xfs: cleanup __xfs_dir3_data_checkChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_data_freescan_intChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig
2019-11-10xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig
2019-11-10xfs: cleanup xchk_dir_recChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig
2019-11-10xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig
2019-11-10xfs: remove the ->data_unused_p methodChristoph Hellwig
2019-11-10xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig
2019-11-10xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig
2019-11-10xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig
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