]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2017-11-17  Darrick J.... xfs: scrub directory parent pointers
2017-11-17  Darrick J.... xfs: scrub symbolic links
2017-11-17  Darrick J.... xfs: scrub extended attributes
2017-11-17  Darrick J.... xfs: scrub directory metadata
2017-11-17  Darrick J.... xfs: scrub inode block mappings
2017-11-17  Darrick J.... xfs: scrub inodes
2017-11-17  Darrick J.... xfs: scrub refcount btrees
2017-11-17  Darrick J.... xfs: scrub rmap btrees
2017-11-17  Darrick J.... xfs: scrub inode btrees
2017-11-17  Darrick J.... xfs: scrub free space btrees
2017-11-17  Darrick J.... xfs: scrub the AGI
2017-11-17  Darrick J.... xfs: scrub AGF and AGFL
2017-11-17  Darrick J.... xfs: scrub the secondary superblocks
2017-11-17  Darrick J.... xfs: scrub the shape of a metadata btree
2017-11-17  Darrick J.... xfs: probe the scrub ioctl
2017-11-17  Darrick J.... xfs: create an ioctl to scrub AG metadata
2017-11-17  Darrick J.... xfs: create inode pointer verifiers
2017-11-17  Darrick J.... xfs: refactor btree block header checking functions
2017-11-17  Darrick J.... xfs: refactor btree pointer checks
2017-11-17  Darrick J.... xfs: create block pointer check functions
2017-11-17  Christoph Hellwigxfs: remove xfs_bmbt_get_state
2017-11-17  Christoph Hellwigxfs: remove all xfs_bmbt_set_* helpers except for xfs_b...
2017-11-17  Christoph Hellwigxfs: replace xfs_bmbt_lookup_ge with xfs_bmbt_lookup_first
2017-11-17  Christoph Hellwigxfs: pass a struct xfs_bmbt_irec to xfs_bmbt_lookup_eq
2017-11-17  Christoph Hellwigxfs: pass a struct xfs_bmbt_irec to xfs_bmbt_update
2017-11-17  Christoph Hellwigxfs: refactor xfs_bmap_add_extent_unwritten_real
2017-11-17  Christoph Hellwigxfs: refactor delalloc accounting in xfs_bmap_add_exten...
2017-11-17  Christoph Hellwigxfs: refactor xfs_bmap_add_extent_delay_real
2017-11-17  Christoph Hellwigxfs: refactor xfs_bmap_add_extent_hole_real
2017-11-17  Christoph Hellwigxfs: refactor xfs_bmap_add_extent_hole_delay
2017-11-17  Christoph Hellwigxfs: refactor xfs_del_extent_real
2017-11-17  Christoph Hellwigxfs: use the state defines in xfs_bmap_del_extent_real
2017-11-17  Christoph Hellwigxfs: use correct state defines in xfs_bmap_del_extent_...
2017-11-17  Christoph Hellwigxfs: move some more code into xfs_bmap_del_extent_real
2017-11-17  Christoph Hellwigxfs: use xfs_bmap_del_extent_delay for the data fork...
2017-11-17  Christoph Hellwigxfs: rename bno to end in __xfs_bunmapi
2017-11-17  Christoph Hellwigxfs: don't set XFS_BTCUR_BPRV_WASDEL in xfs_bunmapi
2017-11-17  Christoph Hellwigxfs: use xfs_iext_get_extent instead of open coding it
2017-11-17  Christoph Hellwigxfs: fix incorrect extent state in xfs_bmap_add_extent_...
2017-11-09  Goldwyn Rodriguesxfs_io: Allow partial writes
2017-11-09  Goldwyn Rodriguesxfs_io: Add RWF_NOWAIT to pwritev2()
2017-11-09  Goldwyn Rodriguesxfs_io: Add support for pwritev2()
2017-11-09  Goldwyn Rodriguesxfs_io: Disable -V if pwritev is not available
2017-11-09  Darrick J.... xfs_repair: always release btree buffers when refcountb...
2017-11-09  Darrick J.... misc: fix ubsan warnings
2017-11-09  Darrick J.... misc: enable thread sanitizer if the builder wants it
2017-11-09  Darrick J.... misc: enable gcc/clang address sanitizer if the builder...
2017-11-09  Darrick J.... misc: enable ubsan if the builder wants it
2017-11-09  Darrick J.... xfs_repair: fix cowextsize field checking and repairing
2017-11-09  Darrick J.... xfs_repair: clear DAX flag from non-file inodes
2017-11-09  Darrick J.... xfs_repair: fix bag memory overwrite problems
2017-11-09  Darrick J.... xfs_io: add new error injection knobs to inject command
2017-11-09  Darrick J.... xfsprogs: explicitly cast troublesome types to match...
2017-11-09  Darrick J.... db: increase metadump's default overly long extent...
2017-11-09  Luis R. Rodriguezbuild: define _DEFAULT_SOURCE with _BSD_SOURCE for...
2017-11-09  Zirong Langxfsprogs: add xfs_spaceman to .gitignore
2017-11-09  Liu Boxfs_io: report io error for pwrite -W and -w
2017-11-09  Eric Sandeenxfs_metadump: zap stale data in DIR2_LEAF1 dirs
2017-11-09  Jan Tulakmetadump: update manpage for dirty log/obfuscation...
2017-11-09  Felix Jandakill off u_int*_t types
2017-10-18  Brian Fosterxfs: trim writepage mapping to within eof libxfs-4.14-sync
2017-10-18  Eric Sandeenxfs: handle error if xfs_btree_get_bufs fails
2017-10-18  Thomas Meyerxfs: Fix bool initialization/comparison
2017-10-18  Dave Chinnerxfs: Don't log uninitialised fields in inode structures
2017-10-18  Darrick J.... xfs: revert "xfs: factor rmap btree size into the indle...
2017-10-18  Darrick J.... xfs: perag initialization should only touch m_ag_max_us...
2017-10-18  Darrick J.... xfs: fix compiler warnings
2017-10-18  Darrick J.... xfs: simplify the rmap code in xfs_bmse_merge
2017-10-18  Christoph Hellwigxfs: use xfs_iext_*_extent helpers in xfs_bmap_split_ex...
2017-10-18  Christoph Hellwigxfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_ex...
2017-10-18  Christoph Hellwigxfs: move some code around inside xfs_bmap_shift_extents
2017-10-18  Christoph Hellwigxfs: use xfs_iext_get_extent in xfs_bmap_first_unused
2017-10-18  Christoph Hellwigxfs: switch xfs_bmap_local_to_extents to use xfs_iext_i...
2017-10-18  Christoph Hellwigxfs: add a xfs_iext_update_extent helper
2017-10-18  Brian Fosterxfs: relog dirty buffers during swapext bmbt owner...
2017-10-18  Brian Fosterxfs: skip bmbt block ino validation during owner change
2017-10-18  Brian Fosterxfs: don't log dirty ranges for ordered buffers
2017-10-18  Christoph Hellwigxfs: remove the ip argument to xfs_defer_finish
2017-10-18  Christoph Hellwigxfs: rename xfs_defer_join to xfs_defer_ijoin
2017-10-18  Christoph Hellwigxfs: refactor xfs_trans_roll
2017-10-18  Carlos Maiolinoxfs: stop searching for free slots in an inode chunk...
2017-09-27  Eric Sandeenxfsprogs: Release v4.13.1 v4.13.1
2017-09-27  Darrick J.... mkfs: don't overflow the subopts array
2017-09-26  Eric Sandeenxfsprogs: Release v4.13.0
2017-09-21  Eric Sandeenxfsprogs: Release v4.13.0-rc2 v4.13.0-rc2
2017-09-21  Darrick J.... xfs_repair: handle missing extent states
2017-09-21  Darrick J.... mkfs: pass a custom cowextsize into the created filesystem
2017-09-21  Zirong Langxfs_db: version command misses RMAPBT feature string
2017-09-15  Eric Sandeenxfsprogs: Release v4.13.0-rc1 v4.13.0-rc1
2017-09-15  Masatake YAMATOxfs_repair: don't use do_warn for normal log message
2017-09-15  Darrick J.... mkfs: add documentation for forgotten mkfs flags
2017-09-15  Darrick J.... libxfs: remove getcwd/chdir dance from initialization
2017-09-15  Darrick J.... misc: fix more stupid compiler warnings
2017-09-15  Darrick J.... xfs_repair: take the ag_lock before recording rmap...
2017-09-15  Donald Douwsmamkfs.xfs: Don't stagger AG for a single disk
2017-09-15  Eric SandeenMerge branch 'libxfs-4.13-sync' into for-next
2017-09-15  Omar Sandovalxfs: fix inobt inode allocation search optimization libxfs-4.13-sync
2017-08-24  Darrick J.... xfs_io: clarify the fsmap documentation
2017-08-24  Eric Sandeenxfs_bmap: fix -n documentation in manpage
2017-08-24  Nikolay Borisovfiemap: Fix semantics of max_extents (-n arguments)
next