summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_dir2_block.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: validate explicit directory block buffer ownersDarrick J. Wong2024-04-151-8/+12
* xfs: validate explicit directory data buffer ownersDarrick J. Wong2024-04-151-1/+2
* xfs: use the xfs_da_args owner field to set new dir/attr block ownerDarrick J. Wong2024-04-151-9/+10
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-221-0/+2
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-2/+2
* xfs: convert kmem_alloc() to kmalloc()Dave Chinner2024-02-131-1/+1
* xfs: make if_data a void pointerChristoph Hellwig2023-12-291-4/+2
* xfs: replace inode fork size macros with functionsDarrick J. Wong2022-07-121-2/+2
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-091-1/+1
* 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: remove XFS_IFINLINEChristoph Hellwig2021-04-151-1/+1
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-5/+5
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-191-1/+1
* xfs: check owner of dir3 blocksDarrick J. Wong2020-03-121-2/+31
* xfs: remove the mappedbno argument to xfs_da_read_bufChristoph Hellwig2019-11-221-2/+2
* xfs: devirtualize ->m_dirnameopsChristoph Hellwig2019-11-131-5/+2
* xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_intChristoph Hellwig2019-11-101-5/+5
* xfs: devirtualize ->data_get_ftype and ->data_put_ftypeChristoph Hellwig2019-11-101-6/+7
* 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-2/+3
* xfs: devirtualize ->data_entry_tag_pChristoph Hellwig2019-11-101-4/+4
* xfs: devirtualize ->data_entsizeChristoph Hellwig2019-11-101-4/+5
* xfs: remove the ->data_unused_p methodChristoph Hellwig2019-11-101-1/+1
* xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methodsChristoph Hellwig2019-11-101-28/+26
* xfs: devirtualize ->sf_get_ftype and ->sf_put_ftypeChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->sf_get_ino and ->sf_put_inoChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->sf_entsize and ->sf_nextentryChristoph Hellwig2019-11-101-1/+1
* xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_inoChristoph Hellwig2019-11-101-1/+1
* xfs: add an entries pointer to struct xfs_dir3_icleaf_hdrChristoph Hellwig2019-11-101-4/+3
* xfs: devirtualize ->leaf_hdr_from_diskChristoph Hellwig2019-11-101-1/+1
* xfs: relax shortform directory size checksDarrick J. Wong2019-11-041-7/+1
* xfs: move local to extent inode logging into bmap helperBrian Foster2019-10-091-2/+1
* xfs: log the inode on directory sf to block format changeBrian Foster2019-10-091-0/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-1/+1
* 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: miscellaneous verifier magic value fixupsBrian Foster2019-02-111-5/+5
* xfs: clean up MIN/MAXDave Chinner2018-06-081-4/+4
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: sanity-check the unused space before trying to use itDarrick J. Wong2018-03-231-24/+35
* 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/+1
* 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-8/+8
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+3
* xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data verifiersDarrick J. Wong2018-01-081-3/+1
* xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong2017-07-071-1/+1