]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2020-10-12  Darrick J.... xfs_scrub: don't use statvfs to collect filesystem...
2020-10-12  Darrick J.... libhandle: fix potential unterminated string problem
2020-10-12  Darrick J.... libfrog: fix a potential null pointer dereference
2020-09-30  Darrick J.... libxfs: disallow filesystems with reverse mapping and...
2020-09-30  Anthony Iliopoulosmkfs: remove a couple of unused function parameters
2020-09-30  Eric Sandeenmkfs.xfs: remove comment about needed future work
2020-09-30  Darrick J.... xfs_repair: don't flag RTINHERIT files when no rt volume
2020-09-30  Darrick J.... mkfs: don't allow creation of realtime files from a...
2020-09-30  Darrick J.... libxfs: don't propagate RTINHERIT -> REALTIME when...
2020-09-30  Darrick J.... libxfs: refactor inode flags propagation code
2020-09-30  Darrick J.... mkfs: set required parts of the realtime geometry befor...
2020-09-30  Darrick J.... mkfs: fix reflink/rmap logic w.r.t. realtime devices...
2020-09-30  Darrick J.... mkfs.xfs: tweak wording of external log device size...
2020-09-30  Darrick J.... man: install all manpages that redirect to another...
2020-09-30  Darrick J.... xfs_repair: use libxfs_verify_rtbno to verify rt extents
2020-09-30  Darrick J.... xfs_repair: throw away totally bad clusters
2020-09-28  Darrick J.... xfs_repair: fix handling of data blocks colliding with...
2020-09-28  Darrick J.... xfs_repair: complain about unwritten extents when they...
2020-09-28  Darrick J.... xfs_repair: junk corrupt xattr root blocks
2020-09-28  Darrick J.... xfs_repair: fix error in process_sf_dir2_fixi8
2020-09-28  Darrick J.... xfs_repair: don't crash on partially sparse inode clusters
2020-09-28  Pavel Reichlmkfs.xfs: fix ASSERT on too-small device with stripe...
2020-09-18  Eric Sandeenxfsprogs: Release v5.9.0-rc0 libxfs-5.9-sync v5.9.0-rc0
2020-09-17  Darrick J.... xfs: fix xfs_bmap_validate_extent_raw when checking...
2020-09-15  Darrick J.... xfs: initialize the shortform attr header padding entry
2020-09-15  Eric Sandeenxfs: fix boundary test in xfs_attr_shortform_verify
2020-09-15  Brian Fosterxfs: fix off-by-one in inode alloc block reservation...
2020-09-15  Jan Karawriteback: Drop I_DIRTY_TIME_EXPIRE
2020-09-15  Randy Dunlapxfs: delete duplicated words + other fixes
2020-09-15  Allison Collinsxfs: Lift -ENOSPC handler from xfs_attr_leaf_addname
2020-09-15  Allison Collinsxfs: Simplify xfs_attr_node_addname
2020-09-15  Allison Collinsxfs: Simplify xfs_attr_leaf_addname
2020-09-15  Allison Collinsxfs: Add helper function xfs_attr_node_removename_rmt
2020-09-15  Allison Collinsxfs: Add helper function xfs_attr_node_removename_setup
2020-09-15  Allison Collinsxfs: Add remote block helper functions
2020-09-15  Allison Collinsxfs: Add helper function xfs_attr_leaf_mark_incomplete
2020-09-15  Allison Collinsxfs: Add helpers xfs_attr_is_shortform and xfs_attr_set...
2020-09-15  Allison Collinsxfs: Remove xfs_trans_roll in xfs_attr_node_removename
2020-09-15  Allison Collinsxfs: Remove unneeded xfs_trans_roll_inode calls
2020-09-15  Allison Collinsxfs: Add helper function xfs_attr_node_shrink
2020-09-15  Allison Collinsxfs: Pull up xfs_attr_rmtval_invalidate
2020-09-15  Allison Collinsxfs: Refactor xfs_attr_rmtval_remove
2020-09-15  Allison Collinsxfs: Pull up trans roll in xfs_attr3_leaf_clearflag
2020-09-15  Allison Collinsxfs: Factor out xfs_attr_rmtval_invalidate
2020-09-15  Allison Collinsxfs: Pull up trans roll from xfs_attr3_leaf_setflag
2020-09-15  Allison Collinsxfs: Refactor xfs_attr_try_sf_addname
2020-09-15  Allison Collinsxfs: Split apart xfs_attr_leaf_addname
2020-09-15  Allison Collinsxfs: Pull up trans handling in xfs_attr3_leaf_flipflags
2020-09-15  Allison Collinsxfs: Factor out new helper functions xfs_attr_rmtval_set
2020-09-15  Allison Collinsxfs: Check for -ENOATTR or -EEXIST
2020-09-15  Allison Collinsxfs: Add xfs_has_attr and subroutines
2020-09-15  Carlos Maiolinoxfs: Refactor xfs_da_state_alloc() helper
2020-09-15  Carlos Maiolinoxfs: Remove kmem_zone_zalloc() usage
2020-09-15  Carlos Maiolinoxfs: Remove kmem_zone_alloc() usage
2020-09-15  Randy Dunlapxfs: xfs_btree_staging.h: delete duplicated words
2020-09-15  Darrick J.... xfs: rename the ondisk dquot d_flags to d_type
2020-09-15  Darrick J.... xfs: improve ondisk dquot flags checking
2020-09-04  Darrick J.... xfs: create xfs_dqtype_t to represent quota types
2020-09-04  Darrick J.... xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
2020-09-04  Darrick J.... xfs: drop the type parameter from xfs_dquot_verify
2020-09-04  Darrick J.... xfs: remove qcore from incore dquots
2020-09-04  Darrick J.... xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk...
2020-09-04  Darrick J.... xfs: rename dquot incore state flags
2020-09-04  Brian Fosterxfs: fix inode allocation block res calculation precedence
2020-09-04  Gao Xiangxfs: get rid of unnecessary xfs_perag_{get,put} pairs
2020-09-04  Dave Chinnerxfs: remove xfs_inobp_check()
2020-09-04  Dave Chinnerxfs: attach inodes to the cluster buffer when dirtied
2020-09-04  Dave Chinnerxfs: pin inode backing buffer to the inode log item
2020-09-04  Dave Chinnerxfs: add an inode item lock
2020-09-04  Dave Chinnerxfs: Don't allow logging of XFS_ISTALE inodes
2020-09-04  Darrick J.... xfs: redesign the reflink remap loop to fix blkres...
2020-09-04  Darrick J.... xfs: rename xfs_bmap_is_real_extent to is_written_extent
2020-09-04  Brian Fosterxfs: preserve rmapbt swapext block reservation from...
2020-09-04  Keyur Patelxfs: Couple of typo fixes in comments
2020-09-04  Darrick J.... libxfs: actually make buffers track the per-ag structures
2020-09-04  Eric Sandeenxfsprogs: Release v5.8.0 v5.8.0
2020-08-27  Eric Sandeenxfs_db: set b_ops to NULL in set_cur for types without...
2020-08-26  Eric Sandeenxfsprogs: Release v5.8.0-rc1 v5.8.0-rc1
2020-08-25  Eric Sandeenxfsprogs: move custom interface definitions out of...
2020-08-24  Bill O'Donnellxfs_quota: state command should report ugp grace times
2020-08-24  Darrick J.... xfs_quota: display warning limits when printing quota...
2020-08-24  Bill O'Donnellxfs_quota: command error message improvement
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.... mkfs: allow setting dax flag on root directory
2020-08-17  Darrick J.... man: update mkfs.xfs inode flag option documentation
2020-08-17  Darrick J.... xfs_db: report the inode dax flag
2020-08-17  Darrick J.... xfs_db: fix nlink usage in check
2020-08-10  Eric Sandeenxfsprogs: Release v5.8.0-rc0 libxfs-5.8-sync v5.8.0-rc0
2020-08-10  Darrick J.... xfs: more lockdep whackamole with kmem_alloc*
2020-08-10  Darrick J.... xfs: force writes to delalloc regions to unwritten
2020-08-10  Eric Sandeenxfs: always return -ENOSPC on project quota reservation...
2020-08-10  Christoph Hellwigxfs: cleanup xfs_idestroy_fork
2020-08-10  Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-08-10  Christoph Hellwigxfs: move the per-fork nextents fields into struct...
2020-08-10  Christoph Hellwigxfs: remove the XFS_DFORK_Q macro
2020-08-10  Christoph Hellwigxfs: remove the NULL fork handling in xfs_bmapi_read
2020-08-10  Christoph Hellwigxfs: remove the special COW fork handling in xfs_bmapi_read
2020-08-10  Christoph Hellwigxfs: improve local fork verification
next