]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - mkfs
xfs: fix off-by-one error in xfs_btree_space_to_height
[thirdparty/xfsprogs-dev.git] / mkfs /
2022-12-09  Darrick J. Wongmkfs.xfs: add mkfs config file for the 6.1 LTS kernel
2022-12-09  Darrick J. Wongmisc: add static to various sourcefile-local functions
2022-08-30  Darrick J. Wongxfs: replace inode fork size macros with functions
2022-08-05  Darrick J. Wongmkfs: complain about impossible log size constraints
2022-08-05  Darrick J. Wongmkfs: stop allowing tiny filesystems
2022-08-05  Darrick J. Wongmkfs: ignore data blockdev stripe geometry for small...
2022-07-14  Darrick J. Wongmkfs: terminate getsubopt arrays properly
2022-07-12  Darrick J. Wongmkfs: document the large extent count switch in the...
2022-06-22  Chandan Babu Rmkfs: Add option to create filesystem with large extent...
2022-06-22  Chandan Babu Rxfs: Define max extent length based on on-disk format...
2022-05-27  Pavel Reichlmkfs: Fix memory leak
2022-05-18  Darrick J. Wongmkfs: don't trample the gid set in the protofile
2022-05-18  Darrick J. Wongmkfs: round log size down if rounding log start up...
2022-05-18  Darrick J. Wongmkfs: improve log extent validation
2022-05-18  Darrick J. Wongmkfs: don't let internal logs bump the root dir inode...
2022-05-18  Darrick J. Wongmkfs: reduce internal log size when log stripe units...
2022-05-18  Darrick J. Wongmkfs: fix missing validation of -l size against maximum...
2022-04-06  Eric Sandeenmkfs: increase the minimum log size to 64MB when possible
2022-03-01  Darrick J. Wongmkfs: add a config file for x86_64 pmem filesystems
2022-02-25  Darrick J. Wongmkfs: enable inobtcount and bigtime by default
2022-02-25  Darrick J. Wongmkfs: add configuration files for the last few LTS...
2022-02-25  Darrick J. Wongmkfs: prevent corruption of passed-in suboption string...
2022-02-25  Darrick J. Wongmisc: add a crc32c self test to mkfs and repair
2022-01-31  Dave Chinnerxfs: introduce xfs_buf_daddr()
2022-01-31  Darrick J. Wonglibxfs: replace XFS_BUF_SET_ADDR with a function
2022-01-31  Dave Chinnerxfs: convert xfs_fs_geometry to use mount feature checks
2022-01-31  Dave Chinnerxfs: reflect sb features in xfs_mount
2022-01-31  Theodore Ts'oxfsprogs: fix static build problems caused by liburcu
2021-11-12  Darrick J. Wongmkfs: warn about V4 deprecation when creating new V4...
2021-09-29  Darrick J. Wonglibfrog: move topology.[ch] to libxfs
2021-09-29  Darrick J. Wongmkfs: move mkfs/proto.c declarations to mkfs/proto.h
2021-09-29  Dave Chinnerxfsprogs: introduce liburcu support
2021-07-28  Darrick J. Wongmkfs: validate rt extent size hint when rtinherit is set
2021-06-30  Christoph Hellwigxfs: move the di_flags field to struct xfs_inode
2021-06-30  Christoph Hellwigxfs: move the di_size field to struct xfs_inode
2021-05-07  Darrick J. Wongmkfs: reject cowextsize after making final decision...
2021-04-16  Jeff Moyermkfs: don't default to the physical sector size if...
2021-02-24  Gao Xiangmkfs: make use of xfs_validate_stripe_geometry()
2021-02-12  Zorro Langmkfs: fix wrong inobtcount usage error output
2021-01-07  Dave Chinnerxfs: remove xfs_buf_t typedef libxfs-5.11-sync
2021-01-07  Eric Sandeenlibxfs: cosmetic changes to libxfs_inode_alloc
2020-11-24  Dave Chinnerlibxfs: get rid of b_bcount from xfs_buf
2020-11-20  Dave Chinnerlibxfs: rename buftarg->dev to btdev
2020-11-20  Dave Chinnermkfs: hook up suboption parsing to ini files
2020-11-20  Dave Chinnermkfs: constify various strings
2020-11-20  Dave Chinnermkfs: add initial ini format config file parsing support
2020-11-20  Darrick J. Wongmkfs: don't pass on extent size inherit flags when...
2020-11-20  Darrick J. Wongmkfs: allow users to specify rtinherit=0
2020-11-20  Darrick J. Wongmkfs: format bigtime filesystems
2020-11-20  Darrick J. Wongmkfs: enable the inode btree counter feature
2020-09-30  Anthony Iliopoulosmkfs: remove a couple of unused function parameters
2020-09-30  Eric Sandeenmkfs.xfs: remove comment about needed future work
2020-09-30  Darrick J. Wongmkfs: don't allow creation of realtime files from a...
2020-09-30  Darrick J. Wongmkfs: set required parts of the realtime geometry befor...
2020-09-30  Darrick J. Wongmkfs: fix reflink/rmap logic w.r.t. realtime devices...
2020-09-30  Darrick J. Wongmkfs.xfs: tweak wording of external log device size...
2020-09-28  Pavel Reichlmkfs.xfs: fix ASSERT on too-small device with stripe...
2020-08-17  Darrick J. Wongmkfs: allow setting dax flag on root directory
2020-08-10  Christoph Hellwigxfs: move the fork format fields into struct xfs_ifork
2020-05-26  Kaixu Xiamkfs: simplify the configured sector sizes setting...
2020-05-01  Christoph Hellwigxfs: remove XFS_BUF_TO_SBP
2020-04-08  Dave Chinnerxfsprogs: fix silently broken option parsing
2020-04-07  Dave Chinnermkfs: use cvtnum from libfrog
2020-03-14  Darrick J. Wongxfs: make xfs_trans_get_buf return an error code
2020-03-14  Darrick J. Wongxfs: make xfs_buf_read return an error code
2020-03-14  Darrick J. Wongxfs: make xfs_buf_get_uncached return an error code
2020-03-01  Darrick J. Wonglibxfs: remove unused flags parameter to libxfs_buf_mar...
2020-03-01  Darrick J. Wonglibxfs: straighten out libxfs_writebuf naming confusion
2020-03-01  Darrick J. Wonglibxfs: use uncached buffers for initial mkfs writes
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_readbuf with libxfs_buf_read
2020-03-01  Darrick J. Wonglibxfs: replace libxfs_getbuf with libxfs_buf_get
2020-03-01  Darrick J. Wonglibxfs: remove LIBXFS_EXIT_ON_FAILURE
2020-03-01  Darrick J. Wonglibxfs: open-code "exit on buffer read failure" in...
2020-03-01  Darrick J. Wongmkfs: check that metadata updates have been committed
2020-03-01  Darrick J. Wonglibxfs: libxfs_buf_delwri_submit should write buffers...
2020-02-27  Darrick J. Wonglibxfs: clean up libxfs_destroy
2020-02-27  Darrick J. Wongmkfs: check root inode location
2019-12-17  Eric Sandeenmkfs: tidy up discard notifications
2019-12-13  Pavel Reichlmkfs: Break block discard into chunks of 2 GB
2019-11-01  Darrick J. Wongmkfs: fix incorrect error message
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 fsgeom.h to libfrog/
2019-09-09  Darrick J. Wonglibxfs: move topology declarations into separate header
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: separate inode geometry
2019-07-24  Eric Sandeenxfs: change some error-less functions to void types
2019-07-10  Allison Collinsxfsprogs: Fix uninitialized cfg->lsunit
2019-07-10  Yang Xumkfs: remove useless log options in usage
2019-07-10  Eric Sandeenmkfs: don't use xfs_verify_fsbno() before m_sb is fully...
2019-06-25  Darrick J. Wongmkfs: validate start and end of aligned logs
2019-06-06  Darrick J. Wongmkfs: enable reflink by default
2019-05-06  Brian Fosterxfs: split up allocation btree verifier
2019-05-06  Brian Fosterxfs: create a separate finobt verifier
2019-04-26  Darrick J. Wongmisc: fix strncpy length complaints
2019-04-26  Darrick J. Wongmkfs: don't use DIFLAG values for fsx_xflags
2019-04-18  Darrick J. Wongmkfs: validate extent size hint parameters
2018-12-12  Eric Sandeenmkfs.xfs: null-terminate symlinks created via protofile
2018-10-09  Eric Sandeenxfsprogs: make static things static
next