]> www.infradead.org Git - users/hch/xfs.git/shortlog
users/hch/xfs.git
2024-08-11 Darrick J.... xfs: enable realtime rmap btree xfs-realtime-rmap-rebase
2024-08-11 Darrick J.... xfs: hook live realtime rmap operations during a repair...
2024-08-11 Darrick J.... xfs: create a shadow rmap btree during realtime rmap...
2024-08-11 Darrick J.... xfs: online repair of the realtime rmap btree
2024-08-11 Darrick J.... xfs: support repairing metadata btrees rooted in metadi...
2024-08-11 Darrick J.... xfs: online repair of realtime bitmaps for a realtime...
2024-08-11 Darrick J.... xfs: repair rmap btree inodes
2024-08-11 Darrick J.... xfs: repair inodes that have realtime extents
2024-08-11 Darrick J.... xfs: online repair of realtime file bmaps
2024-08-11 Darrick J.... xfs: walk the rt reverse mapping tree when rebuilding...
2024-08-11 Darrick J.... xfs: scrub the metadir path of rt rmap btree files
2024-08-11 Darrick J.... xfs: scan rt rmap when we're doing an intense rmap...
2024-08-11 Darrick J.... xfs: cross-reference the realtime rmapbt
2024-08-11 Darrick J.... xfs: cross-reference realtime bitmap to realtime rmapbt...
2024-08-11 Darrick J.... xfs: scrub the realtime rmapbt
2024-08-11 Darrick J.... xfs: allow queued realtime intents to drain before...
2024-08-10 Darrick J.... xfs: allow queued realtime intents to drain before...
2024-08-10 Darrick J.... xfs: fix scrub tracepoints when inode-rooted btrees...
2024-08-10 Darrick J.... xfs: report realtime rmap btree corruption errors to...
2024-08-10 Darrick J.... xfs: check that the rtrmapbt maxlevels doesn't increase...
2024-08-10 Darrick J.... xfs: wire up getfsmap to the realtime reverse mapping...
2024-08-10 Darrick J.... xfs: create routine to allocate and initialize a realti...
2024-08-10 Darrick J.... xfs: wire up rmap map and unmap to the realtime rmapbt
2024-08-10 Darrick J.... xfs: allow inodes with zero extents but nonzero nblocks
2024-08-10 Darrick J.... xfs: wire up a new inode fork type for the realtime...
2024-08-10 Darrick J.... xfs: add metadata reservations for realtime rmap btrees
2024-08-10 Darrick J.... xfs: add realtime reverse map inode to metadata directory
2024-08-10 Darrick J.... xfs: add realtime rmap btree block detection to log...
2024-08-10 Darrick J.... xfs: support recovering rmap intent items targetting...
2024-08-10 Darrick J.... xfs: add a realtime flag to the rmap update log redo...
2024-08-10 Darrick J.... xfs: prepare rmap functions to deal with rtrmapbt
2024-08-10 Darrick J.... xfs: add realtime rmap btree operations
2024-08-10 Darrick J.... xfs: realtime rmap btree transaction reservations
2024-08-10 Darrick J.... xfs: define the on-disk realtime rmap btree format
2024-08-10 Darrick J.... xfs: introduce realtime rmap btree definitions
2024-08-10 Darrick J.... xfs: simplify the xfs_rmap_{alloc,free}_extent calling...
2024-08-10 Darrick J.... xfs: prepare rmap btree cursor tracepoints for realtime
2024-08-10 Darrick J.... xfs: allow inode-based btrees to reserve space in the...
2024-08-10 Darrick J.... xfs: attach rtgroup objects to btree cursors
2024-08-10 Darrick J.... xfs: update btree keys correctly when _insrec splits...
2024-08-10 Darrick J.... xfs: support storing records in the inode core root
2024-08-10 Darrick J.... xfs: hoist the node iroot update code out of xfs_btree_...
2024-08-10 Darrick J.... xfs: hoist the node iroot update code out of xfs_btree_...
2024-08-10 Darrick J.... xfs: support leaves in the incore btree root block...
2024-08-10 Darrick J.... xfs: generalize the btree root reallocation function
2024-08-10 Darrick J.... xfs: standardize the btree maxrecs function parameters
2024-08-10 Darrick J.... xfs: rearrange xfs_iroot_realloc a bit
2024-08-10 Darrick J.... xfs: move the zero records logic into xfs_bmap_broot_sp...
2024-08-10 Darrick J.... xfs: hoist the code that moves the incore inode fork...
2024-08-10 Darrick J.... xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
2024-08-10 Darrick J.... xfs: refactor creation of bmap btree roots
2024-08-10 Darrick J.... xfs: refactor the allocation and freeing of incore...
2024-08-10 Darrick J.... xfs: replace shouty XFS_BM{BT,DR} macros
2024-08-10 Christoph Hellwigfold
2024-08-06 Christoph Hellwigxfs: return -ENOENT when trying to scrub non-existing... xfs-per-rtg-bitmap-rebase
2024-08-06 Darrick J.... xfs: enable realtime group feature
2024-08-06 Darrick J.... xfs: repair realtime group superblock
2024-08-06 Darrick J.... xfs: scrub the realtime group superblock
2024-08-06 Darrick J.... xfs: don't coalesce file mappings that cross allocation...
2024-08-06 Christoph Hellwigxfs: make the RT allocator rtgroup aware
2024-08-06 Christoph Hellwigxfs: don't merge ioends across RTGs
2024-08-06 Darrick J.... xfs: use realtime EFI to free extents when rtgroups...
2024-08-06 Darrick J.... xfs: support error injection when freeing rt extents
2024-08-06 Darrick J.... xfs: support logging EFIs for realtime extents
2024-08-06 Darrick J.... xfs: force swapext to a realtime file to use the file...
2024-08-06 Darrick J.... xfs: store rtgroup information with a bmap intent
2024-08-06 Darrick J.... xfs: grow the realtime section when realtime groups...
2024-08-06 Darrick J.... xfs: encode the rtsummary in big endian format
2024-08-06 Darrick J.... xfs: encode the rtbitmap in big endian format
2024-08-06 Darrick J.... xfs: add block headers to realtime bitmap and summary...
2024-08-06 Darrick J.... xfs: export the geometry of realtime groups to userspace
2024-08-06 Darrick J.... xfs: record rt group metadata errors in the health...
2024-08-06 Darrick J.... xfs: add frextents to the lazysbcounters when rtgroups...
2024-08-06 Christoph Hellwigxfs: add a helper to prevent bmap merges across rtgroup...
2024-08-06 Darrick J.... xfs: check that rtblock extents do not break rtsupers...
2024-08-06 Darrick J.... xfs: export realtime group geometry via XFS_FSOP_GEOM
2024-08-06 Darrick J.... xfs: update realtime super every time we update the...
2024-08-06 Darrick J.... xfs: check the realtime superblock at mount time
2024-08-06 Darrick J.... xfs: define the format of rt groups
2024-08-06 Christoph Hellwigxfs: make RT extent numbers relative to the rtgroup
2024-08-06 Christoph Hellwigxfs: refactor xfs_rtsummary_blockcount
2024-08-06 Christoph Hellwigxfs: refactor xfs_rtbitmap_blockcount
2024-08-06 Christoph Hellwigxfs: factor out a xfs_growfs_check_rtgeom helper
2024-08-06 Christoph Hellwigxfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_r...
2024-08-06 Christoph Hellwigxfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
2024-08-06 Christoph Hellwigxfs: calculate RT bitmap and summary blocks based on...
2024-08-06 Darrick J.... xfs: remove XFS_ILOCK_RT*
2024-08-06 Christoph Hellwigxfs: move RT bitmap and summary information to the...
2024-08-06 Darrick J.... xfs: add rtgroup-based realtime scrubbing context manag...
2024-08-06 Darrick J.... xfs: support caching rtgroup metadata inodes
2024-08-06 Darrick J.... xfs: add a lockdep class key for rtgroup inodes
2024-08-06 Darrick J.... xfs: define locking primitives for realtime groups
2024-08-06 Darrick J.... xfs: create incore realtime group structures
2024-08-05 Christoph Hellwigiomap: add a merge boundary flag
2024-08-05 Darrick J.... xfs: rearrange xfs_fsmap.c a little bit
2024-08-05 Christoph Hellwigxfs: replace m_rsumsize with m_rsumblocks
2024-08-05 Christoph Hellwigxfs: remove xfs_{rtbitmap,rtsummary}_wordcount
2024-08-05 Darrick J.... xfs: add xchk_setup_nothing and xchk_nothing helpers
2024-08-05 Christoph Hellwigxfs: make the rtalloc start hint a xfs_rtblock_t
2024-08-05 Christoph Hellwigxfs: factor out a xfs_rtallocate_align helper
next