]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - mkfs/xfs_mkfs.c
mkfs: factor log size calculations
[thirdparty/xfsprogs-dev.git] / mkfs / xfs_mkfs.c
2017-12-06  Dave Chinnermkfs: factor log size calculations
2017-12-06  Dave Chinnermkfs: factor initial mount setup
2017-12-06  Dave Chinnermkfs: rework imaxpct calculation
2017-12-06  Dave Chinnermkfs: factor AG alignment
2017-12-06  Dave Chinnermkfs: factor AG geometry calculations
2017-12-06  Dave Chinnermkfs: factor rt device validation
2017-12-06  Dave Chinnermkfs: factor log device validation
2017-12-06  Dave Chinnermkfs: factor data device validation
2017-12-06  Dave Chinnermkfs: factor device opening
2017-12-06  Dave Chinnermkfs: rework stripe calculations
2017-12-06  Dave Chinnermkfs: factor rtdev extent size validation
2017-12-06  Dave Chinnermkfs: fix hidden parameter in DTOBT()
2017-12-06  Dave Chinnermkfs: factor out device size calculations
2017-12-06  Dave Chinnermkfs: factor inode size validation
2017-12-06  Dave Chinnermkfs: factor directory blocksize validation
2017-12-06  Dave Chinnermkfs: factor superblock feature validation
2017-12-06  Dave Chinnermkfs: factor log sector size validation
2017-12-06  Dave Chinnermkfs: factor blocksize validation
2017-12-06  Dave Chinnermkfs: factor sectorsize validation
2017-12-06  Dave Chinnermkfs: rename top level CLI parameters
2017-12-06  Dave Chinnermkfs: introduce default configuration structure
2017-12-06  Dave Chinnermkfs: factor secondary superblock updates
2017-12-06  Dave Chinnermkfs: factor writing AG headers
2017-12-06  Dave Chinnermkfs: factor out device preparation
2017-12-06  Dave Chinnermkfs: factor in memory superblock setup
2017-12-06  Dave Chinnermkfs: factor printing of mkfs config
2017-12-06  Dave Chinnermkfs: Introduce mkfs configuration structure
2017-12-06  Dave Chinnermkfs: factor sector subopts parser
2017-12-06  Dave Chinnermkfs: factor rt subopts parser
2017-12-06  Dave Chinnermkfs: factor naming subopts parser
2017-12-06  Dave Chinnermkfs: factor meta subopts parser
2017-12-06  Dave Chinnermkfs: factor log subopts parser
2017-12-06  Dave Chinnermkfs: factor inode subopts parser
2017-12-06  Dave Chinnermkfs: factor data subopts parser
2017-12-06  Dave Chinnermkfs: factor block subopts parser
2017-12-06  Dave Chinnermkfs: add generic subopt parsing table
2017-12-06  Dave Chinnermkfs: introduce a structure to hold CLI options
2017-12-06  Dave Chinnermkfs: make subopt table const
2017-12-06  Dave Chinnermkfs: disallow specifying the sector size of internal log
2017-12-06  Darrick J. Wonglibfrog: move libxfs_log2_roundup to libfrog
2017-09-27  Darrick J. Wongmkfs: don't overflow the subopts array
2017-09-21  Darrick J. Wongmkfs: pass a custom cowextsize into the created filesystem
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-08-22  Jan Tulakmkfs: add missing translation
2017-08-04  Darrick J. Wongxfsprogs: remove double-underscore integer types
2017-07-20  Eric Sandeenmkfs.xfs: allow specification of 0 data stripe width...
2017-07-13  Darrick J. Wongmkfs: set inode alignment and cluster size for minimum...
2017-06-15  Christoph Hellwigmkfs: remove leftover blkid include
2017-05-02  Eric Sandeenmkfs.xfs: Assign proper defaults to rmapbt and reflink...
2017-04-04  Eric Sandeenxfs: remove boilerplate around xfs_btree_init_block
2017-04-04  Eric Sandeenxfs: glean crc status from mp not flags in xfs_btree_in...
2016-11-01  Felix Jandaxfsprogs: replace pread64/pwrite64 by equivalent pread...
2016-11-01  Felix Jandaxfsprogs: replace ftruncate64 by equivalent ftruncate
2016-11-01  Felix Jandaxfsprogs: replace [fl]stat64 by equivalent [fl]stat
2016-10-26  Darrick J. Wongmkfs.xfs: format reflink enabled filesystems
2016-08-26  Darrick J. Wongmisc: fix libxfs api violations
2016-08-19  Darrick J. Wongmkfs.xfs: create filesystems with reverse-mappings rmap-for-4.8
2016-08-19  Darrick J. Wongmkfs: set agsize prior to calculating minimum log size
2016-08-10  Darrick J. Wongxfs: rmap btree requires more reserved free space
2016-08-10  Darrick J. Wongxfs: rmap btree add more reserved blocks
2016-08-04  Felix Jandamkfs: Remove workaround for getsubopt() on older glibc
2016-06-21  Christoph Hellwigxfs: better xfs_trans_alloc interface
2016-06-21  Jan Tulakmkfs: test that -l su is a multiple of block size
2016-06-21  Jan Tulakmkfs: better error with incorrect b/s value suffix...
2016-06-21  Jan Tulakmkfs: fix -l su minval
2016-05-30  Eric Sandeenmkfs.xfs: annotate fallthrough cases in cvtnum
2016-05-30  Bill O'Donnelllibxcmd: generalize topology functions
2016-05-10  Jan Tulakmkfs: conflicting values with disabled crc should fail
2016-05-10  Jan Tulakmkfs: add optional 'reason' for illegal_option
2016-05-10  Jan Tulakmkfs: unit conversions are case insensitive
2016-05-10  Jan Tulakmkfs: move spinodes crc check
2016-05-10  Dave Chinnermkfs: don't treat files as though they are block devices
2016-05-10  Dave Chinnermkfs: add string options to generic parsing
2016-05-10  Dave Chinnermkfs: encode conflicts into parsing table
2016-05-10  Dave Chinnermkfs: merge getnum
2016-05-10  Dave Chinnermkfs: table based parsing for converted parameters
2016-05-10  Dave Chinnermkfs: add respecification detection to generic parsing
2016-05-10  Dave Chinnermkfs: use getnum_checked for all ranged parameters
2016-05-10  Dave Chinnermkfs: getbool is redundant
2016-05-10  Dave Chinnermkfs: structify input parameter passing
2016-05-10  Dave Chinnermkfs: validate logarithmic parameters sanely
2016-05-10  Dave Chinnermkfs: factor boolean option parsing
2016-05-10  Dave Chinnermkfs: validate all input values
2016-05-10  Dave Chinnermkfs: Sanitise the superblock feature macros
2016-05-10  Dave Chinnermkfs: sanitise ftype parameter values.
2016-05-10  Dave Chinnerxfsprogs: use common code for multi-disk detection
2016-02-04  Darrick J. Wongmkfs: factor finobt changes into min log size when...
2015-12-20  Jan Tulakxfsprogs: Remove trailing blanks on various places
2015-12-20  Vivek Trivedimkfs: fix unintentional integer overflow
2015-12-18  Brian Fosterlibxfs: conditionalize log format record size optimization
2015-10-13  Brian Fosterdb/metadump: bump lsn when log is cleared on v5 supers
2015-10-13  Brian Fosterlibxfs: pass lsn param to log clear and record header...
2015-10-13  Mika Elorantamkfs.xfs: option for using a pre-defined filesystem...
2015-10-13  Jan Tulakbuild: make libblkid usage optional
2015-08-18  Eric Sandeenmkfs.xfs: fix ftype-vs-crc option combination testing
2015-08-03  Dave ChinnerMerge branch 'progs-misc-fixes-2' into for-next
2015-08-03  Eric Sandeenxfsprogs: Add new sb_meta_uuid field, update userspace...
2015-08-03  Dave ChinnerMerge branch 'progs-header-cleanup' into for-next
2015-08-03  Jan Tulakxfsprogs: blkid is now mandatory
next