]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2018-01-04  Ross Zwislerxfs_io: add MAP_SYNC support to mmap()
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
2018-01-03  Darrick J.... xfs: only skip rmap owner checks for unknown-owner... libxfs-4.15-sync
2018-01-03  Darrick J.... xfs: always honor OWN_UNKNOWN rmap removal requests
2018-01-03  Darrick J.... xfs: queue deferred rmap ops for cow staging extent...
2018-01-03  Darrick J.... xfs: move xfs_iext_insert tracepoint to report useful...
2018-01-03  Darrick J.... xfs: account for null transactions in bunmapi
2018-01-03  Darrick J.... xfs: hold xfs_buf locked between shortform->leaf conver...
2018-01-03  Darrick J.... xfs: add the ability to join a held buffer to a defer_ops
2018-01-03  Brian Fosterxfs: refactor buffer logging into buffer dirtying helper
2018-01-03  Christoph Hellwigxfs: remove "no-allocation" reservations for file creations
2018-01-03  Eric Sandeenxfs: fix leaks on corruption errors in xfs_bmap.c
2017-12-07  Darrick J.... libxfs: libxfs_nproc should never return negative numbers
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.... xfs_db: add missing padding fields
2017-12-06  Darrick J.... xfs_db: print structure padding fields consistently
2017-12-06  Darrick J.... xfs_repair: remove old workqueue stuff in favor of...
2017-12-06  Darrick J.... libhandle: add missing destructor
2017-12-06  Darrick J.... libfrog: add missing function fs_table_destroy
2017-12-06  Darrick J.... libfrog: move paths.c out of libxcmd
2017-12-06  Darrick J.... libfrog: move conversion factors out of libxcmd
2017-12-06  Darrick J.... libfrog: move topology code out of libxcmd
2017-12-06  Darrick J.... libfrog: create a threaded workqueue
2017-12-06  Darrick J.... libfrog: promote avl64 code from xfs_repair
2017-12-06  Darrick J.... libfrog: move list_sort out of libxfs
2017-12-06  Darrick J.... libfrog: add bit manipulation functions
2017-12-06  Darrick J.... libfrog: move libxfs_log2_roundup to libfrog
2017-12-06  Darrick J.... libfrog: move all the userspace support stuff into...
2017-12-06  Darrick J.... man: describe the metadata scrubbing ioctl
2017-12-06  Darrick J.... xfs_io: provide an interface to the scrub ioctls
2017-12-06  Eric Sandeenxfs_io: add buf_lru_ref tag to inject table
2017-12-06  Darrick J.... xfs_io: pull xfs errortag definitions from libxfs
2017-12-06  Nikolay Borisovxfs_io: implement ranged fiemap query
2017-12-06  Dave Chinnerxfs_io: fix gcc-7 related printf warnings
2017-11-27  Eric SandeenMerge branch 'libxfs-4.15-sync' into for-next
2017-11-27  Christoph Hellwigxfs: abstract out dev_t conversions
2017-11-27  Shu Wangxfs: fix memory leak in xfs_iext_free_last_leaf
2017-11-27  Darrick J.... xfs: fix type usage
2017-11-27  Eric Sandeenxfsprogs: Release v4.14.0 v4.14.0
2017-11-20  Eric Sandeenxfsprogs: Release v4.14.0-rc2 v4.14.0-rc2
2017-11-20  Jeff Mahoneyxfs_io: stat: treat statfs.f_flags as optional
2017-11-20  Jeff Mahoneyxfs_io: stat: fix typo in statfs->f_flags
2017-11-20  Darrick J.... xfs_copy: don't hang if /all/ the targets hit write...
2017-11-20  Zirong Langxfsprogs: fix wrong do_pwritev definition
next