All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-23 20:05:26 to 2024-12-23 21:54:19 UTC [more...]

[PATCHBOMB v6.2] xfsprogs: metadata directories and realtime groups
 2024-12-23 21:54 UTC  (78+ 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
` [PATCHSET v6.2 4/8] mkfs: make protofiles less janky
` [PATCHSET 5/8] xfsprogs: new code for 6.13
` [PATCHSET v6.2 6/8] xfsprogs: shard the realtime section
` [PATCHSET v6.2 7/8] xfsprogs: store quota files in the metadir
` [PATCHSET v6.2 8/8] xfsprogs: enable quota for realtime volumes

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] drm/i915/cmtg: Disable the CMTG
 2024-12-23 21:43 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ Fi.CI.CHECKPATCH: warning "
` ✗ Fi.CI.SPARSE: "
` ✓ CI.Build: success "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ i915.CI.BAT: failure "

[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  (7+ messages)
` [PATCH v2 3/7] x86/resctrl: Detect Smart Data Cache Injection Allocation Enforcement
` [PATCH v2 4/7] x86/resctrl: Implement "io_alloc" enable/disable handlers
` [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  (6+ messages)
` [PATCH v2 1/4] ftrace: Add print_function_args()
` [PATCH v2 2/4] ftrace: Add support for function argument to graph tracer
` [PATCH v2 3/4] ftrace: Have funcgraph-args take affect during tracing
` [PATCH v2 4/4] ftrace: Add arguments to function tracer

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)

[PATCH i-g-t] tests/xe_live_ktest: Add xe_bo_shrink subtest
 2024-12-23 21:29 UTC  (3+ messages)
` ✓ Xe.CI.Full: success for "
` ✗ i915.CI.Full: failure "

git-log --format missing trailing newline character
 2024-12-23 21:23 UTC  (5+ messages)

[PATCH v3] drm/msm/a6xx: Add support for Adreno 612
 2024-12-23 21:22 UTC  (4+ messages)

acer-wmi WMID_gaming_set_fan_mode() behaviour
 2024-12-23 21:18 UTC 

[PATCHSET v8 sched_ext/for-6.14] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2024-12-23 21:18 UTC  (3+ messages)
` [PATCH 01/10] sched/topology: introduce for_each_numa_hop_node() / sched_numa_hop_node()

[PATCH 6.12 000/160] 6.12.7-rc1 review
 2024-12-23 21:16 UTC  (2+ messages)

[PATCH 6.6 000/116] 6.6.68-rc1 review
 2024-12-23 21:15 UTC  (2+ messages)

[PATCH 6.1 00/83] 6.1.122-rc1 review
 2024-12-23 21:14 UTC  (2+ messages)

[PATCH v3] perf: map pages in advance
 2024-12-23 21:12 UTC  (9+ messages)

[PATCH 0/2] fstests: test reads/writes from hugepages-backed buffers
 2024-12-23 21:07 UTC  (8+ messages)
` [PATCH 1/2] fsx: support reads/writes from buffers backed by hugepages

[PATCH] Add a b4 configuration file
 2024-12-23 21:02 UTC  (2+ messages)

[PATCH 0/3] target/loongarch: LoongArch32 fixes 1
 2024-12-23 21:01 UTC  (4+ messages)
` [PATCH 2/3] target/loongarch: Fix LLSC for LoongArch32

[PATCH v5 0/3] Provide devm_clk_bulk_get_all_enabled() helper
 2024-12-23 20:54 UTC  (7+ messages)
` [PATCH v5 1/3] soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()
` [PATCH v5 2/3] PCI: exynos: "
` [PATCH v5 3/3] clk: Drop obsolete devm_clk_bulk_get_all_enable() helper

[PATCH bpf v3 0/2] bpf: fix wrong copied_seq calculation and add tests
 2024-12-23 20:57 UTC  (5+ messages)
` [PATCH bpf v3 1/2] bpf: fix wrong copied_seq calculation

[syzbot] [io-uring?] BUG: unable to handle kernel NULL pointer dereference in percpu_ref_put_many
 2024-12-23 20:55 UTC  (5+ messages)

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2024-12-23 20:52 UTC  (23+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[RFC PATCH v2 00/19] Enable drm/imagination BXM-4-64 Support for LicheePi 4A
 2024-12-23 20:50 UTC  (4+ messages)
  ` [RFC PATCH v2 01/19] dt-bindings: clock: Add VO subsystem clocks and update address requirements

[PATCH v2] sched/core: Prioritize migrating eligible tasks in sched_balance_rq()
 2024-12-23 20:50 UTC  (2+ messages)

[PATCH 1/3] arm64: Convert core type check macros into inline functions
 2024-12-23 20:50 UTC  (2+ messages)

[PATCH] mm.h: duplicate inclusion of <grub/err.h>
 2024-12-23 20:47 UTC 

[PATCH 00/29] crypto: scatterlist handling improvements
 2024-12-23 20:44 UTC  (5+ messages)
` [PATCH 26/29] net/tls: use the new scatterwalk functions

[PATCH 10/11] VFS: take a shared lock for create/remove directory operations
 2024-12-23 20:40 UTC  (2+ messages)

[RFC PATCH 00/15] Prepare for new Intel family models
 2024-12-23 20:40 UTC  (8+ messages)
` [RFC PATCH 01/15] x86/apic: Fix 32-bit APIC initialization for extended Intel families
` [RFC PATCH 08/15] x86/cpu/intel: Replace early family 6 checks with VFM ones

[chrome-os:chromeos-6.12 4/4] arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-makomo-rev0-sku0.dtb: it6505dptx@5c: Unevaluated properties are not allowed ('hpd-gpios', 'interrupts', 'no-laneswap', 'port' were unexpected)
 2024-12-23 20:37 UTC 

[PATCH man-pages v5] madvise.2: add MADV_GUARD_INSTALL, MADV_GUARD_REMOVE description
 2024-12-23 20:38 UTC  (2+ messages)

[PATCH 00/11 RFC] Allow concurrent changes in a directory
 2024-12-23 20:36 UTC  (4+ messages)
` [PATCH 08/11] VFS: add inode_dir_lock/unlock

[PATCH 0/2] hyperv: Fixes for get_vtl(void)
 2024-12-23 20:30 UTC  (10+ messages)
` [PATCH 2/2] hyperv: Do not overlap the input and output hypercall areas in get_vtl(void)

[PATCH V16 0/7] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-12-23 20:26 UTC  (7+ messages)
` [PATCH V16 7/7] perf intel-pt: Add a test for pause / resume

[RFC PATCH 00/18] mm/damon: enable page level properties based access pattern monitoring
 2024-12-23 20:24 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/pytest: bump to 8.3.4
 2024-12-23 20:23 UTC  (2+ messages)

[RFC PATCH v2 00/11] AMD broadcast TLB invalidation
 2024-12-23 20:20 UTC  (4+ messages)
` [PATCH 01/11] x86/mm: make MMU_GATHER_RCU_TABLE_FREE unconditional

[Buildroot] [git commit] package/python-pytest: bump to 8.3.4
 2024-12-23 20:19 UTC 

[Buildroot] [git commit] package/python-pytest-asyncio: bump to 0.25.0
 2024-12-23 20:19 UTC 

FAILED: patch "[PATCH] vmalloc: fix accounting with i915" failed to apply to 5.10-stable tree
 2024-12-23 20:20 UTC  (2+ messages)

[Bug 219626] New: Infinite udev uevent stream from USB-C port
 2024-12-23 20:19 UTC 

[GIT PULL] NFSD fixes for v6.13-rc
 2024-12-23 20:18 UTC  (2+ messages)

[PATCH RFC bpf-next v1 0/4] Introduce load-acquire and store-release BPF instructions
 2024-12-23 20:18 UTC  (3+ messages)
` [PATCH RFC bpf-next v1 4/4] selftests/bpf: Add selftests for load-acquire and store-release instructions

FAILED: patch "[PATCH] vmalloc: fix accounting with i915" failed to apply to 5.15-stable tree
 2024-12-23 20:18 UTC  (2+ messages)
` [PATCH 5.15.y] vmalloc: fix accounting with i915

[PATCH] net/gve: Allocate qpl pages using malloc if memzone allocation fails
 2024-12-23 20:16 UTC  (2+ messages)
` [PATCH v2] "

[GIT PULL] Modules fixes for v6.14-rc5
 2024-12-23 20:14 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in deactivate_slab (2)
 2024-12-23 20:14 UTC 

[PATCH v11 0/5] Extended MODVERSIONS Support
 2024-12-23 20:13 UTC  (6+ messages)
` [PATCH v11 1/5] modules: Support extended MODVERSIONS info
` [PATCH v11 2/5] modpost: Produce extended MODVERSIONS information
` [PATCH v11 3/5] modules: Allow extended modversions without basic MODVERSIONS
` [PATCH v11 4/5] Documentation/kbuild: Document storage of symbol information
` [PATCH v11 5/5] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v4 0/8] driver core: class: Fix bug and code improvements for class APIs
 2024-12-23 20:11 UTC  (5+ messages)
` [PATCH v4 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v4 8/8] driver core: Move 2 one line device finding APIs to header

[PATCH 1/3] ring-buffer: Add uname to match criteria for persistent ring buffer
 2024-12-23 20:11 UTC  (3+ messages)
` [PATCH] vsprintf: simplify number handling

[PATCH] net/gve: Allocate qpl pages using malloc if memzone allocation fails
 2024-12-23 20:11 UTC 

[PATCH v3 0/4] Prefer sysfs/JSON events also when no PMU is provided
 2024-12-23 20:11 UTC  (3+ messages)

[PATCH 00/20] btrfs: remove plenty of redundant btrfs_mark_buffer_dirty() calls
 2024-12-23 20:08 UTC  (2+ messages)

[PATCH -qemu 0/3] hw/cxl: Support dirty shutdown
 2024-12-23 20:08 UTC  (3+ messages)
` [PATCH 3/3] cxl/type3: Add 'dirty-shutdown' parameter

FAILED: patch "[PATCH] vmalloc: fix accounting with i915" failed to apply to 6.1-stable tree
 2024-12-23 20:07 UTC  (2+ messages)
` [PATCH 6.1.y] vmalloc: fix accounting with i915

[PATCH v4 1/5] pkgconfig: Add pkg-config-native to SDK
 2024-12-23 20:04 UTC  (5+ messages)
` [PATCH v4 2/5] wayland-protocols: Remove inoperative packaging override
` [PATCH v4 3/5] weston: Fix wayland-protocols dependency
` [PATCH v4 4/5] weston: Disable unused tests build
` [PATCH v4 5/5] mesa: Fix missing GLES3 headers in SDK sysroot


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.