]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/xfs_inode_fork.c
xfsprogs: Release v6.8.0
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_inode_fork.c
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
2017-11-17  Christoph Hellwigxfs: remove the never fully implemented UUID fork format
2017-11-17  Christoph Hellwigxfs: remove XFS_BMAP_TRACE_EXLIST
2017-11-17  Christoph Hellwigxfs: move pre/post-bmap tracing into xfs_iext_update_extent
2017-10-18  Darrick J. Wongxfs: fix compiler warnings
2017-10-18  Christoph Hellwigxfs: add a xfs_iext_update_extent helper
2017-05-11  Christoph Hellwigxfs: simplify validation of the unwritten extent bit
2017-04-10  Darrick J. Wongxfs: rework the inline directory verifiers libxfs-4.11-sync
2017-04-04  Darrick J. Wongxfs: verify inline directory data forks
2017-04-04  Darrick J. Wongxfs: check for obviously bad level values in the bmbt...
2017-04-04  Darrick J. Wongxfs: fix toctou race when locking an inode to access...
2017-01-10  Christoph Hellwigxfs: new inode extent list lookup helpers
2017-01-10  Eric Sandeenxfs: provide helper for counting extents from if_bytes
2017-01-10  Darrick J. Wonglibxfs: fix whitespace to match the kernel
2016-10-25  Darrick J. Wongxfs: introduce the CoW fork
2016-10-25  Darrick J. Wongxfs: don't allow reflinked dir/dev/fifo/socket/pipe...
2016-06-21  Alex Lyakasxfs: optimise xfs_iext_destroy
2016-06-21  Christoph Hellwigxfs: improve kmem_realloc
2016-06-21  Christoph Hellwigxfs: optimize inline symlinks
2016-06-21  Christoph Hellwigxfs: factor out a helper to initialize a local format...
2016-05-10  Dave ChinnerMerge branch 'progs-misc-fixes-for-4.6' into for-master
2016-05-10  Dave ChinnerMerge branch 'libxfs-4.6-sync' into for-master
2016-02-18  Dave Chinnerxfs: mode di_mode to vfs inode
2016-02-04  Darrick J. Wonglibxfs: move struct xfs_attr_shortform to xfs_da_format.h
next