All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-01 23:46:36 to 2024-07-02 01:14:36 UTC [more...]

[PATCHBOMB] xfsprogs: program changes (mostly xfs_scrub) for 6.10
 2024-07-02  1:14 UTC  (98+ messages)
` [PATCHSET v30.7 01/16] xfsprogs: atomic file updates
  ` [PATCH 01/12] man: document the exchange-range ioctl
  ` [PATCH 02/12] man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE
  ` [PATCH 03/12] libhandle: add support for bulkstat v5
  ` [PATCH 04/12] libfrog: add support for exchange range ioctl family
  ` [PATCH 05/12] xfs_db: advertise exchange-range in the version command
  ` [PATCH 06/12] xfs_logprint: support dumping exchmaps log items
  ` [PATCH 07/12] xfs_fsr: convert to bulkstat v5 ioctls
  ` [PATCH 08/12] xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations
  ` [PATCH 09/12] xfs_io: create exchangerange command to test file range exchange ioctl
  ` [PATCH 10/12] libfrog: advertise exchange-range support
  ` [PATCH 11/12] xfs_repair: add exchange-range to file systems
  ` [PATCH 12/12] mkfs: add a formatting option for exchange-range
` [PATCHSET v30.7 02/16] xfsprogs: inode-related repair fixes
  ` [PATCH 1/3] xfs_{db,repair}: add an explicit owner field to xfs_da_args
  ` [PATCH 2/3] libxfs: port the bumplink function from the kernel
  ` [PATCH 3/3] mkfs/repair: pin inodes that would otherwise overflow link count
` [PATCHSET v30.7 03/16] xfs_scrub: detect deceptive filename extensions
  ` [PATCH 01/13] xfs_scrub: use proper UChar string iterators
  ` [PATCH 02/13] xfs_scrub: hoist code that removes ignorable characters
  ` [PATCH 03/13] xfs_scrub: add a couple of omitted invisible code points
  ` [PATCH 04/13] xfs_scrub: avoid potential UAF after freeing a duplicate name entry
  ` [PATCH 05/13] xfs_scrub: guard against libicu returning negative buffer lengths
  ` [PATCH 06/13] xfs_scrub: hoist non-rendering character predicate
  ` [PATCH 07/13] xfs_scrub: store bad flags with the name entry
  ` [PATCH 08/13] xfs_scrub: rename UNICRASH_ZERO_WIDTH to UNICRASH_INVISIBLE
  ` [PATCH 09/13] xfs_scrub: type-coerce the UNICRASH_* flags
  ` [PATCH 10/13] xfs_scrub: reduce size of struct name_entry
  ` [PATCH 11/13] xfs_scrub: rename struct unicrash.normalizer
  ` [PATCH 12/13] xfs_scrub: report deceptive file extensions
  ` [PATCH 13/13] xfs_scrub: dump unicode points
` [PATCHSET v30.7 04/16] xfs_scrub: move fstrim to a separate phase
  ` [PATCH 1/8] xfs_scrub: move FITRIM to phase 8
  ` [PATCH 2/8] xfs_scrub: ignore phase 8 if the user disabled fstrim
  ` [PATCH 3/8] xfs_scrub: collapse trim_filesystem
  ` [PATCH 4/8] xfs_scrub: fix the work estimation for phase 8
  ` [PATCH 5/8] xfs_scrub: report FITRIM errors properly
  ` [PATCH 6/8] xfs_scrub: don't call FITRIM after runtime errors
  ` [PATCH 7/8] xfs_scrub: don't trim the first agbno of each AG for better performance
  ` [PATCH 8/8] xfs_scrub: improve progress meter for phase 8 fstrimming
` [PATCHSET v30.7 05/16] xfs_scrub: use free space histograms to reduce fstrim runtime
  ` [PATCH 1/7] libfrog: hoist free space histogram code
  ` [PATCH 2/7] libfrog: print wider columns for free space histogram
  ` [PATCH 3/7] libfrog: print cdf of free space buckets
  ` [PATCH 4/7] xfs_scrub: don't close stdout when closing the progress bar
  ` [PATCH 5/7] xfs_scrub: remove pointless spacemap.c arguments
  ` [PATCH 6/7] xfs_scrub: collect free space histograms during phase 7
  ` [PATCH 7/7] xfs_scrub: tune fstrim minlen parameter based on free space histograms
` [PATCHSET v30.7 06/16] xfs_scrub: tighten security of systemd services
  ` [PATCH 1/6] xfs_scrub: allow auxiliary pathnames for sandboxing
  ` [PATCH 2/6] xfs_scrub.service: reduce background CPU usage to less than one core if possible
  ` [PATCH 3/6] xfs_scrub: use dynamic users when running as a systemd service
  ` [PATCH 4/6] xfs_scrub: tighten up the security on the background "
  ` [PATCH 5/6] xfs_scrub_fail: "
  ` [PATCH 6/6] xfs_scrub_all: "
` [PATCHSET v30.7 07/16] xfs_scrub_all: automatic media scan service
  ` [PATCH 1/6] xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode
  ` [PATCH 2/6] xfs_scrub_all: remove journalctl background process
  ` [PATCH 3/6] xfs_scrub_all: support metadata+media scans of all filesystems
  ` [PATCH 4/6] xfs_scrub_all: enable periodic file data scrubs automatically
  ` [PATCH 5/6] xfs_scrub_all: trigger automatic media scans once per month
  ` [PATCH 6/6] xfs_scrub_all: failure reporting for the xfs_scrub_all job
` [PATCHSET v30.7 08/16] xfs_scrub_all: improve systemd handling
  ` [PATCH 1/5] xfs_scrub_all: encapsulate all the subprocess code in an object
  ` [PATCH 2/5] xfs_scrub_all: encapsulate all the systemctl "
  ` [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
` [PATCHSET v30.7 09/16] xfs_scrub: automatic optimization by default
  ` [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_all systemd timer services by default
` [PATCHSET v13.7 10/16] xfsprogs: improve extended attribute validation
  ` [PATCH 1/3] xfs_repair: check free space requirements before allowing upgrades
  ` [PATCH 2/3] xfs_repair: enforce one namespace bit per extended attribute
  ` [PATCH 3/3] xfs_repair: check for unknown flags in attr entries
` [PATCHSET v13.7 11/16] xfsprogs: Parent Pointers
  ` [PATCH 01/24] libxfs: create attr log item opcodes and formats for parent pointers
  ` [PATCH 02/24] xfs_{db,repair}: implement new attr hash value function
  ` [PATCH 03/24] xfs_logprint: dump new attr log item fields
  ` [PATCH 04/24] man: document the XFS_IOC_GETPARENTS ioctl
  ` [PATCH 05/24] libfrog: report parent pointers to userspace
  ` [PATCH 06/24] libfrog: add parent pointer support code
  ` [PATCH 07/24] xfs_io: adapt parent command to new parent pointer ioctls
  ` [PATCH 08/24] xfs_io: Add i, n and f flags to parent command
  ` [PATCH 09/24] xfs_logprint: decode parent pointers in ATTRI items fully
  ` [PATCH 10/24] xfs_spaceman: report file paths
  ` [PATCH 11/24] xfs_scrub: use parent pointers when possible to report file operations
  ` [PATCH 12/24] xfs_scrub: use parent pointers to report lost file data
  ` [PATCH 13/24] xfs_db: report parent pointers in version command
  ` [PATCH 14/24] xfs_db: report parent bit on xattrs
  ` [PATCH 15/24] xfs_db: report parent pointers embedded in xattrs
` [PATCHSET v13.7 12/16] xfsprogs: scrubbing for parent pointers
` [PATCHSET v13.7 13/16] xfsprogs: offline repair "
` [PATCHSET v13.7 14/16] xfsprogs: detect and correct directory tree problems
` [PATCHSET v30.7 15/16] xfs_scrub: vectorize kernel calls
` [PATCHSET v30.7 16/16] xfs_repair: small remote symlinks are ok

[PATCH 00/14] alpha: cleanups for 6.10
 2024-07-02  1:13 UTC  (21+ messages)

We have reached an agreement with the European Investment Payment
 2024-07-02  1:13 UTC 

[PATCH 0/2] here-doc test bodies
 2024-07-02  1:13 UTC  (5+ messages)
` [PATCH 1/2] test-lib: allow test snippets as here-docs

[PATCH] arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu
 2024-07-02  1:12 UTC  (2+ messages)

[PATCH v3 0/7] plugins: access values during a memory read/write
 2024-07-02  1:10 UTC  (8+ messages)
` [PATCH v3 1/7] plugins: fix mem callback array size
` [PATCH v3 2/7] plugins: save value during memory accesses
` [PATCH v3 3/7] plugins: extend API to get latest memory value accessed
` [PATCH v3 4/7] tests/tcg: add mechanism to run specific tests with plugins
` [PATCH v3 5/7] tests/tcg: allow to check output of plugins
` [PATCH v3 6/7] tests/plugin/mem: add option to print memory accesses
` [PATCH v3 7/7] tests/tcg/x86_64: add test for plugin memory access

[PATCH v3 0/2] iommu/vt-d: Refactor PRI enable/disable steps
 2024-07-02  1:11 UTC  (5+ messages)
` [PATCH v3 1/2] iommu/vt-d: Add helper to flush caches for context change
` [PATCH v3 2/2] iommu/vt-d: Refactor PCI PRI enabling/disabling callbacks

[PATCH 0/3] tools build: Incorrect fixdep dependencies
 2024-07-02  1:11 UTC  (6+ messages)
` [PATCH 1/3] tools build: Correct libsubcmd "
` [PATCH 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues
` [PATCH 3/3] tools build: Correct bpf fixdep dependencies

[PATCH] drm/rockchip: Unregister platform drivers in reverse order
 2024-07-02  1:04 UTC  (2+ messages)

[PATCH v2 0/5] Rosebush, a new hash table
 2024-07-02  1:04 UTC  (3+ messages)
` [PATCH v2 2/5] rosebush: Add new data structure

[PATCH v3 0/3] arm64: entry: Convert to generic entry
 2024-07-02  1:01 UTC  (3+ messages)

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-07-02  1:01 UTC  (10+ messages)
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs

[PATCH] Reapply "drm/xe/gsc: define GSC FW for LNL"
 2024-07-02  1:01 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH 1/2] drm/xe/guc: Prevent use of uninitialized mutex
 2024-07-02  0:59 UTC  (3+ messages)
` ✓ CI.BAT: success for series starting with [1/2] "
` ✗ CI.FULL: failure "

[PATCH v3] x86/acpi: fix panic while AP online later with kernel parameter maxcpus=1
 2024-07-02  0:58 UTC 

[PATCH 0/6] unit-tests: add and use TEST_RUN to simplify tests
 2024-07-02  0:57 UTC  (7+ messages)
` [PATCH 1/6] t0080: move expected output to a file

[PATCH v3 -next] cgroup/misc: Introduce misc.peak
 2024-07-02  0:48 UTC 

[PATCH v2 -next] cgroup/misc: Introduce misc.peak
 2024-07-02  0:56 UTC  (2+ messages)

[PATCH sched_ext/for-6.11 1/2] sched_ext: Implement DSQ iterator
 2024-07-02  0:55 UTC  (10+ messages)
` [PATCH sched_ext/for-6.11 2/2] sched_ext: Implement scx_bpf_consume_task()

[Bpf] Re: Writing into a ring buffer map from user space
 2024-07-02  0:54 UTC  (12+ messages)
      ` [Bpf] Re: [EXTERNAL] "

Handling complex matrix mixers in ALSA
 2024-07-02  0:46 UTC  (3+ messages)

[RFC bpf-next v1 0/8] no_caller_saved_registers attribute for helper calls
 2024-07-02  0:42 UTC  (18+ messages)
` [RFC bpf-next v1 1/8] bpf: add a get_helper_proto() utility function
` [RFC bpf-next v1 2/8] bpf: no_caller_saved_registers attribute for helper calls
` [RFC bpf-next v1 3/8] bpf, x86: no_caller_saved_registers for bpf_get_smp_processor_id()
` [RFC bpf-next v1 4/8] selftests/bpf: extract utility function for BPF disassembly
` [RFC bpf-next v1 5/8] selftests/bpf: no need to track next_match_pos in struct test_loader
` [RFC bpf-next v1 6/8] selftests/bpf: extract test_loader->expect_msgs as a data structure
` [RFC bpf-next v1 7/8] selftests/bpf: allow checking xlated programs in verifier_* tests
` [RFC bpf-next v1 8/8] selftests/bpf: test no_caller_saved_registers spill/fill removal

[Patch v4 08/10] mtd: rawnand: lpx32xx: Request DMA channels using DT entries
 2024-07-02  0:37 UTC  (2+ messages)

[PATCH net-next 0/5] net: introduce TX shaping H/W offload API
 2024-07-02  0:37 UTC  (6+ messages)
` [PATCH net-next 1/5] netlink: spec: add shaper YAML spec

possible dependency error?
 2024-07-02  0:37 UTC  (7+ messages)

zswap_writeback_entry crashes in 6.9.5
 2024-07-02  0:33 UTC  (2+ messages)

[BUG REPORT] cxl process in infinity loop
 2024-07-02  0:30 UTC  (2+ messages)

[PATCH 6/6] nfsd: add nfsd_file_acquire_local()
 2024-07-02  0:29 UTC  (3+ messages)

[PATCH 0/1] support GIT_IGNORE_INSECURE_OWNER environment variable
 2024-07-02  0:19 UTC  (9+ messages)
` [PATCH] setup: "

[robh:for-next 26/31] arch/arm64/boot/dts/freescale/fsl-ls1028a-qds-13bb.dtb: /soc/gpio@2300000: failed to match any schema with compatible: ['fsl,ls1028a-gpio', 'fsl,qoriq-gpio']
 2024-07-02  0:24 UTC 

[PATCH 00/10] fs: multigrain timestamp redux
 2024-07-02  0:22 UTC  (4+ messages)
` [PATCH 01/10] fs: turn inode ctime fields into a single ktime_t

[PATCH -next] cgroup/misc: Introduce misc.peak
 2024-07-02  0:20 UTC  (5+ messages)

[PATCH] tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
 2024-07-02  0:19 UTC  (5+ messages)

[PATCH] usb: dwc3: core: Check all ports when set phy suspend
 2024-07-02  0:19 UTC 

Patch "parisc: use generic sys_fanotify_mark implementation" has been added to the 6.1-stable tree
 2024-07-01 21:35 UTC  (2+ messages)

[PATCH v2 0/2] iommu/vt-d: Refactor PRI enable/disable steps
 2024-07-02  0:23 UTC  (3+ messages)
` [PATCH v2 1/2] iommu/vt-d: Add helper to flush caches for context change

pdm360ng and touchscreen set up
 2024-07-02  0:17 UTC 

[Bonding] Should we support qemu/virtio for 802.3ad mode?
 2024-07-02  0:17 UTC  (3+ messages)

[PATCH] vfio: Get/put KVM only for the first/last vfio_df_open/close in cdev path
 2024-07-02  0:17 UTC  (5+ messages)

ip route expiry time goes negative
 2024-07-02  0:14 UTC 

[PATCH] ui/gtk: Attach fullscreen toggling cb to all detached VCs
 2024-07-02  0:07 UTC 

[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
 2024-07-02  0:08 UTC  (3+ messages)
` [PATCH net-next v9 06/13] mm: page_frag: reuse existing space for 'size' and 'pfmemalloc'

Problem with multiples levels of submodules
 2024-07-02  0:08 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: introduce setup_shmem_iomap
 2024-07-02  0:04 UTC  (3+ messages)

[PATCH 1/7] arm64: dts: imx95: add edma[1..3] nodes
 2024-07-02  0:02 UTC  (5+ messages)
` [PATCH 3/7] arm64: dts: imx95-19x19-evk: Add audio related nodes

[PATCH v5 0/8] Faultable Tracepoints
 2024-07-02  0:02 UTC  (3+ messages)
` [PATCH v5 6/8] tracing/bpf-trace: Add support for faultable tracepoints

[soc:soc/dt 18/19] arch/arm/boot/dts/arm/integratorap-im-pd1.dts:57.28-64.4: Warning (simple_bus_reg): /bus@c0000000/bus@c0000000/clock-uart: missing or empty reg/ranges property
 2024-07-02  0:00 UTC 

[robh:for-next 26/31] arch/arm64/boot/dts/freescale/fsl-lx2160a-tqmlx2160a-mblx2160a-12-11-x.dtb: /soc/gpio@2300000: failed to match any schema with compatible: ['fsl,qoriq-gpio']
 2024-07-02  0:00 UTC 

[PATCH wireless] wifi: wilc1000: fix ies_len type in connect path
 2024-07-01 23:59 UTC  (2+ messages)

[PATCH v1] arm64: dts: imx8mp: Fix VPU PGC power-domain parents
 2024-07-01 23:59 UTC  (2+ messages)

[PATCH] Add libps2 to the input section of driver-api
 2024-07-01 23:56 UTC  (2+ messages)

[PATCH] clk: imx8qxp: Defer instead of failing probe
 2024-07-01 23:55 UTC  (2+ messages)

[PATCH 00/13] fs/dax: Fix FS DAX page reference counts
 2024-07-01 23:47 UTC  (5+ messages)
` [PATCH 09/13] gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages

[PATCH v3] PowerPC: Replace kretprobe with rethook
 2024-07-01 23:53 UTC  (2+ messages)

[syzbot] [bpf?] [net?] general protection fault in xdp_do_redirect
 2024-07-01 23:53 UTC 

[PATCH] sphinx/qapidoc: Fix to generate doc for explicit, unboxed arguments
 2024-07-01 23:50 UTC  (2+ messages)

[PATCH] cgroup_misc: add kernel-doc comments for enum misc_res_type
 2024-07-01 23:49 UTC 

[PATCH] MIPS: Alchemy: switch to use software nodes for GPIOs
 2024-07-01 23:48 UTC 

[PATCH 0/2] Introduce tracepoint for hugetlbfs
 2024-07-01 23:49 UTC  (3+ messages)
` [PATCH 2/2] hugetlbfs: use tracepoints in hugetlbfs functions

[asahilinux:bits/000-devicetree 45/187] arch/arm64/boot/dts/apple/t8112-j413.dtb: iommu@231304000: compatible:0: 'apple,t8112-dart' is not one of ['apple,t8103-dart', 'apple,t8103-usb4-dart', 'apple,t8110-dart', 'apple,t6000-dart']
 2024-07-01 23:46 UTC 

[PATCH v7] virtio-net: Fix network stall at the host side waiting for kick
 2024-07-01 23:45 UTC  (5+ 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.