]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - db
xfsprogs: scrub: fix warnings/errors due to missing include
[thirdparty/xfsprogs-dev.git] / db /
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
2021-02-12  Darrick J. Wongxfs_db: add an ls command
2021-02-12  Darrick J. Wongxfs_db: add a directory path lookup command
2020-11-24  Dave Chinnerlibxfs: get rid of b_bcount from xfs_buf
2020-11-20  Darrick J. Wongxfs_db: report ranges of invalid rt blocks
2020-11-20  Darrick J. Wongxfs_db: support printing time limits
2020-11-20  Darrick J. Wongxfs_db: report bigtime format timestamps
2020-11-20  Darrick J. Wongxfs_db: refactor quota timer printing
2020-11-20  Darrick J. Wongxfs_db: refactor timestamp printing
2020-11-20  Darrick J. Wongxfs_db: support displaying inode btree block counts...
2020-11-12  Carlos Maiolinoxfs: Convert xfs_attr_sf macros to inline functions
2020-11-12  Carlos Maiolinoxfs: Remove typedef xfs_attr_shortform_t
2020-11-12  Carlos Maiolinoxfs: remove typedef xfs_attr_sf_entry_t
2020-11-10  Darrick J. Wongxfs: redefine xfs_timestamp_t
2020-09-15  Darrick J. Wongxfs: rename the ondisk dquot d_flags to d_type
2020-09-15  Darrick J. Wongxfs: improve ondisk dquot flags checking
2020-09-04  Darrick J. Wongxfs: create xfs_dqtype_t to represent quota types
2020-09-04  Darrick J. Wongxfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
2020-08-27  Eric Sandeenxfs_db: set b_ops to NULL in set_cur for types without...
2020-08-24  Eric Sandeenxfs_db: consolidate set_iocur_type behavior
2020-08-24  Eric Sandeenxfs_db: short circuit type_f if type is unchanged
2020-08-17  Zorro Langxfs_db: use correct inode to set inode type
2020-08-17  Darrick J. Wongxfs_db: report the inode dax flag
2020-08-17  Darrick J. Wongxfs_db: fix nlink usage in check
2020-08-10  Christoph Hellwigxfs: remove the XFS_DFORK_Q macro
2020-08-10  Christoph Hellwigxfs: remove xfs_ifork_ops
2020-08-10  Darrick J. Wongxfs_db: stop misusing an onstack inode
2020-05-26  Darrick J. Wongxfs_db: fix rdbmap_boundscheck
2020-05-26  Darrick J. Wongxfs_db: don't crash if el_gets returns null
2020-05-26  Anthony Iliopoulosxfs_db: fix crc invalidation segfault
2020-05-11  Christoph Hellwigmetadump: small cleanup for process_inode
2020-05-11  Christoph Hellwigdb: ensure that create and replace are exclusive in...
2020-05-11  Christoph Hellwigdb: validate name and namelen in attr_set_f and attr_re...
2020-05-11  Christoph Hellwigdb: cleanup attr_set_f and attr_remove_f
2020-05-09  Christoph Hellwigdb: add a comment to agfl_crc_flds
2020-05-09  Christoph Hellwigdb: fix a comment in scan_freelist
2020-05-09  Darrick J. Wongxfs_db: bounds-check access to the dbmap array
2020-05-09  Christoph Hellwigxfsprogs: remove libreadline support
2020-05-02  Christoph Hellwigxfs: remove the di_version field from struct icdinode
2020-05-01  Christoph Hellwigxfs: only check the superblock version for dinode size...
2020-05-01  Christoph Hellwigxfs: add a new xfs_sb_version_has_v3inode helper
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_SBP
next