Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-17 15:00:25 to 2025-09-18 15:48:41 UTC [more...]

[PATCH v3 00/15] fuse: use iomap for buffered reads + readahead
 2025-09-18 15:48 UTC  (4+ messages)
` [syzbot ci] "

[PATCH v2 0/7] vma count: fixes, test and improvements
 2025-09-18 15:43 UTC  (43+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 2/7] mm/selftests: add max_vma_count tests
` [PATCH v2 3/7] mm: introduce vma_count_remaining()
` [PATCH v2 4/7] mm: rename mm_struct::map_count to vma_count
` [PATCH v2 5/7] mm: harden vma_count against direct modification
` [PATCH v2 6/7] mm: add assertion for VMA count limit
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-18 15:28 UTC  (2+ messages)

[PATCH 0/3] rust: miscdevice: Extending the abstraction
 2025-09-18 15:15 UTC  (9+ messages)
` [PATCH 1/3] rust: miscdevice: Moved `MiscDevice` to a more general abstraction
` [PATCH 2/3] rust: miscdevice: Implemented `read` and `write`
` [PATCH 3/3] samples: rust: Updated the example using the Rust MiscDevice abstraction

[PATCH V14 0/6] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-18 15:14 UTC  (9+ messages)
` [PATCH V14 1/6] mm: softdirty: Add pgtable_supports_soft_dirty()
` [PATCH V14 2/6] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V14 3/6] riscv: Add RISC-V Svrsw60t59b extension support
` [PATCH V14 4/6] riscv: mm: Add soft-dirty page tracking support
` [PATCH V14 5/6] riscv: mm: Add userfaultfd write-protect support
` [PATCH V14 6/6] dt-bindings: riscv: Add Svrsw60t59b extension description

[PATCH v1] iomap: simplify iomap_iter_advance()
 2025-09-18 14:27 UTC  (5+ messages)

[patch V2 0/6] uaccess: Provide and use scopes for user masked access
 2025-09-18 13:20 UTC  (3+ messages)
` [patch V2 3/6] uaccess: Provide scoped masked user access regions

[PATCH v2 00/33] ns: support file handles
 2025-09-18 13:17 UTC  (11+ messages)
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 18/33] mnt: support ns lookup

[PATCH 00/14] ns: rework reference counting
 2025-09-18 12:12 UTC  (17+ messages)
` [PATCH 01/14] ns: add reference count helpers
` [PATCH 02/14] mnt: port to ns_ref_*() helpers
` [PATCH 03/14] cgroup: "
` [PATCH 04/14] ipc: "
` [PATCH 05/14] pid: "
` [PATCH 06/14] time: "
` [PATCH 07/14] user: "
` [PATCH 08/14] net-sysfs: use check_net()
` [PATCH 09/14] net: "
` [PATCH 10/14] ipv4: "
` [PATCH 11/14] uts: port to ns_ref_*() helpers
` [PATCH 12/14] net: "
` [PATCH 13/14] nsfs: "
` [PATCH 14/14] ns: rename to __ns_ref

[syzbot] [fs?] KASAN: slab-use-after-free Read in proc_invalidate_siblings_dcache
 2025-09-18 10:40 UTC 

[PATCH] writeback: Avoid uninitialized variable warning
 2025-09-18 10:36 UTC 

[bug report] writeback: Avoid contention on wb->list_lock when switching inodes
 2025-09-18 10:31 UTC  (2+ messages)

[PATCH] fuse: prevent exchange/revalidate races
 2025-09-18 10:02 UTC  (9+ messages)

[PATCH] ovl: check before dereferencing s_root field
 2025-09-18  9:59 UTC  (12+ messages)

[PATCH 0/9] ns: rework common initialization
 2025-09-18  9:45 UTC  (22+ messages)
` [PATCH 1/9] uts: split namespace into separate header
` [PATCH 2/9] mnt: expose pointer to init_mnt_ns
` [PATCH 3/9] nscommon: move to separate file
` [PATCH 4/9] cgroup: split namespace into separate header
` [PATCH 5/9] nsfs: add inode number for anon namespace
` [PATCH 6/9] mnt: simplify ns_common_init() handling
` [PATCH 7/9] net: centralize ns_common initialization
` [PATCH 8/9] nscommon: simplify initialization
` [PATCH 9/9] ns: add ns_common_free()

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-18  9:14 UTC  (26+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "

Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode
 2025-09-18  8:38 UTC  (6+ messages)

[PATCH RESEND v11 01/13] x86/um: nommu: elf loader for fdpic
 2025-09-18  7:38 UTC 

[PATCHES] finish_no_open() calling conventions change
 2025-09-18  7:34 UTC  (11+ messages)
` [PATCH 1/9] allow finish_no_open(file, ERR_PTR(-E...))
  ` [PATCH 2/9] 9p: simplify v9fs_vfs_atomic_open()
  ` [PATCH 3/9] 9p: simplify v9fs_vfs_atomic_open_dotl()
  ` [PATCH 4/9] simplify cifs_atomic_open()
  ` [PATCH 5/9] simplify vboxsf_dir_atomic_open()
  ` [PATCH 6/9] simplify nfs_atomic_open_v23()
  ` [PATCH 7/9] simplify fuse_atomic_open()
  ` [PATCH 8/9] simplify gfs2_atomic_open()
  ` [PATCH 9/9] slightly simplify nfs_atomic_open()

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-09-18  6:53 UTC  (7+ messages)
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator "
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-09-18  5:56 UTC  (5+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors

[PATCH v11 01/14] x86/um: nommu: elf loader for fdpic
 2025-09-18  5:15 UTC 

[PATCH v2] ceph: fix deadlock bugs by making iput() calls asynchronous
 2025-09-18  4:52 UTC  (10+ messages)

[PATCH] ceph: fix deadlock bugs by making iput() calls asynchronous
 2025-09-18  4:43 UTC  (7+ messages)

[PATCH 00/32] ns: support file handles
 2025-09-18  3:40 UTC  (7+ messages)
` [PATCH 27/32] nsfs: "

New September Order. 94048 Thursday, September 18, 2025 at 04:32:01 AM
 2025-09-18  2:32 UTC 

[PATCH 17/32] mnt: support iterator
 2025-09-18  0:46 UTC  (2+ messages)

New September Order. 87286 Thursday, September 18, 2025 at 02:14:30 AM
 2025-09-18  0:14 UTC 

[PATCH V13 0/6] riscv: mm: Add soft-dirty and uffd-wp support
 2025-09-18  0:10 UTC  (3+ messages)
` [PATCH V13 6/6] dt-bindings: riscv: Add Svrsw60t59b extension description

Need advice with iput() deadlock during writeback
 2025-09-17 22:58 UTC  (19+ messages)

[syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
 2025-09-17 22:54 UTC 

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2025-09-17 22:38 UTC  (9+ messages)
` [PATCH 2/2] "

[PATCH v3 11/15] iomap: move buffered io bio logic into new file
 2025-09-17 21:40 UTC  (2+ messages)

[PATCH] fs: fuse: Use strscpy instead of strcpy
 2025-09-17 20:55 UTC 

[patch V2 1/6] ARM: uaccess: Implement missing __get_user_asm_dword()
 2025-09-17 19:25 UTC  (9+ messages)

[PATCH (REPOST)] jfs: Verify inode mode when loading from disk
 2025-09-17 18:21 UTC  (2+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-17 18:00 UTC  (3+ messages)

[PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
 2025-09-17 17:22 UTC  (3+ messages)
` [PATCH 1/5] fuse: allow synchronous FUSE_INIT

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-17 17:18 UTC  (3+ messages)
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-17 15:00 UTC  (5+ messages)

[PATCH] fs: add might_sleep() annotation to iput() and more
 2025-09-17 16:26 UTC  (2+ messages)

[PATCH v3 00/13] expand mmap_prepare functionality, port more users
 2025-09-17 15:34 UTC  (4+ messages)
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc

[PATCH] inode: Relax RWF_NOWAIT restriction for EINTR in file_modified_flags()
 2025-09-17 15:20 UTC  (2+ messages)

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2025-09-17 15:00 UTC  (5+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).