All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-31 23:09:17 to 2023-12-31 23:56:57 UTC [more...]

[PATCHSET v2.0 06/17] xfsprogs: shard the realtime section
 2023-12-31 23:56 UTC  (37+ 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
` [PATCH 16/52] xfs: encode the rtsummary in big endian format
` [PATCH 17/52] xfs: store rtgroup information with a bmap intent
` [PATCH 18/52] xfs: use an incore rtgroup rotor for rtpick
` [PATCH 19/52] xfs: scrub the realtime group superblock
` [PATCH 20/52] xfs: repair secondary realtime group superblocks
` [PATCH 21/52] xfs: scrub each rtgroup's portion of the rtbitmap separately
` [PATCH 22/52] libfrog: report rt groups in output
` [PATCH 23/52] libxfs: implement some sanity checking for enormous rgcount
` [PATCH 24/52] xfs_repair: support realtime groups
` [PATCH 25/52] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCH 26/52] xfs_repair: repair rtbitmap block headers
` [PATCH 27/52] xfs_repair: repair rtsummary "
` [PATCH 28/52] xfs_repair: support adding rtgroups to a filesystem
` [PATCH 29/52] xfs_db: listify the definition of enum typnm
` [PATCH 30/52] xfs_db: support dumping realtime superblocks
` [PATCH 31/52] xfs_db: support changing the label and uuid of rt superblocks
` [PATCH 32/52] xfs_db: listify the definition of dbm_t
` [PATCH 33/52] xfs_db: implement check for rt superblocks
` [PATCH 34/52] xfs_db: enable conversion of rt space units
` [PATCH 35/52] xfs_db: report rtgroups via version command
` [PATCH 36/52] xfs_db: metadump realtime devices

RTT-PROBE: lore-subspace-rtt
 2023-12-31 23:48 UTC 

[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

[PATCH] drm/amd/display: dcn35_hwseq: use common comment to prevent kernel-doc warnings
 2023-12-31 23:45 UTC 

[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

[syzbot] [dri?] [media?] memory leak in get_sg_table
 2023-12-31 23:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-12-31 23:38 UTC 

[PATCH 1/4] drm/nouveau/disp: don't misuse kernel-doc comments
 2023-12-31 23:36 UTC  (8+ messages)
` [PATCH 2/4] drm/nouveau: "
` [PATCH 3/4] drm/nouveau/gr/gf100: "
` [PATCH 4/4] drm/nouveau/volt/gk20a: "

[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

RTT-PROBE: lore-subspace-rtt
 2023-12-31 23:28 UTC 

[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

RTT-PROBE: lore-subspace-rtt
 2023-12-31 23:18 UTC 

[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

coreutils over uutils-coreutils when selinux in DISTRO_FEATURES
 2023-12-31 23:18 UTC  (2+ messages)

[PATCHSET v13.0 3/6] xfsprogs: Parent Pointers
 2023-12-31 23:13 UTC  (18+ messages)
` [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

[PATCH v4] posix-timers: add multi_clock_gettime system call
 2023-12-31 23:11 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.