linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-09 23:25:58 to 2025-06-11 10:23:05 UTC [more...]

[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
 2025-06-11 10:23 UTC  (6+ messages)
    ` [PATCH for-next v3 1/2] block: introduce pi_size field in blk_integrity
    ` [PATCH for-next v3 2/2] fs: add ioctl to query metadata and protection info capabilities

[PATCH] fs/xattr.c: fix simple_xattr_list()
 2025-06-11 10:05 UTC  (4+ messages)

[PATCH] VFS: change try_lookup_noperm() to skip revalidation
 2025-06-11 10:03 UTC  (3+ messages)

[PATCH] fs: add missing values to TRACE_IOCB_STRINGS
 2025-06-11 10:02 UTC  (2+ messages)

[PATCH v5 0/5] Readahead tweaks for larger folios
 2025-06-11  9:57 UTC  (3+ messages)
` [PATCH v5 3/5] mm/readahead: Make space in struct file_ra_state

[RFC] dentry->d_flags locking
 2025-06-11  9:51 UTC  (29+ messages)
  ` [RFC][PATCHES v2] "
    ` [PATCH v2 01/21] d_set_mounted(): we don't need to bump seqcount component of rename_lock
      ` [PATCH v2 02/21] procfs: kill ->proc_dops
      ` [PATCH v2 03/21] new helper: d_splice_alias_ops()
      ` [PATCH v2 04/21] switch procfs from d_set_d_op() to d_splice_alias_ops()
      ` [PATCH v2 05/21] fuse: no need for special dentry_operations for root dentry
      ` [PATCH v2 06/21] new helper: set_default_d_op()
      ` [PATCH v2 07/21] split d_flags calculation out of d_set_d_op()
      ` [PATCH v2 08/21] correct the set of flags forbidden at d_set_d_op() time
      ` [PATCH v2 09/21] set_default_d_op(): calculate the matching value for ->d_flags
      ` [PATCH v2 10/21] simple_lookup(): just set DCACHE_DONTCACHE
      ` [PATCH v2 11/21] make d_set_d_op() static
      ` [PATCH v2 12/21] d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlier
      ` [PATCH v2 13/21] shmem: no dentry retention past the refcount reaching zero
      ` [PATCH v2 14/21] devpts, sunrpc, hostfs: don't bother with ->d_op
      ` [PATCH v2 15/21] kill simple_dentry_operations
      ` [PATCH v2 16/21] ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHE
      ` [PATCH v2 17/21] 9p: don't bother with always_delete_dentry
      ` [PATCH v2 18/21] efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()
      ` [PATCH v2 19/21] debugfs: use DCACHE_DONTCACHE
      ` [PATCH v2 20/21] configfs: "
      ` [PATCH v2 21/21] tracefs: set DCACHE_DONTCACHE

[PATCH 0/2] mount: fix detached mount regression
 2025-06-11  9:36 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH 0/2] backing_file accessors cleanup
 2025-06-11  9:13 UTC  (2+ messages)

[PATCH 0/7] Some random fixes and cleanups to shmem
 2025-06-11  9:11 UTC  (12+ messages)
` [PATCH 1/7] mm: shmem: correctly pass alloced parameter to shmem_recalc_inode() to avoid WARN_ON()
` [PATCH 2/7] mm: shmem: avoid setting error on splited entries in shmem_set_folio_swapin_error()

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-06-11  8:54 UTC  (10+ messages)

RWF_DONTCACHE documentation
 2025-06-11  8:41 UTC  (4+ messages)

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-11  7:31 UTC  (7+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support

[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
 2025-06-11  7:00 UTC  (10+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
` [PATCH 2/6] NFSD: filecache: add STATX_DIOALIGN and STATX_DIO_READ_ALIGN support
` [PATCH 3/6] NFSD: pass nfsd_file to nfsd_iter_read()
` [PATCH 4/6] fs: introduce RWF_DIRECT to allow using O_DIRECT on a per-IO basis
` [PATCH 5/6] NFSD: leverage DIO alignment to selectively issue O_DIRECT reads and writes
` [PATCH 6/6] NFSD: issue READs using O_DIRECT even if IO is misaligned

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-06-11  6:08 UTC  (37+ messages)
` [PATCH v1 2/8] iomap: add IOMAP_IN_MEM iomap type
` [PATCH v1 3/8] iomap: add buffered write support for IOMAP_IN_MEM iomaps
` [PATCH v1 4/8] iomap: add writepages "
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()

[PATCH 0/7] iomap: zero range folio batch support
 2025-06-11  3:56 UTC  (34+ messages)
` [PATCH 1/7] iomap: move pos+len BUG_ON() to after folio lookup
` [PATCH 2/7] filemap: add helper to look up dirty folios in a range
` [PATCH 3/7] iomap: optional zero range dirty folio processing
` [PATCH 5/7] xfs: fill dirty folios on zero range of unwritten mappings
` [PATCH 6/7] iomap: remove old partial eof zeroing optimization
` [PATCH RFC 7/7] xfs: error tag to force zeroing on debug kernels

[Bug] INFO: task hung in bdev_getblk in Linux kernel v6.15
 2025-06-11  2:57 UTC 

[PATCH 0/8 preview] demonstrate proposed new locking strategy for directories
 2025-06-11  2:49 UTC  (9+ messages)
` [PATCH 5/8] Introduce S_DYING which warns that S_DEAD might follow
` [PATCH 7/8] VFS: use new dentry locking for create/remove/rename

[PATCH v3 bpf-next 0/5] bpf path iterator
 2025-06-11  0:56 UTC  (10+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-11  0:16 UTC  (8+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock

[PATCH] hfs: add logic of correcting a next unused CNID
 2025-06-10 23:16 UTC 

[PATCHES][RFC][CFR] mount-related stuff
 2025-06-10 23:14 UTC  (29+ messages)
` [PATCH 01/26] copy_tree(): don't set ->mnt_mountpoint on the root of copy
  ` [PATCH 02/26] constify mnt_has_parent()
  ` [PATCH 03/26] pnode: lift peers() into pnode.h
  ` [PATCH 04/26] new predicate: mount_is_ancestor()
  ` [PATCH 05/26] constify is_local_mountpoint()
  ` [PATCH 06/26] new predicate: anon_ns_root(mount)
  ` [PATCH 07/26] dissolve_on_fput(): use anon_ns_root()
  ` [PATCH 08/26] don't set MNT_LOCKED on parentless mounts
  ` [PATCH 09/26] clone_mnt(): simplify the propagation-related logics
  ` [PATCH 10/26] do_umount(): simplify the "is it still mounted" checks
  ` [PATCH 11/26] sanitize handling of long-term internal mounts
  ` [PATCH 12/26] Rewrite of propagate_umount()
  ` [PATCH 13/26] attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
  ` [PATCH 14/26] do_move_mount(): take dropping the old mountpoint into attach_recursive_mnt()
  ` [PATCH 15/26] get rid of mnt_set_mountpoint_beneath()
  ` [PATCH 16/26] make commit_tree() usable in same-namespace move case
  ` [PATCH 17/26] attach_recursive_mnt(): unify the mnt_change_mountpoint() logics
  ` [PATCH 18/26] attach_recursive_mnt(): pass destination mount in all cases
  ` [PATCH 19/26] attach_recursive_mnt(): get rid of flags entirely
  ` [PATCH 20/26] do_move_mount(): get rid of 'attached' flag
  ` [PATCH 21/26] attach_recursive_mnt(): remove from expiry list on move
  ` [PATCH 22/26] take ->mnt_expire handling under mount_lock [read_seqlock_excl]
  ` [PATCH 23/26] pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()
  ` [PATCH 24/26] combine __put_mountpoint() with unhash_mnt()
  ` [PATCH 25/26] get rid of mountpoint->m_count
  ` [PATCH 26/26] don't have mounts pin their parents

[PATCH RESEND] doc: fuse: Add max_background and congestion_threshold
 2025-06-10 22:50 UTC  (2+ messages)

[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
 2025-06-10 22:25 UTC  (5+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
` [PATCH v3 4/6] KVM: guest_memfd: add support for userfaultfd minor

[PATCH] ceph: fix potential race condition of i_cap_delay_list access
 2025-06-10 19:05 UTC 

[RFC PATCH v2 0/3] fanotify HSM events for directories
 2025-06-10 15:25 UTC  (3+ messages)

WTS Available laptops and Memory
 2025-06-10 14:51 UTC 

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-10 13:37 UTC  (11+ messages)

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-10 13:17 UTC  (7+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd

[PATCH] /proc/pid/smaps: add mo info for vma in NOMMU system
 2025-06-10 11:15 UTC  (3+ messages)

[PATCH for-next v2 0/2] add ioctl to query protection info capabilities
 2025-06-10 10:26 UTC  (7+ messages)
  ` [PATCH for-next v2 2/2] fs: "

[PATCH v2] mm: add mmap_prepare() compatibility layer for nested file systems
 2025-06-10 10:06 UTC  (3+ messages)

[PATCH v2] mm: fix the inaccurate memory statistics issue for users
 2025-06-10  9:59 UTC  (10+ messages)

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-10  9:38 UTC  (9+ messages)
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown

[PATCH 5/5] Change vfs_mkdir() to unlock on failure
 2025-06-10  8:26 UTC  (4+ messages)

[BUG] WARNING in bdev_getblk
 2025-06-10  8:02 UTC  (4+ messages)

[PATCH] binfmt_elf: use check_mul_overflow() for size calc
 2025-06-10  7:59 UTC  (3+ messages)

[PATCH v2 0/1] MAINTAINERS: .mailmap: Update Hans de Goede's email address
 2025-06-10  7:49 UTC  (2+ messages)

[HFS] generic/740 failure details
 2025-06-10  5:43 UTC  (4+ messages)

LInux NFSv4.1 client and server- case insensitive filesystems supported?
 2025-06-10  5:34 UTC  (5+ messages)

fuse: suspend blockers
 2025-06-10  4:56 UTC  (3+ messages)

[PATCHv2 1/2] sched/wait: Add wait_event_state_exclusive()
 2025-06-10  4:52 UTC  (2+ messages)
` [PATCHv2 2/2] fuse: use freezable wait in fuse_get_req()

[PATCH v2] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-10  4:41 UTC  (2+ messages)

[PATCH v3 RESEND] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-06-10  2:10 UTC 

Perf regression in 6.16-rc1 in generic/676 (readdir related)
 2025-06-10  0:38 UTC  (2+ 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 NNTP newsgroup(s).