]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2018-03-27  Eric Sandeenmetadump/restore: don't use errno after fwrite/fread...
2018-03-27  Darrick J.... mkfs: enable sparse inodes by default
2018-03-27  Darrick J.... xfs_fsr: refactor mountpoint finding to use libfrog...
2018-03-27  Darrick J.... libfrog: fs_table_lookup_mount should realpath the...
2018-03-27  Eric Sandeenxfs_repair: use custom ifork verifier in mv_orphanage
2018-03-27  Darrick J.... xfs_repair: implement custom ifork verifiers
2018-03-27  Baruch Siachxfs_scrub: add missing paths header
2018-03-27  Baruch Siachworkqueue: add missing pthreads header
2018-03-27  Dave Chinnerxfs_io: fix operation time reporting
2018-03-09  Darrick J.... xfs_repair: don't fail directory repairs when grabbing...
2018-03-09  Darrick J.... xfs_db: print transaction reservation type information
2018-03-09  Darrick J.... xfs_scrub: don't try to scan xattrs if bstat says there...
2018-03-09  Darrick J.... xfs_scrub: fix #include ordering to avoid build failure
2018-03-09  Darrick J.... xfs_scrub: don't ask user to run xfs_repair for only...
2018-03-09  Darrick J.... xfs_scrub: log operational messages when interactive
2018-03-09  Darrick J.... xfs_db: don't crash in ablock if there's no inode
2018-03-09  Darrick J.... misc: fix gcc 7.3 warnings
2018-03-09  Eric Sandeenxfsprogs: new libxfs-apply option for Signed-off-by...
2018-03-09  Eric Sandeenxfsprogs: call libxfs_destroy from other utilities
2018-03-09  Eric Sandeenlibxfs: Catch non-empty zones on destroy
2018-03-09  Eric Sandeenlibxfs: move xfs_inode_zone to rdwr.c
2018-03-09  Eric Sandeenlibxfs: add function to free all buffers in bcache
2018-03-09  Eric Sandeenlibxfs: Replace XFS_BUF_SET_PTR with xfs_buf_associate_...
2018-03-09  Dave Chinnerxfs_io: add RWF_DSYNC support to pwrite
2018-03-09  Luis R. Rodriguezxfs_scrub: make interpreter explicit to python3
2018-03-09  Xiao Yangxfs_repair: Add missing braces to allow zeroing of...
2018-03-09  Brian Fosterxfs_io: support a basic extent swap command
2018-03-09  Goldwyn Rodriguesxfs_io: Add missing perror for write_once (-O)
2018-03-09  Darrick J.... misc: enable link time optimization, if requested
2018-03-09  Darrick J.... misc: enable retpolines across all xfsprogs utilities
2018-02-28  Darrick J.... xfs: fix u32 type usage in sb validation function libxfs-4.16-sync
2018-02-27  Darrick J.... xfs: don't screw up direct writes when freesp is fragmented
2018-02-27  Darrick J.... xfs: treat CoW fork operations as delalloc for quota...
2018-02-27  Darrick J.... xfs: refactor accounting updates out of xfs_bmap_btalloc
2018-02-27  Darrick J.... xfs: refactor inode verifier corruption error printing
2018-02-27  Shan Haixfs: bmap code cleanup
2018-02-27  Carlos MaiolinoSplit buffer's b_fspriv field
2018-02-27  Jeff Laytonxfs: convert to new i_version API
2018-02-27  Darrick J.... xfs: check sb_agblocks and sb_agblklog when validating...
2018-02-27  Darrick J.... xfs: recheck reflink / dirty page status before freeing...
2018-02-27  Darrick J.... xfs: btree format ifork loader should check for zero...
2018-02-27  Darrick J.... xfs: attr leaf verifier needs to check for obviously...
2018-02-27  Darrick J.... xfs: directory scrubber must walk through data block...
2018-02-27  Darrick J.... xfs: cross-reference the realtime bitmap
2018-02-27  Darrick J.... xfs: add scrub cross-referencing helpers for the refcou...
2018-02-27  Darrick J.... xfs: add scrub cross-referencing helpers for the rmap...
2018-02-27  Darrick J.... xfs: add scrub cross-referencing helpers for the inode...
2018-02-27  Darrick J.... xfs: add scrub cross-referencing helpers for the free...
2018-02-27  Brian Fosterxfs: cancel tx on xfs_defer_finish() error during xattr...
2018-02-27  Brian Fosterxfs: account finobt blocks properly in perag reservation
2018-02-27  Colin Ian Kingxfs: fix check on struct_version for versions 4 or...
2018-02-27  Darrick J.... xfs: use %px for data pointers when debugging
2018-02-27  Darrick J.... xfs: change 0x%p -> %p in print messages
2018-02-27  Darrick J.... xfs: harden directory integrity checks some more
2018-02-27  Darrick J.... xfs: refactor the geometry structure filling function
2018-02-27  Darrick J.... xfs: hoist xfs_fs_geometry to libxfs
2018-02-27  Darrick J.... xfs: trace log reservations at mount time
2018-02-27  Darrick J.... xfs: standardize quota verification function outputs
2018-02-27  Darrick J.... xfs: separate dquot repair into a separate function
2018-02-27  Darrick J.... xfs: create a new buf_ops pointer to verify structure...
2018-02-27  Darrick J.... xfs: fail out of xfs_attr3_leaf_lookup_int if it looks...
2018-02-27  Darrick J.... xfs: provide a centralized method for verifying inline...
2018-02-27  Darrick J.... xfs: refactor short form directory structure verifier...
2018-02-27  Darrick J.... xfs: create structure verifier function for short form...
2018-02-27  Darrick J.... xfs: create structure verifier function for shortform...
2018-02-27  Darrick J.... xfs: move inode fork verifiers to xfs_dinode_verify
2018-02-27  Darrick J.... xfs: verify dinode header first
2018-02-27  Darrick J.... xfs: refactor verifier callers to print address of...
2018-02-27  Darrick J.... xfs: have buffer verifier functions report failing...
2018-02-27  Darrick J.... xfs: refactor xfs_verifier_error and xfs_buf_ioerror
2018-02-27  Darrick J.... xfs: remove XFS_WANT_CORRUPTED_RETURN from dir3 data...
2018-02-27  Darrick J.... xfs: refactor short form btree pointer verification
2018-02-27  Darrick J.... xfs: refactor long-format btree header verification...
2018-02-27  Darrick J.... xfs: remove XFS_FSB_SANITY_CHECK
2018-02-27  Brian Fosterxfs: eliminate duplicate icreate tx reservation functions
2018-02-27  Brian Fosterxfs: refactor inode chunk alloc/free tx reservation
2018-02-27  Brian Fosterxfs: include an allocfree res for inobt modifications
2018-02-27  Brian Fosterxfs: truncate transaction does not modify the inobt
2018-02-27  Brian Fosterxfs: fix up agi unlinked list reservations
2018-02-27  Brian Fosterxfs: include inobt buffers in ifree tx log reservation
2018-02-27  Eric Sandeenxfsprogs: Release v4.15.1 v4.15.1
2018-02-27  Jakub Boguszpo/pl.po: update Polish translation for 4.15.0
2018-02-27  Darrick J.... debian: don't fail postinst when upgrading chroot
2018-02-27  Darrick J.... debian: add build-depends on pkg-config
2018-02-23  Eric Sandeenxfsprogs: Release v4.15.0 v4.15.0
2018-02-23  Nathan ScottFix spelling mistake in mkfs lazy superblock diagnostic
2018-02-23  Nathan ScottFix grammar and spelling in strings and man pages
2018-02-23  Nathan ScottAdd xfs_scrub_fail systemd service file docs entry
2018-02-23  Nathan ScottUpdate .gitignore list for generated scrub cron file
2018-02-23  Nathan ScottSeveral updates to use more modern Debian packaging
2018-02-13  Eric Sandeenxfsprogs: Release v4.15.0-rc1 v4.15.0-rc1
2018-02-13  Darrick J.... xfs_scrub: refactor outcome display into a separate...
2018-02-12  Darrick J.... xfs_scrub: always init phase information
2018-02-12  Darrick J.... xfs_scrub: reclassify some of the warning messages
2018-02-12  Darrick J.... xfs_scrub: reclassify runtime errors
2018-02-12  Darrick J.... xfs_scrub: classify lack of ioctl support as a runtime...
2018-02-12  Darrick J.... xfs_scrub: remove preen mode
2018-02-05  Marco Benattoxfs_mdrestore: Don't rewind source file stream
2018-02-05  Marco Benattoxfs_mdrestore: Add -i option to built-in help
2018-02-05  Darrick J.... xfs_io: fix copy_file_range symbol name collision
next