summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_node.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-3/+3
* xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner2021-08-191-2/+2
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-5/+5
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
* xfs: reduce debug overhead of dir leaf/node checksDave Chinner2021-03-251-1/+1
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-281-12/+5
* xfs: check owner of dir3 free blocksDarrick J. Wong2020-03-121-0/+2
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-03-121-0/+1
* xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsDarrick J. Wong2020-03-121-1/+1
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-3/+3
* xfs: remove the mappedbno argument to xfs_da_get_bufChristoph Hellwig2019-11-221-1/+1
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-7/+7
* xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig2019-11-221-2/+1
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-1/+1
* xfs: convert open coded corruption check to use XFS_IS_CORRUPTDarrick J. Wong2019-11-131-6/+6
* xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig2019-11-101-2/+2
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-101-3/+3
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-101-3/+3
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-13/+11
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-3/+4
* xfs: devirtualize ->db_to_fdb and ->db_to_fdindexChristoph Hellwig2019-11-101-8/+27
* xfs: move the max dir2 free bests count to struct xfs_da_geometryChristoph Hellwig2019-11-101-7/+5
* xfs: move the dir2 free header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+1
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-59/+38
* 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-101-4/+29
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-10/+36
* xfs: move the max dir2 leaf entries count to struct xfs_da_geometryChristoph Hellwig2019-11-101-1/+1
* xfs: move the dir2 leaf header size to struct xfs_da_geometryChristoph Hellwig2019-11-101-2/+2
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-37/+27
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-101-6/+6
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-14/+14
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-3/+9
* xfs: reverse search directory freespace indexesDave Chinner2019-08-301-8/+5
* xfs: speed up directory bestfree block scanningDave Chinner2019-08-301-63/+34
* xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-92/+102
* xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-166/+158
* xfs: move xfs_dir2_addname()Dave Chinner2019-08-301-71/+69
* xfs: remove more ondisk directory corruption assertsDarrick J. Wong2019-08-121-1/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-281-3/+3
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8
* xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-5/+5
* xfs: use swap macro in xfs_dir2_leafn_rebalanceGustavo A. R. Silva2018-07-171-10/+7
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: explicitly pass buffer size to xfs_corruption_errorDarrick J. Wong2018-06-041-1/+2
* xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-231-3/+8