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