]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libfrog
libfrog: fix bitmap error communication problems
[thirdparty/xfsprogs-dev.git] / libfrog /
2019-10-17  Darrick J. Wonglibfrog: fix bitmap error communication problems
2019-10-17  Darrick J. Wonglibfrog: add missing per-thread variable error handling
2019-10-17  Darrick J. Wonglibfrog: fix per-thread variable error communication...
2019-10-15  Darrick J. Wonglibfrog: split workqueue destroy functions
2019-10-15  Darrick J. Wonglibfrog: fix missing error checking in workqueue code
2019-10-15  Darrick J. Wonglibfrog: fix workqueue error communication problems
2019-09-30  Darrick J. Wongxfs_io: add a bulkstat command
2019-09-30  Darrick J. Wongmisc: convert from XFS_IOC_FSINUMBERS to XFS_IOC_INUMBERS
2019-09-30  Darrick J. Wongmisc: convert xfrog_bulkstat functions to have v5 semantics
2019-09-26  Darrick J. Wonglibfrog: add online scrub/repair for superblock counters
2019-09-26  Darrick J. Wonglibfrog: share scrub headers
2019-09-26  Darrick J. Wongxfs_spaceman: report health problems
2019-09-09  Darrick J. Wongxfs_spaceman: convert open-coded unit conversions to...
2019-09-09  Darrick J. Wonglibfrog: move libfrog.h to libfrog/util.h
2019-09-09  Darrick J. Wonglibfrog: move workqueue.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move path.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move crc32c.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move workqueue.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move radix-tree.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move ptvar.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move fsgeom.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move convert.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move bitmap.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move avl64.h to libfrog/
2019-09-09  Darrick J. Wonglibxfs: move topology declarations into separate header
2019-09-09  Darrick J. Wonglibfrog: refactor open-coded INUMBERS calls
2019-09-09  Darrick J. Wonglibfrog: create xfd_open function
2019-09-09  Darrick J. Wonglibfrog: refactor open-coded bulkstat calls
2019-09-09  Darrick J. Wonglibfrog: create online fs geometry converters
2019-09-09  Darrick J. Wonglibfrog: store more inode and block geometry in struct...
2019-09-09  Darrick J. Wonglibfrog: introduce xfs_fd to wrap an fd to a file on...
2019-09-09  Darrick J. Wonglibfrog: refactor online geometry queries
2019-06-25  Darrick J. Wonglibfrog: cvt_u64 should use strtoull, not strtoll
2019-06-25  Darrick J. Wonglibfrog: don't set negative errno in conversion functions
2019-06-06  Darrick J. Wonglibfrog: fix bitmap return values
2019-04-26  Darrick J. Wonglibfrog: fix memory leak in bitmap_free
2019-04-26  Darrick J. Wonglibfrog: hoist bitmap out of scrub
2018-10-30  Darrick J. Wongxfs_io: add crc32 self test
2018-10-17  Eric Sandeenlibfrog: change project entity variable scope to local...
2018-10-17  Eric Sandeenlibxfs: silence static warnings about platform_* functions
2018-10-17  Eric Sandeenxfsprogs: include headers for extern variables
2018-10-17  Eric Sandeenxfsprogs: don't include all xfs headers just for crc32
2018-10-09  Eric Sandeenxfsprogs: remove write-only variables
2018-10-09  Eric Sandeenlibxfs: avoid redefinitions of macros in mount.h
2018-10-09  Eric Sandeenxfsprogs: remove PKG_PLATFORM macro
2018-10-09  Eric Sandeenxfsprogs: remove darwin platform files
2018-10-09  Eric Sandeenxfsprogs: remove bsd platform files
2018-10-09  Eric Sandeenxfsprogs: remove irix platform files
2018-08-01  Darrick J. Wonglibfrog: move crc32c code out of libxfs
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-05-23  Eric Sandeenxfsprogs: be careful about what we stat in platform_che...
2018-05-23  Darrick J. Wonglibfrog: refactor fs geometry printing function
2018-05-23  Darrick J. Wonglibfrog: move platform specific runtime support code...
2018-03-27  Eric Sandeenlibfrog: handle NULL dir && blkdev in __fs_table_lookup...
2018-03-27  Darrick J. Wongxfs_fsr: refactor mountpoint finding to use libfrog...
2018-03-27  Darrick J. Wonglibfrog: fs_table_lookup_mount should realpath the...
2018-02-02  Darrick J. Wongxfs_scrub: thread-safe stats counter
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-12-06  Darrick J. Wonglibfrog: add missing function fs_table_destroy
2017-12-06  Darrick J. Wonglibfrog: move paths.c out of libxcmd
2017-12-06  Darrick J. Wonglibfrog: move conversion factors out of libxcmd
2017-12-06  Darrick J. Wonglibfrog: move topology code out of libxcmd
2017-12-06  Darrick J. Wonglibfrog: create a threaded workqueue
2017-12-06  Darrick J. Wonglibfrog: promote avl64 code from xfs_repair
2017-12-06  Darrick J. Wonglibfrog: move list_sort out of libxfs
2017-12-06  Darrick J. Wonglibfrog: move libxfs_log2_roundup to libfrog
2017-12-06  Darrick J. Wonglibfrog: move all the userspace support stuff into...