summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_leaf.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner2021-08-191-2/+2
* 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-3/+3
* 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-3/+7
* xfs: add a function to deal with corrupt buffers post-verifiersDarrick J. Wong2020-03-121-1/+1
* 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/+6
* xfs: remove the mappedbno argument to xfs_dir3_leafn_readChristoph Hellwig2019-11-221-3/+2
* xfs: remove the mappedbno argument to xfs_dir3_leaf_readChristoph Hellwig2019-11-221-5/+4
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-1/+1
* 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-101-3/+3
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-101-3/+3
* xfs: devirtualize ->data_bestfree_pChristoph Hellwig2019-11-101-5/+6
* xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryChristoph Hellwig2019-11-101-10/+12
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-2/+3
* xfs: add a bests pointer to struct xfs_dir3_icfree_hdrChristoph Hellwig2019-11-101-4/+2
* xfs: devirtualize ->free_hdr_from_diskChristoph Hellwig2019-11-101-11/+3
* 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-1/+1
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-56/+45
* xfs: devirtualize ->leaf_hdr_to_diskChristoph Hellwig2019-11-101-5/+34
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-8/+37
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-1/+3
* xfs: remove unused header filesEric Sandeen2019-06-281-4/+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_leaf_addnameDarrick J. Wong2019-03-121-18/+15
* xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong2019-03-101-2/+2
* xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-181-4/+4
* xfs: factor xfs_da3_blkinfo verification into common helperBrian Foster2019-02-111-13/+4
* xfs: use verifier magic field in dir2 leaf verifiersBrian Foster2019-02-111-68/+19
* xfs: clean up MIN/MAXDave Chinner2018-06-081-4/+4
* 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: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong2018-06-041-1/+0
* xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-231-3/+7
* xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-111-1/+2
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-1/+1
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+16
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-5/+11
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-23/+32
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+3
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-071-2/+2
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-6/+6
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+2
* xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-0/+3