messages from 2025-06-06 09:45:30 to 2025-06-09 13:01:52 UTC [more...]
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-06-09 13:01 UTC (13+ 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 v4 6/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
2025-06-09 13:00 UTC (15+ messages)
` [PATCH 1/5] VFS: merge lookup_one_qstr_excl_raw() back into lookup_one_qstr_excl()
` [PATCH 2/5] VFS: Minor fixes for porting.rst
` [PATCH 3/5] coda: use iterate_dir() in coda_readdir()
` [PATCH 4/5] exportfs: use lookup_one_unlocked()
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure
[PATCH v2 0/5] coredump: allow for flexible coredump handling
2025-06-09 12:56 UTC (2+ messages)
[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
2025-06-09 12:38 UTC (19+ messages)
` [PATCH v1 1/8] iomap: move buffered io bio logic into separate file
` [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 v1 6/8] fuse: use iomap for buffered writes
` [PATCH v1 7/8] fuse: use iomap for writeback
` [PATCH v1 8/8] fuse: use iomap for folio laundering
[PATCH] mm: add mmap_prepare() compatibility layer for nested file systems
2025-06-09 11:45 UTC (5+ messages)
[PATCH] binfmt_elf: use check_mul_overflow() for size calc
2025-06-09 11:25 UTC (2+ messages)
[HFS] generic/740 failure details
2025-06-09 10:52 UTC (4+ messages)
[xfstests o/012] unexpected failure on latest linux
2025-06-09 10:39 UTC
[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
2025-06-09 9:32 UTC (13+ messages)
[PATCH v5 0/5] Readahead tweaks for larger folios
2025-06-09 9:27 UTC (6+ messages)
` [PATCH v5 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [PATCH v5 2/5] mm/readahead: Terminate async readahead on natural boundary
` [PATCH v5 3/5] mm/readahead: Make space in struct file_ra_state
` [PATCH v5 4/5] mm/readahead: Store folio order "
` [PATCH v5 5/5] mm/filemap: Allow arch to request folio size for exec memory
[PATCH v2] mm: fix the inaccurate memory statistics issue for users
2025-06-09 8:56 UTC (7+ messages)
[BUG] WARNING in bdev_getblk
2025-06-09 8:39 UTC
[PATCH for-next v2 0/2] add ioctl to query protection info capabilities
2025-06-09 5:44 UTC (9+ messages)
` [PATCH for-next v2 2/2] fs: "
` [PATCH for-next v2 1/2] block: introduce pi_size field in blk_integrity
[PATCH v3 bpf-next 0/5] bpf path iterator
2025-06-09 8:08 UTC (11+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v3 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v3 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v3 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v3 bpf-next 5/5] selftests/bpf: Path walk test
[PATCH 0/8 preview] demonstrate proposed new locking strategy for directories
2025-06-09 7:34 UTC (9+ messages)
` [PATCH 1/8] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 2/8] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 3/8] fs/proc: take rcu_read_lock() in proc_sys_compare()
` [PATCH 4/8] VFS: Add ability to exclusively lock a dentry and use for open/create
` [PATCH 5/8] Introduce S_DYING which warns that S_DEAD might follow
` [PATCH 6/8] VFS: provide alternative to s_vfs_rename_mutex
` [PATCH 7/8] VFS: use new dentry locking for create/remove/rename
` [PATCH 8/8] VFS: allow a filesystem to opt out of directory locking
[PATCH 1/2] wait: add wait_event_freezable_killable_exclusive
2025-06-09 6:34 UTC (3+ messages)
` [PATCH 2/2] fuse: use freezable wait in fuse_get_req()
LInux NFSv4.1 client and server- case insensitive filesystems supported?
2025-06-09 5:57 UTC (8+ messages)
[PATCH 0/5 RFC] VFS: introduce new APIs to be used for directory locking
2025-06-09 5:01 UTC (6+ messages)
` [PATCH 1/5] VFS: introduce lookup_and_lock() and friends
` [PATCH 2/5] VFS/btrfs: add lookup_and_lock_killable()
` [PATCH 3/5] VFS: change old_dir and new_dir in struct renamedata to dentrys
` [PATCH 4/5] VFS: add lookup_and_lock_rename()
` [PATCH 5/5] VFS: introduce lock_and_check_dentry()
[PATCH] locking: detect spin_lock_irq() call with disabled interrupts
2025-06-09 4:25 UTC (5+ messages)
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-09 4:00 UTC (9+ messages)
[PATCH 0/7] Some random fixes and cleanups to shmem
2025-06-09 1:19 UTC (7+ 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()
[PATCH] utf8: Remove unused utf8_normalize
2025-06-09 1:19 UTC
[PATCH 0/4] smb/server: various clean-ups
2025-06-08 23:35 UTC (5+ messages)
` [PATCH 1/4] smb/server: use lookup_one_unlocked()
` [PATCH 2/4] smb/server: simplify ksmbd_vfs_kern_path_locked()
` [PATCH 3/4] smb/server: avoid deadlock when linking with ReplaceIfExists
` [PATCH 4/4] smb/server: add ksmbd_vfs_kern_path()
[git pull] mount fixes
2025-06-08 18:53 UTC (2+ messages)
[PATCH] ceph: add checking of wait_for_completion_killable() return value
2025-06-08 15:07 UTC (2+ messages)
[PATCH] ceph: fix wrong sizeof argument issue in register_session()
2025-06-08 15:06 UTC (2+ messages)
[PATCH] ceph: fix overflowed constant issue in ceph_do_objects_copy()
2025-06-08 15:06 UTC (2+ messages)
[PATCH v2] fs/proc/task_mmu: add VM_SHADOW_STACK for arm64 when support GCS
2025-06-08 7:35 UTC (4+ messages)
[syzbot] [bcachefs?] kernel BUG in vfs_get_tree (2)
2025-06-08 5:52 UTC
[PATCH v2] fuse: ensure all DAX pages are idle prior to filesystem unmount
2025-06-08 4:22 UTC
[PATCH] readahead: fix return value of page_cache_next_miss() when no hole is found
2025-06-08 3:00 UTC (5+ messages)
[PATCH] docs: proc: update VmFlags documentation in smaps
2025-06-08 2:57 UTC (3+ messages)
[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-06-08 1:41 UTC (4+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock
[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
2025-06-07 22:04 UTC (7+ messages)
` [PATCH v2 1/4] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s
` [PATCH v2 3/4] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH v2 4/4] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET
[PATCH] /proc/pid/smaps: add mo info for vma in NOMMU system
2025-06-07 21:18 UTC (3+ messages)
[PATCH] fs/proc/task_mmu: add VM_SHADOW_STACK for arm64 when support GCS
2025-06-07 13:08 UTC (3+ messages)
[RFC] separate the internal mount flags from the rest
2025-06-07 11:48 UTC (2+ messages)
[PATCH 0/2] backing_file accessors cleanup
2025-06-07 11:53 UTC (3+ messages)
` [PATCH 1/2] fs: constify file ptr in backing_file accessor helpers
` [PATCH 2/2] ovl: remove unneeded non-const conversion
[PATCH] ovl: fix regression caused for lookup helpers API changes
2025-06-07 10:56 UTC (5+ messages)
[GIT PULL] overlayfs update for 6.16
2025-06-07 10:41 UTC (6+ messages)
[PATCH 0/2] mount: fix detached mount regression
2025-06-07 5:20 UTC (8+ messages)
` [PATCH 1/2] "
[PATCH 0/5] ext4: fix insufficient credits when writing back large folios
2025-06-07 3:54 UTC (6+ messages)
` [PATCH 1/5] ext4: restart handle if credits are insufficient during writepages
[PATCH] proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al
2025-06-07 2:13 UTC
[GIT PULL v2] overlayfs update for 6.16
2025-06-07 1:17 UTC (2+ messages)
[PATCH 1/2] hfsplus: make splice write available again
2025-06-06 23:04 UTC (6+ messages)
` [PATCH 2/2] hfs: "
[PATCH v2] hfsplus: remove mutex_lock check in hfsplus_free_extents
2025-06-06 23:04 UTC (3+ messages)
[PATCH v2] hfs: fix not erasing deleted b-tree node issue
2025-06-06 23:03 UTC (2+ messages)
[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
2025-06-06 19:15 UTC (10+ messages)
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd
[PATCH v2 bpf-next 0/4] bpf path iterator
2025-06-06 17:01 UTC (10+ messages)
` [PATCH v2 bpf-next 1/4] namei: Introduce new helper function path_walk_parent()
` [PATCH v2 bpf-next 2/4] landlock: Use path_walk_parent()
[PATCH AUTOSEL 6.6 10/13] fuse: fix race between concurrent setattrs from multiple nodes
2025-06-06 15:43 UTC
[PATCH AUTOSEL 6.12 12/15] fuse: fix race between concurrent setattrs from multiple nodes
2025-06-06 15:42 UTC
[PATCH AUTOSEL 6.14 16/19] fuse: fix race between concurrent setattrs from multiple nodes
2025-06-06 15:42 UTC
[PATCH AUTOSEL 6.15 17/21] fuse: fix race between concurrent setattrs from multiple nodes
2025-06-06 15:41 UTC
[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
2025-06-06 15:24 UTC (4+ messages)
[PATCH 5/7] xfs: fill dirty folios on zero range of unwritten mappings
2025-06-06 15:20 UTC (3+ messages)
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-06 15:09 UTC (7+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
[PATCHSET RFC[RAP]] fuse: allow servers to use iomap for better file IO performance
2025-06-06 13:54 UTC (5+ messages)
` [PATCH 01/11] fuse: fix livelock in synchronous file put from fuseblk workers
[PATCH v1] selftests/landlock: Add test to check rule tied to covered mount point
2025-06-06 11:08 UTC
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-06-06 10:43 UTC (7+ messages)
[RFC PATCH 0/3] landlock: walk parent dir with RCU, without taking references
2025-06-06 10:25 UTC (5+ messages)
` [RFC PATCH 1/3] landlock: walk parent dir "
[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
2025-06-06 10:10 UTC (5+ messages)
` [PATCH RFC v2 04/28] vfs: allow mkdir to wait for delegation break on parent
[PATCH 0/3] nsfs: expose the stable inode numbers in a public header
2025-06-06 9:45 UTC (4+ messages)
` [PATCH 1/3] nsfs: move root inode number to uapi
` [PATCH 2/3] netns: use stable inode number for initial mount ns
` [PATCH 3/3] mntns: "
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).