]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2024-07-30  Darrick J.... xfs_fsr: skip the xattr/forkoff levering with the newer...
2024-07-30  Darrick J.... xfs_fsr: convert to bulkstat v5 ioctls
2024-07-30  Darrick J.... xfs_logprint: support dumping exchmaps log items
2024-07-30  Darrick J.... xfs_db: advertise exchange-range in the version command
2024-07-30  Darrick J.... libfrog: add support for exchange range ioctl family
2024-07-30  Darrick J.... libhandle: add support for bulkstat v5
2024-07-30  Darrick J.... man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE
2024-07-30  Darrick J.... man: document the exchange-range ioctl
2024-07-30  Darrick J.... xfs: fix direction in XFS_IOC_EXCHANGE_RANGE
2024-07-30  Darrick J.... xfs: allow unlinked symlinks and dirs with zero size
2024-07-30  Darrick J.... xfs: restrict when we try to align cow fork delalloc...
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  Darrick J.... xfs: allow symlinks with short remote targets
2024-07-30  Darrick J.... xfs: fix xfs_init_attr_trans not handling explicit...
2024-07-30  John Garryxfs: Stop using __maybe_unused in xfs_alloc.c
2024-07-30  Christoph Hellwigxfs: simplify iext overflow checking and upgrade
2024-07-30  Christoph Hellwigxfs: xfs_quota_unreserve_blkres can't fail
2024-07-30  Darrick J.... xfs: minor cleanups of xfs_attr3_rmt_blocks
2024-07-30  Darrick J.... xfs: create a helper to compute the blockcount of a...
2024-07-30  Darrick J.... xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
2024-07-30  Darrick J.... xfs: use unsigned ints for non-negative quantities...
2024-07-30  Christoph Hellwigxfs: do not allocate the entire delalloc extent in...
2024-07-30  Christoph Hellwigxfs: fix xfs_bmap_add_extent_delay_real for partial...
2024-07-30  Christoph Hellwigxfs: remove the xfs_iext_peek_prev_extent call in xfs_b...
2024-07-30  Christoph Hellwigxfs: pass the actual offset and len to allocate to...
2024-07-30  Christoph Hellwigxfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
2024-07-30  Christoph Hellwigxfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
2024-07-30  Christoph Hellwigxfs: remove the unusued tmp_logflags variable in xfs_bm...
2024-07-30  Christoph Hellwigxfs: fix error returns from xfs_bmapi_write
2024-07-30  Zhang Yixfs: make xfs_bmapi_convert_delalloc() to allocate...
2024-07-30  Zhang Yixfs: make the seq argument to xfs_bmapi_convert_delallo...
2024-07-30  Christoph Hellwigxfs: refactor dir format helpers
2024-07-30  Christoph Hellwigxfs: factor out a xfs_dir_replace_args helper
2024-07-30  Christoph Hellwigxfs: factor out a xfs_dir_removename_args helper
2024-07-30  Christoph Hellwigxfs: factor out a xfs_dir_createname_args helper
2024-07-30  Christoph Hellwigxfs: factor out a xfs_dir_lookup_args helper
2024-07-30  Darrick J.... xfs: introduce vectored scrub mode
2024-07-30  Darrick J.... xfs: report directory tree corruption in the health...
2024-07-30  Darrick J.... xfs: teach online scrub to find directory tree structur...
2024-07-30  Darrick J.... xfs: actually rebuild the parent pointer xattrs
2024-07-30  Darrick J.... xfs: split xfs_bmap_add_attrfork into two pieces
2024-07-30  Darrick J.... xfs: remove pointless unlocked assertion
2024-07-30  Darrick J.... xfs: add raw parent pointer apis to support repair
2024-07-30  Darrick J.... xfs: make the reserved block permission flag explicit...
2024-07-30  Darrick J.... xfs: remove some boilerplate from xfs_attr_set
2024-07-30  Darrick J.... xfs: check dirents have parent pointers
2024-07-30  Darrick J.... xfs: enable parent pointers
2024-07-30  Darrick J.... xfs: drop compatibility minimum log size computations...
2024-07-30  Darrick J.... xfs: fix unit conversion error in xfs_log_calc_max_attr...
2024-07-30  Allison Hendersonxfs: add a incompat feature bit for parent pointers
2024-07-30  Allison Hendersonxfs: don't remove the attr fork when parent pointers...
2024-07-30  Darrick J.... xfs: add parent pointer ioctls
2024-07-30  Darrick J.... xfs: split out handle management helpers a bit
2024-07-30  Allison Hendersonxfs: pass the attr value to put_listent when possible
2024-07-30  Allison Hendersonxfs: don't return XFS_ATTR_PARENT attributes via listxattr
2024-07-30  Allison Hendersonxfs: Add parent pointers to rename
2024-07-30  Allison Hendersonxfs: remove parent pointers in unlink
2024-07-30  Allison Hendersonxfs: add parent attributes to symlink
2024-07-30  Allison Hendersonxfs: add parent attributes to link
2024-07-30  Allison Hendersonxfs: parent pointer attribute creation
2024-07-30  Darrick J.... xfs: create a hashname function for parent pointers
2024-07-30  Allison Hendersonxfs: extend transaction reservations for parent attributes
2024-07-30  Allison Hendersonxfs: add parent pointer validator functions
2024-07-30  Darrick J.... xfs: record inode generation in xattr update log intent...
2024-07-30  Darrick J.... xfs: create attr log item opcodes and formats for paren...
2024-07-30  Darrick J.... xfs: allow xattr matching on name and value for parent...
2024-07-30  Allison Hendersonxfs: define parent pointer ondisk extended attribute...
2024-07-30  Allison Hendersonxfs: add parent pointer support to attribute code
2024-07-30  Darrick J.... xfs: create a separate hashname function for extended...
2024-07-30  Darrick J.... xfs: move xfs_attr_defer_add to xfs_attr_item.c
2024-07-30  Christoph Hellwigxfs: check the flags earlier in xfs_attr_match
2024-07-30  Darrick J.... xfs: rearrange xfs_attr_match parameters
2024-07-30  Darrick J.... xfs: enforce one namespace per attribute
2024-07-30  Darrick J.... xfs: use helpers to extract xattr op from opflags
2024-07-30  Darrick J.... xfs: restructure xfs_attr_complete_op a bit
2024-07-30  Darrick J.... xfs: fix missing check for invalid attr flags
2024-07-30  Darrick J.... xfs: attr fork iext must be loaded before calling xfs_a...
2024-07-30  Darrick J.... xfs: rearrange xfs_da_args a bit to use less space
2024-07-30  Darrick J.... xfs: make attr removal an explicit operation
2024-07-30  Darrick J.... xfs: remove xfs_da_args.attr_flags
2024-07-30  Darrick J.... xfs: remove XFS_DA_OP_NOTIME
2024-07-30  Darrick J.... xfs: remove XFS_DA_OP_REMOVE
2024-07-30  Christoph Hellwigxfs: stop the steal (of data blocks for RT indirect...
2024-07-30  Christoph Hellwigxfs: rework splitting of indirect block reservations
2024-07-30  Christoph Hellwigxfs: support RT inodes in xfs_mod_delalloc
2024-07-30  Christoph Hellwigxfs: cleanup fdblock/frextent accounting in xfs_bmap_de...
2024-07-30  Christoph Hellwigxfs: reinstate RT support in xfs_bmapi_reserve_delalloc
2024-07-30  Christoph Hellwigxfs: split xfs_mod_freecounter
2024-07-30  Christoph Hellwigxfs: move RT inode locking out of __xfs_bunmapi
2024-07-30  Christoph Hellwigxfs: free RT extents after updating the bmap btree
2024-07-30  Christoph Hellwigxfs: refactor realtime inode locking
2024-07-30  Christoph Hellwigxfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_...
2024-07-30  Allison Hendersonxfs: Increase XFS_DEFER_OPS_NR_INODES to 5
2024-07-30  Darrick J.... xfs: pin inodes that would otherwise overflow link...
2024-07-30  Darrick J.... xfs: try to avoid allocating from sick inode clusters
2024-07-30  Darrick J.... xfs: check unused nlink fields in the ondisk inode
2024-07-30  Darrick J.... xfs: pass the owner to xfs_symlink_write_target
2024-07-30  Darrick J.... xfs: expose xfs_bmap_local_to_extents for online repair
2024-07-30  Darrick J.... xfs: repair extended attributes
next