Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-16 00:50:55 to 2025-09-16 16:43:44 UTC [more...]

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

[RFC PATCH v0] mm/vmscan: Add readahead LRU to improve readahead file page reclamation efficiency
 2025-09-16 16:33 UTC  (2+ messages)

[patch V2 0/6] uaccess: Provide and use scopes for user masked access
 2025-09-16 16:33 UTC  (7+ messages)
` [patch V2 1/6] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V2 2/6] kbuild: Disable asm goto on clang < 17
` [patch V2 3/6] uaccess: Provide scoped masked user access regions
` [patch V2 4/6] futex: Convert to scoped masked user access
` [patch V2 5/6] x86/futex: "
` [patch V2 6/6] select: "

next-20250915: LTP chdir01 df01_sh stat04 tst_device.c:97: TBROK: Could not stat loop device 0
 2025-09-16 16:31 UTC  (4+ messages)

[PATCHSET v5.1] iomap: cleanups ahead of adding fuse support
 2025-09-16 16:29 UTC  (4+ messages)
` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities
` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer

[PATCH] nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
 2025-09-16 16:22 UTC 

[PATCHSET RFC v5 1/6] libfuse: general bug fixes
 2025-09-16 16:16 UTC  (4+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header

[PATCH v2 0/7] vma count: fixes, test and improvements
 2025-09-16 15:52 UTC  (14+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event

[PATCHSET RFC v5 2/8] iomap: cleanups ahead of adding fuse support
 2025-09-16 14:50 UTC  (7+ messages)
` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities
` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer

[PATCHSET RFC v5 1/8] fuse: general bug fixes
 2025-09-16 14:48 UTC  (4+ messages)
` [PATCH 7/8] fuse: propagate default and file acls on creation

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

[PATCH v4 00/12] hide ->i_state behind accessors
 2025-09-16 13:59 UTC  (13+ messages)
` [PATCH v4 01/12] fs: provide accessors for ->i_state
` [PATCH v4 02/12] fs: use ->i_state accessors in core kernel
` [PATCH v4 03/12] fs: mechanically convert most filesystems to use ->i_state accessors
` [PATCH v4 04/12] btrfs: use the new "
` [PATCH v4 05/12] netfs: "
` [PATCH v4 06/12] nilfs2: "
` [PATCH v4 07/12] xfs: "
` [PATCH v4 08/12] ext4: "
` [PATCH v4 09/12] f2fs: "
` [PATCH v4 10/12] ceph: "
` [PATCH v4 11/12] overlayfs: "
` [PATCH v4 12/12] fs: make plain ->i_state access fail to compile

[RFC PATCH v6 0/4] fuse: work queues to invalided dentries
 2025-09-16 13:53 UTC  (5+ messages)
` [RFC PATCH v6 1/4] dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()
` [RFC PATCH v6 2/4] fuse: new work queue to periodically invalidate expired dentries
` [RFC PATCH v6 3/4] fuse: new work queue to invalidate dentries from old epochs
` [RFC PATCH v6 4/4] fuse: refactor fuse_conn_put() to remove negative logic

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

[PATCH] ovl: check before dereferencing s_root field
 2025-09-16 13:29 UTC  (5+ messages)

[PATCH v1 1/1] lock_mount(): Remove unused function
 2025-09-16 12:37 UTC  (4+ messages)

[PATCH 0/3] xfs: hint based zone allocation improvements
 2025-09-16 11:34 UTC  (6+ messages)
  ` [PATCH 1/3] fs: add an enum for number of life time hints

[PATCH 0/2] ext4: fix an data corruption issue in nojournal mode
 2025-09-16 10:57 UTC  (5+ messages)
` [PATCH 1/2] jbd2: ensure that all ongoing I/O complete before freeing blocks
` [PATCH 2/2] ext4: wait for ongoing I/O to "

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-16 10:51 UTC  (17+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "

New September Order. 99166 Tuesday, September 16, 2025 at 11:46:51 AM
 2025-09-16  9:46 UTC 

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-09-16  9:25 UTC  (2+ messages)

[PATCH v2] fs/fuse: fix potential memory leak from fuse_uring_cancel
 2025-09-16  9:17 UTC  (8+ messages)

[PATCH v2 0/3] fs: replace wq users and add WQ_PERCPU to alloc_workqueue() users
 2025-09-16  8:29 UTC  (4+ messages)
` [PATCH v2 1/3] fs: replace use of system_unbound_wq with system_dfl_wq
` [PATCH v2 2/3] fs: replace use of system_wq with system_percpu_wq
` [PATCH v2 3/3] fs: WQ_PERCPU added to alloc_workqueue users

[RFC] Another take at restarting FUSE servers
 2025-09-16  7:59 UTC  (12+ messages)

[PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-09-16  6:34 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-16  6:23 UTC  (3+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()

[syzbot] [ext4?] possible deadlock in do_writepages (2)
 2025-09-16  6:02 UTC 

[PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
 2025-09-16  5:55 UTC  (2+ messages)

[PATCH v2 21/33] net: support ns lookup
 2025-09-16  3:59 UTC  (2+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-16  3:09 UTC  (5+ messages)
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[RFC PATCH v6 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2025-09-16  2:00 UTC  (3+ messages)
` [RFC PATCH v6 1/2] mm: guestmem: "

[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-16  1:55 UTC  (3+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-16  1:48 UTC  (2+ messages)

[PATCHSET RFC v5 9/9] fuse4fs: run servers as a contained service
 2025-09-16  1:09 UTC  (5+ messages)
` [PATCH 1/4] libext2fs: fix MMP code to work with unixfd IO manager
` [PATCH 2/4] fuse4fs: enable safe service mode
` [PATCH 3/4] fuse4fs: set proc title when in fuse "
` [PATCH 4/4] fuse4fs: set iomap backing device blocksize

[PATCHSET RFC v5 8/9] fuse2fs: improve block and inode caching
 2025-09-16  1:08 UTC  (7+ messages)
` [PATCH 1/6] libsupport: add caching IO manager
` [PATCH 2/6] iocache: add the actual buffer cache
` [PATCH 3/6] iocache: bump buffer mru priority every 50 accesses
` [PATCH 4/6] fuse2fs: enable caching IO manager
` [PATCH 5/6] fuse2fs: increase inode cache size
` [PATCH 6/6] libext2fs: improve caching for inodes

[PATCHSET RFC v5 7/9] fuse2fs: cache iomap mappings for even better file IO performance
 2025-09-16  1:06 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: enable caching of iomaps
` [PATCH 2/3] fuse2fs: be smarter about caching iomaps
` [PATCH 3/3] fuse2fs: enable iomap

[PATCHSET RFC v5 6/9] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2025-09-16  1:06 UTC  (11+ messages)
` [PATCH 01/10] fuse2fs: add strictatime/lazytime mount options
` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/10] fuse2fs: better debugging for file mode updates
` [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: set sync, immutable, and append at file load time

[PATCHSET RFC v5 5/9] fuse4fs: specify the root node id
 2025-09-16  1:03 UTC  (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible

[PATCHSET RFC v5 4/9] fuse2fs: use fuse iomap data paths for better file I/O performance
 2025-09-16  1:03 UTC  (18+ messages)
` [PATCH 01/17] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/17] fuse2fs: add iomap= mount option
` [PATCH 03/17] fuse2fs: implement iomap configuration
` [PATCH 04/17] fuse2fs: register block devices for use with iomap
` [PATCH 05/17] fuse2fs: implement directio file reads
` [PATCH 06/17] fuse2fs: add extent dump function for debugging
` [PATCH 07/17] fuse2fs: implement direct write support
` [PATCH 08/17] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/17] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/17] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/17] fuse2fs: avoid fuseblk mode if fuse-iomap support is likely
` [PATCH 12/17] fuse2fs: enable file IO to inline data files
` [PATCH 13/17] fuse2fs: set iomap-related inode flags
` [PATCH 14/17] fuse2fs: configure block device block size
` [PATCH 15/17] fuse4fs: separate invalidation
` [PATCH 16/17] fuse2fs: implement statx
` [PATCH 17/17] fuse2fs: enable atomic writes

[PATCHSET RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
 2025-09-16  0:58 UTC  (11+ messages)
` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
` [PATCH 02/10] libext2fs: always fsync the device when flushing the cache
` [PATCH 03/10] libext2fs: always fsync the device when closing the unix IO manager
` [PATCH 04/10] libext2fs: only fsync the unix fd if we wrote to the device
` [PATCH 05/10] libext2fs: invalidate cached blocks when freeing them
` [PATCH 06/10] libext2fs: only flush affected blocks in unix_write_byte
` [PATCH 07/10] libext2fs: allow unix_write_byte when the write would be aligned
` [PATCH 08/10] libext2fs: allow clients to ask to write full superblocks
` [PATCH 09/10] libext2fs: allow callers to disallow I/O to file data blocks
` [PATCH 10/10] libext2fs: add posix advisory locking to the unix IO manager

[PATCHSET RFC v5 2/9] fuse4fs: fork a low level fuse server
 2025-09-16  0:56 UTC  (22+ messages)
` [PATCH 01/21] fuse2fs: separate libfuse3 and fuse2fs detection in configure
` [PATCH 02/21] fuse2fs: start porting fuse2fs to lowlevel libfuse API
` [PATCH 03/21] debian: create new package for fuse4fs
` [PATCH 04/21] fuse4fs: namespace some helpers
` [PATCH 05/21] fuse4fs: convert to low level API
` [PATCH 06/21] libsupport: port the kernel list.h to libsupport
` [PATCH 07/21] libsupport: add a cache
` [PATCH 08/21] cache: disable debugging
` [PATCH 09/21] cache: use modern list iterator macros
` [PATCH 10/21] cache: embed struct cache in the owner
` [PATCH 11/21] cache: pass cache pointer to callbacks
` [PATCH 12/21] cache: pass a private data pointer through cache_walk
` [PATCH 13/21] cache: add a helper to grab a new refcount for a cache_node
` [PATCH 14/21] cache: return results of a cache flush
` [PATCH 15/21] cache: add a "get only if incore" flag to cache_node_get
` [PATCH 16/21] cache: support gradual expansion
` [PATCH 17/21] cache: implement automatic shrinking
` [PATCH 18/21] fuse4fs: add cache to track open files
` [PATCH 19/21] fuse4fs: use the orphaned inode list
` [PATCH 20/21] fuse4fs: implement FUSE_TMPFILE
` [PATCH 21/21] fuse4fs: create incore reverse orphan list


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