]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs/libxfs_priv.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs / libxfs_priv.h
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
2020-01-22  Darrick J. Wongxfs: kill the XFS_WANT_CORRUPT_* macros
2020-01-22  Darrick J. Wongxfs: always log corruption errors
2020-01-16  Christoph Hellwigxfs: use a struct iomap in xfs_writepage_ctx
2019-12-13  Dave Chinnerxfs: allocate xattr buffer on demand
2019-09-26  Darrick J. Wonglibxfs: make xfs_buf_delwri_submit actually do something
2019-09-26  Darrick J. Wonglibxfs: fix buffer refcounting in delwri_queue
2019-09-26  Darrick J. Wonglibxfs: fix uncached buffer refcounting
2019-09-09  Darrick J. Wonglibfrog: move crc32c.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move radix-tree.h to libfrog/
2019-08-28  Eric Sandeenxfs: remove unused flag arguments
2019-07-24  Darrick J. Wongxfs: track delayed allocation reservations across the...
2019-06-06  Darrick J. Wonglibxfs: fix attr include mess
2019-05-21  Eric Sandeenlibxfs: share kernel's xfs_trans_inode.c
2019-05-21  Dave Chinnerxfs: factor log item initialisation
2019-05-16  Eric Sandeenlibxfs: remove unused cruft
2019-05-06  Brian Fosterxfs: distinguish between inobt and finobt magic values
2018-10-17  Eric Sandeenlibxfs: add several zone extern declarations to libxfs_...
2018-10-09  Eric Sandeenlibxfs: export unused nonstatic functions to quiet...
2018-10-09  Eric Sandeenxfsprogs: don't use 0 as pointer
2018-10-09  Eric Sandeenxfsprogs: define xfs_stack_trace() for debug builds
2018-10-05  Christoph Hellwigxfs: use WRITE_ONCE to update if_seq
2018-10-05  Darrick J. Wongxfs: refactor log recovery check
2018-10-05  Darrick J. Wongxfs: detect and fix bad summary counts at mount
2018-10-05  Gustavo A. R. Silvaxfs_attr_leaf: use swap macro in xfs_attr3_leaf_rebalance
2018-08-01  Darrick J. Wonglibfrog: move crc32c code out of libxfs
2018-08-01  Darrick J. Wonglibxfs: remove crc32 functions
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: validate btree records on retrieval
2018-06-28  Darrick J. Wongxfs: explicitly pass buffer size to xfs_corruption_error
2018-06-28  Darrick J. Wongxfs: don't assert when on-disk btree pointers are garbage
2018-06-28  Darrick J. Wongxfs: fix xfs_rtalloc_rec units
2018-06-28  Dave Chinnerxfs: move growfs core to libxfs
2018-06-28  Darrick J. Wongxfs: remove unnecessary xfs_qm_dqattach parameter
2018-06-28  Brian Fosterxfs: add bmapi nodiscard flag
2018-06-28  Dave Chinnerxfs: get rid of the log item descriptor
next