]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/libxfs_priv.h
xfsprogs: Release v6.15.0
[thirdparty/xfsprogs-dev.git] / libxfs / libxfs_priv.h
2025-05-28  Christoph Hellwigxfs: kill XBF_UNMAPPED
2025-04-29  Christoph Hellwigxfs: add support for zoned space reservations
2025-04-29  Christoph Hellwigxfs: make metabtree reservations global
2025-04-29  Christoph Hellwigxfs: generalize the freespace and reserved blocks handling
2025-02-25  Darrick J. Wongxfs: allow inode-based btrees to reserve space in the...
2024-12-24  Darrick J. Wongmkfs: format realtime groups
2024-12-24  Darrick J. Wonglibxfs: remove XFS_ILOCK_RT*
2024-12-24  Darrick J. Wongxfs: define the format of rt groups
2024-12-24  Darrick J. Wongxfs: create incore realtime group structures
2024-12-24  Darrick J. Wongxfs: read and write metadata inode directory tree
2024-12-24  Christoph Hellwigxfs: convert busy extent tracking to the generic group...
2024-12-24  Christoph Hellwigxfs: pass a pag to xfs_extent_busy_{search,reuse}
2024-10-31  Pankaj Raghavxfs: enable block size larger than page size support
2024-10-31  Darrick J. Wonglibxfs: port IS_ENABLED from the kernel
2024-10-04  Darrick J. Wongxfs: hoist xfs_{bump,drop}link to libxfs
2024-10-04  Darrick J. Wongxfs: hoist xfs_iunlink to libxfs
2024-10-04  Darrick J. Wonglibxfs: implement get_random_u32
2024-10-04  Darrick J. Wonglibxfs: backport inode init code from the kernel
2024-10-04  Darrick J. Wongxfs: hoist extent size helpers to libxfs
2024-08-06  Carlos MaiolinoMerge tag 'libxfs-sync-6.10_2024-07-29' of https:/...
2024-07-30  Wengang Wangxfs: make sure sb_fdblocks is non-negative
2024-07-30  Ritesh Harjani ... xfs: Add cond_resched to block unmap range and reflink...
2024-07-30  Zhang Yixfs: make xfs_bmapi_convert_delalloc() to allocate...
2024-07-30  Darrick J. Wongxfs: create a hashname function for parent pointers
2024-07-30  Allison Hendersonxfs: extend transaction reservations for parent attributes
2024-07-30  Christoph Hellwigxfs: support RT inodes in xfs_mod_delalloc
2024-07-30  Christoph Hellwigxfs: split xfs_mod_freecounter
2024-07-30  Christoph Hellwigxfs: refactor realtime inode locking
2024-07-30  Allison Hendersonxfs: Increase XFS_DEFER_OPS_NR_INODES to 5
2024-07-30  Darrick J. Wongxfs: create deferred log items for file mapping exchanges
2024-06-17  Carlos MaiolinoMerge tag 'libxfs-sync-6.9_2024-06-03' of https://git...
2024-06-03  Darrick J. Wongxfs: support in-memory btrees
2024-06-03  Darrick J. Wongxfs: teach buftargs to maintain their own buffer hashtable
2024-06-03  Matthew Wilcox ... xfs: Replace xfs_isilocked with xfs_assert_ilocked
2024-04-17  Christoph Hellwigxfs: indicate if xfs_bmap_adjacent changed ap->blkno
2024-04-17  Christoph Hellwigxfs: also use xfs_bmap_btalloc_accounting for RT alloca...
2024-02-15  Darrick J. Wongxfs: use shifting and masking when converting rt extent...
2024-02-15  Darrick J. Wongxfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
2024-02-15  Darrick J. Wongxfs: hoist freeing of rt data fork extent mappings
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2023-12-21' of https...
2023-12-22  Darrick J. Wonglibfrog: move 64-bit division wrappers to libfrog
2023-09-07  Dave Chinnerxfs: don't block in busy flushing when freeing extents
2023-09-07  Dave Chinnerxfs: pass alloc flags through to xfs_extent_busy_flush()
2023-06-22  Darrick J. Wonglibxfs: port transaction precommit hooks to userspace
2023-06-09  Darrick J. Wongxfs: _{attr,data}_map_shared should take ILOCK_EXCL...
2023-06-09  Darrick J. Wongxfs: return a failure address from xfs_rmap_irec_offset...
2023-05-10  Dave Chinnerxfs: move xfs_bmap_btalloc_filestreams() to xfs_filestr...
2023-05-10  Dave Chinnerxfs: perags need atomic operational state
2023-03-17  Dave Chinnerxfs: use iomap_valid method to detect stale cached...
2022-12-09  Darrick J. Wonglibxfs: consume the xfs_warn mountpoint argument
2022-11-21  Jason A. Donenfeldtreewide: use get_random_u32() when possible
2022-08-30  Dave Chinnerxfs: rework xfs_buf_incore() API
2022-06-22  Darrick J. Wongxfs: move xfs_attr_use_log_assist usage out of libxfs
2022-06-22  Darrick J. Wongxfs: move xfs_attr_use_log_assist out of xfs_log.c
2022-06-22  Darrick J. Wongxfs: share xattr name and value buffers when logging...
2022-06-22  Darrick J. Wongxfs: put attr[id] log item cache init with the others
2022-06-22  Allison Hendersonxfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
2022-06-22  Allison Hendersonxfs: Set up infrastructure for log attribute replay
2022-06-22  Darrick J. Wongxfs: pass explicit mount pointer to rtalloc query functions
2022-05-06  Christoph Hellwigxfs: pass the mapping flags to xfs_bmbt_to_iomap
2022-05-04  Eric Sandeenlibxfs: remove kernel stubs from xfs_shared.h
2022-04-28  Darrick J. Wongxfs: rename _zone variables to _cache
2022-04-28  Darrick J. Wongxfs: remove kmem_zone typedef
2022-04-28  Darrick J. Wongxfs: port the defer ops capture and continue to resourc...
2022-01-31  Darrick J. WongGet rid of these flags and the m_flags field, since...
2022-01-31  Darrick J. Wonglibxfs: use opstate flags and functions for libxfs...
2022-01-31  Dave Chinnerxfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
2022-01-31  Darrick J. Wongxfs: make xfs_rtalloc_query_range input parameters...
2021-10-15  Dave Chinnerxfs: pass perags through to the busy extent code
2021-10-15  Dave Chinnerxfs: move perag structure and setup to libxfs/xfs_ag...
2021-09-29  Dave Chinnerlibxfs: add spinlock_t wrapper
2021-09-29  Dave Chinnerxfsprogs: introduce liburcu support
2021-06-30  Darrick J. Wongxfs: validate extsz hints against rt extent size when...
2021-06-30  Darrick J. Wongxfs: remove obsolete AGF counter debugging
2021-06-30  Christoph Hellwigxfs: remove the di_dmevmask and di_dmstate fields from...
2021-04-06  Darrick J. Wongxfs: create convenience wrappers for incore quota block...
2021-04-06  Darrick J. Wongxfs: clean up quota reservation callsites
2021-01-07  Dave Chinnerxfs: remove xfs_buf_t typedef libxfs-5.11-sync
2020-11-10  Darrick J. Wonglibxfs: create a real struct timespec64
2020-10-12  Gao Xiangxfsprogs: allow i18n to xfs printk
2020-09-04  Dave Chinnerxfs: attach inodes to the cluster buffer when dirtied
2020-05-09  Christoph Hellwiglibxfs: use tabs instead of spaces in div_u64
2020-05-02  Darrick J. Wongxfs: validate the realtime geometry in xfs_validate_sb_...
2020-05-01  Darrick J. Wongxfs: support bulk loading of staged btrees
2020-05-01  Darrick J. Wongxfs: xfs_buf_corruption_error should take __this_address
2020-05-01  Darrick J. Wongxfs: add a function to deal with corrupt buffers post...
2020-05-01  Christoph Hellwigxfs: clean up the attr flag confusion
2020-04-29  Christoph Hellwigxfs: remove the kuid/kgid conversion wrappers
2020-04-29  Christoph Hellwigxfs: remove the icdinode di_uid/di_gid members
2020-04-29  Christoph Hellwigxfs: ensure that the inode uid/gid match values match...
2020-04-08  Christoph Hellwiglibxfs: remove libxfs_iomove
2020-04-08  Christoph Hellwigxfs: remove XFS_BUF_SET_BDSTRAT_FUNC
2020-04-08  Christoph Hellwiglibxfs: turn the xfs_buf_incore stub into an inline...
2020-03-14  Darrick J. Wongxfs: fix memory corruption during remote attr value...
2020-03-14  Darrick J. Wongxfs: refactor remote attr value buffer invalidation
2020-03-01  Darrick J. Wonglibxfs: rename libxfs_writebufr to libxfs_bwrite
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_getbuf with libxfs_buf_get
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_putbuf with libxfs_buf_relse
2020-01-30  Darrick J. Wonglibxfs: remove duplicate attr function declarations
2020-01-22  Christoph Hellwigxfs: use a struct timespec64 for the in-core crtime
next