Linux XFS filesystem development
 help / color / mirror / Atom feed
 messages from 2023-12-31 22:59:38 to 2023-12-31 23:51:29 UTC [more...]

[PATCHSET v2.0 06/17] xfsprogs: shard the realtime section
 2023-12-31 23:51 UTC  (16+ messages)
` [PATCH 01/52] xfs: create incore realtime group structures
` [PATCH 02/52] xfs: define the format of rt groups
` [PATCH 03/52] xfs: reduce rt summary file levels for rtgroups filesystems
` [PATCH 04/52] xfs: update primary realtime super every time we update the primary fs super
` [PATCH 05/52] xfs: write secondary realtime superblocks to disk
` [PATCH 06/52] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 07/52] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 08/52] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 09/52] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 10/52] xfs: record rt group superblock errors in the health system
` [PATCH 11/52] xfs: define locking primitives for realtime groups
` [PATCH 12/52] xfs: export the geometry of realtime groups to userspace
` [PATCH 13/52] xfs: add block headers to realtime bitmap blocks
` [PATCH 14/52] xfs: encode the rtbitmap in little endian format
` [PATCH 15/52] xfs: add block headers to realtime summary blocks

[PATCHSET v2.0 05/17] xfsprogs: refactor realtime meta inode locking
 2023-12-31 23:47 UTC  (3+ messages)
` [PATCH 1/2] xfs: refactor realtime "
` [PATCH 2/2] xfs: remove XFS_ILOCK_RT*

[PATCHSET v2.0 04/17] xfs_metadump: support external devices
 2023-12-31 23:47 UTC  (2+ messages)
` [PATCH 1/1] xfs_db: allow setting current address to log blocks

[PATCHSET v2.0 03/17] xfs_db: debug realtime geometry
 2023-12-31 23:46 UTC  (9+ messages)
` [PATCH 1/8] xfs_db: support passing the realtime device to the debugger
` [PATCH 2/8] xfs_db: report the realtime device when associated with each io cursor
` [PATCH 3/8] xfs_db: make the daddr command target the realtime device
` [PATCH 4/8] xfs_db: access realtime file blocks
` [PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents
` [PATCH 6/8] xfs_db: enable conversion of rt space units
` [PATCH 7/8] xfs_db: convert rtbitmap geometry
` [PATCH 8/8] xfs_db: convert rtsummary geometry

[PATCHSET v2.0 02/17] xfsprogs: metadata inode directories
 2023-12-31 23:44 UTC  (59+ messages)
` [PATCH 01/58] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
` [PATCH 02/58] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 03/58] xfs: create transaction reservations for metadata inode operations
` [PATCH 04/58] mkfs: clean up the rtinit() function
` [PATCH 05/58] libxfs: convert all users to libxfs_imeta_create
` [PATCH 06/58] mkfs: break up the rest of the rtinit() function
` [PATCH 07/58] xfs: iget for metadata inodes
` [PATCH 08/58] xfs: define the on-disk format for the metadir feature
` [PATCH 09/58] xfs: update imeta transaction reservations for metadir
` [PATCH 10/58] xfs: load metadata directory root at mount time
` [PATCH 11/58] xfs: convert metadata inode lookup keys to use paths
` [PATCH 12/58] xfs: enforce metadata inode flag
` [PATCH 13/58] xfs: allow deletion of metadata directory files
` [PATCH 14/58] xfs: read and write metadata inode directory
` [PATCH 15/58] xfs: ensure metadata directory paths exist before creating files
` [PATCH 16/58] xfs: disable the agi rotor for metadata inodes
` [PATCH 17/58] xfs: advertise metadata directory feature
` [PATCH 18/58] xfs: allow bulkstat to return metadata directories
` [PATCH 19/58] xfs: enable creation of dynamically allocated metadir path structures
` [PATCH 20/58] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 21/58] xfs: record health problems with the metadata directory
` [PATCH 22/58] xfs: check metadata directory file path connectivity
` [PATCH 23/58] libfrog: report metadata directories in the geometry report
` [PATCH 24/58] libfrog: allow METADIR in xfrog_bulkstat_single5
` [PATCH 25/58] xfs_io: support scrubbing metadata directory paths
` [PATCH 26/58] xfs_db: basic xfs_check support for metadir
` [PATCH 27/58] xfs_db: report metadir support for version command
` [PATCH 28/58] xfs_db: don't obfuscate metadata directories and attributes
` [PATCH 29/58] xfs_db: support metadata directories in the path command
` [PATCH 30/58] xfs_db: mask superblock fields when metadir feature is enabled
` [PATCH 31/58] xfs_io: support the bulkstat metadata directory flag
` [PATCH 32/58] xfs_io: support scrubbing metadata directory paths
` [PATCH 33/58] xfs_spaceman: report health of metadir inodes too
` [PATCH 34/58] xfs_scrub: scan metadata directories during phase 3
` [PATCH 35/58] xfs_scrub: re-run metafile scrubbers during phase 5
` [PATCH 36/58] xfs_repair: don't zero the incore secondary super when zeroing
` [PATCH 37/58] xfs_repair: refactor metadata inode tagging
` [PATCH 38/58] xfs_repair: reject regular directory dirents that point to metadata fieles
` [PATCH 39/58] xfs_repair: dont check metadata directory dirent inumbers
` [PATCH 40/58] xfs_repair: refactor fixing dotdot
` [PATCH 41/58] xfs_repair: refactor marking of metadata inodes
` [PATCH 42/58] xfs_repair: refactor root directory initialization
` [PATCH 43/58] xfs_repair: refactor grabbing realtime metadata inodes
` [PATCH 44/58] xfs_repair: check metadata inode flag
` [PATCH 45/58] xfs_repair: rebuild the metadata directory
` [PATCH 46/58] xfs_repair: don't let metadata and regular files mix
` [PATCH 47/58] xfs_repair: update incore metadata state whenever we create new files
` [PATCH 48/58] xfs_repair: pass private data pointer to scan_lbtree
` [PATCH 49/58] xfs_repair: mark space used by metadata files
` [PATCH 50/58] xfs_repair: adjust keep_fsinos to handle metadata directories
` [PATCH 51/58] xfs_repair: metadata dirs are never plausible root dirs
` [PATCH 52/58] xfs_repair: reattach quota inodes to metadata directory
` [PATCH 53/58] xfs_repair: drop all the metadata directory files during pass 4
` [PATCH 54/58] xfs_repair: truncate and unmark orphaned metadata inodes
` [PATCH 55/58] xfs_repair: do not count metadata directory files when doing quotacheck
` [PATCH 56/58] xfs_repair: allow sysadmins to add metadata directories
` [PATCH 57/58] mkfs.xfs: enable "
` [PATCH 58/58] mkfs: add a utility to generate protofiles

[PATCHSET v2.0 01/17] xfsprogs: hoist inode operations to libxfs
 2023-12-31 23:29 UTC  (29+ messages)
` [PATCH 01/28] xfs: hoist extent size helpers "
` [PATCH 02/28] xfs: hoist inode flag conversion functions "
` [PATCH 03/28] xfs: hoist project id get/set "
` [PATCH 04/28] libxfs: put all the inode functions in a single file
` [PATCH 05/28] libxfs: pass IGET flags through to xfs_iread
` [PATCH 06/28] xfs: pack icreate initialization parameters into a separate structure
` [PATCH 07/28] xfs: implement atime updates in xfs_trans_ichgtime
` [PATCH 08/28] libxfs: rearrange libxfs_trans_ichgtime call when creating inodes
` [PATCH 09/28] libxfs: set access time when creating files
` [PATCH 10/28] libxfs: when creating a file in a directory, set the project id based on the parent
` [PATCH 11/28] libxfs: pass flags2 from parent to child when creating files
` [PATCH 12/28] xfs: split new inode creation into two pieces
` [PATCH 13/28] libxfs: backport inode init code from the kernel
` [PATCH 14/28] libxfs: remove libxfs_dir_ialloc
` [PATCH 15/28] libxfs: implement get_random_u32
` [PATCH 16/28] xfs: hoist new inode initialization functions to libxfs
` [PATCH 17/28] xfs: hoist xfs_iunlink "
` [PATCH 18/28] xfs: hoist xfs_{bump,drop}link "
` [PATCH 19/28] xfs: create libxfs helper to link a new inode into a directory
` [PATCH 20/28] xfs: create libxfs helper to link an existing "
` [PATCH 21/28] xfs: hoist inode free function to libxfs
` [PATCH 22/28] xfs: create libxfs helper to remove an existing inode/name from a directory
` [PATCH 23/28] xfs: create libxfs helper to exchange two directory entries
` [PATCH 24/28] xfs: create libxfs helper to rename "
` [PATCH 25/28] xfs: move dirent update hooks to xfs_dir2.c
` [PATCH 26/28] xfs_db: port the iunlink command to use the libxfs iunlink function
` [PATCH 27/28] xfs_repair: use library functions to reset root/rbm/rsum inodes
` [PATCH 28/28] xfs_repair: use library functions for orphanage creation

[PATCHSET 6/6] xfs_scrub: vectorize kernel calls
 2023-12-31 23:22 UTC  (11+ messages)
` [PATCH 01/10] xfs: introduce vectored scrub mode
` [PATCH 02/10] libfrog: support vectored scrub
` [PATCH 03/10] xfs_io: "
` [PATCH 04/10] xfs_scrub: split the scrub epilogue code into a separate function
` [PATCH 05/10] xfs_scrub: split the repair "
` [PATCH 06/10] xfs_scrub: convert scrub and repair epilogues to use xfs_scrub_vec
` [PATCH 07/10] xfs_scrub: vectorize scrub calls
` [PATCH 08/10] xfs_scrub: vectorize repair calls
` [PATCH 09/10] xfs_scrub: use scrub barriers to reduce kernel calls
` [PATCH 10/10] xfs_scrub: try spot repairs of metadata items to make scrub progress

[PATCHSET v13.0 5/6] xfs: detect and correct directory tree problems
 2023-12-31 23:19 UTC  (7+ messages)
` [PATCH 1/6] xfs_db: add link and unlink expert commands
` [PATCH 2/6] xfs: teach online scrub to find directory tree structure problems
` [PATCH 3/6] xfs: report directory tree corruption in the health information
` [PATCH 4/6] xfs_scrub: fix erroring out of check_inode_names
` [PATCH 5/6] xfs_scrub: detect and repair directory tree corruptions
` [PATCH 6/6] xfs_scrub: defer phase5 file scans if dirloop fails

[PATCHSET v13.0 4/6] xfsprogs: fsck for parent pointers
 2023-12-31 23:18 UTC  (19+ messages)
` [PATCH 01/18] xfs: create a blob array data structure
` [PATCH 02/18] xfs: check dirents have parent pointers
` [PATCH 03/18] man2: update ioctl_xfs_scrub_metadata.2 for "
` [PATCH 04/18] xfs: add raw parent pointer apis to support repair
` [PATCH 05/18] xfs: set child file owner in xfs_da_args when changing parent pointers
` [PATCH 06/18] xfs: remove pointless unlocked assertion
` [PATCH 07/18] xfs: split xfs_bmap_add_attrfork into two pieces
` [PATCH 08/18] xfs: actually rebuild the parent pointer xattrs
` [PATCH 09/18] xfs_repair: add parent pointers when messing with /lost+found
` [PATCH 10/18] xfs_repair: build a parent pointer index
` [PATCH 11/18] xfs_repair: move the global dirent name store to a separate object
` [PATCH 12/18] xfs_repair: deduplicate strings stored in string blob
` [PATCH 13/18] xfs_repair: check parent pointers
` [PATCH 14/18] xfs_repair: dump garbage parent pointer attributes
` [PATCH 15/18] xfs_repair: update ondisk parent pointer records
` [PATCH 16/18] xfs_repair: wipe ondisk parent pointers when there are none
` [PATCH 17/18] xfs_repair: upgrade an existing filesystem to have parent pointers
` [PATCH 18/18] xfs_scrub: use parent pointers to report lost file data

[PATCHSET v13.0 3/6] xfsprogs: Parent Pointers
 2023-12-31 23:13 UTC  (33+ messages)
` [PATCH 01/32] xfs: add parent pointer support to attribute code
` [PATCH 02/32] xfs: define parent pointer ondisk extended attribute format
` [PATCH 03/32] xfs: add parent pointer validator functions
` [PATCH 04/32] xfs: extend transaction reservations for parent attributes
` [PATCH 05/32] xfs: parent pointer attribute creation
` [PATCH 06/32] xfs: add parent attributes to link
` [PATCH 07/32] xfs: add parent attributes to symlink
` [PATCH 08/32] xfs: remove parent pointers in unlink
` [PATCH 09/32] xfs: Add parent pointers to rename
` [PATCH 10/32] xfs: pass the attr value to put_listent when possible
` [PATCH 11/32] xfs: Add parent pointer ioctl
` [PATCH 12/32] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH 13/32] xfs: drop compatibility minimum log size computations for reflink
` [PATCH 14/32] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCH 15/32] xfs: Add the parent pointer support to the superblock version 5
` [PATCH 16/32] libfrog: add parent pointer support code
` [PATCH 17/32] libfrog: detect looping paths when walking directory parent pointers
` [PATCH 18/32] xfs_io: adapt parent command to new parent pointer ioctls
` [PATCH 19/32] xfs_io: Add i, n and f flags to parent command
` [PATCH 20/32] xfs_logprint: decode parent pointers in ATTRI items fully
` [PATCH 21/32] xfs_spaceman: report file paths
` [PATCH 22/32] xfs_scrub: use parent pointers when possible to report file operations
` [PATCH 23/32] xfs_db: report parent pointers in version command
` [PATCH 24/32] xfs_db: report parent bit on xattrs
` [PATCH 25/32] xfs_db: report parent pointers embedded in xattrs
` [PATCH 26/32] xfs_db: obfuscate dirent and parent pointer names consistently
` [PATCH 27/32] libxfs: export attr3_leaf_hdr_from_disk via libxfs_api_defs.h
` [PATCH 28/32] xfs_db: add a parents command to list the parents of a file
` [PATCH 29/32] libxfs: create new files with attr forks if necessary
` [PATCH 30/32] xfsprogs: Fix default superblock attr bits
` [PATCH 31/32] mkfs: Add parent pointers during protofile creation
` [PATCH 32/32] mkfs: enable formatting with parent pointers

[PATCHSET v13.0 2/6] xfsprogs: name-value xattr lookups
 2023-12-31 23:05 UTC  (12+ messages)
` [PATCH 01/11] xfs: allow newer INCOMPAT/RO_COMPAT feature bits to protect ATTRI log items
` [PATCH 02/11] xfs: make xfs_attr_set require XFS_DA_OP_REMOVE
` [PATCH 03/11] xfs: allow xattr matching on name and value for local/sf attrs
` [PATCH 04/11] xfs: preserve NVLOOKUP in xfs_attr_set
` [PATCH 05/11] xfs: restructure xfs_attr_complete_op a bit
` [PATCH 06/11] xfs: use helpers to extract xattr op from opflags
` [PATCH 07/11] xfs: log NVLOOKUP xattr removal operations
` [PATCH 08/11] xfs: log NVLOOKUP xattr setting operations
` [PATCH 09/11] xfs: log NVLOOKUP xattr nvreplace operations
` [PATCH 10/11] xfs_logprint: dump new attr log item fields
` [PATCH 11/11] xfs_logprint: print missing attri header fields

[PATCHSET v13.0 1/6] xfsprogs: retain ILOCK during directory updates
 2023-12-31 23:02 UTC  (2+ messages)
` [PATCH 1/1] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5

[PATCHSET 40/40] xfs_repair: add other v5 features to filesystems
 2023-12-31 23:01 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: check free space requirements before allowing upgrades
` [PATCH 2/4] xfs_repair: allow sysadmins to add free inode btree indexes
` [PATCH 3/4] xfs_repair: allow sysadmins to add reflink
` [PATCH 4/4] xfs_repair: allow sysadmins to add reverse mapping indexes

[PATCHSET v29.0 39/40] xfs_scrub: automatic optimization by default
 2023-12-31 23:00 UTC  (4+ messages)
` [PATCH 1/3] xfs_scrub: automatic downgrades to dry-run mode in service mode
` [PATCH 2/3] xfs_scrub: add an optimization-only mode
` [PATCH 3/3] debian: enable xfs_scrub systemd services by default

[PATCHSET v29.0 38/40] xfs_scrub_all: improve systemd handling
 2023-12-31 23:00 UTC  (4+ messages)
` [PATCH 3/5] xfs_scrub_all: add CLI option for easier debugging
` [PATCH 4/5] xfs_scrub_all: convert systemctl calls to dbus
` [PATCH 5/5] xfs_scrub_all: implement retry and backoff for dbus calls


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox