All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-23 21:29:59 to 2024-12-23 22:16:12 UTC [more...]

[PATCHBOMB v6.2] xfsprogs: metadata directories and realtime groups
 2024-12-23 22:16 UTC  (162+ messages)
` [PATCHSET 1/8] xfsprogs: bug fixes for 6.12
  ` [PATCH 1/3] xfs_repair: fix maximum file offset comparison
  ` [PATCH 2/3] man: fix ioctl_xfs_commit_range man page install
  ` [PATCH 3/3] man: document the -n parent mkfs option
` [PATCHSET v6.2 2/8] libxfs: metadata inode directory trees
  ` [PATCH 01/36] xfs: remove the redundant xfs_alloc_log_agf
  ` [PATCH 02/36] xfs: sb_spino_align is not verified
  ` [PATCH 03/36] xfs: remove the unused pagb_count field in struct xfs_perag
  ` [PATCH 04/36] xfs: remove the unused pag_active_wq "
  ` [PATCH 05/36] xfs: pass a pag to xfs_difree_inode_chunk
  ` [PATCH 06/36] xfs: remove the agno argument to xfs_free_ag_extent
  ` [PATCH 07/36] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
  ` [PATCH 08/36] xfs: add a xfs_agino_to_ino helper
  ` [PATCH 09/36] xfs: pass a pag to xfs_extent_busy_{search,reuse}
  ` [PATCH 10/36] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
  ` [PATCH 11/36] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
  ` [PATCH 12/36] xfs: convert remaining trace points to pass pag structures
  ` [PATCH 13/36] xfs: split xfs_initialize_perag
  ` [PATCH 14/36] xfs: insert the pag structures into the xarray later
  ` [PATCH 15/36] xfs: factor out a generic xfs_group structure
  ` [PATCH 16/36] xfs: add a xfs_group_next_range helper
  ` [PATCH 17/36] xfs: switch perag iteration from the for_each macros to a while based iterator
  ` [PATCH 18/36] xfs: move metadata health tracking to the generic group structure
  ` [PATCH 19/36] xfs: move draining of deferred operations "
  ` [PATCH 20/36] xfs: move the online repair rmap hooks "
  ` [PATCH 21/36] xfs: convert busy extent tracking "
  ` [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
` [PATCHSET v6.2 3/8] xfsprogs: metadata inode directory trees
  ` [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_db: drop the metadata checking code from blockget
  ` [PATCH 16/41] xfs_io: support flag for limited bulkstat of the metadata directory
  ` [PATCH 17/41] xfs_io: support scrubbing metadata directory paths
  ` [PATCH 18/41] xfs_spaceman: report health of metadir inodes too
  ` [PATCH 19/41] xfs_scrub: tread zero-length read verify as an IO error
  ` [PATCH 20/41] xfs_scrub: scan metadata directories during phase 3
  ` [PATCH 21/41] xfs_scrub: re-run metafile scrubbers during phase 5
  ` [PATCH 22/41] xfs_repair: handle sb_metadirino correctly when zeroing supers
  ` [PATCH 23/41] xfs_repair: dont check metadata directory dirent inumbers
  ` [PATCH 24/41] xfs_repair: refactor fixing dotdot
  ` [PATCH 25/41] xfs_repair: refactor marking of metadata inodes
  ` [PATCH 26/41] xfs_repair: refactor root directory initialization
  ` [PATCH 27/41] xfs_repair: refactor grabbing realtime metadata inodes
  ` [PATCH 28/41] xfs_repair: check metadata inode flag
  ` [PATCH 29/41] xfs_repair: use libxfs_metafile_iget for quota/rt inodes
  ` [PATCH 30/41] xfs_repair: rebuild the metadata directory
  ` [PATCH 31/41] xfs_repair: don't let metadata and regular files mix
  ` [PATCH 32/41] xfs_repair: update incore metadata state whenever we create new files
  ` [PATCH 33/41] xfs_repair: pass private data pointer to scan_lbtree
  ` [PATCH 34/41] xfs_repair: mark space used by metadata files
  ` [PATCH 35/41] xfs_repair: adjust keep_fsinos to handle metadata directories
  ` [PATCH 36/41] xfs_repair: metadata dirs are never plausible root dirs
  ` [PATCH 37/41] xfs_repair: drop all the metadata directory files during pass 4
  ` [PATCH 38/41] xfs_repair: truncate and unmark orphaned metadata inodes
  ` [PATCH 39/41] xfs_repair: do not count metadata directory files when doing quotacheck
  ` [PATCH 40/41] xfs_repair: refactor generate_rtinfo
  ` [PATCH 41/41] mkfs.xfs: enable metadata directories
` [PATCHSET v6.2 4/8] mkfs: make protofiles less janky
  ` [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 5/8] xfsprogs: new code for 6.13
  ` [PATCH 01/52] xfs: create incore realtime group structures
  ` [PATCH 02/52] xfs: define locking primitives for realtime groups
  ` [PATCH 03/52] xfs: add a lockdep class key for rtgroup inodes
  ` [PATCH 04/52] xfs: support caching rtgroup metadata inodes
  ` [PATCH 05/52] xfs: add a xfs_bmap_free_rtblocks helper
  ` [PATCH 06/52] xfs: move RT bitmap and summary information to the rtgroup
  ` [PATCH 07/52] xfs: support creating per-RTG files in growfs
  ` [PATCH 08/52] xfs: refactor xfs_rtbitmap_blockcount
  ` [PATCH 09/52] xfs: refactor xfs_rtsummary_blockcount
  ` [PATCH 10/52] xfs: make RT extent numbers relative to the rtgroup
  ` [PATCH 11/52] libfrog: add memchr_inv
  ` [PATCH 12/52] xfs: define the format of rt groups
  ` [PATCH 13/52] xfs: update realtime super every time we update the primary fs super
  ` [PATCH 14/52] xfs: export realtime group geometry via XFS_FSOP_GEOM
  ` [PATCH 15/52] xfs: check that rtblock extents do not break rtsupers or rtgroups
  ` [PATCH 16/52] xfs: add a helper to prevent bmap merges across rtgroup boundaries
  ` [PATCH 17/52] xfs: add frextents to the lazysbcounters when rtgroups enabled
  ` [PATCH 18/52] xfs: record rt group metadata errors in the health system
  ` [PATCH 19/52] xfs: export the geometry of realtime groups to userspace
  ` [PATCH 20/52] xfs: add block headers to realtime bitmap and summary blocks
  ` [PATCH 21/52] xfs: encode the rtbitmap in big endian format
  ` [PATCH 22/52] xfs: encode the rtsummary "
  ` [PATCH 23/52] xfs: grow the realtime section when realtime groups are enabled
  ` [PATCH 24/52] xfs: support logging EFIs for realtime extents
  ` [PATCH 25/52] xfs: support error injection when freeing rt extents
  ` [PATCH 26/52] xfs: use realtime EFI to free extents when rtgroups are enabled
  ` [PATCH 27/52] xfs: don't merge ioends across RTGs
  ` [PATCH 28/52] xfs: make the RT allocator rtgroup aware
  ` [PATCH 29/52] xfs: scrub the realtime group superblock
  ` [PATCH 30/52] xfs: scrub metadir paths for rtgroup metadata
  ` [PATCH 31/52] xfs: mask off the rtbitmap and summary inodes when metadir in use
  ` [PATCH 32/52] xfs: create helpers to deal with rounding xfs_fileoff_t to rtx boundaries
  ` [PATCH 33/52] xfs: create helpers to deal with rounding xfs_filblks_t "
  ` [PATCH 34/52] xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
  ` [PATCH 35/52] xfs: adjust min_block usage in xfs_verify_agbno
  ` [PATCH 36/52] xfs: move the min and max group block numbers to xfs_group
  ` [PATCH 37/52] xfs: implement busy extent tracking for rtgroups
  ` [PATCH 38/52] xfs: use metadir for quota inodes
  ` [PATCH 39/52] xfs: scrub quota file metapaths
  ` [PATCH 40/52] xfs: enable metadata directory feature
  ` [PATCH 41/52] xfs: convert struct typedefs in xfs_ondisk.h
  ` [PATCH 42/52] xfs: separate space btree structures "
  ` [PATCH 43/52] xfs: port ondisk structure checks from xfs/122 to the kernel
  ` [PATCH 44/52] xfs: remove unknown compat feature check in superblock write validation
  ` [PATCH 45/52] xfs: fix sparse inode limits on runt AG
  ` [PATCH 46/52] xfs: switch to multigrain timestamps
  ` [PATCH 47/52] xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
  ` [PATCH 48/52] xfs: return a 64-bit block count from xfs_btree_count_blocks
  ` [PATCH 49/52] xfs: fix error bailout in xfs_rtginode_create
  ` [PATCH 50/52] xfs: update btree keys correctly when _insrec splits an inode root block
  ` [PATCH 51/52] xfs: fix sb_spino_align checks for large fsblock sizes
  ` [PATCH 52/52] xfs: return from xfs_symlink_verify early on V4 filesystems
` [PATCHSET v6.2 6/8] xfsprogs: shard the realtime section
  ` [PATCH 01/51] libxfs: remove XFS_ILOCK_RT*
  ` [PATCH 02/51] libxfs: adjust xfs_fsb_to_db to handle segmented rtblocks
  ` [PATCH 03/51] xfs_repair,mkfs: port to libxfs_rt{bitmap,summary}_create
  ` [PATCH 04/51] libxfs: use correct rtx count to block count conversion
  ` [PATCH 05/51] libfrog: scrub the realtime group superblock
  ` [PATCH 06/51] man: document the rt group geometry ioctl
  ` [PATCH 07/51] man: document rgextents geom field
  ` [PATCH 08/51] libxfs: port userspace deferred log item to handle rtgroups
  ` [PATCH 09/51] libxfs: implement some sanity checking for enormous rgcount
  ` [PATCH 10/51] libfrog: support scrubbing rtgroup metadata paths
  ` [PATCH 11/51] libfrog: report rt groups in output
  ` [PATCH 12/51] libfrog: add bitmap_clear
  ` [PATCH 13/51] xfs_logprint: report realtime EFIs
  ` [PATCH 14/51] xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values
  ` [PATCH 15/51] xfs_repair: refactor phase4
  ` [PATCH 16/51] xfs_repair: refactor offsetof+sizeof to offsetofend
  ` [PATCH 17/51] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCHSET v6.2 7/8] xfsprogs: store quota files in the metadir
` [PATCHSET v6.2 8/8] xfsprogs: enable quota for realtime volumes

[syzbot] [f2fs?] kernel BUG in f2fs_put_super (2)
 2024-12-23 22:15 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2024-12-23 22:14 UTC  (11+ messages)

[PATCH] drm/i915/cmtg: Disable the CMTG
 2024-12-23 22:13 UTC  (8+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✓ CI.Build: success "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ i915.CI.BAT: failure "
` ✗ Xe.CI.BAT: "

[PATCH] ARC: migrate to the generic rule for built-in DTB
 2024-12-23 22:06 UTC  (3+ messages)

[PATCH] drm/xe: Remove 'Force write completion' from MI_STORE_DATA_IMM
 2024-12-23 22:04 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] gettext: upgrade 0.22.5 -> 0.23
 2024-12-23 22:01 UTC 

[PATCH v2 0/2] mm: alloc_pages_bulk: small API refactor
 2024-12-23 22:00 UTC  (3+ messages)
` [PATCH v2 1/2] mm: alloc_pages_bulk_noprof: drop page_list argument
` [PATCH v2 2/2] mm: alloc_pages_bulk: rename API

[PATCH libgpiod v2 0/5] doc: improvements for ReadTheDocs
 2024-12-23 14:28 UTC 

[RFC PATCH 00/15] Prepare for new Intel family models
 2024-12-23 21:55 UTC  (4+ messages)
` [RFC PATCH 02/15] x86/apic: Fix smp init delay for extended Intel families

Approach to quickly zeroing large XFS file (or) tool to mark XFS file extents as written
 2024-12-23 21:53 UTC  (2+ messages)

❌ FAIL: Test report for master (6.13.0-rc4, upstream-mainline, f07044dd)
 2024-12-23 21:52 UTC 

[PATCH] scripts/mksysmap: Fix escape chars '$'
 2024-12-23 21:47 UTC  (2+ messages)

[PATCH v6 0/9] Add jump table support for objtool on LoongArch
 2024-12-23 21:46 UTC  (11+ messages)
` [PATCH v6 9/9] drm/amd/display: Mark dc_fixpt_from_fraction() noinline

[PATCH 0/6] convert efivarfs to manage object data correctly
 2024-12-23 21:44 UTC  (10+ messages)
` [PATCH 3/6] efivarfs: make variable_is_present use dcache lookup
` [PATCH 6/6] efivarfs: fix error on write to new variable leaving remnants

[PATCH iwl-next 0/9] igc: Add support for Frame Preemption feature in IGC
 2024-12-23 21:43 UTC  (6+ messages)
` [PATCH iwl-next 5/9] igc: Add support to set MAC Merge data via ethtool
        ` [Intel-wired-lan] "

[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-12-23 21:42 UTC  (5+ messages)
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler

[PATCH v2 0/7] x86/resctrl : Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2024-12-23 21:37 UTC  (3+ messages)
` [PATCH v2 5/7] x86/resctrl: Add interface to enable/disable io_alloc feature

[PATCH v2 0/4] ftrace: Add function arguments to function tracers
 2024-12-23 21:36 UTC  (3+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()

Removing LLVM objtool warning filter
 2024-12-23 21:34 UTC  (3+ messages)

[PATCH v2 2/3] dt-bindings: opp: Add v2-qcom-adreno vendor bindings
 2024-12-23 21:31 UTC  (12+ messages)

[PATCH][RFC] make take_dentry_name_snapshot() lockless
 2024-12-23 21:31 UTC  (10+ messages)

[PATCH] app/test-cmdline: add test to Windows build
 2024-12-23 21:30 UTC  (2+ messages)

[f2fs-dev] [syzbot] [f2fs?] UBSAN: array-index-out-of-bounds in read_inline_xattr
 2024-12-23 21:30 UTC  (3+ messages)
`  "

[PATCH] app/test: fix stack overflow in fib6_perf_autotest
 2024-12-23 21:30 UTC  (2+ messages)

ioctl_pipe(2): SYNOPSIS: $1
 2024-12-23 21:29 UTC  (3+ 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.