messages from 2025-06-10 07:59:25 to 2025-06-11 12:09:42 UTC [more...]
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-06-11 12:09 UTC (7+ 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 0/5] Minor cleanup preparation for some dir-locking API changes
2025-06-11 11:43 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] bpf path iterator
2025-06-11 11:36 UTC (14+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
[PATCH v2 0/6] ext4: fix insufficient credits when writing back large folios
2025-06-11 11:16 UTC (7+ messages)
` [PATCH v2 1/6] ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()
` [PATCH v2 2/6] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v2 3/6] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v2 4/6] ext4: correct the reserved credits for extent conversion
` [PATCH v2 5/6] ext4/jbd2: reintroduce jbd2_journal_blocks_per_page()
` [PATCH v2 6/6] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
[PATCH v5] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-06-11 11:22 UTC (2+ messages)
[PATCHES][RFC][CFR] mount-related stuff
2025-06-11 11:22 UTC (55+ 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 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
2025-06-11 10:51 UTC (12+ 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 v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-06-11 10:24 UTC (9+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock
[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 (6+ 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 v1 0/8] fuse: use iomap for buffered writes + writeback
2025-06-11 6:08 UTC (24+ messages)
` [PATCH v1 2/8] iomap: add IOMAP_IN_MEM iomap type
` [PATCH v1 4/8] iomap: add writepages support for IOMAP_IN_MEM iomaps
` [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 (28+ 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 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] hfs: add logic of correcting a next unused CNID
2025-06-10 23:16 UTC
[PATCH RESEND] doc: fuse: Add max_background and congestion_threshold
2025-06-10 22:50 UTC (2+ messages)
[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 (4+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).