summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_node.c
AgeCommit message (Expand)Author
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
2018-03-11xfs: convert a few more directory asserts to corruptionDarrick J. Wong
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-12xfs: use %px for data pointers when debuggingDarrick J. Wong
2018-01-12xfs: change 0x%p -> %p in print messagesDarrick J. Wong
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong
2017-02-02xfs: verify free block header fieldsDarrick J. Wong