]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2019-09-09  Darrick J.... libfrog: move workqueue.h to libfrog/
2019-09-09  Darrick J.... libfrog: move path.h to libfrog/
2019-09-09  Darrick J.... libfrog: move crc32c.h to libfrog/
2019-09-09  Darrick J.... libfrog: move workqueue.h to libfrog/
2019-09-09  Darrick J.... libfrog: move radix-tree.h to libfrog/
2019-09-09  Darrick J.... libfrog: move ptvar.h to libfrog/
2019-09-09  Darrick J.... libfrog: move fsgeom.h to libfrog/
2019-09-09  Darrick J.... libfrog: move convert.h to libfrog/
2019-09-09  Darrick J.... libfrog: move bitmap.h to libfrog/
2019-09-09  Darrick J.... libfrog: move avl64.h to libfrog/
2019-09-09  Darrick J.... libxfs: move topology declarations into separate header
2019-09-09  Darrick J.... libfrog: refactor open-coded INUMBERS calls
2019-09-09  Darrick J.... libfrog: create xfd_open function
2019-09-09  Darrick J.... libfrog: refactor open-coded bulkstat calls
2019-09-09  Darrick J.... libfrog: create online fs geometry converters
2019-09-09  Darrick J.... libfrog: store more inode and block geometry in struct...
2019-09-09  Darrick J.... libfrog: introduce xfs_fd to wrap an fd to a file on...
2019-09-09  Darrick J.... libfrog: refactor online geometry queries
2019-09-06  Darrick J.... xfsprogs: update spdx tags in LICENSES/
2019-08-28  Eric Sandeenxfsprogs: Release v5.3.0-rc1 v5.3.0-rc1
2019-08-28  Darrick J.... xfs: don't crash on null attr fork xfs_bmapi_read
2019-08-28  Darrick J.... xfs: remove more ondisk directory corruption asserts
2019-08-28  Darrick J.... xfs: attribute scrub should use seen_enough to pass...
2019-08-28  Darrick J.... xfs: allow single bulkstat of special inodes
2019-08-28  Darrick J.... xfs: specify AG in bulk req
2019-08-28  Darrick J.... xfs: wire up the v5 inumbers ioctl
2019-08-28  Darrick J.... xfs: wire up new v5 bulkstat ioctls
2019-08-28  Darrick J.... xfs: introduce v5 inode group structure
2019-08-28  Darrick J.... xfs: introduce new v5 bulkstat structure
2019-08-28  Darrick J.... xfs: remove various bulk request typedef usage
2019-08-28  Darrick J.... xfs: create simplified inode walk function
2019-08-28  Darrick J.... xfs: create iterator error codes
2019-08-28  Christoph Hellwigxfs: remove XFS_TRANS_NOFS
2019-08-28  Eric Sandeenxfs: remove unused header files
2019-08-28  Darrick J.... xfs: account for log space when formatting new AGs
2019-08-28  Darrick J.... xfs: refactor free space btree record initialization
2019-08-28  Brian Fosterxfs: always update params on small allocation
2019-08-28  Brian Fosterxfs: skip small alloc cntbt logic on NULL cursor
2019-08-28  Brian Fosterxfs: move small allocation helper
2019-08-28  Brian Fosterxfs: clean up small allocation helper
2019-08-28  Christoph Hellwigxfs: add struct xfs_mount pointer to struct xfs_buf
2019-08-28  Darrick J.... xfs: move xfs_ino_geometry to xfs_shared.h
2019-08-28  Eric Sandeenxfs: remove unused flag arguments
2019-08-28  Eric Sandeenxfs: remove unused flags arg from getsb interfaces
2019-08-28  Darrick J.... xfs: finish converting to inodes_per_cluster
2019-08-28  Darrick J.... xfs: fix inode_cluster_size rounding mayhem
2019-08-28  Darrick J.... xfs: refactor inode geometry setup routines
2019-08-28  Darrick J.... xfs: separate inode geometry
2019-08-21  Eric Sandeenxfsprogs: Release v5.2.1 v5.2.1
2019-08-21  Eric Sandeenxfsprogs: fix geometry calls on older kernels for 5.2.1
2019-08-09  Eric Sandeenxfsprogs: Release v5.2.0 v5.2.0
2019-07-24  Eric Sandeenlibxfs: don't use enum for buffer flags
2019-07-24  Eric Sandeenlibxfs: trivial changes to libxfs/trans.c
2019-07-24  Eric Sandeenlibxfs: cosmetic changes to libxfs/trans.c
2019-07-24  Eric Sandeenlibxfs: reorder functions in libxfs/trans.c
2019-07-24  Eric Sandeenxfsprogs: Release v5.2.0-rc0 v5.2.0-rc0
2019-07-24  Darrick J.... xfs: don't reserve per-AG space for an internal log
2019-07-24  Eric Sandeenxfs: change some error-less functions to void types
2019-07-24  Darrick J.... xfs: add online scrub for superblock counters
2019-07-24  Darrick J.... xfs: always rejoin held resources during defer roll
2019-07-24  Darrick J.... xfs: track delayed allocation reservations across the...
2019-07-24  Brian Fosterxfs: assert that we don't enter agfl freeing with a...
2019-07-24  Brian Fosterxfs: make tr_growdata a permanent transaction
2019-07-24  Darrick J.... xfs: report inode health via bulkstat
2019-07-24  Darrick J.... xfs: report AG health via AG geometry ioctl
2019-07-24  Darrick J.... xfs: report fs and rt health via geometry structure
2019-07-24  Darrick J.... xfs: add a new ioctl to describe allocation group geometry
2019-07-24  Dave Chinnerxfs: bump XFS_IOC_FSGEOMETRY to v5 structures
2019-07-24  Darrick J.... xfs: clear BAD_SUMMARY if unmounting an unhealthy files...
2019-07-24  Darrick J.... xfs: replace the BAD_SUMMARY mount flag with the equiva...
2019-07-24  Darrick J.... xfs: track metadata health status
2019-07-24  Brian Fosterxfs: don't account extra agfl blocks as available
2019-07-19  Eric Sandeenxfsprogs: Release v5.1.0 v5.1.0
2019-07-12  Eric Sandeenxfsprogs: Release v5.1.0-rc1 v5.1.0-rc1
2019-07-10  Alvin Zhengmkfs.xfs.8: Fix an inconsistency between the code and...
2019-07-10  Darrick J.... man: create a separate xfs shutdown ioctl manpage
2019-07-10  Darrick J.... man: create a separate GETBMAPX/GETBMAPA/GETBMAP ioctl...
2019-07-10  Darrick J.... man: create a separate RESBLKS ioctl manpage
2019-07-10  Darrick J.... man: create a separate FSCOUNTS ioctl manpage
2019-07-10  Darrick J.... man: create a separate INUMBERS ioctl manpage
2019-07-10  Darrick J.... man: link to the SCRUB_METADATA ioctl manpage from...
2019-07-10  Darrick J.... man: create a separate FSBULKSTAT ioctl manpage
2019-07-10  Darrick J.... man: create a separate GEOMETRY ioctl manpage
2019-07-10  Darrick J.... man: create a separate GETXATTR/SETXATTR ioctl manpage
2019-07-10  Allison Collinsxfsprogs: Fix uninitialized cfg->lsunit
2019-07-10  Eric Sandeenxfs_io: reorganize source file handling in copy_range
2019-07-10  Amir Goldsteinxfs_io: allow passing an open file to copy_range
2019-07-10  Yang Xumkfs: remove useless log options in usage
2019-07-10  Eric Sandeenmkfs: don't use xfs_verify_fsbno() before m_sb is fully...
2019-06-25  Eric Sandeenxfs_quota: fix built-in help for project setup
2019-06-25  Darrick J.... xfs_io: repair_f should use its own name
2019-06-25  Darrick J.... mkfs: validate start and end of aligned logs
2019-06-25  Darrick J.... libfrog: cvt_u64 should use strtoull, not strtoll
2019-06-25  Darrick J.... libfrog: don't set negative errno in conversion functions
2019-06-25  Amir Goldsteinxfs_info: limit findmnt to find mounted xfs filesystems
2019-06-06  Darrick J.... mkfs: enable reflink by default
2019-06-06  Darrick J.... xfs_scrub: fix background-mode sleep throttling
2019-06-06  Darrick J.... xfs_repair: refactor namecheck functions
2019-06-06  Darrick J.... libfrog: fix bitmap return values
2019-06-06  Darrick J.... misc: remove all use of xfs_fsop_geom_t
next