Age | Commit message (Expand) | Author |
2025-01-13 | xfs: mark xfs_dir_isempty static | Christoph Hellwig |
2024-07-02 | xfs: move dirent update hooks to xfs_dir2.c | Darrick J. Wong |
2024-07-02 | xfs: create libxfs helper to rename two directory entries | Darrick J. Wong |
2024-07-02 | xfs: create libxfs helper to exchange two directory entries | Darrick J. Wong |
2024-07-02 | xfs: create libxfs helper to remove an existing inode/name from a directory | Darrick J. Wong |
2024-07-02 | xfs: create libxfs helper to link an existing inode into a directory | Darrick J. Wong |
2024-07-02 | xfs: create libxfs helper to link a new inode into a directory | Darrick J. Wong |
2024-04-26 | xfs: refactor dir format helpers | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_replace_args helper | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_removename_args helper | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_createname_args helper | Christoph Hellwig |
2024-04-26 | xfs: factor out a xfs_dir_lookup_args helper | Christoph Hellwig |
2024-04-23 | xfs: add raw parent pointer apis to support repair | Darrick J. Wong |
2024-04-15 | xfs: validate explicit directory block buffer owners | Darrick J. Wong |
2024-04-15 | xfs: validate explicit directory data buffer owners | Darrick J. Wong |
2024-04-15 | xfs: validate directory leaf buffer owners | Darrick J. Wong |
2024-02-22 | xfs: create a predicate to determine if two xfs_names are the same | Darrick J. Wong |
2024-02-22 | xfs: create a static name for the dot entry too | Darrick J. Wong |
2023-04-11 | xfs: stabilize the dirent name transformation function used for ascii-ci dir ... | Darrick J. Wong |
2022-10-04 | xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx | Shida Zhang |
2022-03-14 | xfs: constify xfs_name_dotdot | Darrick J. Wong |
2022-03-14 | xfs: constify the name argument to various directory functions | Darrick J. Wong |
2021-01-22 | xfs: fix an ABBA deadlock in xfs_rename | Darrick J. Wong |
2020-05-13 | xfs: Use the correct style for SPDX License Identifier | Nishad Kamdar |
2019-11-13 | xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename() | kaixuxia |
2019-11-10 | xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int | Christoph Hellwig |
2019-11-10 | xfs: remove the now unused dir ops infrastructure | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->data_get_ftype and ->data_put_ftype | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->data_bestfree_p | Christoph Hellwig |
2019-11-10 | xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->data_entry_tag_p | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->data_entsize | Christoph Hellwig |
2019-11-10 | xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset | Christoph Hellwig |
2019-11-10 | xfs: remove the now unused ->data_entry_p method | Christoph Hellwig |
2019-11-10 | xfs: remove the ->data_unused_p method | Christoph Hellwig |
2019-11-10 | xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods | Christoph Hellwig |
2019-11-10 | xfs: remove the data_dotdot_offset field in struct xfs_dir_ops | Christoph Hellwig |
2019-11-10 | xfs: remove the data_dot_offset field in struct xfs_dir_ops | Christoph Hellwig |
2019-11-10 | xfs: remove the unused ->data_first_entry_p method | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->sf_get_ino and ->sf_put_ino | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->sf_entsize and ->sf_nextentry | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->db_to_fdb and ->db_to_fdindex | Christoph Hellwig |
2019-11-10 | xfs: move the max dir2 free bests count to struct xfs_da_geometry | Christoph Hellwig |
2019-11-10 | xfs: move the dir2 free header size to struct xfs_da_geometry | Christoph Hellwig |
2019-11-10 | xfs: add a bests pointer to struct xfs_dir3_icfree_hdr | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->free_hdr_to_disk | Christoph Hellwig |
2019-11-10 | xfs: devirtualize ->free_hdr_from_disk | Christoph Hellwig |
2019-11-10 | xfs: move the max dir2 leaf entries count to struct xfs_da_geometry | Christoph Hellwig |