]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - db
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / db /
2024-03-12  Darrick J. Wongxfs_db: don't hardcode 'type data' size at 512b
2024-02-15  Darrick J. Wongxfs: convert rt summary macros to helpers
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2023-12-21' of https...
2023-12-22  Darrick J. Wongxfs_db: report the device associated with each io cursor
2023-12-18  Christoph Hellwiglibxfs: split out a libxfs_dev structure from struct...
2023-12-18  Christoph Hellwiglibxfs: making passing flags to libxfs_init less confusing
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: remove the global libxfs_xinit x structure
2023-12-18  Christoph Hellwiglibxlog: don't require a libxfs_xinit structure for...
2023-12-18  Christoph Hellwiglibxlog: remove the verbose argument to xlog_is_dirty
2023-12-18  Christoph Hellwiglibxfs: remove the volname concept
2023-11-21  Chandan Babu Rxfs_db: Add support to read from external log device
2023-11-21  Chandan Babu Rmetadump: Define metadump ops for v2 format
2023-11-21  Chandan Babu Rmetadump: Rename XFS_MD_MAGIC to XFS_MD_MAGIC_V1
2023-11-21  Chandan Babu Rmetadump: Introduce metadump v1 operations
2023-11-21  Chandan Babu Rmetadump: Introduce struct metadump_ops
2023-11-21  Chandan Babu Rmetadump: Postpone invocation of init_metadump()
2023-11-21  Chandan Babu Rmetadump: Add initialization and release functions
2023-11-21  Chandan Babu Rmetadump: Define and use struct metadump
2023-11-21  Chandan Babu Rmetadump: Declare boolean variables with bool type
2023-11-21  Chandan Babu Rmetadump: Use boolean values true/false instead of 1/0
2023-11-21  Christoph Hellwigdb: fix unsigned char related warnings
2023-10-05  Darrick J. Wongxfs_db: use directio for device access
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 leaf...
2023-07-12  Darrick J. Wongxfs_db: expose the unwritten flag in rmapbt keys
2023-06-22  Darrick J. Wongxfs_db: make the hash command print the dirent hash
2023-06-22  Darrick J. Wongxfs_db: create dirents and xattrs with colliding names
2023-06-22  Darrick J. Wongxfs_db: hoist name obfuscation code out of metadump.c
2023-06-22  Darrick J. Wongxfs_db: fix metadump name obfuscation for ascii-ci...
2023-06-14  Darrick J. Wongxfs_db: move obfuscate_name assertion to callers
2023-05-10  Darrick J. Wongxfs_db: fix broken logic in error path
2023-05-10  Dave Chinnerxfs: inobt can use perags in many more places than...
2023-03-17  Darrick J. Wongxfs_db: fix complaints about unsigned char casting
2023-02-24  Andrey Albershteynxfs_db: make flist_find_ftyp() to check for field exist...
2023-02-03  Catherine Hoangxfs_admin: get/set label of mounted filesystem origin/for-next_2023-02-14 origin/for-next_2023-02-16 origin/for-next_2023-02-17
2023-02-03  Catherine Hoangxfs_admin: correctly parse IO_OPTS parameters
2023-01-20  Catherine Hoangxfs_admin: get UUID of mounted filesystem
2022-12-21  Darrick J. Wongxfs_db: fix dir3 block magic check origin/for-next_2022-12-29 origin/for-next_2022-12-30
2022-12-15  Darrick J. Wongxfs_db: create separate struct and field definitions...
2022-12-09  Darrick J. Wongxfs_{db,repair}: fix XFS_REFC_COW_START usage
2022-12-09  Darrick J. Wongxfs_db: fix printing of reverse mapping record blockcounts
2022-12-09  Darrick J. Wongxfs_db: fix octal conversion logic
2022-12-09  Darrick J. Wongmisc: add static to various sourcefile-local functions
2022-11-21  Darrick J. Wongxfs: rename XFS_REFC_COW_START to _COWFLAG
2022-11-21  Shida Zhangxfs: rearrange the logic and remove the broken comment...
2022-09-19  Xiaole Hexfs_db: use preferable macro to seek offset for local...
2022-08-30  Darrick J. Wongxfs: convert XFS_IFORK_PTR to a static inline helper
2022-08-30  Dave Chinnerxfs: pass perag to xfs_read_agf
2022-08-30  Dave Chinnerxfs: pass perag to xfs_alloc_read_agf()
2022-07-12  Darrick J. Wongxfs_db: identify the minlogsize transaction reservation
2022-07-12  Darrick J. Wongmisc: fix unsigned integer comparison complaints
2022-06-22  Catherine Hoangxfs: remove warning counters from struct xfs_dquot_res
2022-06-22  Chandan Babu Rxfs: Introduce per-inode 64-bit extent counters
2022-06-22  Chandan Babu Rxfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
2022-06-22  Chandan Babu Rxfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associa...
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: Define max extent length based on on-disk format...
2022-05-27  Dave Chinnermetadump: be careful zeroing corrupt inode forks
2022-05-27  Dave Chinnermetadump: handle corruption errors without aborting
2022-05-27  Andrey Albershteynxfs_db: take BB cluster offset into account when using...
2022-05-18  Darrick J. Wongxfs_db: report absolute maxlevels for each btree type
2022-05-18  Darrick J. Wongxfs_db: support computing btheight for all cursor types
2022-05-18  Darrick J. Wongxfs_db: warn about suspicious finobt trees when metadumping
2022-05-18  Darrick J. Wongxfs_db: fix a complaint about a printf buffer overrun
2022-04-28  Darrick J. Wongxfs_db: stop using XFS_BTREE_MAXLEVELS
2022-04-28  Christoph Hellwigxfs: remove the xfs_dqblk_t typedef
2022-04-28  Christoph Hellwigxfs: remove the xfs_dinode_t typedef
2022-04-28  Darrick J. Wongxfs_db: fix metadump level comparisons
2022-02-25  Darrick J. Wongxfs_db: fix nbits parameter in fa_ino[48] functions
2022-02-25  Darrick J. Wonglibxcmd: use emacs mode for command history editing
2022-02-03  Dave Chinnerxfs: convert bp->b_bn references to xfs_buf_daddr()
2022-01-31  Darrick J. WongGet rid of these flags and the m_flags field, since...
2022-01-31  Dave Chinnerxfs: kill xfs_sb_version_has_v3inode()
2022-01-31  Darrick J. Wongxfs_{copy,db,logprint,repair}: replace xfs_sb_version...
2022-01-31  Dave Chinnerxfs: convert xfs_fs_geometry to use mount feature checks
2022-01-31  Dave Chinnerxfs: replace xfs_sb_version checks with feature flag...
2022-01-31  Dave Chinnerxfs: reflect sb features in xfs_mount
2022-01-31  Darrick J. Wongxfs: make the record pointer passed to query_range...
2022-01-31  Darrick J. Wongxfs_{copy,db,logprint,repair}: pass xfs_mount pointers...
2022-01-31  Theodore Ts'oxfsprogs: fix static build problems caused by liburcu
2021-10-15  Darrick J. Wongxfs_db: convert the agresv command to use for_each_perag libxfs-5.14-sync
2021-10-15  Dave Chinnerxfs: convert rmap btree cursor to using a perag
2021-10-15  Dave Chinnerxfs: add a perag to the btree cursor
2021-10-15  Dave Chinnerxfs: push perags through the ag reservation callouts
2021-10-01  Darrick J. Wongmisc: convert utilities to use "fallthrough;"
2021-09-29  Dave Chinnerxfsprogs: introduce liburcu support
2021-06-30  Christoph Hellwigxfs: remove XFS_IFEXTENTS
2021-04-15  Darrick J. Wongxfs_admin: pick up log arguments correctly
2021-03-12  Darrick J. Wongxfs_admin: don't hide the xfs_repair output when upgrading
2021-03-12  Darrick J. Wongxfs_admin: don't add '=1' when building repair command...
2021-02-24  Darrick J. Wongxfs_admin: support adding features to V5 filesystems
2021-02-24  Darrick J. Wongxfs_db: don't allow label/uuid setting if the needsrepa...
2021-02-24  Darrick J. Wongxfs_db: report the needsrepair flag in check and versio...
2021-02-24  Darrick J. Wongxfs_admin: support filesystems with realtime devices
2021-02-24  Darrick J. Wongxfs_admin: clean up string quoting
next