messages from 2025-02-24 14:07:16 to 2025-02-25 20:34:45 UTC [more...]
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-02-25 20:34 UTC (16+ messages)
[PATCH v2 0/2] Minimize xa_node allocation during xarry split
2025-02-25 20:32 UTC (16+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[PATCH v3] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-25 20:25 UTC (4+ messages)
[RFC PATCH 1/4] fs: Add FS_XFLAG_COMPRESSED & FS_XFLAG_ENCRYPTED for FS_IOC_FS[GS]ETXATTR API
2025-02-25 20:14 UTC (14+ messages)
[RFC PATCH 0/4] fs: Add support for Windows file attributes
2025-02-25 20:07 UTC (4+ messages)
` [RFC PATCH 3/4] fs: Implement support for fsx_xflags_mask, fsx_xflags2 and fsx_xflags2_mask into vfs
[PATCH v19 0/4] overlayfs override_creds=off & nested get xattr fix
2025-02-25 19:26 UTC (2+ messages)
[PATCH v2 00/11] large atomic writes for xfs with CoW
2025-02-25 18:07 UTC (36+ messages)
` [PATCH v2 01/11] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v2 02/11] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v2 03/11] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v2 04/11] iomap: Support CoW-based atomic writes
` [PATCH v2 06/11] xfs: Reflink CoW-based atomic write support
` [PATCH v2 07/11] xfs: iomap "
` [PATCH v2 08/11] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v2 09/11] xfs: Commit CoW-based atomic writes atomically
` [PATCH v2 10/11] xfs: Update atomic write max size
` [PATCH v2 11/11] xfs: Allow block allocator to take an alignment hint
[RFC] dentry->d_flags locking
2025-02-25 17:56 UTC (28+ messages)
` [PATCH 01/21] procfs: kill ->proc_dops
` [PATCH 02/21] new helper: d_splice_alias_ops()
` [PATCH 03/21] switch procfs from d_set_d_op() to d_splice_alias_ops()
` [PATCH 04/21] fuse: no need for special dentry_operations for root dentry
` [PATCH 05/21] new helper: set_default_d_op()
` [PATCH 06/21] split d_flags calculation out of d_set_d_op()
` [PATCH 07/21] set_default_d_op(): calculate the matching value for ->d_flags
` [PATCH 08/21] simple_lookup(): just set DCACHE_DONTCACHE
` [PATCH 09/21] make d_set_d_op() static
` [PATCH 10/21] d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlier
` [PATCH 11/21] nsfs, pidfs: drop the pointless ->d_delete()
` [PATCH 12/21] shmem: no dentry retention past the refcount reaching zero
` [PATCH 13/21] devpts, sunrpc: don't bother with ->d_delete or ->d_op, for that matter
` [PATCH 14/21] hostfs: don't bother with ->d_op
` [PATCH 15/21] kill simple_dentry_operations
` [PATCH 16/21] ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHE
` [PATCH 17/21] 9p: don't bother with always_delete_dentry
` [PATCH 18/21] efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry()
` [PATCH 19/21] debugfs: use DCACHE_DONTCACHE
` [PATCH 20/21] configfs: "
` [PATCH 21/21] afs dynroot: "
[GIT PULL] vfs fixes
2025-02-25 17:52 UTC (2+ messages)
[PATCH 0/2] Alternative "pid_max" for 32-bit userspace
2025-02-25 17:36 UTC (5+ messages)
` [PATCH 1/2] Revert "pid: allow pid_max to be set per pid namespace"
` [PATCH 2/2] pid: Optional first-fit pid allocation
[PATCH v12 0/2] fuse: add kernel-enforced request timeout option
2025-02-25 17:35 UTC (3+ messages)
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-25 16:55 UTC (11+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
2025-02-25 16:36 UTC (13+ messages)
` [Lsf-pc] "
[PATCH v2] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT
2025-02-25 16:04 UTC (12+ messages)
[PATCH] pipe_read: don't wake up the writer if the pipe is still full
2025-02-25 14:26 UTC (6+ messages)
[PATCH] fuse: don't truncate cached, mutated symlink
2025-02-25 13:01 UTC (5+ messages)
[PATCH v2 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-02-25 10:56 UTC (35+ messages)
` [PATCH v2 01/20] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v2 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v2 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v2 04/20] mm: move hugetlb specific things in folio to page[3]
` [PATCH v2 05/20] mm: move _pincount in folio to page[2] on 32bit
` [PATCH v2 06/20] mm: move _entire_mapcount "
` [PATCH v2 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
` [PATCH v2 08/20] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v2 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v2 10/20] bit_spinlock: __always_inline (un)lock functions
` [PATCH v2 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v2 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb)
` [PATCH v2 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
` [PATCH v2 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
` [PATCH v2 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v2 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v2 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
[PATCH] iomap: Minor code simplification in iomap_dio_bio_iter()
2025-02-25 10:55 UTC (3+ messages)
[RFC PATCH v2] fuse: fix race in fuse_notify_store()
2025-02-25 10:37 UTC (5+ messages)
[syzbot] [netfs?] KCSAN: data-race in netfs_advance_write / netfs_write_collection_worker
2025-02-25 10:36 UTC
[PATCH 0/3] mount: handle mount propagation for detached mount trees
2025-02-25 10:15 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests: add test for detached mount tree propagation
` [PATCH 3/3] selftests: test subdirectory mounting
[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-25 6:23 UTC (4+ messages)
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping
famfs port to fuse - questions
2025-02-24 23:40 UTC (2+ messages)
[PATCH 3/6] ceph: return the correct dentry on mkdir
2025-02-24 23:29 UTC (5+ messages)
[PATCH v3 0/9] Remove accesses to page->index from ceph
2025-02-24 22:24 UTC (7+ messages)
` [PATCH v3 10/9] fs: Remove page_mkwrite_check_truncate()
[PATCH 0/9] Orangefs fixes for 6.15
2025-02-24 18:05 UTC (10+ messages)
` [PATCH 1/9] orangefs: Do not truncate file size
` [PATCH 2/9] orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.c
` [PATCH 3/9] orangefs: make open_for_read and open_for_write boolean
` [PATCH 4/9] orangefs: Remove orangefs_writepage()
` [PATCH 5/9] orangefs: Convert orangefs_writepage_locked() to take a folio
` [PATCH 6/9] orangefs: Pass mapping to orangefs_writepages_work()
` [PATCH 7/9] orangefs: Unify error & success paths in orangefs_writepages_work()
` [PATCH 8/9] orangefs: Simplify bvec setup "
` [PATCH 9/9] orangefs: Convert orangefs_writepages to contain an array of folios
[syzbot] [hfs?] KASAN: slab-out-of-bounds Read in hfsplus_bmap_alloc
2025-02-24 18:04 UTC
[PATCH] Fuse: Add backing file support for uring_cmd
2025-02-24 16:24 UTC (11+ messages)
[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
2025-02-24 15:56 UTC (3+ messages)
virtiofs uuid and file handles
2025-02-24 15:53 UTC (7+ messages)
` Persistent FUSE file handles (Was: virtiofs uuid and file handles)
` LOOKUP_HANDLE and FUSE passthrough (was: Persistent FUSE "
[PATCH] selinux: add FILE__WATCH_MOUNTNS
2025-02-24 15:48 UTC
[PATCH v3 00/12] iomap: incremental advance conversion -- phase 2
2025-02-24 14:47 UTC (13+ messages)
` [PATCH v3 01/12] iomap: advance the iter directly on buffered read
` [PATCH v3 02/12] iomap: advance the iter on direct I/O
` [PATCH v3 03/12] iomap: convert misc simple ops to incremental advance
` [PATCH v3 04/12] dax: advance the iomap_iter in the read/write path
` [PATCH v3 05/12] dax: push advance down into dax_iomap_iter() for read and write
` [PATCH v3 06/12] dax: advance the iomap_iter on zero range
` [PATCH v3 07/12] dax: advance the iomap_iter on unshare range
` [PATCH v3 08/12] dax: advance the iomap_iter on dedupe range
` [PATCH v3 09/12] dax: advance the iomap_iter on pte and pmd faults
` [PATCH v3 10/12] iomap: remove unnecessary advance from iomap_iter()
` [PATCH v3 11/12] iomap: rename iomap_iter processed field to status
` [PATCH v3 12/12] iomap: introduce a full map advance helper
[PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
2025-02-24 14:22 UTC (3+ messages)
[PATCHSET v4 0/7] io_uring epoll wait support
2025-02-24 14:17 UTC (3+ messages)
` [PATCH 5/5] io_uring/epoll: add support for IORING_OP_EPOLL_WAIT
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).