]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / libxfs /
2024-03-13  Christoph Hellwigconfigure: require libblkid
2024-02-16  Violet PurcellRemove use of LFS64 interfaces
2024-02-15  Dave Chinnerxfs: inode recovery does not validate the recovered...
2024-02-15  Omar Sandovalxfs: fix internal error from AGFL exhaustion
2024-02-15  Long Lixfs: abort intent items when recovery intents fail
2024-02-15  Long Lixfs: factor out xfs_defer_pending_abort
2024-02-15  Omar Sandovalxfs: invert the realtime summary cache
2024-02-15  Darrick J. Wongxfs: simplify rt bitmap/summary block accessor functions
2024-02-15  Darrick J. Wongxfs: simplify xfs_rtbuf_get calling conventions
2024-02-15  Omar Sandovalxfs: cache last bitmap block in realtime allocator
2024-02-15  Dave Chinnerxfs: consolidate realtime allocation arguments
2024-02-15  Darrick J. Wongxfs: use accessor functions for summary info words
2024-02-15  Darrick J. Wongxfs: create helpers for rtsummary block/wordcount compu...
2024-02-15  Darrick J. Wongxfs: use accessor functions for bitmap words
2024-02-15  Darrick J. Wongxfs: create a helper to handle logging parts of rt...
2024-02-15  Darrick J. Wongxfs: create helpers for rtbitmap block/wordcount comput...
2024-02-15  Jeff Laytonxfs: convert to new timestamp accessors
2024-02-15  Darrick J. Wongxfs: convert rt summary macros to helpers
2024-02-15  Darrick J. Wongxfs: convert open-coded xfs_rtword_t pointer accesses...
2024-02-15  Darrick J. Wongxfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
2024-02-15  Darrick J. Wongxfs: convert the rtbitmap block and bit macros to stati...
2024-02-15  Darrick J. Wongxfs: use shifting and masking when converting rt extent...
2024-02-15  Darrick J. Wongxfs: create rt extent rounding helpers for realtime...
2024-02-15  Darrick J. Wongxfs: convert do_div calls to xfs_rtb_to_rtx helper...
2024-02-15  Darrick J. Wongxfs: create helpers to convert rt block numbers to...
2024-02-15  Darrick J. Wongxfs: create a helper to convert extlen to rtextlen
2024-02-15  Darrick J. Wongxfs: create a helper to compute leftovers of realtime...
2024-02-15  Darrick J. Wongxfs: create a helper to convert rtextents to rtblocks
2024-02-15  Darrick J. Wongxfs: convert rt extent numbers to xfs_rtxnum_t
2024-02-15  Darrick J. Wongxfs: rename xfs_verify_rtext to xfs_verify_rtbext
2024-02-15  Darrick J. Wongxfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
2024-02-15  Darrick J. Wongxfs: convert rt bitmap/summary block numbers to xfs_fil...
2024-02-15  Darrick J. Wongxfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt...
2024-02-15  Darrick J. Wongxfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
2024-02-15  Darrick J. Wongxfs: fix units conversion error in xfs_bmap_del_extent_...
2024-02-15  Darrick J. Wongxfs: hoist freeing of rt data fork extent mappings
2024-02-15  Darrick J. Wongxfs: bump max fsgeom struct version
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2024-01-11' of https...
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2023-12-21' of https...
2024-01-12  Darrick J. Wonglibxfs: fix krealloc to allow freeing data
2023-12-22  Darrick J. Wonglibxfs: don't UAF a requeued EFI
2023-12-22  Darrick J. Wonglibfrog: move 64-bit division wrappers to libfrog
2023-12-18  Christoph Hellwiglibxfs: split out a libxfs_dev structure from struct...
2023-12-18  Christoph Hellwiglibxfs: stash away the device fd in struct xfs_buftarg
2023-12-18  Christoph Hellwiglibxfs: return the opened fd from libxfs_device_open
2023-12-18  Christoph Hellwiglibxfs: mark libxfs_device_{open,close} static
2023-12-18  Christoph Hellwiglibxfs: remove dead size < 0 checks in libxfs_init
2023-12-18  Christoph Hellwiglibfrog: make platform_set_blocksize exit on fatal...
2023-12-18  Christoph Hellwiglibxfs: remove the setblksize == 1 case in libxfs_devic...
2023-12-18  Christoph Hellwiglibxfs: making passing flags to libxfs_init less confusing
2023-12-18  Christoph Hellwiglibxfs: merge the file vs device cases in libxfs_init
2023-12-18  Christoph Hellwiglibxfs: pass a struct libxfs_init to libxfs_alloc_buftarg
2023-12-18  Christoph Hellwiglibxfs: pass a struct libxfs_init to libxfs_mount
2023-12-18  Christoph Hellwiglibxfs: rename struct libxfs_xinit to libxfs_init
2023-12-18  Christoph Hellwiglibxlog: don't require a libxfs_xinit structure for...
2023-12-18  Christoph Hellwiglibxfs: remove the volname concept
2023-12-18  Christoph Hellwiglibxfs/frog: remove latform_find{raw,block}path
2023-12-18  Christoph Hellwiglibxfs: remove the dead {d,log,rt}path variables in...
2023-11-16  Darrick J. Wongxfs: adjust the incore perag block_count when shrinking
2023-11-16  Christian BraunerRevert "xfs: switch to multigrain timestamps"
2023-11-14  Darrick J. Wongxfs: fix log recovery when unknown rocompat bits are set
2023-11-14  Jeff Laytonxfs: switch to multigrain timestamps
2023-11-14  Darrick J. Wongxfs: allow userspace to rebuild metadata structures
2023-11-14  Jeff Laytonxfs: convert to ctime accessor functions
2023-10-05  Darrick J. Wonglibxfs: use XFS_IGET_CREATE when creating new files
2023-10-05  Darrick J. Wonglibxfs: make platform_set_blocksize optional with directio
2023-10-05  Darrick J. Wongxfs_db: create unlinked inodes
2023-10-05  Darrick J. Wongxfs_db: dump unlinked buckets
2023-09-07  Darrick J. Wongxfs: convert flex-array declarations in xfs attr shortf...
2023-09-07  Darrick J. Wongxfs: convert flex-array declarations in xfs attr leaf...
2023-09-07  Darrick J. Wongxfs: convert flex-array declarations in struct xfs_attr...
2023-09-07  Darrick J. Wongxfs: AGI length should be bounds checked
2023-09-07  Darrick J. Wongxfs: fix xfs_btree_query_range callers to initialize...
2023-09-07  Dave Chinnerxfs: fix bounds check in xfs_defer_agfl_block()
2023-09-07  Dave Chinnerxfs: AGF length has never been bounds checked
2023-09-07  Dave Chinnerxfs: journal geometry is not properly bounds checked
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-09-07  Dave Chinnerxfs: use deferred frees for btree block freeing
2023-09-07  Colin Ian Kingxfs: remove redundant initializations of pointers drop_...
2023-09-07  Long Lixfs: fix ag count overflow during growfs
2023-09-07  Kees Cookoverflow: Add struct_size_t() helper
2023-06-22  Dave Chinnerxfs: validate block number being freed before adding...
2023-06-22  Dave Chinnerxfs: validity check agbnos on the AGFL
2023-06-22  Dave Chinnerxfs: fix agf/agfl verification on v4 filesystems
2023-06-22  Dave Chinnerxfs: fix AGF vs inode cluster buffer deadlock
2023-06-22  Dave Chinnerxfs: restore allocation trylock iteration
2023-06-22  Darrick J. Wonglibxfs: port transaction precommit hooks to userspace
2023-06-22  Darrick J. Wonglibxfs: port list_cmp_func_t to userspace
2023-06-22  Darrick J. Wonglibxfs: deferred items should call xfs_perag_intent_...
2023-06-14  Darrick J. Wonglibxfs: test the ascii case-insensitive hash
2023-06-09  Darrick J. Wongxfs: set bnobt/cntbt numrecs correctly when formatting...
2023-06-09  Darrick J. Wongxfs: don't unconditionally null args->pag in xfs_bmap_b...
2023-06-09  Dave Chinnerxfs: fix livelock in delayed allocation at ENOSPC
2023-06-09  Darrick J. Wongxfs: _{attr,data}_map_shared should take ILOCK_EXCL...
2023-06-09  Dave Chinnerxfs: don't consider future format versions valid
2023-06-09  Darrick J. Wongxfs: stabilize the dirent name transformation function...
2023-06-09  Darrick J. Wongxfs: accumulate iextent records when checking bmap
2023-06-09  Darrick J. Wongxfs: convert xfs_ialloc_has_inodes_at_extent to return...
2023-06-09  Darrick J. Wongxfs: teach scrub to check for sole ownership of metadat...
next