]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - libxfs
xfs_scrub: remove moveon from repair action list helpers
[thirdparty/xfsprogs-dev.git] / libxfs /
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. Wonglibxfs: fix typo in message about write verifier
2019-09-26  Darrick J. Wongmkfs: use libxfs to write out new AGs
2019-09-26  Darrick J. Wonglibxfs: make xfs_buf_delwri_submit actually do something
2019-09-26  Darrick J. Wonglibxfs: fix buffer refcounting in delwri_queue
2019-09-26  Darrick J. Wonglibxfs: fix uncached buffer refcounting
2019-09-09  Darrick J. Wongxfs_db: add a function to compute btree geometry
2019-09-09  Darrick J. Wonglibfrog: move crc32c.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: move radix-tree.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: refactor online geometry queries
2019-08-28  Darrick J. Wongxfs: don't crash on null attr fork xfs_bmapi_read
2019-08-28  Darrick J. Wongxfs: remove more ondisk directory corruption asserts
2019-08-28  Darrick J. Wongxfs: attribute scrub should use seen_enough to pass...
2019-08-28  Darrick J. Wongxfs: allow single bulkstat of special inodes
2019-08-28  Darrick J. Wongxfs: specify AG in bulk req
2019-08-28  Darrick J. Wongxfs: wire up the v5 inumbers ioctl
2019-08-28  Darrick J. Wongxfs: wire up new v5 bulkstat ioctls
2019-08-28  Darrick J. Wongxfs: introduce v5 inode group structure
2019-08-28  Darrick J. Wongxfs: introduce new v5 bulkstat structure
2019-08-28  Darrick J. Wongxfs: remove various bulk request typedef usage
2019-08-28  Darrick J. Wongxfs: create simplified inode walk function
2019-08-28  Darrick J. Wongxfs: 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. Wongxfs: account for log space when formatting new AGs
2019-08-28  Darrick J. Wongxfs: 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. Wongxfs: 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. Wongxfs: finish converting to inodes_per_cluster
2019-08-28  Darrick J. Wongxfs: fix inode_cluster_size rounding mayhem
2019-08-28  Darrick J. Wongxfs: refactor inode geometry setup routines
2019-08-28  Darrick J. Wongxfs: separate inode geometry
2019-08-21  Eric Sandeenxfsprogs: fix geometry calls on older kernels for 5.2.1
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  Darrick J. Wongxfs: 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. Wongxfs: add online scrub for superblock counters
2019-07-24  Darrick J. Wongxfs: always rejoin held resources during defer roll
2019-07-24  Darrick J. Wongxfs: 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. Wongxfs: report inode health via bulkstat
2019-07-24  Darrick J. Wongxfs: report AG health via AG geometry ioctl
2019-07-24  Darrick J. Wongxfs: report fs and rt health via geometry structure
2019-07-24  Darrick J. Wongxfs: 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. Wongxfs: clear BAD_SUMMARY if unmounting an unhealthy files...
2019-07-24  Darrick J. Wongxfs: replace the BAD_SUMMARY mount flag with the equiva...
2019-07-24  Darrick J. Wongxfs: track metadata health status
2019-07-24  Brian Fosterxfs: don't account extra agfl blocks as available
2019-06-06  Darrick J. Wongxfs_repair: refactor namecheck functions
2019-06-06  Darrick J. Wonglibxfs: set m_finobt_nores when initializing library
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  Dave Chinnerxfs: factor log item initialisation
2019-05-21  Eric Sandeenlibxfs: fix argument to xfs_trans_add_item
2019-05-21  Christoph Hellwiglibxfs: factor common xfs_trans_bjoin code
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: rename bp_transp to b_transp in ASSERTs
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: always init bma in xfs_bmapi_write libxfs-5.1-sync
2019-05-06  Brian Fosterxfs: don't trip over uninitialized buffer on extent...
2019-05-06  Darrick J. Wongxfs: clean up xfs_dir2_leaf_addname
2019-05-06  Darrick J. Wongxfs: zero initialize highstale and lowstale in xfs_dir2...
2019-05-06  Darrick J. Wongxfs: clean up xfs_dir2_leafn_add
2019-05-06  Nathan Chancellorxfs: Zero initialize highstale and lowstale in xfs_dir2...
2019-05-06  Darrick J. Wongxfs: fix uninitialized error variables
2019-05-06  Christoph Hellwigxfs: make COW fork unwritten extent conversions more...
2019-05-06  Darrick J. Wongxfs: fix xfs_buf magic number endian checks
2019-05-06  Christoph Hellwigxfs: move stat accounting to xfs_bmapi_convert_delalloc
2019-05-06  Christoph Hellwigxfs: move transaction handling to xfs_bmapi_convert_del...
2019-05-06  Christoph Hellwigxfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_write
2019-05-06  Christoph Hellwigxfs: factor out two helpers from xfs_bmapi_write
2019-05-06  Christoph Hellwigxfs: simplify the xfs_bmap_btree_to_extents calling...
2019-05-06  Darrick J. Wongxfs: rename m_inotbt_nores to m_finobt_nores
2019-05-06  Darrick J. Wongxfs: add magic numbers to dquot buffer ops
2019-05-06  Darrick J. Wongxfs: add inode magic to inode verifier
2019-05-06  Brian Fosterxfs: factor xfs_da3_blkinfo verification into common...
2019-05-06  Brian Fosterxfs: miscellaneous verifier magic value fixups
2019-05-06  Brian Fosterxfs: use verifier magic field in dir2 leaf verifiers
2019-05-06  Brian Fosterxfs: distinguish between bnobt and cntbt magic values
2019-05-06  Brian Fosterxfs: split up allocation btree verifier
2019-05-06  Brian Fosterxfs: distinguish between inobt and finobt magic values
2019-05-06  Brian Fosterxfs: create a separate finobt verifier
2019-05-06  Brian Fosterxfs: always check magic values in on-disk byte order
next