linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 18:31:57 to 2025-07-14 20:37:57 UTC [more...]

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-14 20:41 UTC  (7+ messages)
` [PATCH v3 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v3 2/7] iomap: remove pos+len BUG_ON() to after folio lookup
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing
` [PATCH v3 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v3 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v3 6/7] iomap: remove old partial eof zeroing optimization

[PATCH 0/3] ovl: Enable support for casefold filesystems
 2025-07-14 20:12 UTC  (4+ messages)
` [PATCH 1/3] ovl: Make ovl_cache_entry_find support casefold

[PATCH] fanotify: support custom default close response
 2025-07-14 19:59 UTC  (8+ messages)

[PATCH] btrfs: scrub: wip, pause on fs freeze
 2025-07-14 19:02 UTC  (4+ messages)

[PATCH v4 00/11] ext4: fix insufficient credits when writing back large folios
 2025-07-14 17:46 UTC  (2+ messages)

[RFC PATCH v2 3/8] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
 2025-07-14 17:46 UTC  (2+ messages)

[syzbot] [fs?] WARNING: lock held when returning to user space in query_matching_vma
 2025-07-14 17:10 UTC 

[PATCH] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops
 2025-07-14 16:54 UTC 

[PATCH v3] eventpoll: Fix priority inversion problem
 2025-07-14 16:16 UTC  (19+ messages)

[PATCH][RFC] don't bother with path_get()/path_put() in unix_open_file()
 2025-07-14 16:11 UTC  (5+ messages)

Do we need an opt-in for file systems use of hw atomic writes?
 2025-07-14 16:04 UTC  (7+ messages)

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2025-07-14 15:20 UTC  (5+ messages)

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-14 15:10 UTC  (11+ messages)

[PATCH 1/2] habanalabs: fix UAF in export_dmabuf()
 2025-07-14 15:09 UTC  (5+ messages)
` [PATCH 2/2] xen: fix UAF in dmabuf_exp_from_pages()

[PATCH] fix a leak in fcntl_dirnotify()
 2025-07-14 15:07 UTC  (3+ messages)

[PATCH 1/2] vfs: add Rust files to MAINTAINERS
 2025-07-14 14:52 UTC  (4+ messages)
` [PATCH 2/2] pid: "

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-14 14:19 UTC  (20+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v2 0/7] iomap: zero range folio batch support
 2025-07-14 14:12 UTC  (16+ messages)
` [PATCH v2 1/7] filemap: add helper to look up dirty folios in a range
` [PATCH v2 2/7] iomap: move pos+len BUG_ON() to after folio lookup
` [PATCH v2 3/7] iomap: optional zero range dirty folio processing
` [PATCH v2 4/7] xfs: always trim mapping to requested range for zero range
` [PATCH v2 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH v2 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH v2 7/7] xfs: error tag to force zeroing on debug kernels

[PATCH v2 0/3] Landlock: Disconnected directory handling
 2025-07-14 12:39 UTC  (5+ messages)
` [PATCH v2 1/3] landlock: Fix handling of disconnected directories
` [PATCH v2 2/3] selftests/landlock: Add tests for access through disconnected paths
` [PATCH v2 3/3] selftests/landlock: Add disconnected leafs and branch test suites

[PATCH v4 0/5] fuse: use iomap for buffered writes + writeback
 2025-07-14 11:40 UTC  (7+ messages)
` [PATCH v4 1/5] fuse: use iomap for buffered writes
` [PATCH v4 2/5] fuse: use iomap for writeback

[PATCH v5 0/6] btrfs: add remove_bdev() callback
 2025-07-14 10:14 UTC  (8+ messages)
` [PATCH v5 1/6] fs: add a new "
` [PATCH v5 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v5 3/6] btrfs: reject file operations if in shutdown state
` [PATCH v5 4/6] btrfs: reject delalloc ranges "
` [PATCH v5 5/6] btrfs: implement shutdown ioctl
` [PATCH v5 6/6] btrfs: implement remove_bdev and shutdown super operation callbacks

[PATCH] fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS
 2025-07-14  9:49 UTC  (4+ messages)

[PATCH] mm/filemap: Align last_index to folio size
 2025-07-14  9:33 UTC  (4+ messages)

[PATCH v5 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-07-14  9:11 UTC  (2+ messages)

[PATCH 0/2] netfs: Fix use of fscache with ceph
 2025-07-14  9:05 UTC  (5+ messages)
` [PATCH 1/2] netfs: Fix copy-to-cache so that it performs collection with ceph+fscache

refactor the iomap writeback code v5
 2025-07-14  8:52 UTC  (2+ messages)

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-07-14  8:19 UTC  (4+ messages)
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH v3 0/3] ida: Remove the ida_simple_xxx() API
 2025-07-14  8:17 UTC  (4+ messages)
` [PATCH v3 1/3] idr test suite: Remove usage of the deprecated ida_simple_xx() API
` [PATCH v3 2/3] ida: Remove the ida_simple_xxx() API
` [PATCH v3 3/3] nvmem: Update a comment related to struct nvmem_config

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-07-14  8:12 UTC  (6+ messages)
` [PATCH v4 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support

[PATCH] fs: warn on mount propagation in unprivileged user namespaces
 2025-07-14  8:10 UTC  (2+ messages)

[PATCH v2] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-07-14  8:08 UTC  (5+ messages)

[PATCH] readahead: Use folio_nr_pages() instead of shift operation
 2025-07-14  8:04 UTC  (6+ messages)

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-07-14  6:22 UTC  (2+ messages)

[PATCH 00/20 v2] ovl: narrow regions protected by i_rw_sem
 2025-07-14  5:57 UTC  (3+ messages)

[PATCH 01/20] ovl: simplify an error path in ovl_copy_up_workdir()
 2025-07-14  5:42 UTC  (3+ messages)
  ` parent_lock/unlock (Was: [PATCH 01/20] ovl: simplify an error path in ovl_copy_up_workdir())

[PATCH 08/20] ovl: narrow locking in ovl_rename()
 2025-07-14  5:12 UTC  (3+ messages)

[PATCH v5 0/7] f2fs: new mount API conversion
 2025-07-14  2:27 UTC  (2+ messages)

[PATCH 17/20] ovl: narrow locking in ovl_whiteout()
 2025-07-14  1:44 UTC  (2+ messages)

[PATCH RFC] mm/readahead: improve randread performance with readahead disabled
 2025-07-14  1:42 UTC  (2+ messages)

[PATCH 15/20] ovl: narrow locking on ovl_remove_and_whiteout()
 2025-07-14  1:35 UTC  (2+ messages)

[PATCH 11/20] ovl: narrow locking in ovl_workdir_create()
 2025-07-14  1:08 UTC  (2+ messages)

[PATCH 10/20] ovl: narrow locking in ovl_cleanup_index()
 2025-07-14  1:03 UTC  (2+ messages)

[PATCH 04/20] ovl: narrow the locked region in ovl_copy_up_workdir()
 2025-07-14  0:29 UTC  (2+ messages)

[PATCH 02/20] ovl: change ovl_create_index() to take write and dir locks
 2025-07-14  0:14 UTC  (2+ messages)

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-13 17:43 UTC  (8+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH V9 2/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH V9 3/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH V9 4/7] mm/mempolicy: Export memory policy symbols
` [PATCH V9 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH V9 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH V9 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-13 12:05 UTC  (4+ messages)
` [PATCH v2 1/3] rust: xarray: use the prelude
` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind
` [PATCH v2 3/3] rust: xarray: add `insert` and `reserve`

[syzbot] [xfs?] general protection fault in do_move_mount (3)
 2025-07-13  5:16 UTC  (2+ messages)
` [syzbot] [fs?] "

[PATCH v4 0/3] fanotify: introduce response identifier
 2025-07-12 20:51 UTC  (5+ messages)
` [PATCH v4 2/3] fanotify: allow pre-content events with fid info
` [PATCH v4 3/3] fanotify: introduce event response identifier

[PATCH 0/3] rust: xarray: add `insert` and `reserve`
 2025-07-12 19:42 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.16-rc6
 2025-07-12 18:15 UTC  (3+ messages)

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-07-12 17:53 UTC  (10+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-12 17:33 UTC  (14+ messages)

[PATCH] mshv_eventfd: convert to CLASS(fd)
 2025-07-12 16:52 UTC 

[PATCH trivial] init: Fix comment typo in do_mounts_initrd.c
 2025-07-12 14:32 UTC 

[PATCH] hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
 2025-07-12 11:22 UTC  (11+ messages)

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-12 10:57 UTC  (5+ messages)

[RFC V2 00/18] famfs: port into fuse
 2025-07-12  5:54 UTC  (13+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts

[PATCH] loop: Avoid updating block size under exclusive owner
 2025-07-12  2:40 UTC  (2+ messages)

[PATCH] fuse: show io_uring mount option in /proc/mounts
 2025-07-12  1:02 UTC  (3+ messages)

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-07-11 21:38 UTC 

[PATCH v18 00/27] riscv control-flow integrity for usermode
 2025-07-11 20:25 UTC  (29+ messages)
` [PATCH v18 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v18 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v18 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v18 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v18 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v18 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v18 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v18 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v18 09/27] riscv/mm: write protect and shadow stack
` [PATCH v18 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v18 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v18 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v18 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v18 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v18 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v18 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v18 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v18 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v18 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v18 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v18 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v18 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v18 23/27] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v18 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v18 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v18 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v18 27/27] kselftest/riscv: kselftest for user mode cfi

[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
 2025-07-11 19:12 UTC  (7+ messages)
` [RFC PATCH 1/6] fs/9p: Add ability to identify inode by path for .L
` [RFC PATCH 4/6] fs/9p: Add ability to identify inode by path for non-.L


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).