]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/shortlog
thirdparty/xfsprogs-dev.git
2016-08-19  Darrick J.... mkfs.xfs: create filesystems with reverse-mappings rmap-for-4.8
2016-08-19  Darrick J.... mkfs: set agsize prior to calculating minimum log size
2016-08-19  Darrick J.... xfs_repair: check for impossible rmap record field...
2016-08-19  Darrick J.... xfs_repair: look for mergeable rmaps
2016-08-19  Darrick J.... xfs_repair: merge data & attr fork reverse mappings
2016-08-19  Darrick J.... xfs_repair: add per-AG btree blocks to rmap data and...
2016-08-19  Darrick J.... xfs_repair: rebuild reverse-mapping btree
2016-08-19  Darrick J.... xfs_repair: check existing rmapbt entries against obser...
2016-08-19  Darrick J.... xfs_repair: add fixed-location per-AG rmaps
2016-08-19  Darrick J.... xfs_repair: add inode bmbt block rmaps
2016-08-19  Darrick J.... xfs_repair: record and merge raw rmap data
2016-08-19  Darrick J.... xfs_repair: collect reverse-mapping data for refcount...
2016-08-19  Darrick J.... xfs_repair: create a slab API for allocating arrays...
2016-08-18  Darrick J.... xfs_repair: fix fino_bno calculation when rmapbt is...
2016-08-18  Darrick J.... xfs_repair: use rmap btree data to check block types
2016-08-18  Darrick J.... xfs_logprint: support rmap redo items
2016-08-18  Darrick J.... xfs_io: add rmap-finish error injection type
2016-08-18  Darrick J.... xfs_growfs: report rmapbt presence
2016-08-18  Darrick J.... xfs_db: introduce the 'fsmap' command to find what...
2016-08-18  Darrick J.... xfs_db: copy the rmap btree
2016-08-18  Darrick J.... xfs_db: spot check rmapbt
2016-08-18  Darrick J.... xfs_db: display rmap btree contents
2016-08-18  Darrick J.... libxfs: add deferred ops item handlers for userspace
2016-08-18  Darrick J.... libxfs: fix various oddities in the kernel import
2016-08-18  Darrick J.... xfs: remove OWN_AG rmap when allocating a block from...
2016-08-18  Darrick J.... xfs: store rmapbt block count in the AGF
2016-08-18  Darrick J.... xfs_io: add free-extent error injection type
2016-08-18  Darrick J.... man: document the DAX fsxattr inode flag
2016-08-18  Darrick J.... xfs_logprint: fix formatting issues with the EFI printi...
2016-08-18  Darrick J.... xfs_logprint: move the EFI copying/printing functions...
2016-08-18  Darrick J.... mkfs: fix library ordering
2016-08-18  Darrick J.... xfs_repair: preserve in-core meta_uuid while zeroing...
2016-08-18  Darrick J.... xfs_io: bmap should print 'delalloc', not '-2'
2016-08-18  Darrick J.... xfs_buflock: add a tool that can be used to find buffer...
2016-08-18  Darrick J.... libxfs: fix xfs_isset pointer calculation
2016-08-10  Darrick J.... xfs: move (and rename) the deferred bmap-free tracepoints libxfs-4.8-sync
2016-08-10  Darrick J.... xfs: remove the extents array from the rmap update...
2016-08-10  Darrick J.... xfs: in btree_lshift, only allocate temporary cursor...
2016-08-10  Darrick J.... xfs: remove unnecesary lshift/rshift key initialization
2016-08-10  Darrick J.... xfs: remove the get*keys and update_keys btree ops...
2016-08-10  Darrick J.... xfs: enable the rmap btree functionality
2016-08-10  Darrick J.... xfs: don't update rmapbt when fixing agfl
2016-08-10  Darrick J.... xfs: add rmap btree geometry feature flag
2016-08-10  Darrick J.... xfs: propagate bmap updates to rmapbt
2016-08-10  Darrick J.... xfs: enable the xfs_defer mechanism to process rmaps...
2016-08-10  Darrick J.... xfs: create rmap update intent log items
2016-08-10  Darrick J.... xfs: add rmap btree insert and delete helpers
2016-08-10  Darrick J.... xfs: convert unwritten status of reverse mappings
2016-08-10  Darrick J.... xfs: remove an extent from the rmap btree
2016-08-10  Darrick J.... xfs: add an extent to the rmap btree
2016-08-10  Darrick J.... xfs: teach rmapbt to support interval queries
2016-08-10  Darrick J.... xfs: support overlapping intervals in the rmap btree
2016-08-10  Darrick J.... xfs: add rmap btree operations
2016-08-10  Darrick J.... xfs: rmap btree requires more reserved free space
2016-08-10  Darrick J.... xfs: rmap btree transaction reservations
2016-08-10  Darrick J.... xfs: define the on-disk rmap btree format
2016-08-10  Darrick J.... xfs: introduce rmap extent operation stubs
2016-08-10  Darrick J.... xfs: add owner field to extent allocation and freeing
2016-08-10  Darrick J.... xfs: rmap btree add more reserved blocks
2016-08-10  Darrick J.... xfs: add rmap btree stats infrastructure
2016-08-10  Darrick J.... xfs: introduce rmap btree definitions
2016-08-10  Darrick J.... xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
2016-08-10  Darrick J.... xfs: add tracepoints and error injection for deferred...
2016-08-10  Darrick J.... xfs: rename flist/free_list to dfops
2016-08-10  Darrick J.... xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_d...
2016-08-10  Darrick J.... xfs: rework xfs_bmap_free callers to use xfs_defer_ops
2016-08-10  Darrick J.... xfs: enable the xfs_defer mechanism to process extents...
2016-08-10  Darrick J.... xfs: add tracepoints for the deferred ops mechanism
2016-08-10  Darrick J.... xfs: move deferred operations into a separate file
2016-08-10  Darrick J.... xfs: refactor btree owner change into a separate visit...
2016-08-10  Darrick J.... xfs: introduce interval queries on btrees
2016-08-10  Darrick J.... xfs: support btrees with overlapping intervals for...
2016-08-10  Darrick J.... xfs: add function pointers for get/update keys to the...
2016-08-10  Darrick J.... xfs: during btree split, save new block key & ptr for...
2016-08-10  Darrick J.... xfs: set *stat=1 after iroot realloc
2016-08-10  Darrick J.... xfs: fix locking of the rt bitmap/summary inodes
2016-08-10  Darrick J.... xfs: fix attr shortform structure alignment on cris
2016-08-10  Christoph Hellwigxfs: remove __arch_pack
2016-08-10  Christoph Hellwigxfs: kill xfs_dir2_inou_t
2016-08-10  Christoph Hellwigxfs: kill xfs_dir2_sf_off_t
2016-08-10  Hou Taoxfs: remove the magic numbers in xfs_btree_block-relate...
2016-08-10  Kaho Ngxfs: indentation fix in xfs_btree_get_iroot()
2016-08-10  Darrick J.... xfs: refactor btree maxlevels computation
2016-08-10  Darrick J.... xfs: convert list of extents to free into a regular...
2016-08-10  Dave Chinnerxfs: separate freelist fixing into a separate helper
2016-08-10  Eric Sandeenxfs: make several functions static
2016-08-10  Darrick J.... libxfs: add more list operations
2016-08-10  Dave Chinnerlibxfs: fix set-but unused warning in dir2 code
2016-08-09  Dave Chinnerpatch libxfs-apply-formatting
2016-08-04  Dave Chinnerxfsprogs: Release v4.7 v4.7.0
2016-08-04  Zorro Langxfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
2016-08-04  Anna Schumakerxfs_io: Update man page for copy_range command
2016-08-04  Felix Jandamkfs: Remove workaround for getsubopt() on older glibc
2016-07-20  Dave Chinnerxfsprogs: Release v4.7-rc2 v4.7.0-rc2
2016-07-20  Anna Schumakerxfs_io: implement 'copy_range' command
2016-07-20  Zorro Langxfs_repair: low memory shouldn't indicate corruption...
2016-06-29  Eric Sandeenxfs_repair: don't call xfs_sb_quota_from_disk twice
2016-06-29  Bill O'Donnellxfs_repair: resolve Coverity OVERFLOW_BEFORE_WIDEN
2016-06-29  Dave Chinnerlibxfs: fix double free in libxfs_alloc_file_space
2016-06-29  Dave Chinnerlibxfs: fix use after from in xfs_trans_roll
next