summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_node.c
AgeCommit message (Expand)Author
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
2020-03-12xfs: check owner of dir3 free blocksDarrick J. Wong
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig
2019-11-10xfs: devirtualize ->data_bestfree_pChristoph Hellwig
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entry_tag_pChristoph Hellwig
2019-11-10xfs: devirtualize ->data_entsizeChristoph Hellwig
2019-11-10xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig
2019-11-10xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intChristoph Hellwig
2019-11-10xfs: devirtualize ->free_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig
2019-11-04xfs: always log corruption errorsDarrick J. Wong
2019-08-30xfs: reverse search directory freespace indexesDave Chinner
2019-08-30xfs: speed up directory bestfree block scanningDave Chinner
2019-08-30xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner
2019-08-30xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner
2019-08-30xfs: move xfs_dir2_addname()Dave Chinner
2019-08-12xfs: remove more ondisk directory corruption assertsDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2018-07-17xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong