]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - include
xfs: fix maxicount division by zero error
[thirdparty/xfsprogs-dev.git] / include /
2019-12-13  Dave Chinnerxfs: add kmem allocation trace points
2019-12-13  Tetsuo Handafs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
2019-11-01  Darrick J. Wonglibfrog: take over platform headers
2019-11-01  Darrick J. Wonglibxfs: remove libxfs_physmem
2019-11-01  Darrick J. Wonglibxfs: remove libxfs_nproc
2019-11-01  Darrick J. Wonglibfrog: clean up platform_nproc
2019-09-26  Darrick J. Wongmkfs: use libxfs to write out new AGs
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: 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-08-28  Darrick J. Wongxfs: remove various bulk request typedef usage
2019-08-28  Eric Sandeenxfs: remove unused flags arg from getsb interfaces
2019-08-28  Darrick J. Wongxfs: separate inode geometry
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  Darrick J. Wongxfs: always rejoin held resources during defer roll
2019-07-24  Darrick J. Wongxfs: track metadata health status
2019-06-06  Darrick J. Wonglibfrog: fix bitmap return values
2019-06-06  Darrick J. Wonglibxfs: fix attr include mess
2019-05-21  Eric Sandeenlibxfs: share kernel's xfs_trans_inode.c
2019-05-21  Eric Sandeenlibxfs: create current_time helper and sync xfs_trans_i...
2019-05-21  Eric Sandeenlibxfs: rename bli_format to avoid confusion with bli_f...
2019-05-21  Eric Sandeenlibxfs: Remove XACT_DEBUG #ifdefs
2019-05-16  Eric Sandeenlibxfs: remove unused cruft
2019-05-16  Eric Sandeenlibxfs: remove xfs_inode_log_item ili_flags
2019-05-16  Eric Sandeenlibxfs: remove i_transp
2019-05-06  Darrick J. Wongxfs: rename m_inotbt_nores to m_finobt_nores
2019-04-26  Darrick J. Wonglibxfs: drop the ifork_ops parameter from libxfs_inode_...
2019-04-26  Darrick J. Wonglibxfs: retain ifork_ops when flushing inode
2019-04-26  Eric Sandeenxfsprogs: remove unused function prototypes
2019-04-26  Darrick J. Wonglibxfs: remove libxfs_trans_iget
2019-04-26  Darrick J. Wonglibfrog: hoist bitmap out of scrub
2019-02-27  Omar Sandovalxfs: cache minimum realtime summary level
2019-02-27  Darrick J. Wongxfs: precalculate cluster alignment in inodes and blocks
2019-02-27  Darrick J. Wongxfs: precalculate inodes and blocks per inode cluster
2019-02-27  Darrick J. Wongxfs: idiotproof defer op type configuration
2018-11-09  Darrick J. Wongmake: don't spray static check failures all over the...
2018-10-30  Darrick J. Wongxfs_io: add crc32 self test
2018-10-30  Eric Sandeenxfsprogs: remove retpoline support
2018-10-17  Eric Sandeenxfsprogs: enable sparse checking with make C=2
2018-10-17  Eric Sandeenxfsprogs: enable sparse checking with make C=1
2018-10-17  Eric Sandeenavl64: export avl64_firstino / avl64_firstino from...
2018-10-17  Eric Sandeenxfsprogs: avoid redefinition of NBBY
2018-10-09  Eric Sandeenxfsprogs: make scrub build config-optional
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  Darrick J. Wonglibxfs: clean up IRELE/iput callsites
2018-10-05  Brian Fosterxfs: fold dfops into the transaction
2018-10-05  Brian Fosterxfs: replace xfs_defer_ops ->dop_pending with on-stack...
2018-10-05  Brian Fosterxfs: automatic dfops inode relogging
2018-10-05  Brian Fosterxfs: automatic dfops buffer relogging
2018-10-05  Brian Fosterxfs: replace dop_low with transaction flag
2018-10-05  Brian Fosterxfs: drop unnecessary xfs_defer_finish() dfops parameter
2018-10-05  Brian Fosterxfs: support embedded dfops in transaction
2018-10-05  Brian Fosterxfs: add firstblock field to xfs_trans
2018-10-04  Brian Fosterxfs: remove struct xfs_bmalloca dfops field
2018-10-04  Brian Fosterxfs: rename xfs_trans ->t_agfl_dfops to ->t_dfops
2018-10-04  Darrick J. Wonglibxfs: track transaction block reservation usage like...
2018-10-04  Darrick J. Wonglibxfs: fix xfs_trans_alloc reservation abuse
2018-08-01  Eric Sandeenxfsprogs: remove unused macros
2018-08-01  Darrick J. Wonglibfrog: move crc32c code out of libxfs
2018-08-01  Darrick J. Wonglibxfs: remove crc32 functions
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-06-28  Dave Chinnerxfs: get rid of the log item descriptor
2018-06-28  Dave Chinnerxfs: adder caller IP to xfs_defer* tracepoints
2018-06-28  Brian Fosterxfs: defer agfl block frees when dfops is available
2018-05-23  Darrick J. Wonglibfrog: refactor fs geometry printing function
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Darrick J. Wongxfs: refactor bmap record validation
2018-04-18  Brian Fosterxfs: detect agfl count corruption and reset agfl
2018-04-18  Brian Fosterxfs: account only rmapbt-used blocks against rmapbt...
2018-04-18  Brian Fosterxfs: rename agfl perag res type to rmapbt
2018-04-12  Darrick J. Wongxfs_scrub: transition from libunistring to libicu for...
2018-03-27  Darrick J. Wongxfs_fsr: refactor mountpoint finding to use libfrog...
2018-03-27  Baruch Siachworkqueue: add missing pthreads header
2018-03-09  Darrick J. Wongxfs_repair: don't fail directory repairs when grabbing...
2018-03-09  Eric Sandeenlibxfs: Catch non-empty zones on destroy
2018-03-09  Darrick J. Wongmisc: enable link time optimization, if requested
2018-03-09  Darrick J. Wongmisc: enable retpolines across all xfsprogs utilities
2018-02-27  Darrick J. Wongxfs: provide a centralized method for verifying inline...
2018-02-02  Darrick J. Wongxfs_scrub: integrate services with systemd
2018-02-02  Darrick J. Wongxfs_scrub: optionally use SCSI READ VERIFY commands...
2018-02-02  Darrick J. Wongxfs_scrub: scrub file data blocks
next