messages from 2025-10-15 07:10:46 to 2025-10-17 03:46:26 UTC [more...]
allow file systems to increase the minimum writeback chunk size v2
2025-10-17 3:45 UTC (2+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
2025-10-17 1:36 UTC
[PATCH v2 0/3] Do not change split folio target order
2025-10-17 1:03 UTC (9+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v2 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related
[PATCH v1 0/9] iomap: buffered io changes
2025-10-17 0:03 UTC (17+ messages)
` [PATCH v1 1/9] iomap: account for unaligned end offsets when truncating read range
[PATCH v2] fuse: Wake requests on the same cpu
2025-10-17 0:01 UTC (11+ messages)
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-16 22:33 UTC (7+ messages)
Long running ioctl and pm, which should have higher priority?
2025-10-16 21:31 UTC
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-16 19:15 UTC (9+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
2025-10-16 19:03 UTC (7+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 5/6] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH 6/6] xfs: replace zero range flush with folio batch
[PATCH] fuse: fix digest size check in fuse_setup_measure_verity()
2025-10-16 17:46 UTC (2+ messages)
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-16 15:32 UTC (6+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
[PATCH v21 00/28] riscv control-flow integrity for usermode
2025-10-16 15:31 UTC (31+ messages)
` [PATCH v21 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v21 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v21 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v21 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v21 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v21 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v21 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v21 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v21 09/28] riscv/mm: write protect and shadow stack
` [PATCH v21 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v21 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v21 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v21 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v21 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v21 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v21 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v21 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v21 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v21 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v21 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v21 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v21 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v21 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v21 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v21 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v21 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v21 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v1] man/man2/flock.2: Mention non-atomicity w.r.t close
2025-10-16 15:22 UTC
[PATCH rust-next v2 0/3] rust: miscdevice: add llseek support
2025-10-16 14:39 UTC (5+ messages)
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-10-16 14:17 UTC (9+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [f2fs-dev] "
[PATCH v2 00/11] sysctl: Generalize proc handler converter creation
2025-10-16 12:57 UTC (12+ messages)
` [PATCH v2 01/11] sysctl: Replace void pointer with const pointer to ctl_table
` [PATCH v2 02/11] sysctl: Remove superfluous tbl_data param from "dovec" functions
` [PATCH v2 03/11] sysctl: Remove superfluous __do_proc_* indirection
` [PATCH v2 04/11] sysctl: Indicate the direction of operation with macro names
` [PATCH v2 05/11] sysctl: Discriminate between kernel and user converter params
` [PATCH v2 06/11] sysctl: Create converter functions with two new macros
` [PATCH v2 07/11] sysctl: Create integer converters with one macro
` [PATCH v2 08/11] sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOM
` [PATCH v2 09/11] sysctl: Create unsigned int converter using new macro
` [PATCH v2 10/11] sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOM
` [PATCH v2 11/11] sysctl: Create macro for user-to-kernel uint converter
[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
2025-10-16 12:10 UTC (2+ messages)
[PATCH 1/1] init/initramfs_test: add NULL check after kmalloc
2025-10-16 12:02 UTC
[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-10-16 11:33 UTC (16+ messages)
` [PATCH v3 1/6] fuse: {io-uring} Add queue length counters
` [PATCH v3 3/6] fuse: {io-uring} Use bitmaps to track registered queues
` [PATCH v3 5/6] fuse: {io-uring} Allow reduced number of ring queues
` [PATCH v3 6/6] fuse: {io-uring} Queue background requests on a different core
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-10-16 10:42 UTC (5+ messages)
` [PATCH v2 17/19] rust: sync: "
` [PATCH v2 19/19] rust: regulator: "
[PATCH] man/man2/move_mount.2: document EINVAL on multiple instances
2025-10-16 10:29 UTC (6+ messages)
[RFC PATCH 0/5] FDP file I/O
2025-10-16 9:57 UTC (7+ messages)
` [RFC PATCH 4/5] fs: propagate write stream
` [RFC PATCH 2/5] fs: add the interface to query user write streams
[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-16 8:42 UTC (23+ messages)
` [PATCH v17 01/11] samples: rust: platform: remove trailing commas
` [PATCH v17 02/11] rust_binder: remove trailing comma
` [PATCH v17 03/11] rust_binder: use `kernel::fmt`
` [PATCH v17 04/11] rust_binder: use `core::ffi::CStr` method names
` [PATCH v17 05/11] rnull: use `kernel::fmt`
` [PATCH v17 06/11] rust: alloc: "
` [PATCH v17 07/11] rust: debugfs: "
` [PATCH v17 08/11] rust: pci: "
` [PATCH v17 09/11] rust: remove spurious `use core::fmt::Debug`
` [PATCH v17 10/11] rust: support formatting of foreign types
` [PATCH v17 11/11] rust: replace `CStr` with `core::ffi::CStr`
[PATCH 0/2] Do not change split folio target order
2025-10-16 8:34 UTC (5+ messages)
` [PATCH 1/2] mm/huge_memory: do not change split_huge_page*() target order silently
allow file systems to increase the minimum writeback chunk size
2025-10-16 8:23 UTC (17+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 7:59 UTC (8+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
2025-10-16 4:57 UTC (5+ messages)
` [RFC PATCH 1/1] ovl: Use fsid as unique identifier for trusted origin
[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
2025-10-16 2:19 UTC (9+ messages)
` [PATCH V5 1/6] loop: add helper lo_cmd_nr_bvec()
` [PATCH V5 2/6] loop: add helper lo_rw_aio_prep()
` [PATCH V5 3/6] loop: add lo_submit_rw_aio()
` [PATCH V5 4/6] loop: move command blkcg/memcg initialization into loop_queue_work
` [PATCH V5 5/6] loop: try to handle loop aio command via NOWAIT IO first
` [PATCH V5 6/6] loop: add hint for handling aio via IOCB_NOWAIT
[GIT PULL] vfs fixes
2025-10-15 22:30 UTC (2+ messages)
[PATCH v7 00/14] hide ->i_state behind accessors
2025-10-15 22:06 UTC (7+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state
[PATCH 5.15] fuse: Fix race condition in writethrough path A race
2025-10-15 20:28 UTC (15+ messages)
[PATCH v5] NFSD: Add a subsystem policy document
2025-10-15 15:25 UTC (3+ messages)
[PATCH] virtiofs: remove max_pages_limit in indirect descriptor mode
2025-10-15 15:00 UTC (3+ messages)
[PATCH] fs: rework I_NEW handling to operate without fences
2025-10-15 11:50 UTC (2+ messages)
[PATCH 02/13] filelock: add a lm_may_setlease lease_manager callback
2025-10-15 11:35 UTC (3+ messages)
[PATCH v2 0/2] fs: fuse: use strscpy instead of strcpy
2025-10-15 9:40 UTC (2+ messages)
[PATCH v4] exfat: fix out-of-bounds in exfat_nls_to_ucs2()
2025-10-15 8:56 UTC (2+ messages)
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-15 8:54 UTC (8+ messages)
` [PATCH v2 09/16] f2fs: add support in f2fs to handle multiple writeback contexts
` [PATCH v2 16/16] writeback: added XFS support for matching writeback count to allocation group count
[Crash Report] kernel BUG in bdev_getblk
2025-10-15 8:48 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).