aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig8-41/+32
2019-11-10xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig2-34/+14
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig11-79/+67
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig8-33/+27
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig10-46/+45
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig5-22/+23
2019-11-10xfs: remove the now unused ->data_entry_p methodChristoph Hellwig2-23/+0
2019-11-10xfs: cleanup __xfs_dir3_data_checkChristoph Hellwig1-26/+33
2019-11-10xfs: cleanup xfs_dir2_data_freescan_intChristoph Hellwig1-28/+20
2019-11-10xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig1-43/+25
2019-11-10xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig1-16/+15
2019-11-10xfs: cleanup xchk_dir_recChristoph Hellwig1-14/+14
2019-11-10xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig1-19/+17
2019-11-10xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig1-20/+12
2019-11-10xfs: remove the ->data_unused_p methodChristoph Hellwig4-42/+19
2019-11-10xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig3-84/+26
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig3-8/+2
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig3-9/+4
2019-11-10xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig2-35/+0
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig6-72/+50
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig6-114/+82
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig6-95/+64
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig6-23/+16
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 Hellwig6-83/+48
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 Hellwig6-56/+43
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig7-29/+6
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 Hellwig8-126/+93
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig5-48/+42
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig8-63/+58
2019-11-10xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig7-45/+16
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig8-86/+60
2019-11-10xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig5-44/+35
2019-11-10xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig8-70/+60
2019-11-10xfs: refactor btree node scrubbingChristoph Hellwig4-49/+27
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: remove a stray tab in xfs_remount_rw()Dan Carpenter1-1/+1
2019-11-10xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong5-21/+21
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong4-23/+15
2019-11-10xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong1-52/+65
2019-11-10xfs: annotate functions that trip static checker locking checksDarrick J. Wong2-1/+7
2019-11-10xfs: Correct comment tyops -> typosJoe Perches10-15/+15
2019-11-07xfs: range check ri_cnt when recovering log itemsDarrick J. Wong1-1/+10
2019-11-07xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong1-1/+1