All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-29 16:51:59 to 2022-04-29 17:31:21 UTC [more...]

[PATCH 00/30] The panic notifiers refactor
 2022-04-29 17:30 UTC  (9+ messages)
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 19/30] panic: Add the panic hypervisor notifier list

[PATCH v8 0/7] ima: support fs-verity digests and signatures
 2022-04-29 17:30 UTC  (3+ messages)
` [PATCH v8 5/7] ima: permit fsverity's file digests in the IMA measurement list

[PATCH iproute2-next] f_flower: add number of vlans man entry
 2022-04-29 17:30 UTC  (2+ messages)

[PATCH 00/16] support non power of 2 zoned devices
 2022-04-29 17:30 UTC  (10+ messages)
  ` [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 zone size
  ` [PATCH 06/16] nvmet: use blk_queue_zone_no()
  ` [f2fs-dev] [PATCH 13/16] null_blk: allow non power of 2 zoned devices
      `  "

ntfs3 slow than ntfs-3g
 2022-04-29 17:30 UTC  (3+ messages)

[PATCH] Documentation/vm/page_owner.rst: Fix syntax error and Describe details using table
 2022-04-29 17:29 UTC  (2+ messages)

[PATCH v3] KVM: SEV: Mark nested locking of vcpu->lock
 2022-04-29 17:27 UTC  (17+ messages)

[PATCH mptcp-net v2] net/sched: act_pedit: really ensure the skb is writable
 2022-04-29 17:29 UTC 

[RFC RESEND 0/4] perf record: Implement off-cpu profiling with BPF (v1)
 2022-04-29 17:27 UTC  (4+ messages)
` [PATCH 2/4] perf record: Enable off-cpu analysis with BPF

[PATCH 00/69] Filesystem/page cache patches for 5.19
 2022-04-29 17:25 UTC  (70+ messages)
` [PATCH 01/69] scsicam: Fix use of page cache
` [PATCH 02/69] ext4: Use page_symlink() instead of __page_symlink()
` [PATCH 03/69] namei: Merge page_symlink() and __page_symlink()
` [PATCH 04/69] namei: Convert page_symlink() to use memalloc_nofs_save()
` [PATCH 05/69] f2fs: Convert f2fs_grab_cache_page() to use scoped memory APIs
` [PATCH 06/69] ext4: Allow GFP_FS allocations in ext4_da_convert_inline_data_to_extent()
` [PATCH 07/69] ext4: Use scoped memory API in mext_page_double_lock()
` [PATCH 08/69] ext4: Use scoped memory APIs in ext4_da_write_begin()
` [PATCH 09/69] ext4: Use scoped memory APIs in ext4_write_begin()
` [PATCH 10/69] fs: Remove AOP_FLAG_NOFS
` [PATCH 11/69] fs: Remove aop_flags parameter from netfs_write_begin()
` [PATCH 12/69] fs: Remove aop flags parameter from block_write_begin()
` [PATCH 13/69] fs: Remove aop flags parameter from cont_write_begin()
` [PATCH 14/69] fs: Remove aop flags parameter from grab_cache_page_write_begin()
` [PATCH 15/69] fs: Remove aop flags parameter from nobh_write_begin()
` [PATCH 16/69] fs: Remove flags parameter from aops->write_begin
` [PATCH 17/69] buffer: Call aops write_begin() and write_end() directly
` [PATCH 18/69] namei: "
` [PATCH 19/69] ntfs3: Call ntfs_write_begin() and ntfs_write_end() directly
` [PATCH 20/69] hfs: Call hfs_write_begin() and generic_write_end() directly
` [PATCH 21/69] hfsplus: Call hfsplus_write_begin() "
` [PATCH 22/69] ext4: Call aops write_begin() and write_end() directly
` [PATCH 23/69] f2fs: "
` [PATCH 24/69] i915: "
` [PATCH 25/69] fs: Remove pagecache_write_begin() and pagecache_write_end()
` [PATCH 26/69] filemap: Remove obsolete comment in lock_page
` [PATCH 27/69] filemap: Update the folio_lock documentation
` [PATCH 28/69] filemap: Update the folio_mark_dirty documentation
` [PATCH 29/69] readahead: Use a folio in read_pages()
` [PATCH 30/69] fs: Convert is_dirty_writeback() to take a folio
` [PATCH 31/69] mm/readahead: Convert page_cache_async_readahead "
` [PATCH 32/69] buffer: Rewrite nobh_truncate_page() to use folios
` [PATCH 33/69] fs: Introduce aops->read_folio
` [PATCH 34/69] fs: read_folio documentation
` [PATCH 35/69] fs: Convert netfs_readpage to netfs_read_folio
` [PATCH 36/69] fs: Convert iomap_readpage to iomap_read_folio
` [PATCH 37/69] fs: Convert block_read_full_page() to block_read_full_folio()
` [PATCH 38/69] fs: Convert mpage_readpage to mpage_read_folio
` [PATCH 39/69] fs: Convert simple_readpage to simple_read_folio
` [PATCH 40/69] affs: Convert affs to read_folio
` [PATCH 41/69] afs: Convert afs_symlink_readpage to afs_symlink_read_folio
` [PATCH 42/69] befs: Convert befs to read_folio
` [PATCH 43/69] btrfs: Convert btrfs "
` [PATCH 44/69] cifs: Convert cifs "
` [PATCH 45/69] coda: Convert coda "
` [PATCH 46/69] cramfs: Convert cramfs "
` [PATCH 47/69] ecryptfs: Convert ecryptfs "
` [PATCH 48/69] efs: Convert efs symlinks "
` [PATCH 49/69] erofs: Convert erofs zdata "
` [PATCH 50/69] ext4: Convert ext4 "
` [PATCH 51/69] f2fs: Convert f2fs "
` [PATCH 52/69] freevxfs: Convert vxfs_immed "
` [PATCH 53/69] fuse: Convert fuse "
` [PATCH 54/69] hostfs: Convert hostfs "
` [PATCH 55/69] hpfs: Convert symlinks "
` [PATCH 56/69] isofs: Convert symlinks and zisofs "
` [PATCH 57/69] jffs2: Convert jffs2 "
` [PATCH 58/69] jfs: Convert metadata pages "
` [PATCH 59/69] nfs: Convert nfs "
` [PATCH 60/69] ntfs: Convert ntfs "
` [PATCH 61/69] ocfs2: Convert ocfs2 "
` [PATCH 62/69] orangefs: Convert orangefs "
` [PATCH 63/69] romfs: Convert romfs "
` [PATCH 64/69] squashfs: Convert squashfs "
` [PATCH 65/69] ubifs: Convert ubifs "
` [PATCH 66/69] udf: Convert adinicb and symlinks "
` [PATCH 67/69] vboxsf: Convert vboxsf "
` [PATCH 68/69] mm: Convert swap_readpage to call read_folio instead of readpage
` [PATCH 69/69] mm,fs: Remove stray references to ->readpage

[PATCH RFC v23 0/7] NFSD: Initial implementation of NFSv4 Courteous Server
 2022-04-29 17:26 UTC  (14+ messages)
` [PATCH RFC v23 1/7] NFSD: add courteous server support for thread with only delegation
` [PATCH RFC v23 2/7] NFSD: add support for share reservation conflict to courteous server
` [PATCH RFC v23 5/7] fs/lock: add 2 callbacks to lock_manager_operations to resolve conflict

[PATCH] fs/ntfs3: validate BOOT sectors_per_clusters
 2022-04-29 17:27 UTC 

[PATCH v2 0/7] Nuvoton WPCM450 clock and reset driver
 2022-04-29 17:20 UTC  (16+ messages)
` [PATCH v2 1/7] dt-bindings: timer: nuvoton, npcm7xx-timer: Allow specifying all clocks
  ` [PATCH v2 1/7] dt-bindings: timer: nuvoton,npcm7xx-timer: "
` [PATCH v2 2/7] clocksource: timer-npcm7xx: Enable timer 1 clock before use
` [PATCH v2 3/7] watchdog: npcm: Enable clock if provided
` [PATCH v2 4/7] dt-bindings: clock: Add Nuvoton WPCM450 clock/reset controller
` [PATCH v2 5/7] ARM: dts: wpcm450: Add clock controller node
` [PATCH v2 6/7] clk: wpcm450: Add Nuvoton WPCM450 clock/reset controller driver
` [PATCH v2 7/7] ARM: dts: wpcm450: Switch clocks to clock controller

[PATCH] ELF, uapi: fixup ELF_ST_TYPE definition
 2022-04-29 17:25 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: display: simple: Add Startek KD070WVFPA043-C069A panel
 2022-04-29 17:24 UTC  (8+ messages)
` [PATCH v3 2/2] drm/panel: simple: Add Startek KD070WVFPA043-C069A panel support

COMPAT_32BIT_TIME and allnoconfig: breaking userspace
 2022-04-29 17:09 UTC 

[PATCH stable linux-5.15.y 00/10] Fix bpf mem read/write vulnerability
 2022-04-29 17:22 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-29 17:22 UTC 

[PATCH 0/2] diff- family --stat width
 2022-04-29 17:22 UTC  (3+ messages)

[PATCH v1 0/2] xfs: remove quota warning limits
 2022-04-29 17:20 UTC  (6+ messages)
` [RFC PATCH v1 2/2] xfs: don't set warns on the id==0 dquot

[PATCH V8 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-04-29 17:20 UTC  (8+ messages)
` [PATCH V8 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox

[TCWG CI] Regression caused by llvm: [GVN] Encode GEPs in offset representation
 2022-04-29 17:20 UTC  (2+ messages)

[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
 2022-04-29 17:18 UTC  (2+ messages)

[PATCH 00/25] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-04-29 17:20 UTC  (9+ messages)
` [PATCH 25/25] PCI: dwc: Add DW eDMA engine support

[PATCH] drm/i915: remove unnecessary spin_lock_irq
 2022-04-29 17:19 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[Intel-gfx] [PATCH] drm/i915: Change semantics of context isolation reporting to UM
 2022-04-29 17:19 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Change semantics of context isolation reporting to UM (rev2)

[PATCH v3 00/21] TDX host kernel support
 2022-04-29 17:18 UTC  (8+ messages)

[PATCH v3] sh: avoid using IRQ0 on SH3/4
 2022-04-29 17:16 UTC  (3+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-29 17:16 UTC  (11+ messages)

[PATCH v2 1/3] ntb_perf: extend with burst latency measurement
 2022-04-29 17:15 UTC  (5+ messages)
` [PATCH v2 2/3] ntb_perf: extend with poll "

[PATCH 5.15 00/33] 5.15.37-rc1 review
 2022-04-29 17:15 UTC  (2+ messages)

[PATCH 4.19 00/12] 4.19.241-rc1 review
 2022-04-29 17:15 UTC  (2+ messages)

[PATCH v3 0/2] Handle seccomp notification preemption
 2022-04-29 17:14 UTC  (4+ messages)
` [PATCH v3 1/2] seccomp: Add wait_killable semantic to seccomp user notifier

[RFC PATCH] kbuild: call checksyscalls.sh and check-atomics.sh only if prerequisites change
 2022-04-29 17:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-29 17:11 UTC 

[xen-unstable bisection] complete test-arm64-arm64-libvirt-raw
 2022-04-29 17:10 UTC 

Question: missing vmlinux BTF variable declarations
 2022-04-29 17:10 UTC  (9+ messages)

[PATCH 0/2] KVM: x86: never write to memory from kvm_vcpu_check_block
 2022-04-29 17:09 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: make vendor code check for all nested events

[PATCH] checksyscalls: ignore -Wunused-macros
 2022-04-29 17:02 UTC  (2+ messages)

[PATCH v8 0/7] feec() energy margin removal
 2022-04-29 17:09 UTC  (3+ messages)
` [PATCH v8 2/7] sched/fair: Decay task PELT values during wakeup migration

[PATCH] configs: imx8mp_venice: add FEC_QUIRK_ENET_MAC
 2022-04-29 17:08 UTC 

[PATCH v3 3/4] Add a new hypercall to get the ESRT
 2022-04-29 17:06 UTC  (7+ messages)

[PATCH v7 0/9] add support for WCN6750
 2022-04-29 17:05 UTC  (20+ messages)
` [PATCH v7 1/9] dt: bindings: net: add bindings of WCN6750 for ath11k
` [PATCH v7 2/9] ath11k: Move parameters in bus_params to hw_params
` [PATCH v7 3/9] ath11k: Add HW params for WCN6750
` [PATCH v7 4/9] ath11k: Add register access logic "
` [PATCH v7 5/9] ath11k: Fetch device information via QMI "
` [PATCH v7 6/9] ath11k: Add QMI changes "
` [PATCH v7 7/9] ath11k: HAL changes to support WCN6750
` [PATCH v7 8/9] ath11k: Datapath "
` [PATCH v7 9/9] ath11k: Add support for WCN6750 device

[PATCH net-next v4] selftests: net: vrf_strict_mode_test: add support to select a test to run
 2022-04-29 17:05 UTC  (2+ messages)

[Intel-wired-lan] [PATCH linux-firmware] ice: Update package to 1.3.28.0
 2022-04-29 17:04 UTC 

stable-rc/queue/4.9 build: 180 builds: 180 failed, 0 passed, 2 errors, 34 warnings (v4.9.312-3-g21016e46ab1c)
 2022-04-29 17:04 UTC 

[PATCH v5 00/17] enable menu-driven boot device selection
 2022-04-29 17:03 UTC  (3+ messages)
` [PATCH v5 06/17] efi_loader: bootmgr: add booting from removable media

Pull request for efi-2022-07-rc2
 2022-04-29 17:03 UTC 

[PATCH v4 0/2] Detect stalls on guest vCPUS
 2022-04-29 17:02 UTC  (7+ messages)
` [PATCH v4 2/2] misc: Add a mechanism to detect stalls on guest vCPUs

Recovery of BTRFS critical (device md126): corrupt leaf, bad key order: block=10872141938688, root=1, slot=119
 2022-04-29 17:02 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-04-29 17:01 UTC 

[PATCH v2 00/12] Introducing AMD x2APIC Virtualization (x2AVIC) support
 2022-04-29 17:00 UTC  (7+ messages)
` [PATCH v2 11/12] KVM: SVM: Do not inhibit APICv when x2APIC is present

[PATCH v4 0/4] hwmon: (pmbus/ltc2978) Add regulator ops
 2022-04-29 17:00 UTC  (5+ messages)
` [PATCH v4 4/4] hwmon: (pmbus) Add get_voltage/set_voltage ops

[ovmf test] 169873: regressions - FAIL
 2022-04-29 17:00 UTC 

[PATCH v3] x86/speculation, KVM: only IBPB for switch_mm_always_ibpb on vCPU load
 2022-04-29 16:59 UTC  (2+ messages)

Tegra20 parallel video capture driver
 2022-04-29 16:49 UTC 

[PATCH v2] scan: Sort scan_requests by wiphy work item priority
 2022-04-29 16:58 UTC 

stable-rc/linux-5.15.y build: 180 builds: 4 failed, 176 passed, 14 errors, 5 warnings (v5.15.36-34-gff3177a2b8b3)
 2022-04-29 16:57 UTC 

stable-rc/linux-5.17.y build: 178 builds: 2 failed, 176 passed, 4 errors, 1 warning (v5.17.5-2-gb59a5f68feee8)
 2022-04-29 16:57 UTC 

[GIT PULL] Please pull VFIO changes
 2022-04-29 16:55 UTC  (2+ messages)

[folded-merged] hugetlb-fix-wrong-use-of-nr_online_nodes-v4.patch removed from -mm tree
 2022-04-29 16:54 UTC 

[PATCH v2] irqchip/exiu: Fix acknowledgment of edge triggered interrupts
 2022-04-29 16:53 UTC  (2+ messages)

[PATCH] configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR
 2022-04-29 16:54 UTC 

[PATCH] misc: fastrpc: fix an incorrect NULL check on list iterator
 2022-04-29 16:53 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v1] tests/kms_universal_plane: Skip pageflip_test_pipe subtest if pipe has more than 1 primary plane
 2022-04-29 16:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_universal_plane: Skip pageflip_test_pipe subtest if pipe has more than 1 primary plane (rev2)

[PATCH] gpu: add support for rtx 6000 variant
 2022-04-29 16:52 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-04-29 16:51 UTC 


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.