]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_inode_fork.c
xfsprogs: Release v6.15.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_inode_fork.c
2025-02-25  Darrick J. Wongxfs: wire up a new metafile type for the realtime refcount
2025-02-25  Darrick J. Wongxfs: add realtime refcount btree inode to metadata...
2025-02-25  Darrick J. Wongxfs: wire up a new metafile type for the realtime rmap
2025-02-25  Darrick J. Wongxfs: add realtime reverse map inode to metadata directory
2025-02-25  Darrick J. Wongxfs: support file data forks containing metadata btrees
2025-02-25  Darrick J. Wongxfs: make xfs_iroot_realloc a bmap btree function
2025-02-25  Darrick J. Wongxfs: make xfs_iroot_realloc take the new numrecs instea...
2025-02-25  Darrick J. Wongxfs: refactor the inode fork memory allocation functions
2025-02-25  Darrick J. Wongxfs: tidy up xfs_iroot_realloc
2024-10-31  Darrick J. Wongxfs: standardize the btree maxrecs function parameters
2024-10-31  Darrick J. Wongxfs: replace shouty XFS_BM{BT,DR} macros
2024-10-31  Darrick J. Wongxfs: fix a sloppy memory handling bug in xfs_iroot_realloc
2024-08-06  Carlos MaiolinoMerge tag 'libxfs-sync-6.10_2024-07-29' of https:/...
2024-07-30  Christoph Hellwigxfs: simplify iext overflow checking and upgrade
2024-06-17  Carlos MaiolinoMerge tag 'libxfs-sync-6.9_2024-06-03' of https://git...
2024-06-03  Darrick J. Wongxfs: move xfs_symlink_remote.c declarations to xfs_syml...
2024-06-03  Darrick J. Wongxfs: create a helper to decide if a file mapping target...
2024-06-03  Darrick J. Wongxfs: report inode corruption errors to the health system
2024-06-03  Matthew Wilcox ... xfs: Replace xfs_isilocked with xfs_assert_ilocked
2024-06-03  Dave Chinnerxfs: use GFP_KERNEL in pure transaction contexts
2024-06-03  Dave Chinnerxfs: use __GFP_NOLOCKDEP instead of GFP_NOFS
2024-06-03  Dave Chinnerxfs: convert remaining kmem_free() to kfree()
2024-06-03  Dave Chinnerxfs: convert kmem_alloc() to kmalloc()
2024-04-17  Christoph Hellwigxfs: remove struct xfs_attr_shortform
2024-04-17  Christoph Hellwigxfs: return if_data from xfs_idata_realloc
2024-04-17  Christoph Hellwigxfs: make if_data a void pointer
2024-04-17  Darrick J. Wongxfs: repair inode fork block mapping data structures
2024-04-17  Darrick J. Wongxfs: zap broken inode forks
2023-06-09  Darrick J. Wongxfs: _{attr,data}_map_shared should take ILOCK_EXCL...
2023-06-09  Darrick J. Wongxfs: complain about bad file mapping records in the...
2022-11-21  Zeng Hengxfs: clean up "%Ld/%Lu" which doesn't meet C standard
2022-08-30  Darrick J. Wongxfs: don't leak memory when attr fork loading fails
2022-08-30  Dan Carpenterxfs: delete unnecessary NULL checks
2022-08-30  Darrick J. Wongxfs: replace inode fork size macros with functions
2022-08-30  Darrick J. Wongxfs: replace XFS_IFORK_Q with a proper predicate function
2022-08-30  Darrick J. Wongxfs: use XFS_IFORK_Q to determine the presence of an...
2022-08-30  Darrick J. Wongxfs: make inode attribute forks a permanent part of...
2022-08-30  Darrick J. Wongxfs: convert XFS_IFORK_PTR to a static inline helper
2022-06-22  Dave Chinnerxfs: hide log iovec alignment constraints
2022-06-22  Dave Chinnerxfs: zero inode fork buffer at allocation
2022-06-22  Chandan Babu Rxfs: Conditionally upgrade existing inodes to use large...
2022-06-22  Chandan Babu Rxfs: Introduce macros to represent new maximum extent...
2022-06-22  Chandan Babu Rxfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and...
2022-06-22  Chandan Babu Rxfs: Introduce xfs_dfork_nextents() helper
2022-06-22  Chandan Babu Rxfs: Use xfs_extnum_t instead of basic data types
2022-06-22  Chandan Babu Rxfs: Introduce xfs_iext_max_nextents() helper
2022-04-28  Darrick J. Wongxfs: rename _zone variables to _cache
2022-04-28  Darrick J. Wongxfs: remove kmem_zone typedef
2022-04-28  Christoph Hellwigxfs: remove the xfs_dinode_t typedef
2021-06-30  Christoph Hellwigxfs: remove XFS_IFEXTENTS
2021-06-30  Christoph Hellwigxfs: remove XFS_IFINLINE
2021-06-30  Christoph Hellwigxfs: remove XFS_IFBROOT
2021-06-30  Christoph Hellwigxfs: only look at the fork format in xfs_idestroy_fork
2021-06-30  Christoph Hellwigxfs: move the di_nblocks field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_size field to struct xfs_inode
2021-06-30  Dave Chinnerxfs: initialise attr fork on inode create
2021-06-30  Darrick J. Wongxfs: validate ag btree levels using the precomputed...
2021-04-05  Chandan Babu Rxfs: Introduce error injection to reduce maximum inode...
2021-04-05  Chandan Babu Rxfs: Add helper for checking per-inode extent count...
2020-11-10  Carlos Maiolinoxfs: remove kmem_realloc()
2020-09-15  Carlos Maiolinoxfs: Remove kmem_zone_zalloc() usage
2020-08-10  Christoph Hellwigxfs: cleanup xfs_idestroy_fork
2020-08-10  Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-08-10  Christoph Hellwigxfs: move the per-fork nextents fields into struct...
2020-08-10  Christoph Hellwigxfs: improve local fork verification
2020-08-10  Christoph Hellwigxfs: refactor xfs_inode_verify_forks
2020-08-10  Christoph Hellwigxfs: remove xfs_ifork_ops
2020-08-10  Christoph Hellwigxfs: split xfs_iformat_fork
2020-08-10  Christoph Hellwigxfs: remove the xfs_inode_log_item_t typedef
2020-05-01  Christoph Hellwigxfs: only check the superblock version for dinode size...
2020-01-30  Eric Sandeenlibxfs: move header includes closer to kernelspace
2020-01-22  Carlos Maiolinoxfs: Remove kmem_zone_free() wrapper
2020-01-22  Darrick J. Wongxfs: always log corruption errors
2020-01-16  Dave Chinnerxfs: fix inode fork extent count overflow
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-08-28  Darrick J. Wongxfs: move xfs_ino_geometry to xfs_shared.h
2018-10-05  Christoph Hellwigxfs: remove the xfs_ifork_t typedef
2018-10-05  Christoph Hellwigxfs: simplify xfs_idata_realloc
2018-10-05  Christoph Hellwigxfs: remove if_real_bytes
2018-06-28  Dave Chinnerxfs: convert to SPDX license tags
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Darrick J. Wongxfs: refactor inode verifier error logging
2018-04-18  Darrick J. Wongxfs: refactor bmap record validation
2018-02-27  Darrick J. Wongxfs: btree format ifork loader should check for zero...
2018-02-27  Darrick J. Wongxfs: provide a centralized method for verifying inline...
2018-02-27  Darrick J. Wongxfs: refactor short form directory structure verifier...
2018-02-27  Darrick J. Wongxfs: move inode fork verifiers to xfs_dinode_verify
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-27  Christoph Hellwigxfs: abstract out dev_t conversions
2017-11-17  Christoph Hellwigxfs: pass struct xfs_bmbt_irec to xfs_bmbt_validate_extent
2017-11-17  Christoph Hellwigxfs: remove the nr_extents argument to xfs_iext_insert
2017-11-17  Christoph Hellwigxfs: use a b+tree for the in-core extent list
2017-11-17  Christoph Hellwigxfs: remove support for inlining data/extents into...
2017-11-17  Christoph Hellwigxfs: introduce the xfs_iext_cursor abstraction
2017-11-17  Christoph Hellwigxfs: iterate over extents in xfs_iextents_copy
2017-11-17  Christoph Hellwigxfs: pass an on-disk extent to xfs_bmbt_validate_extent
2017-11-17  Christoph Hellwigxfs: add a new xfs_iext_lookup_extent_before helper
2017-11-17  Christoph Hellwigxfs: merge xfs_bmap_read_extents into xfs_iread_extents
2017-11-17  Christoph Hellwigxfs: remove if_rdev
next