summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2-8/+6
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig3-10/+8
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig9-56/+42
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong9-113/+63
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong6-301/+950
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2-27/+17
2019-11-10xfs: always pass a valid hdr to xfs_dir3_leaf_check_intChristoph Hellwig1-18/+13
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig5-23/+12
2019-11-10xfs: remove the now unused dir ops infrastructureChristoph Hellwig4-58/+0
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig8-75/+49
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig7-36/+30
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 Hellwig9-67/+54
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig7-32/+26
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig8-39/+37
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig3-16/+17
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: 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 Hellwig2-7/+0
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2-4/+0
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 Hellwig5-71/+49
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig5-113/+81
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig5-92/+60
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