]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2016-11-01  Felix Jandaxfsprogs: replace [fl]stat64 by equivalent [fl]stat
2016-10-31  Felix Jandaconfigure: remove unecessary definitions of _FILE_OFFSE...
2016-10-31  Felix Jandaconfigure: error out when LFS does not work
2016-10-31  Felix Jandaconfigure: use AC_SYS_LARGEFILE
2016-10-31  Andreas Gruenbacherxfs_io: Fix initial -m option
2016-10-31  Amir Goldsteinxfs_io: add command line option -i to start an idle...
2016-10-31  Grozdanxfsprogs: Update FSF address in COPYING file
2016-10-26  Darrick J.... mkfs.xfs: format reflink enabled filesystems
2016-10-26  Darrick J.... xfs_repair: use thread pools to sort rmap data
2016-10-26  Darrick J.... xfs_repair: check for mergeable refcount records
2016-10-26  Darrick J.... xfs_repair: use range query when while checking rmaps
2016-10-26  Darrick J.... xfs_repair: check the CoW extent size hint
2016-10-26  Darrick J.... xfs_repair: complain about copy-on-write leftovers
2016-10-26  Darrick J.... xfs_repair: rebuild the refcount btree
2016-10-26  Darrick J.... xfs_repair: check the refcount btree against our observ...
2016-10-26  Darrick J.... xfs_repair: fix inode reflink flags
2016-10-26  Darrick J.... xfs_repair: record reflink inode state
2016-10-26  Darrick J.... xfs_repair: process reverse-mapping data into refcount...
2016-10-26  Darrick J.... xfs_repair: handle multiple owners of data blocks
2016-10-26  Darrick J.... xfs_repair: check the existing refcount btree
2016-10-26  Darrick J.... xfs_repair: fix get_agino_buf to avoid corrupting inodes
2016-10-26  Darrick J.... man: document the inode cowextsize flags & fields
2016-10-26  Darrick J.... xfs_logprint: support bmap redo items
2016-10-26  Darrick J.... xfs_logprint: support refcount redo items
2016-10-26  Darrick J.... xfs_logprint: support cowextsize reporting in log contents
2016-10-26  Darrick J.... xfs_io: try to unshare copy-on-write blocks via fallocate
2016-10-26  Darrick J.... xfs_io: provide long-format help for falloc
2016-10-26  Darrick J.... xfs_io: support injecting the 'per-AG reservation criti...
2016-10-26  Darrick J.... xfs_io: add refcount+bmap error injection types
2016-10-26  Darrick J.... xfs_io: get and set the CoW extent size hint
2016-10-26  Darrick J.... libxfs: add autoconf mechanism to override system heade...
2016-10-26  Darrick J.... xfs_io: bmap should support querying CoW fork, shared...
2016-10-26  Darrick J.... xfs_growfs: report the presence of the reflink feature
2016-10-26  Darrick J.... xfs_db: print one array element per line
2016-10-26  Darrick J.... xfs_db: deal with the CoW extent size hint
2016-10-26  Darrick J.... xfs_db: metadump should copy the refcount btree too
2016-10-26  Darrick J.... xfs_db: add support for checking the refcount btree
2016-10-26  Darrick J.... xfs_db: dump refcount btree data
2016-10-26  Darrick J.... libxfs: add fsxattr flags and fields for cowextsize
2016-10-26  Darrick J.... libxfs: free the CoW fork from an inode
2016-10-26  Darrick J.... libxfs: plumb in bmap deferred op log items
2016-10-26  Darrick J.... libxfs: plumb in refcount deferred op log items
2016-10-26  Darrick J.... libxfs: add xfs_refcount.h to the standard include...
2016-10-26  Darrick J.... libxfs: initialize the in-core mount context for refcou...
2016-10-26  Darrick J.... xfs_buflock: handling parsing errors more gracefully
2016-10-25  Darrick J.... xfs_logprint: fix up the RUI printing code to reflect...
2016-10-25  Darrick J.... xfs: defer should abort intent items if the trans roll... libxfs-4.9-sync
2016-10-25  Christoph Hellwigxfs: remove xfs_bunmapi_cow
2016-10-25  Christoph Hellwigxfs: refactor xfs_bunmapi_cow
2016-10-25  Darrick J.... xfs: add xfs_trim_extent
2016-10-25  Darrick J.... libxfs: clean up _calc_dquots_per_chunk
2016-10-25  Eric Sandeenxfs: remove pointless error goto in xfs_bmap_remap_alloc
2016-10-25  Eric Biggersxfs: add some 'static' annotations
2016-10-25  Colin Ian Kingxfs: remove redundant assignment of ifp
2016-10-25  Darrick J.... xfs: rework refcount cow recovery error handling
2016-10-25  Darrick J.... xfs: implement swapext for rmap filesystems
2016-10-25  Darrick J.... xfs: recognize the reflink feature bit
2016-10-25  Darrick J.... xfs: simulate per-AG reservations being critically low
2016-10-25  Darrick J.... xfs: don't mix reflink and DAX mode for now
2016-10-25  Darrick J.... xfs: check for invalid inode reflink flags
2016-10-25  Darrick J.... xfs: convert unwritten status of reverse mappings for...
2016-10-25  Darrick J.... xfs: use interval query for rmap alloc operations on...
2016-10-25  Darrick J.... xfs: add shared rmap map/unmap/convert log item types
2016-10-25  Darrick J.... xfs: increase log reservations for reflink
2016-10-25  Darrick J.... xfs: try other AGs to allocate a BMBT block
2016-10-25  Darrick J.... xfs: preallocate blocks for worst-case btree expansion
2016-10-25  Darrick J.... xfs: create a separate cow extent size hint for the...
2016-10-25  Darrick J.... xfs: teach get_bmapx about shared extents and the CoW...
2016-10-25  Darrick J.... xfs: store in-progress CoW allocations in the refcount...
2016-10-25  Darrick J.... xfs: support removing extents from CoW fork
2016-10-25  Darrick J.... xfs: support allocating delayed extents in CoW fork
2016-10-25  Darrick J.... xfs: support bmapping delalloc extents in the CoW fork
2016-10-25  Darrick J.... xfs: introduce the CoW fork
2016-10-25  Darrick J.... xfs: don't allow reflinked dir/dev/fifo/socket/pipe...
2016-10-25  Darrick J.... xfs: add reflink feature flag to geometry
2016-10-25  Darrick J.... xfs: return work remaining at the end of a bunmapi...
2016-10-25  Darrick J.... xfs: implement deferred bmbt map/unmap operations
2016-10-25  Darrick J.... xfs: pass bmapi flags through to bmap_del_extent
2016-10-25  Darrick J.... xfs: map an inode's offset to an exact physical block
2016-10-25  Darrick J.... xfs: log bmap intent items
2016-10-25  Darrick J.... xfs: create bmbt update intent log items
2016-10-25  Darrick J.... xfs: introduce reflink utility functions
2016-10-25  Darrick J.... xfs: reserve AG space for the refcount btree root
2016-10-25  Darrick J.... xfs: adjust refcount when unmapping file blocks
2016-10-25  Darrick J.... xfs: connect refcount adjust functions to upper layers
2016-10-25  Darrick J.... xfs: adjust refcount of an extent of blocks in refcount...
2016-10-25  Darrick J.... xfs: log refcount intent items
2016-10-25  Darrick J.... xfs: create refcount update intent log items
2016-10-25  Darrick J.... xfs: add refcount btree operations
2016-10-25  Darrick J.... xfs: account for the refcount btree in the alloc/free...
2016-10-25  Darrick J.... xfs: define the on-disk refcount btree format
2016-10-25  Darrick J.... xfs: refcount btree add more reserved blocks
2016-10-25  Darrick J.... xfs: introduce refcount btree definitions
2016-10-25  Dave Chinnerxfs: remote attribute blocks aren't really userdata
2016-10-25  Christoph Hellwigxfs: rewrite and optimize the delalloc write path
2016-10-25  Darrick J.... xfs: set up per-AG free space reservations
2016-10-25  Darrick J.... xfs: defer should allow ->finish_item to request a...
2016-10-25  Darrick J.... xfs: count the blocks in a btree
2016-10-25  Darrick J.... xfs: create a standard btree size calculator code
2016-10-25  Darrick J.... xfs: remove xfs_btree_bigkey
next