aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_node.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-12xfs: check owner of dir3 free blocksGravatar Darrick J. Wong 1-0/+2
2020-03-12xfs: don't ever return a stale pointer from __xfs_dir3_free_readGravatar Darrick J. Wong 1-0/+1
2020-03-12xfs: fix buffer corruption reporting when xfs_dir3_free_header_check failsGravatar Darrick J. Wong 1-1/+1
2020-03-12xfs: add a function to deal with corrupt buffers post-verifiersGravatar Darrick J. Wong 1-3/+3
2019-11-22xfs: remove the mappedbno argument to xfs_da_get_bufGravatar Christoph Hellwig 1-1/+1
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufGravatar Christoph Hellwig 1-7/+7
2019-11-22xfs: remove the mappedbno argument to xfs_dir3_leafn_readGravatar Christoph Hellwig 1-2/+1
2019-11-13xfs: devirtualize ->m_dirnameopsGravatar Christoph Hellwig 1-1/+1
2019-11-13xfs: convert open coded corruption check to use XFS_IS_CORRUPTGravatar Darrick J. Wong 1-6/+6
2019-11-10xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intGravatar Christoph Hellwig 1-2/+2
2019-11-10xfs: devirtualize ->data_get_ftype and ->data_put_ftypeGravatar Christoph Hellwig 1-3/+3
2019-11-10xfs: devirtualize ->data_bestfree_pGravatar Christoph Hellwig 1-3/+3
2019-11-10xfs: move the dir2 data block fixed offsets to struct xfs_da_geometryGravatar Christoph Hellwig 1-13/+11
2019-11-10xfs: devirtualize ->data_entry_tag_pGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: devirtualize ->data_entsizeGravatar Christoph Hellwig 1-3/+4
2019-11-10xfs: devirtualize ->db_to_fdb and ->db_to_fdindexGravatar Christoph Hellwig 1-8/+27
2019-11-10xfs: move the max dir2 free bests count to struct xfs_da_geometryGravatar Christoph Hellwig 1-7/+5
2019-11-10xfs: move the dir2 free header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: add a bests pointer to struct xfs_dir3_icfree_hdrGravatar Christoph Hellwig 1-59/+38
2019-11-10xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_intGravatar Christoph Hellwig 1-22/+20
2019-11-10xfs: devirtualize ->free_hdr_to_diskGravatar Christoph Hellwig 1-4/+29
2019-11-10xfs: devirtualize ->free_hdr_from_diskGravatar Christoph Hellwig 1-10/+36
2019-11-10xfs: move the max dir2 leaf entries count to struct xfs_da_geometryGravatar Christoph Hellwig 1-1/+1
2019-11-10xfs: move the dir2 leaf header size to struct xfs_da_geometryGravatar Christoph Hellwig 1-2/+2
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrGravatar Christoph Hellwig 1-37/+27
2019-11-10xfs: devirtualize ->leaf_hdr_to_diskGravatar Christoph Hellwig 1-6/+6
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskGravatar Christoph Hellwig 1-14/+14
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-3/+9
2019-08-30xfs: reverse search directory freespace indexesGravatar Dave Chinner 1-8/+5
2019-08-30xfs: speed up directory bestfree block scanningGravatar Dave Chinner 1-63/+34
2019-08-30xfs: factor free block index lookup from xfs_dir2_node_addname_int()Gravatar Dave Chinner 1-92/+102
2019-08-30xfs: factor data block addition from xfs_dir2_node_addname_int()Gravatar Dave Chinner 1-166/+158
2019-08-30xfs: move xfs_dir2_addname()Gravatar Dave Chinner 1-71/+69
2019-08-12xfs: remove more ondisk directory corruption assertsGravatar Darrick J. Wong 1-1/+2
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-3/+0
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufGravatar Christoph Hellwig 1-3/+3
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2019-03-08xfs: clean up xfs_dir2_leafn_addGravatar Darrick J. Wong 1-12/+8
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addGravatar Nathan Chancellor 1-0/+2
2019-02-11xfs: miscellaneous verifier magic value fixupsGravatar Brian Foster 1-5/+5
2018-07-17xfs: use swap macro in xfs_dir2_leafn_rebalanceGravatar Gustavo A. R. Silva 1-10/+7
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2018-06-04xfs: explicitly pass buffer size to xfs_corruption_errorGravatar Darrick J. Wong 1-1/+2
2018-03-23xfs: sanity-check the unused space before trying to use itGravatar Darrick J. Wong 1-3/+8
2018-03-11xfs: convert a few more directory asserts to corruptionGravatar Darrick J. Wong 1-2/+3
2018-01-29Split buffer's b_fspriv fieldGravatar Carlos Maiolino 1-1/+1
2018-01-12xfs: use %px for data pointers when debuggingGravatar Darrick J. Wong 1-1/+1
2018-01-12xfs: change 0x%p -> %p in print messagesGravatar Darrick J. Wong 1-1/+1
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataGravatar Darrick J. Wong 1-0/+1
2018-01-08xfs: refactor verifier callers to print address of failing checkGravatar Darrick J. Wong 1-8/+16