summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: cleanup xfs_dir2_data_entsizeChristoph Hellwig2019-11-102-34/+14
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-1011-79/+67
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-108-33/+27
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-1010-46/+45
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-105-22/+23
* xfs: remove the now unused ->data_entry_p methodChristoph Hellwig2019-11-102-23/+0
* xfs: cleanup __xfs_dir3_data_checkChristoph Hellwig2019-11-101-26/+33
* xfs: cleanup xfs_dir2_data_freescan_intChristoph Hellwig2019-11-101-28/+20
* xfs: cleanup xfs_dir2_block_to_sfChristoph Hellwig2019-11-101-43/+25
* xfs: cleanup xchk_directory_data_bestfreeChristoph Hellwig2019-11-101-16/+15
* xfs: cleanup xchk_dir_recChristoph Hellwig2019-11-101-14/+14
* xfs: cleanup xfs_dir2_leaf_getdentsChristoph Hellwig2019-11-101-19/+17
* xfs: cleanup xfs_dir2_block_getdentsChristoph Hellwig2019-11-101-20/+12
* xfs: remove the ->data_unused_p methodChristoph Hellwig2019-11-104-42/+19
* xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig2019-11-103-84/+26
* xfs: remove the data_dotdot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-103-8/+2
* xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-103-9/+4
* xfs: remove the unused ->data_first_entry_p methodChristoph Hellwig2019-11-102-35/+0
* xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig2019-11-106-72/+50
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-106-114/+82
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-106-95/+64
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-106-23/+16
* xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig2019-11-103-60/+27
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-105-33/+12
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-105-5/+4
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-106-83/+48
* xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig2019-11-101-22/+20
* xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig2019-11-103-37/+29
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-106-56/+43
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-107-29/+6
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-106-9/+9
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-108-126/+93
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-105-48/+42
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-108-63/+58
* xfs: move the node header size to struct xfs_da_geometryChristoph Hellwig2019-11-107-45/+16
* xfs: add a btree entries pointer to struct xfs_da3_icnode_hdrChristoph Hellwig2019-11-108-86/+60
* xfs: devirtualize ->node_hdr_to_diskChristoph Hellwig2019-11-105-44/+35
* xfs: devirtualize ->node_hdr_from_diskChristoph Hellwig2019-11-108-70/+60
* xfs: refactor btree node scrubbingChristoph Hellwig2019-11-104-49/+27
* xfs: use unsigned int for all size values in struct xfs_da_geometryChristoph Hellwig2019-11-101-4/+4
* xfs: move incore structures out of xfs_da_format.hChristoph Hellwig2019-11-106-57/+58
* xfs: remove a stray tab in xfs_remount_rw()Dan Carpenter2019-11-101-1/+1
* xfs: convert EIO to EFSCORRUPTED when log contents are invalidDarrick J. Wong2019-11-105-21/+21
* xfs: refactor "does this fork map blocks" predicateDarrick J. Wong2019-11-104-23/+15
* xfs: clean up weird while loop in xfs_alloc_ag_vextent_nearDarrick J. Wong2019-11-101-52/+65
* xfs: annotate functions that trip static checker locking checksDarrick J. Wong2019-11-102-1/+7
* xfs: Correct comment tyops -> typosJoe Perches2019-11-1010-15/+15
* xfs: range check ri_cnt when recovering log itemsDarrick J. Wong2019-11-071-1/+10
* xfs: "optimize" buffer item log segment bitmap settingDarrick J. Wong2019-11-071-1/+1
* xfs: null out bma->prev if no previous extentDarrick J. Wong2019-11-071-1/+2