summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-18xfs: report corruption only as a regular errorDarrick J. Wong2-12/+7
2019-11-18xfs: Remove kmem_zone_free() wrapperCarlos Maiolino17-33/+27
2019-11-18xfs: Remove kmem_zone_destroy() wrapperCarlos Maiolino4-45/+39
2019-11-18xfs: Remove slab init wrappersCarlos Maiolino4-64/+68
2019-11-15xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2019-11-15xfs: fix some memory leaks in log recoveryDarrick J. Wong1-3/+5
2019-11-13xfs: fix another missing includeDarrick J. Wong1-0/+1
2019-11-13xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLEChristoph Hellwig4-149/+0
2019-11-13xfs: remove duplicated include from xfs_dir2_data.cYueHaibing1-1/+0
2019-11-13xfs: remove unused structure members & simple typedefsEric Sandeen3-5/+0
2019-11-13xfs: remove unused typedef definitionsEric Sandeen3-6/+6
2019-11-13xfs: Replace function declaration by actual definitionPavel Reichl1-74/+66
2019-11-13xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl4-34/+39
2019-11-13xfs: remove the xfs_dq_logitem_t typedefPavel Reichl3-7/+7
2019-11-13xfs: remove the xfs_quotainfo_t typedefPavel Reichl3-14/+14
2019-11-13xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl9-108/+111
2019-11-13xfs: avoid time_t in user apiArnd Bergmann1-1/+1
2019-11-13xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia3-5/+42
2019-11-13xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig1-2/+0
2019-11-13xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig12-47/+26
2019-11-13xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig7-18/+14
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig10-58/+42
2019-11-13xfs: remove the unused m_chsize fieldChristoph Hellwig1-1/+0
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong16-202/+116
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong9-329/+956
2019-11-12xfs: add a XFS_IS_CORRUPT macroDarrick J. Wong1-1/+12
2019-11-11xfs: attach dquots before performing xfs_swap_extentsDarrick J. Wong1-0/+8
2019-11-11xfs: attach dquots and reserve quota blocks during unwritten conversionDarrick J. Wong1-0/+10
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 Hellwig8-65/+0
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig9-77/+51
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