Linux XFS Date Index
[Prev Page][Next Page]
- [PATCH 1/8] xfs_db: add a bmbt inflation command
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs_repair: rebuild block mappings from rmapbt data
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs_repair: sync bulkload data structures with kernel newbt code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs_repair: push inode buf and dinode pointers all the way to inode fork processing
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: implement live quotacheck inode scan
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] libfrog: create a new scrub group for things requiring full inode scans
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: report the health of quota counts
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: create a macro for decoding ftypes in tracepoints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: create a predicate to determine if two xfs_names are the same
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: create a static name for the dot entry too
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs_scrub: scan whole-fs metadata files in parallel
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] libfrog: promote XFROG_SCRUB_DESCR_SUMMARY to a scrub type
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] libfrog: rename XFROG_SCRUB_TYPE_* to XFROG_SCRUB_GROUP_*
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/2] mkfs: allow sizing internal logs for concurrency
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs_scrub: update copyright years for scrub/ files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs_scrub: add missing license and copyright information
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs_scrub: fix author and spdx headers on scrub/ files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: enable file data force-align feature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: support reflink with force align enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: make file data allocations observe the 'forcealign' flag
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: create a new inode flag to require extsize alignment of file data space
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/2] xfs: add an ioctl to map free space into a file
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] xfs: capture the offset and length in fallocate tracepoints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/1] xfs: export reference count information to userspace
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/5] xfs: apply noalloc mode to inode allocations too
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/5] xfs: enable userspace to hide an AG from allocation
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/5] xfs: create a noalloc mode for allocation groups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/5] xfs: whine to dmesg when we encounter errors
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/5] xfs: track deferred ops statistics
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: Don't free EOF blocks on close when extent size hints are set
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: don't free EOF blocks on read close
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: only free posteof blocks on first close
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/6] xfs: enable realtime quota again
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/6] xfs: report realtime block quota limits on realtime directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/6] xfs: advertise realtime quota support in the xqm stat files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/6] xfs: fix rt growfs quota accounting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/6] xfs: fix chown with rt quota
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/6] xfs: attach dquots to rt metadata files when starting quota
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 9/9] xfs: support realtime reflink with an extent size that isn't a power of 2
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 8/9] xfs: fix integer overflow when validating extent size hints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/9] xfs: allow reflink on the rt volume when extent size is larger than 1 rt block
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/9] xfs: enable extent size hints for CoW when rtextsize > 1
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/9] xfs: extend writeback requests to handle rt cow correctly
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/9] xfs: add some tracepoints for writeback
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/9] xfs: forcibly convert unwritten blocks within an rt extent before sharing
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/9] xfs: enable CoW when rt extent size is larger than 1 block
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/9] vfs: explicitly pass the block size to the remap prep function
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 44/44] xfs: enable realtime reflink
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 43/44] xfs: fix CoW forks for realtime files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 42/44] xfs: check for shared rt extents when rebuilding rt file's data fork
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 41/44] xfs: repair inodes that have a refcount btree in the data fork
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 40/44] xfs: online repair of the realtime refcount btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 39/44] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 38/44] xfs: walk the rt reference count tree when rebuilding rmap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 37/44] xfs: check new rtbitmap records against rt refcount btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 36/44] xfs: don't flag quota rt block usage on rtreflink filesystems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 35/44] xfs: scrub the metadir path of rt refcount btree files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 34/44] xfs: detect and repair misaligned rtinherit directory cowextsize hints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 33/44] xfs: allow dquot rt block count to exceed rt blocks on reflink fs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 32/44] xfs: check reference counts of gaps between rt refcount records
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 31/44] xfs: allow overlapping rtrmapbt records for shared data extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 30/44] xfs: cross-reference checks with the rt refcount btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 29/44] xfs: scrub the realtime refcount btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 28/44] xfs: report realtime refcount btree corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 27/44] xfs: add realtime refcount btree when adding rt volume
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 26/44] xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 25/44] xfs: enable extent size hints for CoW operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 24/44] xfs: apply rt extent alignment constraints to CoW extsize hint
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 23/44] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 22/44] xfs: refcover CoW leftovers in the realtime volume
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/44] xfs: allow inodes to have the realtime and reflink flags
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/44] xfs: enable sharing of realtime file blocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/44] xfs: enable CoW for realtime data
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/44] xfs: refactor reflink quota updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/44] xfs: compute rtrmap btree max levels when reflink enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/44] xfs: update rmap to allow cow staging extents in the rt rmap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/44] xfs: create routine to allocate and initialize a realtime refcount btree inode
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/44] xfs: wire up realtime refcount btree cursors
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/44] xfs: wire up a new inode fork type for the realtime refcount
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/44] xfs: add metadata reservations for realtime refcount btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/44] xfs: add realtime refcount btree inode to metadata directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/44] xfs: add realtime refcount btree block detection to log recovery
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/44] xfs: support recovering refcount intent items targetting realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/44] xfs: add a realtime flag to the refcount update log redo items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/44] xfs: prepare refcount functions to deal with rtrefcountbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/44] xfs: add realtime refcount btree operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/44] xfs: realtime refcount btree transaction reservations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/44] xfs: define the on-disk realtime refcount btree format
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/44] xfs: namespace the maximum length/refcount symbols
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/44] xfs: introduce realtime refcount btree definitions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/44] xfs: prepare refcount btree cursor tracepoints for realtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/10] xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/10] xfs: simplify usage of the rcur local variable in xfs_refcount_finish_one
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/10] xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/10] xfs: reuse xfs_refcount_update_cancel_item
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/10] xfs: add a ci_entry helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/10] xfs: remove xfs_trans_set_refcount_flags
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/10] xfs: clean up refcount log intent item tracepoint callsites
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/10] xfs: prepare refcount btree tracepoints for widening
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/10] xfs: create specialized classes for refcount tracepoints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/10] xfs: give refcount btree cursor error tracepoints their own class
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 39/39] xfs: enable realtime rmap btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 38/39] xfs: hook live realtime rmap operations during a repair operation
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 37/39] xfs: create a shadow rmap btree during realtime rmap repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 36/39] xfs: online repair of the realtime rmap btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 35/39] xfs: support repairing metadata btrees rooted in metadir inodes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 34/39] xfs: online repair of realtime bitmaps for a realtime group
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 33/39] xfs: repair rmap btree inodes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 32/39] xfs: repair inodes that have realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 31/39] xfs: online repair of realtime file bmaps
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 30/39] xfs: walk the rt reverse mapping tree when rebuilding rmap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 29/39] xfs: scrub the metadir path of rt rmap btree files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 28/39] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 27/39] xfs: cross-reference the realtime rmapbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 26/39] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 25/39] xfs: scrub the realtime rmapbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 24/39] xfs: allow queued realtime intents to drain before scrubbing
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 23/39] xfs: fix scrub tracepoints when inode-rooted btrees are involved
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 22/39] xfs: report realtime rmap btree corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/39] xfs: add realtime rmap btree when adding rt volume
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/39] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/39] xfs: wire up getfsmap to the realtime reverse mapping btree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/39] xfs: rearrange xfs_fsmap.c a little bit
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/39] xfs: create routine to allocate and initialize a realtime rmap btree inode
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/39] xfs: wire up rmap map and unmap to the realtime rmapbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/39] xfs: use realtime EFI to free extents when realtime rmap is enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/39] xfs: allow inodes with zero extents but nonzero nblocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/39] xfs: wire up a new inode fork type for the realtime rmap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/39] xfs: add metadata reservations for realtime rmap btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/39] xfs: add realtime reverse map inode to metadata directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/39] xfs: add realtime rmap btree block detection to log recovery
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/39] xfs: support recovering rmap intent items targetting realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/39] xfs: add a realtime flag to the rmap update log redo items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/39] xfs: prepare rmap functions to deal with rtrmapbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/39] xfs: add realtime rmap btree operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/39] xfs: realtime rmap btree transaction reservations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/39] xfs: define the on-disk realtime rmap btree format
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/39] xfs: introduce realtime rmap btree definitions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/39] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/39] xfs: prepare rmap btree cursor tracepoints for realtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/10] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/10] xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/10] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/10] xfs: reuse xfs_rmap_update_cancel_item
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/10] xfs: add a ri_entry helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/10] xfs: remove xfs_trans_set_rmap_flags
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/10] xfs: clean up rmap log intent item tracepoint callsites
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/10] xfs: prepare rmap btree tracepoints for widening
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/10] xfs: give rmap btree cursor error tracepoints their own class
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/10] xfs: attach rtgroup objects to btree cursors
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/2] xfs: support error injection when freeing rt extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] xfs: support logging EFIs for realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 9/9] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 8/9] xfs: remove xfs_defer_agfl_block
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/9] xfs: remove duplicate asserts in xfs_defer_extent_free
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/9] xfs: factor out a xfs_efd_add_extent helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/9] xfs: reuse xfs_extent_free_cancel_item
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/9] xfs: add a xefi_entry helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/9] xfs: pass the fsbno to xfs_perag_intent_get
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/9] xfs: convert "skip_discard" to a proper flags bitset
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/9] xfs: clean up extent free log intent item tracepoint callsites
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] xfs: simplify xfs_ag_resv_free signature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/14] xfs: support storing records in the inode core root
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/14] xfs: generalize the btree root reallocation function
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/14] xfs: refactor creation of bmap btree roots
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork btree roots
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/1] xfs: enable FITRIM on the realtime device
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 24/24] xfs: enable realtime group feature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 23/24] xfs: scrub each rtgroup's portion of the rtbitmap separately
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 22/24] xfs: repair secondary realtime group superblocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/24] xfs: scrub the realtime group superblock
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/24] xfs: use an incore rtgroup rotor for rtpick
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/24] xfs: store rtgroup information with a bmap intent
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/24] xfs: encode the rtsummary in big endian format
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/24] xfs: add block headers to realtime summary blocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/24] xfs: encode the rtbitmap in little endian format
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/24] xfs: add block headers to realtime bitmap blocks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/24] xfs: export the geometry of realtime groups to userspace
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/24] xfs: define locking primitives for realtime groups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/24] xfs: record rt group superblock errors in the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/24] xfs: add frextents to the lazysbcounters when rtgroups enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/24] xfs: check that rtblock extents do not overlap with the rt group metadata
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/24] xfs: export realtime group geometry via XFS_FSOP_GEOM
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/24] xfs: always update secondary rt supers when we update secondary fs supers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/24] xfs: grow the realtime section when realtime groups are enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/24] xfs: write secondary realtime superblocks to disk
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/24] xfs: update primary realtime super every time we update the primary fs super
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/24] xfs: check the realtime superblock at mount time
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/24] xfs: reduce rt summary file levels for rtgroups filesystems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/24] xfs: define the format of rt groups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/24] xfs: create incore realtime group structures
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: remove XFS_ILOCK_RT*
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: refactor realtime inode locking
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: use separate lock classes for realtime metadata inode ILOCKs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: refactor realtime scrubbing context management
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 32/32] xfs: enable metadata directory feature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 31/32] xfs: fix up repair functions for metadata directory roots
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 30/32] xfs: repair metadata directory file path connectivity
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 29/32] xfs: check metadata directory file path connectivity
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 28/32] xfs: move repair temporary files to the metadata directory tree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 27/32] xfs: don't check secondary super inode pointers when metadir enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 26/32] xfs: teach nlink scrubber to deal with metadata directory roots
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 25/32] xfs: scrub metadata directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 24/32] xfs: scrub shouldn't tag metadata files with attr forks if metadir and parent pointers are on
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 23/32] xfs: do not count metadata directory files when doing online quotacheck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 22/32] xfs: record health problems with the metadata directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/32] xfs: adjust xfs_bmap_add_attrfork for metadir
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/32] xfs: don't count metadata directory files to quota
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/32] xfs: enable creation of dynamically allocated metadir path structures
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/32] xfs: allow bulkstat to return metadata directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/32] xfs: advertise metadata directory feature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/32] xfs: hide metadata inodes from everyone because they are special
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/32] xfs: disable the agi rotor for metadata inodes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/32] xfs: ensure metadata directory paths exist before creating files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/32] xfs: read and write metadata inode directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/32] xfs: allow deletion of metadata directory files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/32] xfs: enforce metadata inode flag
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/32] xfs: convert metadata inode lookup keys to use paths
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/32] xfs: load metadata directory root at mount time
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/32] xfs: update imeta transaction reservations for metadir
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/32] xfs: define the on-disk format for the metadir feature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/32] xfs: iget for metadata inodes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/32] xfs: convert quota file creation to use imeta methods
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/32] xfs: refactor the v4 group/project inode pointer switch
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/32] xfs: create transaction reservations for metadata inode operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/32] xfs: create imeta abstractions to get and set metadata inodes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/32] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/21] xfs: get rid of trivial rename helpers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/21] xfs: move dirent update hooks to xfs_dir2.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/21] xfs: create libxfs helper to rename two directory entries
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/21] xfs: create libxfs helper to exchange two directory entries
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/21] xfs: create libxfs helper to remove an existing inode/name from a directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/21] xfs: hoist inode free function to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/21] xfs: create libxfs helper to link an existing inode into a directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/21] xfs: create libxfs helper to link a new inode into a directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/21] xfs: hoist xfs_{bump,drop}link to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/21] xfs: hoist xfs_iunlink to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/21] xfs: wrap inode creation dqalloc calls
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/21] xfs: push xfs_icreate_args creation out of xfs_create*
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/21] xfs: hoist new inode initialization functions to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/21] xfs: split new inode creation into two pieces
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/21] xfs: use xfs_trans_ichgtime to set times when allocating inode
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/21] xfs: implement atime updates in xfs_trans_ichgtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/21] xfs: pack icreate initialization parameters into a separate structure
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/21] xfs: hoist project id get/set functions to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/21] xfs: hoist inode flag conversion functions to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/21] xfs: hoist extent size helpers to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/21] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: introduce vectored scrub mode
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: fix corruptions in the directory tree
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: report directory tree corruption in the health information
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: teach online scrub to find directory tree structure problems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: invalidate dirloop scrub path data when concurrent updates happen
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 22/22] xfs: inode repair should ensure there's an attr fork to store parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/22] xfs: repair link count of nondirectories after rebuilding parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/22] xfs: adapt the orphanage code to handle parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/22] xfs: actually rebuild the parent pointer xattrs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/22] xfs: split xfs_bmap_add_attrfork into two pieces
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/22] xfs: remove pointless unlocked assertion
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/22] xfs: implement live updates for parent pointer repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/22] xfs: repair directory parent pointers by scanning for dirents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/22] xfs: replace namebuf with parent pointer in parent pointer repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/22] xfs: replay unlocked parent pointer updates that accrue during xattr repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/22] xfs: implement live updates for directory repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/22] xfs: repair directories by scanning directory parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/22] xfs: replace namebuf with parent pointer in directory repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/22] xfs: salvage parent pointers when rebuilding xattr structures
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/22] xfs: set child file owner in xfs_da_args when changing parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/22] xfs: add raw parent pointer apis to support repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/22] xfs: walk directory parent pointers to determine backref count
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/22] xfs: deferred scrub of parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/22] xfs: scrub parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/22] xfs: create a parent pointer walk function for scrubbers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/22] xfs: deferred scrub of dirents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/22] xfs: check dirents have parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/18] xfs: Add the parent pointer support to the superblock version 5.
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/18] xfs: don't remove the attr fork when parent pointers are enabled
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/18] xfs: drop compatibility minimum log size computations for reflink
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/18] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/18] xfs: Add parent pointer ioctl
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/18] xfs: pass the attr value to put_listent when possible
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/18] xfs: Filter XFS_ATTR_PARENT for getfattr
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/18] xfs: Add parent pointers to xfs_cross_rename
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/18] xfs: Add parent pointers to rename
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/18] xfs: remove parent pointers in unlink
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/18] xfs: add parent attributes to symlink
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/18] xfs: add parent attributes to link
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/18] xfs: parent pointer attribute creation
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/18] xfs: extend transaction reservations for parent attributes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/18] xfs: add parent pointer validator functions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/18] xfs: define parent pointer ondisk extended attribute format
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/18] xfs: add parent pointer support to attribute code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/18] xfs: Expose init_xattrs in xfs_create_tmpfile
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/14] xfs: log NVLOOKUP xattr nvreplace operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/14] xfs: log NVLOOKUP xattr setting operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/14] xfs: log NVLOOKUP xattr removal operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/14] xfs: use local variables for name and value length in _attri_commit_pass2
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/14] xfs: always set args->value in xfs_attri_item_recover
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/14] xfs: validate recovered name buffers when recovering xattr items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/14] xfs: use helpers to extract xattr op from opflags
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/14] xfs: restructure xfs_attr_complete_op a bit
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/14] xfs: preserve NVLOOKUP in xfs_attr_set
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/14] xfs: allow xattr matching on name and value for local/sf attrs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/14] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/14] xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/14] xfs: allow newer INCOMPAT/RO_COMPAT feature bits to protect ATTRI log items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/14] xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/7] xfs: unlock new repair tempfiles after creation
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/7] xfs: Hold inode locks in xfs_rename
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS to 5
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] docs: describe xfs directory tree online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] docs: update offline parent pointer repair strategy
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] docs: update online directory and parent pointer repair sections
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] docs: update the parent pointers documentation to the final version
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/1] xfs: fix severe performance problems when fstrimming a subset of an AG
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: pin inodes that would otherwise overflow link count
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfile: implement write caching
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: map xfile pages directly into xfs_buf
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: repair AGI unlinked inode bucket lists
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: hoist AGI repair context to a heap object
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: check AGI unlinked inode buckets
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/1] xfs: online repair of symbolic links
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: move orphan files to the orphanage
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: ask the dentry cache if it knows the parent of a directory
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: online repair of parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: scan the filesystem to repair a directory dotdot entry
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: online repair of directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/2] xfs: update the unlinked list when repairing link counts
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] xfs: ensure unlinked list state is consistent with nlink during scrub
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/6] xfs: create an xattr iteration function for scrub
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/6] xfs: flag empty xattr leaf blocks for optimization
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/6] xfs: scrub should set preen if attr leaf has holes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/6] xfs: repair extended attributes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/6] xfs: use atomic extent swapping to fix user file fork data
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/6] xfs: create a blob array data structure
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 9/9] xfs: validate explicit directory free block owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 8/9] xfs: validate explicit directory block buffer owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/9] xfs: validate explicit directory data buffer owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/9] xfs: validate directory leaf buffer owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/9] xfs: validate dabtree node buffer owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/9] xfs: validate attr remote value buffer owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/9] xfs: validate attr leaf buffer owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/9] xfs: use the xfs_da_args owner field to set new dir/attr block owner
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/9] xfs: add an explicit owner field to xfs_da_args
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: online repair of realtime summaries
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: teach the tempfile to support atomic extent swapping
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: support preallocating and copying content into temporary files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: add the ability to reap entire inode forks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: refactor live buffer invalidation for repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: create temporary files and directories for online repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 25/25] xfs: enable atomic swapext feature
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 24/25] xfs: support non-power-of-two rtextsize with exchange-range
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 23/25] xfs: make atomic extent swapping support realtime files
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 22/25] xfs: condense symbolic links after an atomic swap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 21/25] xfs: condense directories after an atomic swap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 20/25] xfs: condense extended attributes after an atomic swap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 19/25] xfs: remove old swap extents implementation
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 18/25] xfs: allow xfs_swap_range to use older extent swap algorithms
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 17/25] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 16/25] xfs: consolidate all of the xfs_swap_extent_forks code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 15/25] xfs: port xfs_swap_extents_rmap to our new code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 14/25] xfs: add error injection to test swapext recovery
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 13/25] xfs: bind the xfs-specific extent swap code to the vfs-generic file exchange code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 12/25] xfs: enable xlog users to toggle atomic extent swapping
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/25] xfs: create deferred log items for extent swapping
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/25] xfs: introduce a swap-extent log intent item
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/25] xfs: create a log incompat flag for atomic extent swapping
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
- From: Neal Gompa <neal@xxxxxxxxx>
- [PATCH 08/25] xfs: parameterize all the incompat log feature helpers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/25] xfs: refactor non-power-of-two alignment checks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/25] xfs: create a new helper to return a file's allocation unit
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/25] xfs: declare xfs_file.c symbols in xfs_file.h
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/25] xfs: move xfs_iops.c declarations out of xfs_inode.h
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/25] xfs: move inode lease breaking functions to xfs_inode.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/25] xfs: introduce new file range exchange ioctl
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/25] xfs: add a libxfs header file for staging new ioctls
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: move symlink target write function to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: move remote symlink target read function to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/2] xfs: xfs_bmap_finish_one should map unwritten extents properly
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/2] xfs: support deferred bmap updates on the attr fork
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: support recovering bmap intent items targetting realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: add a realtime flag to the bmap update log redo items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/7] xfs: add a xattr_entry helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/7] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/7] xfs: reuse xfs_bmap_update_cancel_item
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/7] xfs: add a bi_entry helper
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/7] xfs: remove xfs_trans_set_bmap_flags
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/7] xfs: clean up bmap log intent item tracepoint callsites
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/7] xfs: split tracepoint classes for deferred items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: port refcount repair to the new refcount bag structure
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: create refcount bag structure for btree repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: define an in-memory btree for storing refcount bag info during repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: move lru refs to the btree ops structure
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 9/9] xfs: remove unnecessary fields in xfbtree_config
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 8/9] xfs: set btree block buffer ops in _init_buf
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/9] xfs: remove the unnecessary daddr paramter to _init_block
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/9] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/9] xfs: rename btree block/buffer init functions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/9] xfs: initialize btree blocks using btree_ops structure
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/9] xfs: export some of the btree ops structures
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/9] xfs: encode the default bc_flags in the btree ops structure
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/9] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: hook live rmap operations during a repair operation
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: create a shadow rmap btree during rmap repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: repair the rmapbt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: create a helper to decide if a file mapping targets the rt volume
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 9/9] xfs: connect in-memory btrees to xfiles
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 8/9] xfs: support in-memory btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/9] xfs: consolidate btree block allocation tracepoints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/9] xfs: consolidate btree block freeing tracepoints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/9] xfs: support in-memory buffer cache targets
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/9] xfs: make GFP_ usage consistent when allocating buftargs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/9] xfs: create buftarg helpers to abstract block_device operations
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/9] xfs: teach buftargs to maintain their own buffer hashtable
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/9] xfs: dump xfiles for debugging purposes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/1] xfs: repair summary counters
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/3] xfs: update health status if we get a clean bill of health
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/3] xfs: remember sick inodes that get inactivated
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/3] xfs: add secondary and indirect classes to the health tracking system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 11/11] xfs: report XFS_IS_CORRUPT errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 10/11] xfs: report realtime metadata corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 09/11] xfs: report quota block corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 08/11] xfs: report inode corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 07/11] xfs: report symlink block corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 06/11] xfs: report dir/attr block corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 05/11] xfs: report btree block corruption errors to the health system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 04/11] xfs: report block map corruption errors to the health tracking system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 03/11] xfs: report ag header corruption errors to the health tracking system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 02/11] xfs: report fs corruption errors to the health tracking system
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 01/11] xfs: separate the marking of sick and checked metadata
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: teach repair to fix file nlinks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: track directory entry updates during live nlinks fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: teach scrub to check file nlinks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: report health of inode link counts
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/5] xfs: repair dquots based on live quotacheck results
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/5] xfs: repair cannot update the summary counters when logging quota flags
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/5] xfs: track quota updates during live quotacheck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/5] xfs: implement live quotacheck inode scan
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/5] xfs: report the health of quota counts
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/4] xfs: repair file modes by scanning for a dirent pointing to us
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/4] xfs: create a macro for decoding ftypes in tracepoints
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/4] xfs: create a predicate to determine if two xfs_names are the same
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/4] xfs: create a static name for the dot entry too
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 7/7] xfs: iscan batching should handle unallocated inodes too
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 6/7] xfs: cache a bunch of inodes for repair scans
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 5/7] xfs: stagger the starting AG of scrub iscans to reduce contention
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 4/7] xfs: allow blocking notifier chains with filesystem hooks
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 3/7] xfs: allow scrub to hook metadata updates in other writers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 2/7] xfs: implement live inode scan for scrub
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH 1/7] xfs: speed up xfs_iwalk_adjust_start a little bit
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 4/4] xfs-documentation: reflink on the realtime device
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 3/4] xfs-documentation: realtime reverse-mapping support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 2/4] xfs-documentation: shard the realtime section
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 1/4] xfs-documentation: document metadata directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 2/2] xfs-documentation: document parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 1/2] xfs-documentation: document attr log item changes for parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0] xfs-documentation: atomic file updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 2/2] fstests: defragment free space
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 1/2] fstests: functional test for refcount reporting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 9/9] fstests: functional tests for rt quota
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 8/9] fstests: reflink with large realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 7/9] fstests: establish baseline for realtime reflink fuzz tests
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 6/9] fstests: reflink on the realtime device
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 5/9] fstests: establish baseline for realtime rmap fuzz tests
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 4/9] fstests: fixes for realtime rmap
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 3/9] fstests: enable FITRIM for the realtime section
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 2/9] xfsprogs: shard the realtime section
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 1/9] fstests: test XFS metadata directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 3/3] xfs_scrub: vectorize kernel calls
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 2/3] xfs: detect and correct directory tree structures
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 1/3] fstests: adjust tests for xfs parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 8/8] fstests: test upgrading older features
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 7/8] fstests: use free space histograms to reduce fstrim runtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 6/8] fstests: test systemd background services
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 5/8] fstests: detect deceptive filename extensions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 4/8] fstests: atomic file updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 3/8] fstests: establish baseline for fuzz tests
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 2/8] xfsprogs: scale shards on ssds
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 1/8] fstests: fuzz non-root dquots on xfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 3/3] xfsprogs: defragment free space
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 2/3] xfsprogs: report refcount information to userspace
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET RFC 1/3] xfsprogs: noalloc allocation groups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 17/17] xfsprogs: enable quota for realtime voluems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 16/17] xfsprogs: reflink with large realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 15/17] xfsprogs: reflink on the realtime device
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 14/17] xfsprogs: refcount log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 13/17] xfsprogs: file write utility refactoring
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 12/17] xfsprogs: realtime reverse-mapping support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 11/17] xfsprogs: rmap log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 10/17] xfsprogs: widen EFI format to support rt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 09/17] xfsprogs: extent free log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 08/17] xfsprogs: enable in-core block reservation for rt metadata
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 07/17] xfsprogs: refactor btrees to support records in inode root
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 06/17] xfsprogs: shard the realtime section
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 05/17] xfsprogs: refactor realtime meta inode locking
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 04/17] xfs_metadump: support external devices
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 03/17] xfs_db: debug realtime geometry
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 02/17] xfsprogs: metadata inode directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 01/17] xfsprogs: hoist inode operations to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 6/6] xfs_scrub: vectorize kernel calls
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 5/6] xfs: detect and correct directory tree problems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 4/6] xfsprogs: fsck for parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 3/6] xfsprogs: Parent Pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 2/6] xfsprogs: name-value xattr lookups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 1/6] xfsprogs: retain ILOCK during directory updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 40/40] xfs_repair: add other v5 features to filesystems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 39/40] xfs_scrub: automatic optimization by default
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 38/40] xfs_scrub_all: improve systemd handling
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 37/40] xfs_scrub_all: automatic media scan service
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 36/40] xfs_scrub: tighten security of systemd services
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 35/40] xfs_scrub_all: fixes for systemd services
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 33/40] xfs_scrub: use free space histograms to reduce fstrim runtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 32/40] xfs_scrub: move fstrim to a separate phase
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 31/40] xfs_scrub: detect deceptive filename extensions
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 30/40] xfs_scrub: improve scheduling of repair items
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 29/40] xfs_scrub: use scrub_item to track check progress
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 28/40] xfs_scrub: track data dependencies for repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 27/40] xfs_scrub: improve warnings about difficult repairs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 26/40] xfs_scrub: fixes to the repair code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 25/40] xfsprogs: inode-related repair fixes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 24/40] libxfs: cache xfile pages for better performance
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 23/40] xfsprogs: online repair of symbolic links
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 22/40] xfsprogs: online repair of extended attributes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 21/40] xfsprogs: set and validate dir/attr block owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 20/40] xfsprogs: atomic file updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 19/40] xfsprogs: clean up symbolic link code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 18/40] xfsprogs: support attrfork and unwritten BUIs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 17/40] xfsprogs: widen BUI formats to support realtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 16/40] xfsprogs: bmap log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 15/40] xfs_repair: reduce refcount repair memory usage
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 14/40] xfsprogs: move btree geometry to ops struct
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 13/40] xfs_repair: use in-memory rmap btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 12/40] xfsprogs: online repair of rmap btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 11/40] xfsprogs: support in-memory btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 10/40] xfsprogs: indirect health reporting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 09/40] xfsprogs: report corruption to the health trackers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 08/40] xfsprogs: online repair of file link counts
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 07/40] xfs_repair: support more than 4 billion records
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 06/40] xfs_repair: rebuild inode fork mappings
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 05/40] xfsprogs: online repair of quota counters
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 04/40] xfs: repair inode mode by scanning dirs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 03/40] xfs_scrub: scan metadata files in parallel
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 02/40] mkfs: scale shards on ssds
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 01/40] xfs_scrub: fix licensing and copyright notices
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2 5/5] xfs: aligned file data extent mappings
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 4/5] xfs: defragment free space
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 3/5] xfs: report refcount information to userspace
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET RFC 2/5] xfs: noalloc allocation groups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET 1/5] xfs: improve post-close eofblocks gc behavior
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 15/15] xfs: enable quota for realtime voluems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 14/15] xfs: reflink with large realtime extents
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 13/15] xfs: reflink on the realtime device
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 12/15] xfs: refcount log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 11/15] xfs: realtime reverse-mapping support
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 10/15] xfs: rmap log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 09/15] xfs: widen EFI format to support rt
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 08/15] xfs: extent free log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 07/15] xfs: enable in-core block reservation for rt metadata
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 06/15] xfs: refactor btrees to support records in inode root
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 05/15] xfs: enable FITRIM for the realtime section
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 04/15] xfsprogs: shard the realtime section
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 03/15] xfs: refactor realtime meta inode locking
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 02/15] xfs: metadata inode directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v2.0 01/15] xfs: hoist inode operations to libxfs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 7/7] xfs: vectorize scrub kernel calls
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 6/7] xfs: detect and correct directory tree problems
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 5/7] xfs: fsck for parent pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 4/7] xfs: Parent Pointers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 3/7] xfs: name-value xattr lookups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 2/7] xfs: retain ILOCK during directory updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v13.0 1/7] xfs: design documentation for online fsck, part 2
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 28/28] xfs: less heavy locks during fstrim
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 27/28] xfs: inode-related repair fixes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 26/28] xfs: cache xfile pages for better performance
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 25/28] xfs: online fsck of iunlink buckets
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 24/28] xfs: online repair of symbolic links
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 23/28] xfs: move orphan files to lost and found
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 22/28] xfs: online repair of directories
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 21/28] xfs: online repair of inode unlinked state
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 20/28] xfs: online repair of extended attributes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 19/28] xfs: set and validate dir/attr block owners
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 18/28] xfs: online repair of realtime summaries
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 17/28] xfs: create temporary files for online repair
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 16/28] xfs: atomic file updates
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 15/28] xfs: clean up symbolic link code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 14/28] xfs: support attrfork and unwritten BUIs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 13/28] xfs: widen BUI formats to support realtime
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 12/28] xfs: bmap log intent cleanups
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 11/28] xfs: reduce refcount repair memory usage
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 10/28] xfs: move btree geometry to ops struct
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 09/28] xfs: online repair of rmap btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 08/28] xfs: support in-memory btrees
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 07/28] xfs: online repair for fs summary counters
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 06/28] xfs: indirect health reporting
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 05/28] xfs: report corruption to the health trackers
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 04/28] xfs: online repair of file link counts
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 03/28] xfs: online repair of quota counters
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 02/28] xfs: repair inode mode by scanning dirs
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCHSET v29.0 01/28] xfs: live inode scans for online fsck
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [NYE PATCHRIVER 4/4] xfs: freespace defrag for online shrink
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [NYE PATCHRIVER 3/4] xfs: modernize the realtime volume
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [NYE PATCHRIVER 2/4] xfs: online repair part 2
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [NYE PATCHRIVER 1/4] xfs: the rest of online repair part 1
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [PATCH] xfs: ensure submit buffers on LSN boundaries in error handlers
- From: Long Li <leo.lilong@xxxxxxxxxx>
- [PATCH v2 2/2] xfs: use the op name in trace_xlog_intent_recovery_failed
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH v2 1/2] xfs: fix a use after free in xfs_defer_finish_recovery
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 1/2] xfs: fix a use after free in xfs_defer_finish_recovery
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 2/2] xfs: use the op name in trace_xlog_intent_recovery_failed
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH 1/2] xfs: fix a use after free in xfs_defer_finish_recovery
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Re: [PATCH] xfs: use the op name in trace_xlog_intent_recovery_failed
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/2] xfs: use the op name in trace_xlog_intent_recovery_failed
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/2] xfs: fix a use after free in xfs_defer_finish_recovery
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH] xfs: use the op name in trace_xlog_intent_recovery_failed
- From: Christoph Hellwig <hch@xxxxxx>
- Re: Metadata corruption detected, fatal error -- couldn't map inode, err = 117
- From: Phillip Ferentinos <phillip.jf@xxxxxxxxx>
- Re: Metadata corruption detected, fatal error -- couldn't map inode, err = 117
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: Metadata corruption detected, fatal error -- couldn't map inode, err = 117
- From: Phillip Ferentinos <phillip.jf@xxxxxxxxx>
- Re: [linux-next:master] [xfs] 7f2f7531e0: BUG:KASAN:slab-use-after-free_in_xfs_defer_finish_recovery
- From: Christoph Hellwig <hch@xxxxxx>
- [linux-next:master] [xfs] 7f2f7531e0: BUG:KASAN:slab-use-after-free_in_xfs_defer_finish_recovery
- From: kernel test robot <oliver.sang@xxxxxxxxx>
- Re: [PATCH v3 2/4] io: Assert we have a sensible off_t
- From: Sam James <sam@xxxxxxxxxx>
- Re: Metadata corruption detected, fatal error -- couldn't map inode, err = 117
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [xfstests generic/648] 64k directory block size (-n size=65536) crash on _xfs_buf_ioapply
- From: Zorro Lang <zlang@xxxxxxxxxx>
- Processed: Re: Bug#1054644: xfsprogs-udeb: causes D-I to fail, reporting errors about missing partition devices
- From: "Debian Bug Tracking System" <owner@xxxxxxxxxxxxxxx>
- Processed: Re: Bug#1054644: xfsprogs-udeb: causes D-I to fail, reporting errors about missing partition devices
- From: "Debian Bug Tracking System" <owner@xxxxxxxxxxxxxxx>
- Re: [PATCH v2] xfs: improve handling of prjquot ENOSPC
- From: Jian Wen <wenjianhn@xxxxxxxxx>
- [PATCH v3] xfs: improve handling of prjquot ENOSPC
- From: Jian Wen <wenjianhn@xxxxxxxxx>
- [GIT PULL 4/4] xfsprogs: force rebuilding of metadata
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [GIT PULL 3/4] xfs_io: clean up scrub subcommand code
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [GIT PULL 2/4] xfs_metadump: various bug fixes
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- [GIT PULL 1/4] xfsprogs: various bug fixes for 6.6
- From: "Darrick J. Wong" <djwong@xxxxxxxxxx>
- Metadata corruption detected, fatal error -- couldn't map inode, err = 117
- From: Phillip Ferentinos <phillip.jf@xxxxxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH 3/7] block: Add config option to not allow writing to mounted devices
- From: Jan Kara <jack@xxxxxxx>
- Re: [PATCH v2 00/16] block atomic writes
- From: John Garry <john.g.garry@xxxxxxxxxx>
[Index of Archives]
[XFS]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]