summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-139-329/+956
* xfs: add a XFS_IS_CORRUPT macroDarrick J. Wong2019-11-131-1/+12
* xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong2019-11-111-0/+8
* xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong2019-11-111-0/+10
* xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2019-11-112-27/+17
* xfs: always pass a valid hdr to xfs_dir3_leaf_check_intChristoph Hellwig2019-11-111-18/+13
* xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig2019-11-115-23/+12
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-118-65/+0
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-119-77/+51
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-118-41/+32
* xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig2019-11-112-34/+14
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-1111-79/+67
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-118-33/+27
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-1110-46/+45
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-115-22/+23
* xfs: remove the now unused ->data_entry_p methodChristoph Hellwig2019-11-112-23/+0
* xfs: cleanup __xfs_dir3_data_checkChristoph Hellwig2019-11-111-26/+33
* xfs: cleanup xfs_dir2_data_freescan_intChristoph Hellwig2019-11-111-28/+20
* xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig2019-11-111-43/+25
* xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig2019-11-111-16/+15
* xfs: cleanup xchk_dir_recChristoph Hellwig2019-11-111-14/+14
* xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig2019-11-111-19/+17
* xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig2019-11-111-20/+12
* xfs: remove the ->data_unused_p methodChristoph Hellwig2019-11-114-42/+19
* xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig2019-11-113-84/+26
* xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-113-8/+2
* xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-113-9/+4
* xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig2019-11-112-35/+0
* xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig2019-11-116-72/+50
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-116-114/+82
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-116-95/+64
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-116-23/+16
* xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig2019-11-113-60/+27
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-115-33/+12
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-115-5/+4
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-116-83/+48
* xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig2019-11-111-22/+20
* xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig2019-11-113-37/+29
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-116-56/+43
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-117-29/+6
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-116-9/+9
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-118-126/+93
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-115-48/+42
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-118-63/+58
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-117-45/+16
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-118-86/+60
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-115-44/+35
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-118-70/+60
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-114-49/+27
* xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig2019-11-111-4/+4