aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: improve the xfs_dabuf_map calling conventionsChristoph Hellwig2019-11-222-29/+17
* xfs: refactor xfs_dabuf_mapChristoph Hellwig2019-11-221-102/+54
* xfs: simplify mappedbno handling in xfs_da_{get,read}_bufChristoph Hellwig2019-11-221-52/+51
* xfs: Remove kmem_zone_free() wrapperCarlos Maiolino2019-11-183-6/+6
* xfs: fix attr leaf header freemap.size underflowBrian Foster2019-11-151-1/+3
* xfs: remove duplicated include from xfs_dir2_data.cYueHaibing2019-11-131-1/+0
* xfs: remove unused structure members & simple typedefsEric Sandeen2019-11-131-2/+0
* xfs: remove unused typedef definitionsEric Sandeen2019-11-132-4/+4
* xfs: remove the xfs_qoff_logitem_t typedefPavel Reichl2019-11-131-2/+2
* xfs: remove the xfs_disk_dquot_t and xfs_dquot_tPavel Reichl2019-11-133-10/+10
* xfs: avoid time_t in user apiArnd Bergmann2019-11-131-1/+1
* xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()kaixuxia2019-11-132-5/+25
* xfs: don't reset the "inode core" in xfs_ireadChristoph Hellwig2019-11-131-2/+0
* xfs: merge the projid fields in struct xfs_icdinodeChristoph Hellwig2019-11-132-8/+6
* xfs: use a struct timespec64 for the in-core crtimeChristoph Hellwig2019-11-133-10/+8
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-139-56/+42
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-139-113/+63
* xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong2019-11-126-301/+950
* 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-101-18/+13
* xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig2019-11-105-23/+12
* xfs: remove the now unused dir ops infrastructureChristoph Hellwig2019-11-104-58/+0
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-108-75/+49
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-107-36/+30
* 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-109-67/+54
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-107-32/+26
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-108-39/+37
* xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offsetChristoph Hellwig2019-11-103-16/+17
* 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: 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-102-7/+0
* xfs: remove the data_dot_offset field in struct xfs_dir_opsChristoph Hellwig2019-11-102-4/+0
* 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-105-71/+49
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-105-113/+81
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-105-92/+60
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-105-22/+15
* 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-105-79/+46
* 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-105-55/+42
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-106-27/+5