linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-17 23:46:42 to 2025-07-21 11:44:44 UTC [more...]

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-07-21 11:44 UTC  (3+ messages)
` [PATCH V9 5/7] KVM: guest_memfd: Add slab-allocated inode cache

Compressed files & the page cache
 2025-07-21 11:40 UTC  (9+ messages)

[PATCH 0/7 RFC] New APIs for name lookup and lock for directory operations
 2025-07-21 11:32 UTC  (10+ messages)
` [PATCH 1/7] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 2/7] VFS: introduce done_dentry_lookup()
` [PATCH 3/7] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 4/7] VFS: introduce dentry_lookup() and friends
` [PATCH 5/7] VFS: add dentry_lookup_killable()
` [PATCH 6/7] VFS: add rename_lookup()
` [PATCH 7/7] VFS: introduce dentry_lock_in()

[PATCH POC] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
 2025-07-21 11:28 UTC  (3+ messages)

[PATCH v3] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-07-21 10:40 UTC  (3+ messages)

[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
 2025-07-21  9:58 UTC  (14+ messages)

[PATCH] doc: update porting, vfs documentation to describe mmap_prepare()
 2025-07-21  9:55 UTC 

[PATCH] openat2.2: update HISTORY to include epilogue about FreeBSD
 2025-07-21  9:52 UTC  (2+ messages)

[PATCH bpf-next 0/2] umd: Remove usermode driver framework
 2025-07-21  9:04 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf/preload: Don't select USERMODE_DRIVER
` [PATCH bpf-next 2/2] umd: Remove usermode driver framework

[PATCH v3 0/7] iomap: zero range folio batch support
 2025-07-21  8:47 UTC  (7+ messages)
` [PATCH v3 3/7] iomap: optional zero range dirty folio processing

[PATCH RFC 0/4] procfs: make reference pidns more user-visible
 2025-07-21  8:44 UTC  (5+ messages)
` [PATCH RFC 1/4] pidns: move is-ancestor logic to helper
` [PATCH RFC 2/4] procfs: add pidns= mount option
` [PATCH RFC 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
` [PATCH RFC 4/4] selftests/proc: add tests for new pidns APIs

[PATCH v1] writback: remove WQ_MEM_RECLAIM flag in bdi_wq
 2025-07-21  8:37 UTC  (3+ messages)

[PATCH v5 0/3] Add support for long task name
 2025-07-21  7:52 UTC  (7+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-21  7:38 UTC  (2+ messages)

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

[PATCH] fs: Add additional checks for block devices during mount
 2025-07-21  7:05 UTC  (7+ messages)

[PATCH RFC DRAFT DOESNOTBUILD] inode: free up more space
 2025-07-21  6:14 UTC  (10+ messages)

[PATCHv2 1/2] sched/wait: Add wait_event_state_exclusive()
 2025-07-21  3:16 UTC  (3+ messages)

[RFC v4 0/7] ext4: Add extsize support
 2025-07-20 20:57 UTC  (8+ messages)
` [RFC v4 1/7] ext4: add aligned allocation hint in mballoc
` [RFC v4 2/7] ext4: allow inode preallocation for aligned alloc
` [RFC v4 3/7] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC v4 4/7] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC v4 5/7] ext4: add extsize hint support
` [RFC v4 6/7] ext4: make extsize work with EOF allocations
` [RFC v4 7/7] ext4: add ext4_map_blocks_extsize() wrapper to handle overwrites

[PATCH] fix the regression in ufs options parsing
 2025-07-20 20:54 UTC 

[PATCH v2 0/4] power: wire-up filesystem freeze/thaw with suspend/resume
 2025-07-20 19:23 UTC  (2+ messages)

[PATCH v4 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-20 18:52 UTC  (5+ messages)
` [PATCH v4 06/10] mm/mremap: check remap conditions earlier

[PATCH v2 0/7] Replace "__auto_type" with "auto"
 2025-07-20 18:07 UTC  (11+ messages)
` [PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH v2 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH v2 3/7] fs/proc: replace "__auto_type" with "const auto"
  ` [PATCH v2.1 "
` [PATCH v2 4/7] arch/nios2: replace "__auto_type" and adjacent equivalent with "auto"
` [PATCH v2 5/7] arch/x86: replace "__auto_type" "
` [PATCH v2 6/7] selftests/bpf: "
` [PATCH v2 7/7] tools/virtio: "

[PATCH] hpfs: add checks for ea addresses
 2025-07-20 14:22 UTC 

[PATCH v8 0/6] use per-vma locks for /proc/pid/maps reads
 2025-07-19 23:18 UTC  (8+ messages)
` [PATCH v8 1/6] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v8 2/6] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v8 3/6] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v8 4/6] selftests/proc: add verbose mode for /proc/pid/maps tearing tests
` [PATCH v8 5/6] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
` [PATCH v8 6/6] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[GIT PULL] vfs fixes
 2025-07-19 18:29 UTC  (2+ messages)

[PATCH 0/7] Replace "__auto_type" with "auto"
 2025-07-19 14:26 UTC  (15+ messages)
` [PATCH 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
` [PATCH 2/7] include/linux: change "__auto_type" to "auto"
` [PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
` [PATCH 4/7] arch/nios: "
` [PATCH 5/7] arch/x86: "
` [PATCH 6/7] selftests/bpf: "
` [PATCH 7/7] tools/virtio: "

[PATCH v3 0/4] Landlock: Disconnected directory handling
 2025-07-19 10:42 UTC  (5+ messages)
` [PATCH v3 1/4] landlock: Fix cosmetic change
` [PATCH v3 2/4] landlock: Fix handling of disconnected directories
` [PATCH v3 3/4] selftests/landlock: Add tests for access through disconnected paths
` [PATCH v3 4/4] selftests/landlock: Add disconnected leafs and branch test suites

[PATCH v2 0/3] Landlock: Disconnected directory handling
 2025-07-19 10:19 UTC  (5+ messages)
` [PATCH v2 1/3] landlock: Fix handling of disconnected directories

[PATCHSET RFC v3 1/3] libfuse: allow servers to use iomap for better file IO performance
 2025-07-19  7:34 UTC  (8+ messages)
` [PATCH 07/14] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
` [PATCH 08/14] libfuse: connect high level fuse library to fuse_reply_attr_iflags

[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
 2025-07-19  7:18 UTC  (16+ messages)
` [PATCH 2/7] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-18 20:21 UTC  (6+ messages)

[PATCHSET RFC v3 2/4] fuse: allow servers to use iomap for better file IO performance
 2025-07-18 20:20 UTC  (8+ messages)
` [PATCH 06/13] fuse: implement buffered IO with iomap

[PATCH 0/3] Compression fixes for ntfs3
 2025-07-18 19:53 UTC  (4+ messages)
` [PATCH 1/3] ntfs: Do not kmap pages used for reading from disk
` [PATCH 2/3] ntfs: Do not kmap page cache pages for compression
` [PATCH 3/3] ntfs: Do not overwrite uptodate pages

[PATCHSET RFC v3 2/3] libfuse: cache iomap mappings for even better file IO performance
 2025-07-18 18:51 UTC  (7+ messages)
` [PATCH 1/1] libfuse: enable iomap cache management

[GIT PULL] bcachefs fixes for 6.16-rc7
 2025-07-18 18:50 UTC  (2+ messages)

[PATCHSET RFC v3 3/3] libfuse: implement statx and syncfs
 2025-07-18 18:42 UTC  (7+ messages)
` [PATCH 3/4] libfuse: add statx support to the lower level library

[PATCH] fs: hidepid: Fixes hidepid non dumpable behavior
 2025-07-18 16:48 UTC  (8+ messages)

[PATCH v2 0/9] mm: vm_normal_page*() improvements
 2025-07-18 13:06 UTC  (30+ messages)
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()

[PATCH v3 00/21] ovl: narrow regions protected by i_rw_sem
 2025-07-18  9:11 UTC  (2+ messages)

[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
 2025-07-18  8:59 UTC  (5+ messages)
` [PATCH 1/2] selftests/eventpoll: Add test for multiple waiters
` [PATCH 2/2] eventpoll: Fix epoll_wait() report false negative

[PATCHSET RFC v3 3/3] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2025-07-17 23:47 UTC  (7+ messages)
` [PATCH 05/10] fuse2fs: debug timestamp updates
` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/10] fuse2fs: enable syncfs
` [PATCH 09/10] fuse2fs: skip the gdt write in op_destroy if syncfs is working
` [PATCH 10/10] fuse2fs: implement statx


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