aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 16-202/+116
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosGravatar Darrick J. Wong 9-329/+956
2019-11-12xfs: add a XFS_IS_CORRUPT macroGravatar Darrick J. Wong 1-1/+12
2019-11-11xfs: attach dquots before performing xfs_swap_extentsGravatar Darrick J. Wong 1-0/+8
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionGravatar Darrick J. Wong 1-0/+10
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockGravatar Darrick J. Wong 2-27/+17
2019-11-10xfs: always pass a valid hdr to xfs_dir3_leaf_check_intGravatar Christoph Hellwig 1-18/+13
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intGravatar Christoph Hellwig 5-23/+12
2019-11-10xfs: remove the now unused dir ops infrastructureGravatar Christoph Hellwig 8-65/+0
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeGravatar Christoph Hellwig 9-77/+51
2019-11-10xfs: devirtualize ->data_bestfree_pGravatar Christoph Hellwig 8-41/+32
2019-11-10xfs: cleanup xfs_dir2_data_entsizeGravatar Christoph Hellwig 2-34/+14
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryGravatar Christoph Hellwig 11-79/+67
2019-11-10xfs: devirtualize ->data_entry_tag_pGravatar Christoph Hellwig 8-33/+27
2019-11-10xfs: devirtualize ->data_entsizeGravatar Christoph Hellwig 10-46/+45
2019-11-10xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetGravatar Christoph Hellwig 5-22/+23
2019-11-10xfs: remove the now unused ->data_entry_p methodGravatar Christoph Hellwig 2-23/+0
2019-11-10xfs: cleanup __xfs_dir3_data_checkGravatar Christoph Hellwig 1-26/+33
2019-11-10xfs: cleanup xfs_dir2_data_freescan_intGravatar Christoph Hellwig 1-28/+20
2019-11-10xfs: cleanup xfs_dir2_block_to_sfGravatar Christoph Hellwig 1-43/+25
2019-11-10xfs: cleanup xchk_directory_data_bestfreeGravatar Christoph Hellwig 1-16/+15
2019-11-10xfs: cleanup xchk_dir_recGravatar Christoph Hellwig 1-14/+14
2019-11-10xfs: cleanup xfs_dir2_leaf_getdentsGravatar Christoph Hellwig 1-19/+17
2019-11-10xfs: cleanup xfs_dir2_block_getdentsGravatar Christoph Hellwig 1-20/+12
2019-11-10xfs: remove the ->data_unused_p methodGravatar Christoph Hellwig 4-42/+19
2019-11-10xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsGravatar Christoph Hellwig 3-84/+26
2019-11-10xfs: remove the data_dotdot_offset field in struct xfs_dir_opsGravatar Christoph Hellwig 3-8/+2
2019-11-10xfs: remove the data_dot_offset field in struct xfs_dir_opsGravatar Christoph Hellwig 3-9/+4
2019-11-10xfs: remove the unused ->data_first_entry_p methodGravatar Christoph Hellwig 2-35/+0
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeGravatar Christoph Hellwig 6-72/+50
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoGravatar Christoph Hellwig 6-114/+82
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryGravatar Christoph Hellwig 6-95/+64
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoGravatar Christoph Hellwig 6-23/+16
2019-11-10xfs: devirtualize ->db_to_fdb and ->db_to_fdindexGravatar Christoph Hellwig 3-60/+27
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryGravatar Christoph Hellwig 5-33/+12
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryGravatar Christoph Hellwig 5-5/+4
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrGravatar Christoph Hellwig 6-83/+48
2019-11-10xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intGravatar Christoph Hellwig 1-22/+20
2019-11-10xfs: devirtualize ->free_hdr_to_diskGravatar Christoph Hellwig 3-37/+29
2019-11-10xfs: devirtualize ->free_hdr_from_diskGravatar Christoph Hellwig 6-56/+43
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryGravatar Christoph Hellwig 7-29/+6
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryGravatar Christoph Hellwig 6-9/+9
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrGravatar Christoph Hellwig 8-126/+93
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskGravatar Christoph Hellwig 5-48/+42
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskGravatar Christoph Hellwig 8-63/+58
2019-11-10xfs: move the node header size to struct xfs_da_geometryGravatar Christoph Hellwig 7-45/+16
2019-11-10xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrGravatar Christoph Hellwig 8-86/+60
2019-11-10xfs: devirtualize ->node_hdr_to_diskGravatar Christoph Hellwig 5-44/+35
2019-11-10xfs: devirtualize ->node_hdr_from_diskGravatar Christoph Hellwig 8-70/+60
2019-11-10xfs: refactor btree node scrubbingGravatar Christoph Hellwig 4-49/+27