All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-06 23:35:44 to 2024-12-07 00:14:37 UTC [more...]

[PATCHSET 5/9] xfsprogs: new code for 6.13
 2024-12-07  0:22 UTC  (47+ messages)
` [PATCH 01/46] xfs: create incore realtime group structures
` [PATCH 02/46] xfs: define locking primitives for realtime groups
` [PATCH 03/46] xfs: add a lockdep class key for rtgroup inodes
` [PATCH 04/46] xfs: support caching rtgroup metadata inodes
` [PATCH 05/46] xfs: add a xfs_bmap_free_rtblocks helper
` [PATCH 06/46] xfs: move RT bitmap and summary information to the rtgroup
` [PATCH 07/46] xfs: support creating per-RTG files in growfs
` [PATCH 08/46] xfs: refactor xfs_rtbitmap_blockcount
` [PATCH 09/46] xfs: refactor xfs_rtsummary_blockcount
` [PATCH 10/46] xfs: make RT extent numbers relative to the rtgroup
` [PATCH 11/46] libfrog: add memchr_inv
` [PATCH 12/46] xfs: define the format of rt groups
` [PATCH 13/46] xfs: update realtime super every time we update the primary fs super
` [PATCH 14/46] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 15/46] xfs: check that rtblock extents do not break rtsupers or rtgroups
` [PATCH 16/46] xfs: add a helper to prevent bmap merges across rtgroup boundaries
` [PATCH 17/46] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 18/46] xfs: record rt group metadata errors in the health system
` [PATCH 19/46] xfs: export the geometry of realtime groups to userspace
` [PATCH 20/46] xfs: add block headers to realtime bitmap and summary blocks
` [PATCH 21/46] xfs: encode the rtbitmap in big endian format
` [PATCH 22/46] xfs: encode the rtsummary "
` [PATCH 23/46] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 24/46] xfs: support logging EFIs for realtime extents
` [PATCH 25/46] xfs: support error injection when freeing rt extents
` [PATCH 26/46] xfs: use realtime EFI to free extents when rtgroups are enabled
` [PATCH 27/46] xfs: don't merge ioends across RTGs
` [PATCH 28/46] xfs: make the RT allocator rtgroup aware
` [PATCH 29/46] xfs: scrub the realtime group superblock
` [PATCH 30/46] xfs: scrub metadir paths for rtgroup metadata
` [PATCH 31/46] xfs: mask off the rtbitmap and summary inodes when metadir in use
` [PATCH 32/46] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
` [PATCH 33/46] xfs: create helpers to deal with rounding xfs_filblks_t "
` [PATCH 34/46] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
` [PATCH 35/46] xfs: adjust min_block usage in xfs_verify_agbno
` [PATCH 36/46] xfs: move the min and max group block numbers to xfs_group
` [PATCH 37/46] xfs: implement busy extent tracking for rtgroups
` [PATCH 38/46] xfs: use metadir for quota inodes
` [PATCH 39/46] xfs: scrub quota file metapaths
` [PATCH 40/46] xfs: enable metadata directory feature
` [PATCH 41/46] xfs: convert struct typedefs in xfs_ondisk.h
` [PATCH 42/46] xfs: separate space btree structures "
` [PATCH 43/46] xfs: port ondisk structure checks from xfs/122 to the kernel
` [PATCH 44/46] xfs: remove unknown compat feature check in superblock write validation
` [PATCH 45/46] xfs: fix sparse inode limits on runt AG
` [PATCH 46/46] xfs: switch to multigrain timestamps

[PATCHSET v5.8 7/9] xfsprogs: shard the realtime section
 2024-12-07  0:14 UTC  (38+ messages)
` [PATCH 01/50] libxfs: remove XFS_ILOCK_RT*
` [PATCH 02/50] libxfs: adjust xfs_fsb_to_db to handle segmented rtblocks
` [PATCH 03/50] xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create
` [PATCH 04/50] libxfs: use correct rtx count to block count conversion
` [PATCH 05/50] libfrog: scrub the realtime group superblock
` [PATCH 06/50] man: document the rt group geometry ioctl
` [PATCH 07/50] libxfs: port userspace deferred log item to handle rtgroups
` [PATCH 08/50] libxfs: implement some sanity checking for enormous rgcount
` [PATCH 09/50] libfrog: support scrubbing rtgroup metadata paths
` [PATCH 10/50] libfrog: report rt groups in output
` [PATCH 11/50] libfrog: add bitmap_clear
` [PATCH 12/50] xfs_logprint: report realtime EFIs
` [PATCH 13/50] xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values
` [PATCH 14/50] xfs_repair: refactor phase4
` [PATCH 15/50] xfs_repair: refactor offsetof+sizeof to offsetofend
` [PATCH 16/50] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCH 17/50] xfs_repair: simplify rt_lock handling
` [PATCH 18/50] xfs_repair: add a real per-AG bitmap abstraction
` [PATCH 19/50] xfs_repair: support realtime groups
` [PATCH 20/50] repair: use a separate bmaps array for real time groups
` [PATCH 21/50] xfs_repair: find and clobber rtgroup bitmap and summary files
` [PATCH 22/50] xfs_repair: support realtime superblocks
` [PATCH 23/50] xfs_repair: repair rtbitmap and rtsummary block headers
` [PATCH 24/50] xfs_repair: stop tracking duplicate RT extents with rtgroups
` [PATCH 25/50] xfs_db: fix the rtblock and rtextent commands for segmented rt block numbers
` [PATCH 26/50] xfs_db: fix rtconvert to handle segmented rtblocks
` [PATCH 27/50] xfs_db: listify the definition of enum typnm
` [PATCH 28/50] xfs_db: support dumping realtime group data and superblocks
` [PATCH 29/50] xfs_db: support changing the label and uuid of rt superblocks
` [PATCH 30/50] xfs_db: enable conversion of rt space units
` [PATCH 31/50] xfs_db: metadump metadir rt bitmap and summary files
` [PATCH 32/50] xfs_db: metadump realtime devices
` [PATCH 33/50] xfs_db: dump rt bitmap blocks
` [PATCH 34/50] xfs_db: dump rt summary blocks
` [PATCH 35/50] xfs_db: report rt group and block number in the bmap command
` [PATCH 36/50] xfs_mdrestore: restore rt group superblocks to realtime device
` [PATCH 37/50] xfs_io: support scrubbing rtgroup metadata

[stable-kernel-only][5.15.y][5.10.y][PATCH] serial: sc16is7xx: the reg needs to shift in regmap_noinc
 2024-12-07  0:13 UTC  (2+ messages)

[PATCH 0/3] rpi: Tidy up booting
 2024-12-07  0:10 UTC  (9+ messages)

[syzbot] [net?] [s390?] KASAN: slab-use-after-free Read in netdev_walk_all_lower_dev
 2024-12-07  0:05 UTC  (2+ messages)

[PATCH i-g-t v4 0/8] Initial PTL support
 2024-12-07  0:10 UTC  (8+ messages)
` [PATCH i-g-t v4 4/8] XE3: tests/kms_addfb_basic: fix x-tiled tests for case when there is no x-tile
` [PATCH i-g-t v4 5/8] XE3: tests/intel/kms_draw_crc: "
` [PATCH i-g-t v4 6/8] XE3: tests/kms_cursor_legacy: flip_vs_cursor_busy_crc was requiring any driver but used intel x-tile
` ✗ i915.CI.Full: failure for Initial PTL support (rev4)

[RFC PATCH 00/40] fstests: concurrent test execution
 2024-12-07  0:09 UTC  (3+ messages)

[PATCHSET 6/9] xfsprogs: bug fixes for 6.13
 2024-12-07  0:04 UTC  (7+ messages)
` [PATCH 1/6] xfs: return a 64-bit block count from xfs_btree_count_blocks
` [PATCH 2/6] xfs: fix error bailout in xfs_rtginode_create
` [PATCH 3/6] xfs: update btree keys correctly when _insrec splits an inode root block
` [PATCH 4/6] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
` [PATCH 5/6] xfs: fix sb_spino_align checks for large fsblock sizes
` [PATCH 6/6] xfs: return from xfs_symlink_verify early on V4 filesystems

[PATCH] drm/xe/display: Re-use display vmas when possible
 2024-12-07  0:04 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/display: Re-use display vmas when possible (rev3)

[PATCH 0/5] x86/cpu: Remove duplicate microcode version matching infrastructure
 2024-12-07  0:02 UTC  (4+ messages)
` [PATCH 3/5] x86/cpu: Replace PEBS use of 'x86_cpu_desc' use with 'x86_cpu_id'

[PATCH v2 00/25] TDX vCPU/VM creation
 2024-12-07  0:00 UTC  (6+ messages)
` [PATCH v2 03/25] x86/virt/tdx: Read essential global metadata for KVM

[PATCH 6.12 000/146] 6.12.4-rc1 review
 2024-12-06 23:58 UTC  (2+ messages)

[PATCH] Documentation: move dev-tools debugging files to process/debugging/
 2024-12-06 23:57 UTC  (3+ messages)

[PATCH v9] tests/intel/xe_exec_capture: Add xe_exec_capture test
 2024-12-06 23:52 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_exec_capture: Add xe_exec_capture test (rev8)
` ✓ i915.CI.BAT: "

[PATCHSET v5.8 4/9] mkfs: make protofiles less janky
 2024-12-06 23:51 UTC  (5+ messages)
` [PATCH 1/4] libxfs: resync libxfs_alloc_file_space interface with the kernel
` [PATCH 2/4] mkfs: support copying in large or sparse files
` [PATCH 3/4] mkfs: support copying in xattrs
` [PATCH 4/4] mkfs: add a utility to generate protofiles

[PATCHSET v5.8 3/9] xfsprogs: metadata inode directory trees
 2024-12-06 23:50 UTC  (42+ messages)
` [PATCH 01/41] libxfs: constify the xfs_inode predicates
` [PATCH 02/41] libxfs: load metadata directory root at mount time
` [PATCH 03/41] libxfs: enforce metadata inode flag
` [PATCH 04/41] man2: document metadata directory flag in fsgeom ioctl
` [PATCH 05/41] man: update scrub ioctl documentation for metadir
` [PATCH 06/41] libfrog: report metadata directories in the geometry report
` [PATCH 07/41] libfrog: allow METADIR in xfrog_bulkstat_single5
` [PATCH 08/41] xfs_io: support scrubbing metadata directory paths
` [PATCH 09/41] xfs_db: disable xfs_check when metadir is enabled
` [PATCH 10/41] xfs_db: report metadir support for version command
` [PATCH 11/41] xfs_db: don't obfuscate metadata directories and attributes
` [PATCH 12/41] xfs_db: support metadata directories in the path command
` [PATCH 13/41] xfs_db: show the metadata root directory when dumping superblocks
` [PATCH 14/41] xfs_db: display di_metatype
` [PATCH 15/41] xfs_io: support the bulkstat metadata directory flag
` [PATCH 16/41] xfs_io: support scrubbing metadata directory paths
` [PATCH 17/41] xfs_spaceman: report health of metadir inodes too
` [PATCH 18/41] xfs_scrub: tread zero-length read verify as an IO error
` [PATCH 19/41] xfs_scrub: scan metadata directories during phase 3
` [PATCH 20/41] xfs_scrub: re-run metafile scrubbers during phase 5
` [PATCH 21/41] xfs_repair: preserve the metadirino field when zeroing supers
` [PATCH 22/41] xfs_repair: dont check metadata directory dirent inumbers
` [PATCH 23/41] xfs_repair: refactor fixing dotdot
` [PATCH 24/41] xfs_repair: refactor marking of metadata inodes
` [PATCH 25/41] xfs_repair: refactor root directory initialization
` [PATCH 26/41] xfs_repair: refactor grabbing realtime metadata inodes
` [PATCH 27/41] xfs_repair: check metadata inode flag
` [PATCH 28/41] xfs_repair: use libxfs_metafile_iget for quota/rt inodes
` [PATCH 29/41] xfs_repair: rebuild the metadata directory
` [PATCH 30/41] xfs_repair: don't let metadata and regular files mix
` [PATCH 31/41] xfs_repair: update incore metadata state whenever we create new files
` [PATCH 32/41] xfs_repair: pass private data pointer to scan_lbtree
` [PATCH 33/41] xfs_repair: mark space used by metadata files
` [PATCH 34/41] xfs_repair: adjust keep_fsinos to handle metadata directories
` [PATCH 35/41] xfs_repair: metadata dirs are never plausible root dirs
` [PATCH 36/41] xfs_repair: drop all the metadata directory files during pass 4
` [PATCH 37/41] xfs_repair: truncate and unmark orphaned metadata inodes
` [PATCH 38/41] xfs_repair: do not count metadata directory files when doing quotacheck
` [PATCH 39/41] xfs_repair: fix maximum file offset comparison
` [PATCH 40/41] xfs_repair: refactor generate_rtinfo
` [PATCH 41/41] mkfs.xfs: enable metadata directories

[PATCH v3 00/12] Add PXP HWDRM support
 2024-12-06 23:49 UTC  (3+ messages)
` [PATCH v3 02/12] drm/xe/pxp: Allocate PXP execution resources

CONFIG_X86_X32_ABI silently breaks some fentry hooks
 2024-12-06 23:08 UTC  (2+ messages)

[PATCH v2 0/8] SMBIOS improvements
 2024-12-06 23:43 UTC  (7+ messages)
` [PATCH v2 3/8] sysinfo: Add sysinfo driver and data structure for smbios

[PATCH v2 0/7] efi_loader: Add support for logging to a buffer
 2024-12-06 23:43 UTC  (10+ messages)
      ` Applying patches to mainline (Was: Re: [PATCH v2 0/7] efi_loader: Add support for logging to a buffer)

[PATCHSET v5.8 2/9] libxfs: metadata inode directory trees
 2024-12-06 23:39 UTC  (17+ messages)
` [PATCH 21/36] xfs: convert busy extent tracking to the generic group structure
` [PATCH 22/36] xfs: add a generic group pointer to the btree cursor
` [PATCH 23/36] xfs: add group based bno conversion helpers
` [PATCH 24/36] xfs: store a generic group structure in the intents
` [PATCH 25/36] xfs: constify the xfs_sb predicates
` [PATCH 26/36] xfs: rename metadata inode predicates
` [PATCH 27/36] xfs: define the on-disk format for the metadir feature
` [PATCH 28/36] xfs: iget for metadata inodes
` [PATCH 29/36] xfs: enforce metadata inode flag
` [PATCH 30/36] xfs: read and write metadata inode directory tree
` [PATCH 31/36] xfs: disable the agi rotor for metadata inodes
` [PATCH 32/36] xfs: advertise metadata directory feature
` [PATCH 33/36] xfs: allow bulkstat to return metadata directories
` [PATCH 34/36] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 35/36] xfs: record health problems with the metadata directory
` [PATCH 36/36] xfs: check metadata directory file path connectivity

[PATCH v4 0/7] Thunderbolt and DP altmode support for cros-ec-typec
 2024-12-06 23:38 UTC  (8+ messages)
` [PATCH v4 1/7] usb: typec: Only use SVID for matching altmodes
` [PATCH v4 2/7] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
` [PATCH v4 3/7] usb: typec: Print err when displayport fails to enter
` [PATCH v4 4/7] platform/chrome: cros_ec_typec: Update partner altmode active
` [PATCH v4 5/7] platform/chrome: cros_ec_typec: Displayport support
` [PATCH v4 6/7] platform/chrome: cros_ec_typec: Thunderbolt support
` [PATCH v4 7/7] platform/chrome: cros_ec_typec: Disable tbt on port

[PATCH 00/13] multipathd: More map reload handling, and checkerloop work
 2024-12-06 23:36 UTC  (14+ messages)
` [PATCH 01/13] multipathd: don't reload map in update_mpp_prio()
` [PATCH 02/13] multipathd: remove dm_get_info() call from refresh_multipath()
` [PATCH 03/13] multipathd: allow map removal in do_sync_mpp()
` [PATCH 04/13] multipathd: reload maps in do_sync_mpp() if necessary
` [PATCH 05/13] multipathd: move yielding for waiters to start of checkerloop
` [PATCH 06/13] multipathd: add checker_finished()
` [PATCH 07/13] multipathd: move "tick" calls into checker_finished()
` [PATCH 08/13] multipathd: remove mpvec_garbage_collector()
` [PATCH 09/13] multipathd: don't call reload_and_sync_map() from deferred_failback_tick()
` [PATCH 10/13] multipathd: move retry_count_tick() into existing mpvec loop
` [PATCH 11/13] multipathd: don't call update_map() from missing_uev_wait_tick()
` [PATCH 12/13] multipathd: don't call udpate_map() from ghost_delay_tick()
` [PATCH 13/13] multipathd: only call reload_and_sync_map() when ghost delay expires

[RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase
 2024-12-06 23:36 UTC  (13+ messages)

[PATCH v30 00/30] Introduce QC USB SND audio offloading support
 2024-12-06 23:35 UTC  (6+ messages)
` [PATCH v30 28/30] ALSA: usb-audio: Add USB offload route kcontrol

[PATCH v3 0/7] riscv: ftrace: atmoic patching and preempt improvements
 2024-12-06 23:35 UTC  (4+ messages)
` [PATCH v3 3/7] riscv: ftrace: prepare ftrace for atomic code patching


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.