summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_dir2_block.c
AgeCommit message (Expand)Author
2024-04-15xfs: validate explicit directory block buffer ownersDarrick J. Wong
2024-04-15xfs: validate explicit directory data buffer ownersDarrick J. Wong
2024-04-15xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2023-12-29xfs: make if_data a void pointerChristoph Hellwig
2022-07-12xfs: replace inode fork size macros with functionsDarrick J. Wong
2022-07-09xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-03-12xfs: check owner of dir3 blocksDarrick J. Wong
2019-11-22xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig
2019-11-13xfs: devirtualize ->m_dirnameopsChristoph Hellwig
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: remove the ->data_unused_p methodChristoph Hellwig
2019-11-10xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig
2019-11-10xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig
2019-11-10xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig
2019-11-10xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig
2019-11-04xfs: relax shortform directory size checksDarrick J. Wong
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
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-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2018-06-08xfs: clean up MIN/MAXDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-03-23xfs: sanity-check the unused space before trying to use itDarrick J. Wong
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
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
2018-01-08xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong