Linux XFS Date Index
Thread Index
[
Prev Page
][
Next Page
]
[PATCH 12/47] xfs: use realtime EFI to free extents when realtime rmap is enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/47] xfs: allow inodes with zero extents but nonzero nblocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/47] xfs: wire up a new inode fork type for the realtime rmap
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/47] xfs: add metadata reservations for realtime rmap btrees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/47] xfs: add realtime reverse map inode to metadata directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/47] xfs: add a realtime flag to the rmap update log redo items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/47] xfs: prepare rmap functions to deal with rtrmapbt
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/47] xfs: add realtime rmap btree operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/47] xfs: realtime rmap btree transaction reservations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/47] xfs: define the on-disk realtime rmap btree format
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/47] xfs: introduce realtime rmap btree definitions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/47] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 9/9] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/9] xfs: simplify usage of the rcur local variable in xfs_rmap_finish_one
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/9] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/9] xfs: reuse xfs_rmap_update_cancel_item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/9] xfs: add a ri_entry helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/9] xfs: clean up rmap log intent item tracepoint callsites
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/9] xfs: prepare rmap btree tracepoints for widening
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/9] xfs: give rmap btree cursor error tracepoints their own class
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/9] xfs: attach rtgroup objects to btree cursors
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs_logprint: report realtime EFIs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: support error injection when freeing rt extents
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: support logging EFIs for realtime extents
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/8] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/8] xfs: remove xfs_defer_agfl_block
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/8] xfs: remove duplicate asserts in xfs_defer_extent_free
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/8] xfs: reuse xfs_extent_free_cancel_item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/8] xfs: add a xefi_entry helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/8] xfs: pass the fsbno to xfs_perag_intent_get
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/8] xfs: convert "skip_discard" to a proper flags bitset
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/8] 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>
Re: [PATCH 1/9] xfs: dump xfiles for debugging purposes
From
: Matthew Wilcox <willy@xxxxxxxxxxxxx>
[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 52/52] mkfs: format realtime groups
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 51/52] mkfs: add headers to realtime summary blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 50/52] mkfs: add headers to realtime bitmap blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 49/52] xfs_scrub: use histograms to speed up phase 8 on the realtime volume
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 48/52] xfs_scrub: trim realtime volumes too
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 47/52] xfs_scrub: call GETFSMAP for each rt group in parallel
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 46/52] xfs_scrub: scrub realtime allocation group metadata
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 45/52] xfs_spaceman: report on realtime group health
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 44/52] xfs_io: display rt group in verbose fsmap output
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 43/52] xfs_io: display rt group in verbose bmap output
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 42/52] xfs_io: add a command to display realtime group information
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 41/52] xfs_io: add a command to display allocation group information
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 40/52] xfs_io: support scrubbing rtgroup metadata
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 39/52] xfs_mdrestore: restore rt group superblocks to realtime device
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 38/52] xfs_db: dump rt summary blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 37/52] xfs_db: dump rt bitmap blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 36/52] xfs_db: metadump realtime devices
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 35/52] xfs_db: report rtgroups via version command
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 34/52] xfs_db: enable conversion of rt space units
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 33/52] xfs_db: implement check for rt superblocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 32/52] xfs_db: listify the definition of dbm_t
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 31/52] xfs_db: support changing the label and uuid of rt superblocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 30/52] xfs_db: support dumping realtime superblocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 29/52] xfs_db: listify the definition of enum typnm
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 28/52] xfs_repair: support adding rtgroups to a filesystem
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 27/52] xfs_repair: repair rtsummary block headers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 26/52] xfs_repair: repair rtbitmap block headers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 25/52] xfs_repair: improve rtbitmap discrepancy reporting
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 24/52] xfs_repair: support realtime groups
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 23/52] libxfs: implement some sanity checking for enormous rgcount
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 22/52] libfrog: report rt groups in output
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 21/52] xfs: scrub each rtgroup's portion of the rtbitmap separately
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 20/52] xfs: repair secondary realtime group superblocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 19/52] xfs: scrub the realtime group superblock
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/52] xfs: use an incore rtgroup rotor for rtpick
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/52] xfs: store rtgroup information with a bmap intent
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/52] xfs: encode the rtsummary in big endian format
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/52] xfs: add block headers to realtime summary blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/52] xfs: encode the rtbitmap in little endian format
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/52] xfs: add block headers to realtime bitmap blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/52] xfs: export the geometry of realtime groups to userspace
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/52] xfs: define locking primitives for realtime groups
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/52] xfs: record rt group superblock errors in the health system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/52] xfs: add frextents to the lazysbcounters when rtgroups enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/52] xfs: check that rtblock extents do not overlap with the rt group metadata
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/52] xfs: export realtime group geometry via XFS_FSOP_GEOM
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/52] xfs: grow the realtime section when realtime groups are enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/52] xfs: write secondary realtime superblocks to disk
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/52] xfs: update primary realtime super every time we update the primary fs super
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/52] xfs: reduce rt summary file levels for rtgroups filesystems
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/52] xfs: define the format of rt groups
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/52] xfs: create incore realtime group structures
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/2] xfs: remove XFS_ILOCK_RT*
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/2] xfs: refactor realtime inode locking
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/1] xfs_db: allow setting current address to log blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/8] xfs_db: convert rtsummary geometry
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/8] xfs_db: convert rtbitmap geometry
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/8] xfs_db: enable conversion of rt space units
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/8] xfs_db: access realtime file blocks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/8] xfs_db: make the daddr command target the realtime device
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/8] xfs_db: report the realtime device when associated with each io cursor
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/8] xfs_db: support passing the realtime device to the debugger
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 58/58] mkfs: add a utility to generate protofiles
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 57/58] mkfs.xfs: enable metadata directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 56/58] xfs_repair: allow sysadmins to add metadata directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 55/58] xfs_repair: do not count metadata directory files when doing quotacheck
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 54/58] xfs_repair: truncate and unmark orphaned metadata inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 53/58] xfs_repair: drop all the metadata directory files during pass 4
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 52/58] xfs_repair: reattach quota inodes to metadata directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 51/58] xfs_repair: metadata dirs are never plausible root dirs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 50/58] xfs_repair: adjust keep_fsinos to handle metadata directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 49/58] xfs_repair: mark space used by metadata files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 48/58] xfs_repair: pass private data pointer to scan_lbtree
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 47/58] xfs_repair: update incore metadata state whenever we create new files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 46/58] xfs_repair: don't let metadata and regular files mix
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 45/58] xfs_repair: rebuild the metadata directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 44/58] xfs_repair: check metadata inode flag
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 43/58] xfs_repair: refactor grabbing realtime metadata inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 42/58] xfs_repair: refactor root directory initialization
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 41/58] xfs_repair: refactor marking of metadata inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 40/58] xfs_repair: refactor fixing dotdot
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 39/58] xfs_repair: dont check metadata directory dirent inumbers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 38/58] xfs_repair: reject regular directory dirents that point to metadata fieles
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 37/58] xfs_repair: refactor metadata inode tagging
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 36/58] xfs_repair: don't zero the incore secondary super when zeroing
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 34/58] xfs_scrub: scan metadata directories during phase 3
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 35/58] xfs_scrub: re-run metafile scrubbers during phase 5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 33/58] xfs_spaceman: report health of metadir inodes too
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 32/58] xfs_io: support scrubbing metadata directory paths
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 31/58] xfs_io: support the bulkstat metadata directory flag
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 30/58] xfs_db: mask superblock fields when metadir feature is enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 29/58] xfs_db: support metadata directories in the path command
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 28/58] xfs_db: don't obfuscate metadata directories and attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 27/58] xfs_db: report metadir support for version command
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 26/58] xfs_db: basic xfs_check support for metadir
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 25/58] xfs_io: support scrubbing metadata directory paths
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 24/58] libfrog: allow METADIR in xfrog_bulkstat_single5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 23/58] libfrog: report metadata directories in the geometry report
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 22/58] xfs: check metadata directory file path connectivity
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 21/58] xfs: record health problems with the metadata directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 20/58] xfs: adjust xfs_bmap_add_attrfork for metadir
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 19/58] xfs: enable creation of dynamically allocated metadir path structures
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/58] xfs: allow bulkstat to return metadata directories
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/58] xfs: advertise metadata directory feature
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/58] xfs: disable the agi rotor for metadata inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/58] xfs: ensure metadata directory paths exist before creating files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/58] xfs: read and write metadata inode directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/58] xfs: allow deletion of metadata directory files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/58] xfs: enforce metadata inode flag
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/58] xfs: convert metadata inode lookup keys to use paths
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/58] xfs: load metadata directory root at mount time
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/58] xfs: update imeta transaction reservations for metadir
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/58] xfs: define the on-disk format for the metadir feature
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/58] xfs: iget for metadata inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/58] mkfs: break up the rest of the rtinit() function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/58] libxfs: convert all users to libxfs_imeta_create
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/58] mkfs: clean up the rtinit() function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/58] xfs: create transaction reservations for metadata inode operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/58] xfs: create imeta abstractions to get and set metadata inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/58] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 28/28] xfs_repair: use library functions for orphanage creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 27/28] xfs_repair: use library functions to reset root/rbm/rsum inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 26/28] xfs_db: port the iunlink command to use the libxfs iunlink function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 25/28] xfs: move dirent update hooks to xfs_dir2.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 24/28] xfs: create libxfs helper to rename two directory entries
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 23/28] xfs: create libxfs helper to exchange two directory entries
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 22/28] xfs: create libxfs helper to remove an existing inode/name from a directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 21/28] xfs: hoist inode free function to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 20/28] xfs: create libxfs helper to link an existing inode into a directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 19/28] xfs: create libxfs helper to link a new inode into a directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/28] xfs: hoist xfs_{bump,drop}link to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/28] xfs: hoist xfs_iunlink to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/28] xfs: hoist new inode initialization functions to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/28] libxfs: implement get_random_u32
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/28] libxfs: remove libxfs_dir_ialloc
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/28] libxfs: backport inode init code from the kernel
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/28] xfs: split new inode creation into two pieces
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/28] libxfs: pass flags2 from parent to child when creating files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/28] libxfs: when creating a file in a directory, set the project id based on the parent
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/28] libxfs: set access time when creating files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/28] libxfs: rearrange libxfs_trans_ichgtime call when creating inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/28] xfs: implement atime updates in xfs_trans_ichgtime
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/28] xfs: pack icreate initialization parameters into a separate structure
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/28] libxfs: pass IGET flags through to xfs_iread
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/28] libxfs: put all the inode functions in a single file
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/28] xfs: hoist project id get/set functions to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/28] xfs: hoist inode flag conversion functions to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/28] xfs: hoist extent size helpers to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/10] xfs_scrub: try spot repairs of metadata items to make scrub progress
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/10] xfs_scrub: use scrub barriers to reduce kernel calls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/10] xfs_scrub: vectorize repair calls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/10] xfs_scrub: vectorize scrub calls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/10] xfs_scrub: convert scrub and repair epilogues to use xfs_scrub_vec
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/10] xfs_scrub: split the repair epilogue code into a separate function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/10] xfs_scrub: split the scrub epilogue code into a separate function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/10] xfs_io: support vectored scrub
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/10] libfrog: support vectored scrub
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/10] xfs: introduce vectored scrub mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/6] xfs_scrub: defer phase5 file scans if dirloop fails
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/6] xfs_scrub: detect and repair directory tree corruptions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/6] xfs_scrub: fix erroring out of check_inode_names
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/6] xfs: report directory tree corruption in the health information
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/6] xfs: teach online scrub to find directory tree structure problems
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/6] xfs_db: add link and unlink expert commands
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/18] xfs_scrub: use parent pointers to report lost file data
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/18] xfs_repair: upgrade an existing filesystem to have parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/18] xfs_repair: wipe ondisk parent pointers when there are none
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/18] xfs_repair: update ondisk parent pointer records
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/18] xfs_repair: dump garbage parent pointer attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/18] xfs_repair: check parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/18] xfs_repair: deduplicate strings stored in string blob
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/18] xfs_repair: move the global dirent name store to a separate object
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/18] xfs_repair: build a parent pointer index
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/18] xfs_repair: add parent pointers when messing with /lost+found
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/18] xfs: actually rebuild the parent pointer xattrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/18] xfs: split xfs_bmap_add_attrfork into two pieces
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/18] xfs: remove pointless unlocked assertion
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/18] xfs: set child file owner in xfs_da_args when changing parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/18] xfs: add raw parent pointer apis to support repair
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/18] man2: update ioctl_xfs_scrub_metadata.2 for parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/18] xfs: check dirents have parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/18] xfs: create a blob array data structure
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 32/32] mkfs: enable formatting with parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 31/32] mkfs: Add parent pointers during protofile creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 30/32] xfsprogs: Fix default superblock attr bits
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 29/32] libxfs: create new files with attr forks if necessary
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 28/32] xfs_db: add a parents command to list the parents of a file
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 27/32] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 26/32] xfs_db: obfuscate dirent and parent pointer names consistently
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 25/32] xfs_db: report parent pointers embedded in xattrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 24/32] xfs_db: report parent bit on xattrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 23/32] xfs_db: report parent pointers in version command
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 22/32] xfs_scrub: use parent pointers when possible to report file operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 21/32] xfs_spaceman: report file paths
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 20/32] xfs_logprint: decode parent pointers in ATTRI items fully
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 19/32] xfs_io: Add i, n and f flags to parent command
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/32] xfs_io: adapt parent command to new parent pointer ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/32] libfrog: detect looping paths when walking directory parent pointers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/32] libfrog: add parent pointer support code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/32] xfs: Add the parent pointer support to the superblock version 5.
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/32] xfs: don't remove the attr fork when parent pointers are enabled
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/32] xfs: drop compatibility minimum log size computations for reflink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/32] xfs: Add parent pointer ioctl
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/32] xfs: pass the attr value to put_listent when possible
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/32] xfs: Add parent pointers to rename
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/32] xfs: remove parent pointers in unlink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/32] xfs: add parent attributes to symlink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/32] xfs: add parent attributes to link
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/32] xfs: parent pointer attribute creation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/32] xfs: extend transaction reservations for parent attributes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/32] xfs: add parent pointer validator functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/32] xfs: define parent pointer ondisk extended attribute format
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/32] xfs: add parent pointer support to attribute code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/11] xfs_logprint: print missing attri header fields
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/11] xfs_logprint: dump new attr log item fields
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/11] xfs: log NVLOOKUP xattr nvreplace operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/11] xfs: log NVLOOKUP xattr setting operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/11] xfs: log NVLOOKUP xattr removal operations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/11] xfs: use helpers to extract xattr op from opflags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/11] xfs: restructure xfs_attr_complete_op a bit
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/11] xfs: preserve NVLOOKUP in xfs_attr_set
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/11] xfs: allow xattr matching on name and value for local/sf attrs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/11] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/11] xfs: allow newer INCOMPAT/RO_COMPAT feature bits to protect ATTRI log items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/1] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs_repair: allow sysadmins to add reverse mapping indexes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs_repair: allow sysadmins to add reflink
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs_repair: allow sysadmins to add free inode btree indexes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs_repair: check free space requirements before allowing upgrades
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] debian: enable xfs_scrub systemd services by default
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs_scrub: add an optimization-only mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs_scrub: automatic downgrades to dry-run mode in service mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl code in an object
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs_scrub_all: encapsulate all the subprocess code in an object
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/6] xfs_scrub_all: failure reporting for the xfs_scrub_all job
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/6] xfs_scrub_all: trigger automatic media scans once per month
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/6] xfs_scrub_all: enable periodic file data scrubs automatically
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/6] xfs_scrub_all: support metadata+media scans of all filesystems
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/6] xfs_scrub_all: remove journalctl background process
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/6] xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/6] xfs_scrub_all: tighten up the security on the background systemd service
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/6] xfs_scrub_fail: tighten up the security on the background systemd service
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/6] xfs_scrub: tighten up the security on the background systemd service
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/6] xfs_scrub: use dynamic users when running as a systemd service
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/6] xfs_scrub.service: reduce CPU usage to 60% when possible
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/6] xfs_scrub: allow auxiliary pathnames for sandboxing
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs_scrub_all: fix termination signal handling
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs_scrub_all: simplify cleanup of run_killable
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs_scrub_all: survive systemd restarts when waiting for services
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs_scrub_all: fix argument passing when invoking xfs_scrub manually
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 9/9] xfs_scrub_all.cron: move to package data directory
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/9] xfs_scrub_fail: move executable script to /usr/libexec
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/9] xfs_scrub_fail: advise recipients not to reply
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/9] xfs_scrub_fail: add content type header to failure emails
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/9] xfs_scrub_fail: return the failure status of the mailer program
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/9] xfs_scrub_fail: fix sendmail detection
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/9] xfs_scrub: fix pathname escaping across all service definitions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/9] xfs_scrub_all: escape service names consistently
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/9] debian: install scrub services with dh_installsystemd
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/7] xfs_scrub: tune fstrim minlen parameter based on free space histograms
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs_scrub: collect free space histograms during phase 7
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs_scrub: remove pointless spacemap.c arguments
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs_scrub: don't close stdout when closing the progress bar
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] libfrog: print cdf of free space buckets
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] libfrog: print wider columns for free space histogram
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] libfrog: hoist free space histogram code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/8] xfs_scrub: improve progress meter for phase 8 fstrimming
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/8] xfs_scrub: don't trim the first agbno of each AG for better performance
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/8] xfs_scrub: don't call FITRIM after runtime errors
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/8] xfs_scrub: report FITRIM errors properly
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/8] xfs_scrub: fix the work estimation for phase 8
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/8] xfs_scrub: collapse trim_filesystem
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/8] xfs_scrub: ignore phase 8 if the user disabled fstrim
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/8] xfs_scrub: move FITRIM to phase 8
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/13] xfs_scrub: dump unicode points
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/13] xfs_scrub: report deceptive file extensions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/13] xfs_scrub: rename struct unicrash.normalizer
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/13] xfs_scrub: reduce size of struct name_entry
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/13] xfs_scrub: type-coerce the UNICRASH_* flags
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/13] xfs_scrub: rename UNICRASH_ZERO_WIDTH to UNICRASH_INVISIBLE
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/13] xfs_scrub: store bad flags with the name entry
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/13] xfs_scrub: hoist non-rendering character predicate
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/13] xfs_scrub: guard against libicu returning negative buffer lengths
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/13] xfs_scrub: avoid potential UAF after freeing a duplicate name entry
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/13] xfs_scrub: hoist code that removes ignorable characters
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/13] xfs_scrub: use proper UChar string iterators
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs_scrub: try to repair space metadata before file metadata
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs_scrub: recheck entire metadata objects after corruption repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs_scrub: improve thread scheduling repair items during phase 4
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] libfrog: enhance ptvar to support initializer functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs_scrub: hoist scrub retry loop to scrub_item_check_file
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs_scrub: hoist repair retry loop to repair_item_class
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs_scrub: refactor scrub_meta_type out of existence
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs_scrub: remove enum check_outcome
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs_scrub: start tracking scrub state in scrub_item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 9/9] xfs_scrub: remove unused action_list fields
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/9] xfs_scrub: retry incomplete repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/9] xfs_scrub: check dependencies of a scrub type before repairing
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/9] xfs_scrub: clean up repair_item_difficulty a little
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/9] xfs_scrub: boost the repair priority of dependencies of damaged items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/9] xfs_scrub: remove scrub_metadata_file
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/9] xfs_scrub: remove action lists from phaseX code
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/9] xfs_scrub: use repair_item to direct repair activities
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/9] xfs_scrub: track repair items by principal, not by individual repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/8] xfs_scrub: enable users to bump information messages to warnings
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/8] xfs_scrub: warn about difficult repairs to rt and quota metadata
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/8] xfs_scrub: any inconsistency in metadata should trigger difficulty warnings
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/8] xfs_scrub: add missing repair types to the mustfix and difficulty assessment
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/8] xfs_scrub: split up the mustfix repairs and difficulty assessment functions
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/8] xfs_scrub: get rid of trivial fs metadata scanner helpers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/8] xfs_scrub: collapse trivial superblock scrub helpers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/8] xfs_scrub: fix missing scrub coverage for broken inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/7] xfs_scrub: actually try to fix summary counters ahead of repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/7] xfs_scrub: require primary superblock repairs to complete before proceeding
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/7] xfs_scrub: log when a repair was unnecessary
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/7] xfs_scrub: move repair functions to repair.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/7] xfs_scrub: remove ALP_* flags namespace
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/7] xfs_scrub: don't report media errors for space with unknowable owner
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/7] xfs_scrub: flush stdout after printing to it
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs: pin inodes that would otherwise overflow link count
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] libxfs: port the bumplink function from the kernel
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 1/1] xfs: map xfile pages directly into xfs_buf
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/1] xfs: online repair of symbolic links
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/1] xfs: repair extended attributes
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 20/20] xfs_io: add atomic update commands to exercise extent swapping
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 19/20] xfs_io: enhance swapext to take advantage of new api
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 18/20] xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 17/20] xfs_fsr: port to new swapext library function
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 16/20] xfs_fsr: convert to bulkstat v5 ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 15/20] xfs_logprint: support dumping swapext log items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 14/20] libfrog: convert xfs_io swapext command to use new libfrog wrapper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 13/20] libhandle: add support for bulkstat v5
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 12/20] xfs: enable atomic swapext feature
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 11/20] xfs: make atomic extent swapping support realtime files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 10/20] xfs: condense symbolic links after an atomic swap
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/20] xfs: condense directories after an atomic swap
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/20] xfs: condense extended attributes after an atomic swap
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/20] xfs: add error injection to test swapext recovery
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/20] xfs: create deferred log items for extent swapping
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/20] xfs: introduce a swap-extent log intent item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/20] xfs: create a log incompat flag for atomic extent swapping
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/20] xfs: parameterize all the incompat log feature helpers
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/20] xfs: introduce new file range exchange ioctl
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/20] xfs: add a libxfs header file for staging new ioctls
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] mkfs: use libxfs to create symlinks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs: move symlink target write function to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs: move remote symlink target read function to libxfs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] 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 2/2] xfs: add a realtime flag to the bmap update log redo items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/2] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/5] xfs: add a xattr_entry helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/5] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/5] xfs: reuse xfs_bmap_update_cancel_item
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/5] xfs: add a bi_entry helper
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/5] xfs: clean up bmap log intent item tracepoint callsites
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/6] xfs_repair: remove the old bag implementation
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/6] xfs_repair: port to the new refcount bag structure
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/6] xfs_repair: create refcount bag
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/6] xfs_repair: define an in-memory btree for storing refcount bag info
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/6] xfs: define an in-memory btree for storing refcount bag info during repairs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/6] 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 6/6] xfs_repair: remove the old rmap collection slabs
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/6] xfs_repair: reduce rmap bag memory usage when creating refcounts
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/6] xfs_repair: compute refcount data from in-memory rmap btrees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/6] xfs_repair: verify on-disk rmap btrees with in-memory btree data
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/6] xfs_repair: convert regular rmap repair to use in-memory btrees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/6] libxfs: partition memfd files to avoid using too many fds
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 10/10] xfbtree: let the buffer cache flush dirty buffers to the xfile
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 09/10] xfs: connect in-memory btrees to xfiles
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 08/10] xfs: support in-memory btrees
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 07/10] xfs: consolidate btree block allocation tracepoints
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 06/10] xfs: consolidate btree block freeing tracepoints
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 05/10] libxfs: support in-memory buffer cache targets
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 04/10] xfs: teach buftargs to maintain their own buffer hashtable
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 03/10] libxfs: add xfile support
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 02/10] libxfs: teach buftargs to maintain their own buffer hashtable
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 01/10] libxfs: clean up xfs_da_unmount usage
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/4] xfs_scrub: upload clean bills of health
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/4] xfs: update health status if we get a clean bill of health
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/4] xfs: remember sick inodes that get inactivated
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/4] xfs: add secondary and indirect classes to the health tracking system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 9/9] xfs: report XFS_IS_CORRUPT errors to the health system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/9] xfs: report realtime metadata corruption errors to the health system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/9] xfs: report inode corruption errors to the health system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/9] xfs: report dir/attr block corruption errors to the health system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/9] xfs: report btree block corruption errors to the health system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/9] xfs: report block map corruption errors to the health tracking system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/9] xfs: report ag header corruption errors to the health tracking system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/9] xfs: report fs corruption errors to the health tracking system
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/9] xfs: separate the marking of sick and checked metadata
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/3] xfs_scrub: use multiple threads to run in-kernel metadata scrubs that scan inodes
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/3] xfs: teach scrub to check file nlinks
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 1/3] xfs: report health of inode link counts
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 8/8] xfs_repair: support more than INT_MAX block maps
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 7/8] xfs_repair: don't create block maps for data files
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 6/8] xfs_repair: constrain attr fork extent count
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 5/8] xfs_repair: clean up lock resources
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 4/8] xfs_repair: support more than 2^32 owners per physical block
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 3/8] xfs_repair: support more than 2^32 rmapbt records per AG
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[PATCH 2/8] xfs_repair: slab and bag structs need to track more than 2^32 items
From
: "Darrick J. Wong" <djwong@xxxxxxxxxx>
[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>
[Index of Archives]
[XFS]
[Linux USB Devel]
[Linux SCSI]
[Samba]
[Yosemite News]