]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - mkfs/xfs_mkfs.c
xfsprogs: make static things static
[thirdparty/xfsprogs-dev.git] / mkfs / xfs_mkfs.c
2018-10-09  Eric Sandeenxfsprogs: make static things static
2018-10-09  Eric Sandeenmkfs.xfs: include full parser prototype in subopts...
2018-10-09  Jan Tulakmkfs: move 'mounted' check before 'existing fs' check
2018-10-09  Jan Tulakmkfs: discard only after all validations
2018-10-09  Darrick J. Wonglibxfs: check libxfs_trans_commit return values
2018-10-04  Darrick J. Wonglibxfs: fix xfs_trans_alloc reservation abuse
2018-10-04  Darrick J. Wonglibxfs: fix libxfs_trans_alloc callsite problems
2018-08-01  Jeff Mahoneymkfs: avoid divide-by-zero when hardware reports optima...
2018-08-01  Darrick J. Wongmisc: clean up MIN/MAX in the utilities
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Carlos MaiolinoGet rid of XFS_BUF_PTR() macro
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-05-31  Eric Sandeenmkfs.xfs: if either sunit or swidth is nonzero, the...
2018-05-23  Darrick J. Wongmkfs: use geometry generation / helper functions
2018-05-01  Eric SandeenMerge branch 'libxfs-4.17-sync' into for-next
2018-04-18  Dave Chinnerxfs: convert XFS_AGFL_SIZE to a helper function
2018-03-27  Darrick J. Wongmkfs: enable sparse inodes by default
2018-03-09  Eric Sandeenxfsprogs: call libxfs_destroy from other utilities
2018-02-23  Nathan ScottFix spelling mistake in mkfs lazy superblock diagnostic
2018-02-23  Nathan ScottFix grammar and spelling in strings and man pages
2018-02-05  Darrick J. Wongmkfs: don't create realtime filesystems with reflink...
2018-02-02  Eric Sandeenmkfs: more sunit/swidth sanity checking
2018-02-02  Darrick J. Wongmkfs: always explain why numeric inputs are invalid
2018-02-02  Darrick J. Wongmkfs: don't call values 'illegal', they're invalid
2018-02-02  Darrick J. Wongmkfs: don't crash on dswidth overflow
2018-01-04  Eric Sandeenmkfs: do not allow both "dev" and "name" subopts for...
2018-01-04  Eric Sandeenmkfs: pass switch case value directly into getnum/getstr
2018-01-04  Eric Sandeenmkfs: un-document removed logarithm based CLI options
2018-01-03  Dave Chinnermkfs: remove logarithm based CLI options
2018-01-03  Dave Chinnermkfs: resolve sector size CLI conflicts
2018-01-03  Dave Chinnermkfs: convert subopt name, val pairs to enums and decla...
2018-01-03  Dave Chinnermkfs: support arbitrary conflict specification
2018-01-03  Dave Chinnermkfs: protofile only needs to be set up once
2018-01-03  Dave Chinnermkfs: simplify minimum log size calculation
2018-01-03  Dave Chinnermkfs: use opts parameter during option parsing
2018-01-03  Eric Sandeenmkfs: remove use-once default macros
2018-01-03  Eric Sandeenmkfs: document sb_feat_args members
2018-01-03  Eric Sandeenmkfs: invert project id width boolean name
2018-01-03  Eric Sandeenmkfs: remove unused m_uuid in sb_feat_args
2018-01-03  Eric Sandeenmkfs: Don't emit default config message yet
2018-01-03  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-12-06  Dave Chinnermkfs: tidy up definitions
2017-12-06  Dave Chinnermkfs: move error functions
2017-12-06  Dave Chinnermkfs: cleanup redundant temporary code
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
next