]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
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
2024-07-30  Darrick J.... xfs: use atomic extent swapping to fix user file fork...
2024-07-30  Darrick J.... xfs: validate explicit directory free block owners
2024-07-30  Darrick J.... xfs: validate explicit directory block buffer owners
2024-07-30  Darrick J.... xfs: validate explicit directory data buffer owners
2024-07-30  Darrick J.... xfs: validate directory leaf buffer owners
2024-07-30  Darrick J.... xfs: validate dabtree node buffer owners
2024-07-30  Darrick J.... xfs: validate attr remote value buffer owners
2024-07-30  Darrick J.... xfs: validate attr leaf buffer owners
2024-07-30  Darrick J.... xfs: use the xfs_da_args owner field to set new dir...
2024-07-30  Darrick J.... xfs: add an explicit owner field to xfs_da_args
2024-07-30  Darrick J.... xfs: enable logged file mapping exchange feature
2024-07-30  Darrick J.... xfs: capture inode generation numbers in the ondisk...
2024-07-30  Darrick J.... xfs: make file range exchange support realtime files
2024-07-30  Darrick J.... xfs: condense symbolic links after a mapping exchange...
2024-07-30  Darrick J.... xfs: condense directories after a mapping exchange...
2024-07-30  Darrick J.... xfs: condense extended attributes after a mapping excha...
2024-07-30  Darrick J.... xfs: add error injection to test file mapping exchange...
2024-07-30  Darrick J.... xfs: create deferred log items for file mapping exchanges
2024-07-30  Darrick J.... xfs: introduce a file mapping exchange log intent item
2024-07-30  Darrick J.... xfs: create a incompat flag for atomic file mapping...
2024-07-30  Darrick J.... xfs: introduce new file range exchange ioctl
2024-07-30  Darrick J.... xfs: constify xfs_bmap_is_written_extent
2024-07-30  Darrick J.... xfs: pass xfs_buf lookup flags to xfs_*read_agi
2024-07-30  Darrick J.... xfs_repair: don't crash on -vv
2024-07-30  Darrick J.... xfs_repair: don't leak the rootdir inode when orphanage...
2024-07-30  Darrick J.... xfile: fix missing error unlock in xfile_fcb_find
2024-07-30  Christoph Hellwigrepair: btree blocks are never on the RT subvolume
2024-07-30  Chris Hofstaedtler[PATCH v3] Remove support for split-/usr installs
2024-07-22  Carlos Maiolinoxfsprogs: Release v6.9.0 v6.9.0
2024-06-17  Pavel Reichlxfs_db: Fix uninicialized error variable
2024-06-17  Bill O'Donnellxfs_repair: correct type of variable global_msgs.interv...
2024-06-17  Bill O'Donnellxfs_fsr: correct type in fsrprintf() call
2024-06-17  Bill O'Donnellxfs_db: fix unitialized automatic struct ifake to 0.
2024-06-17  Bill O'Donnellmkfs.xfs: avoid potential overflowing expression in...
2024-06-17  Eric Sandeenxfsprogs: remove platform_zero_range wrapper
2024-06-17  Eric Biggersxfs_io: fix mread with length 1 mod page size
next