messages from 2025-04-30 00:16:26 to 2025-05-01 18:52:40 UTC [more...]
add more bio helpers v2
2025-05-01 18:52 UTC (22+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
[RFC PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
2025-05-01 17:25 UTC (4+ messages)
` [RFC PATCH v2 1/3] mm: introduce new .mmap_prepare() file callback
` [RFC PATCH v2 2/3] mm: secretmem: convert to .mmap_prepare() hook
` [RFC PATCH v2 3/3] mm/vma: remove mmap() retry merge
[PATCH v10 00/15] large atomic writes for xfs
2025-05-01 16:57 UTC (16+ messages)
` [PATCH v10 01/15] fs: add atomic write unit max opt to statx
` [PATCH v10 02/15] xfs: add helpers to compute log item overhead
` [PATCH v10 03/15] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v10 04/15] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v10 06/15] xfs: allow block allocator to take an alignment hint
` [PATCH v10 07/15] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v10 08/15] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v10 09/15] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v10 10/15] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v10 11/15] xfs: commit CoW-based atomic writes atomically
` [PATCH v10 12/15] xfs: add xfs_file_dio_write_atomic()
` [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v10 14/15] xfs: update atomic write limits
` [PATCH v10 15/15] xfs: allow sysadmins to specify a maximum atomic write limit at mount time
[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
2025-05-01 16:28 UTC (9+ messages)
[PATCH v9 00/15] large atomic writes for xfs
2025-05-01 16:23 UTC (16+ messages)
` [PATCH v9 05/15] xfs: ignore HW which cannot atomic write a single block
` [PATCH v9.1 "
` [PATCH v9 13/15] xfs: add xfs_compute_atomic_write_unit_max()
[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
2025-05-01 14:33 UTC (20+ messages)
` [RFC PATCH 1/3] mm: introduce new .mmap_proto() f_op callback
` [RFC PATCH 2/3] mm: secretmem: convert to .mmap_proto() hook
` [RFC PATCH 3/3] mm/vma: remove mmap() retry merge
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2025-05-01 12:46 UTC (7+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH 1/2] hfsplus: fix to update ctime after rename
2025-05-01 12:01 UTC (3+ messages)
` 回复: "
kernel BUG in zero_user_segments
2025-05-01 11:19 UTC (5+ messages)
[PATCH] binfmt_elf: Move brk for static PIE even if ASLR disabled
2025-05-01 11:03 UTC (4+ messages)
[PATCH v3 0/4] move all VMA allocation, freeing and duplication logic to mm
2025-05-01 10:38 UTC (6+ messages)
` [PATCH v3 4/4] mm: perform VMA allocation, freeing, duplication in mm
[syzbot] [netfs?] INFO: task hung in anon_pipe_write
2025-05-01 8:08 UTC
[PATCH v19 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-05-01 8:07 UTC (6+ messages)
` [PATCH v19 1/3] rust: types: add `ForeignOwnable::PointedTo`
[GIT PULL] bcachefs fixes for 6.15-rc4
2025-05-01 4:55 UTC (11+ messages)
[PATCH v2 0/9] support ksm_stat showing at cgroup level
2025-05-01 4:17 UTC (10+ messages)
` [PATCH v2 1/9] memcontrol: rename mem_cgroup_scan_tasks()
` [PATCH v2 2/9] memcontrol: introduce the new mem_cgroup_scan_tasks()
` [PATCH v2 3/9] memcontrol: introduce ksm_stat at memcg-v2
` [PATCH v2 4/9] memcontrol: add ksm_zero_pages in cgroup/memory.ksm_stat
` [PATCH v2 5/9] memcontrol: add ksm_merging_pages "
` [PATCH v2 6/9] memcontrol: add ksm_profit "
` [PATCH v2 7/9] memcontrol-v1: add ksm_stat at memcg-v1
` [PATCH v2 8/9] Documentation: add ksm_stat description in cgroup-v1/memory.rst
` [PATCH v2 9/9] Documentation: add ksm_stat description in cgroup-v2.rst
[RFC PATCH 00/19] famfs: port into fuse
2025-05-01 2:13 UTC (3+ messages)
[PATCH RFC 0/3] coredump: support AF_UNIX sockets
2025-05-01 0:25 UTC (7+ messages)
` [PATCH RFC 1/3] coredump: massage format_corname()
` [PATCH RFC 2/3] coredump: massage do_coredump()
` [PATCH RFC 3/3] coredump: support AF_UNIX sockets
[DISCUSSION] Revisiting Slab Movable Objects
2025-04-30 22:23 UTC (5+ messages)
concerning struct path handling
2025-04-30 21:48 UTC
[PATCH v3 1/6] fuse: drop usage of folio_index
2025-04-30 21:08 UTC (2+ messages)
[REGRESSION] orangefs: page writeback problem in 6.14 (bisected to 665575cf)
2025-04-30 21:06 UTC (4+ messages)
[RFF] realpathat system call
2025-04-30 20:50 UTC
[syzbot] [bcachefs] KASAN: use-after-free Read in scatterwalk_copychunks
2025-04-30 20:35 UTC
[PATCH 0/6] iomap: misc buffered write path cleanups and prep
2025-04-30 19:01 UTC (7+ messages)
` [PATCH 1/6] iomap: resample iter->pos after iomap_write_begin() calls
` [PATCH 2/6] iomap: drop unnecessary pos param from iomap_write_[begin|end]
` [PATCH 3/6] iomap: drop pos param from __iomap_[get|put]_folio()
` [PATCH 4/6] iomap: helper to trim pos/bytes to within folio
` [PATCH 5/6] iomap: push non-large folio check into get folio path
` [PATCH 6/6] iomap: rework iomap_write_begin() to return folio offset and length
[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
2025-04-30 18:36 UTC (6+ messages)
[RFC PATCH v4 0/5] Readahead tweaks for larger folios
2025-04-30 14:59 UTC (6+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 2/5] mm/readahead: Terminate async readahead on natural boundary
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 4/5] mm/readahead: Store folio order "
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory
[RFC] optimize cost of inter-process communication
2025-04-30 14:03 UTC (3+ messages)
[QUESTION vfs] Namespaces from kernel code for user mode threads
2025-04-30 13:05 UTC
[PATCH V3] fs/fuse: fix race between concurrent setattr from multiple nodes
2025-04-30 12:49 UTC (2+ messages)
[PATCH v2 0/3] coredump: hand a pidfd to the usermode coredump helper
2025-04-30 11:39 UTC (7+ messages)
` [PATCH v2 3/3] "
[PATCH 1/4] ext4: fix out of bounds punch offset
2025-04-30 10:54 UTC (14+ messages)
` [PATCH 2/4] ext4: fix incorrect punch max_end
` [PATCH 3/4] ext4: factor out ext4_get_maxbytes()
` [PATCH 4/4] ext4: ensure i_size is smaller than maxbytes
KASAN: vmalloc-out-of-bounds Write in vfree_atomic in Linux v6.15-rc4
2025-04-30 9:08 UTC
[PATCH] fs/eventpoll: fix endless busy loop after timeout has expired
2025-04-30 8:27 UTC (2+ messages)
[PATCH v2] hfs: fix not erasing deleted b-tree node issue
2025-04-30 7:00 UTC (2+ messages)
[PATCH] fs/fuse: fix race between concurrent setattr from multiple nodes
2025-04-30 4:56 UTC (10+ messages)
` [PATCH V2] "
[PATCH v8 01/12] x86/um: nommu: elf loader for fdpic
2025-04-30 4:27 UTC
[PATCH AUTOSEL 6.12 25/37] fs/buffer: split locking for pagecache lookups
2025-04-30 0:48 UTC (2+ messages)
[PATCH AUTOSEL 6.14 26/39] fs/buffer: split locking for pagecache lookups
2025-04-30 0:47 UTC (2+ messages)
[PATCH v14 00/27] riscv control-flow integrity for usermode
2025-04-30 0:16 UTC (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi
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).