messages from 2025-02-26 03:35:13 to 2025-02-28 07:46:14 UTC [more...]
[PATCH v3 00/12] large atomic writes for xfs with CoW
2025-02-28 7:45 UTC (19+ messages)
` [PATCH v3 01/12] xfs: Pass flags to xfs_reflink_allocate_cow()
` [PATCH v3 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v3 03/12] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v3 04/12] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v3 05/12] iomap: Support SW-based atomic writes
` [PATCH v3 06/12] iomap: Lift blocksize restriction on "
` [PATCH v3 07/12] xfs: Reflink CoW-based atomic write support
` [PATCH v3 08/12] xfs: Iomap SW-based "
` [PATCH v3 09/12] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v3 10/12] xfs: Commit CoW-based atomic writes atomically
` [PATCH v3 11/12] xfs: Update atomic write max size
` [PATCH v3 12/12] xfs: Allow block allocator to take an alignment hint
[PATCH 00/27] f2fs folio conversions for v6.15
2025-02-28 7:37 UTC (11+ messages)
` [PATCH 03/27] f2fs: Add f2fs_folio_put()
` [PATCH 20/27] f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio()
` [PATCH 21/27] f2fs: Add f2fs_get_read_data_folio()
` [PATCH 22/27] f2fs: Add f2fs_get_lock_data_folio()
[PATCH] README: add supported fs list
2025-02-28 6:31 UTC (4+ messages)
[PATCH] pipe_read: don't wake up the writer if the pipe is still full
2025-02-28 5:58 UTC (19+ messages)
[RFC] weird stuff in exfat_lookup()
2025-02-28 5:44 UTC (2+ messages)
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-28 3:42 UTC (22+ messages)
` [PATCH v9 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v9 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v9 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v9 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v9 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v9 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v9 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v9 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v9 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v9 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v9 11/20] mm: Allow compound zone device pages
` [PATCH v9 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v9 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v9 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v9 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v9 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v9 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v9 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v9 20/20] device/dax: Properly refcount device dax pages when mapping
[PATCH] fs: place f_ref to 3rd cache line in struct file to resolve false sharing
2025-02-28 2:00 UTC
[RFC] apfs: thoughts on upstreaming an out-of-tree module
2025-02-28 1:53 UTC
[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
2025-02-28 1:12 UTC (9+ messages)
` [Lsf-pc] "
[PATCH v2] pipe: cache 2 pages instead of 1
2025-02-27 23:11 UTC
[PATCH] pipe: cache 2 pages instead of 1
2025-02-27 22:07 UTC (3+ messages)
[PATCH 0/9] Orangefs fixes for 6.15
2025-02-27 20:18 UTC (4+ messages)
` [PATCH 3/9] orangefs: make open_for_read and open_for_write boolean
[PATCH v2] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-02-27 19:14 UTC (5+ messages)
[PATCH 0/6 v2] Change ->mkdir() and vfs_mkdir() to return a dentry
2025-02-27 19:02 UTC (10+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
[PATCH] watch_queue: fix pipe accounting mismatch
2025-02-27 17:41 UTC
[PATCH RFC namespace] Fix uninitialized uflags in SYSCALL_DEFINE5(move_mount)
2025-02-27 17:29 UTC (3+ messages)
[PATCH] selinux: add FILE__WATCH_MOUNTNS
2025-02-27 16:48 UTC (5+ messages)
[RFC] dentry->d_flags locking
2025-02-27 14:33 UTC (48+ 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: "
[REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c
2025-02-27 14:16 UTC (21+ messages)
Can you take ceph patches and ceph mm changes into the VFS tree?
2025-02-27 13:49 UTC (4+ messages)
[PATCH 1/1] iomap: propagate nowait to block layer
2025-02-27 11:58 UTC (5+ messages)
[PATCH] epoll: simplify ep_busy_loop by removing always 0 argument
2025-02-27 8:45 UTC (2+ messages)
[PATCH][next] fs: Fix uninitialized variable uflags
2025-02-27 8:09 UTC (2+ messages)
[PATCH v3 0/2] Minimize xa_node allocation during xarry split
2025-02-27 3:43 UTC (4+ messages)
` [PATCH v3 1/2] mm/filemap: use xas_try_split() in __filemap_add_folio()
` [PATCH v3 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[GIT PULL] bcachefs fixes for 6.14-rc5
2025-02-27 2:38 UTC (2+ messages)
[syzbot] [fs?] WARNING: bad unlock balance in traverse
2025-02-26 21:53 UTC (2+ messages)
[PATCH] Revert "libfs: Use d_children list to iterate simple_offset directories"
2025-02-26 20:33 UTC (6+ messages)
[PATCH] make sure IOMAP_F_BOUNDARY does not merge with next IO
2025-02-26 18:10 UTC (2+ messages)
[PATCH] mm: Assert the folio is locked in folio_start_writeback()
2025-02-26 16:21 UTC (2+ messages)
[PATCH] vboxsf: Convert to writepages
2025-02-26 15:33 UTC (2+ messages)
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-26 15:30 UTC (13+ messages)
` [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] netfs: Fix unbuffered writes
2025-02-26 15:21 UTC (2+ messages)
famfs port to fuse - questions
2025-02-26 15:14 UTC (2+ messages)
[PATCH v2 0/2] Minimize xa_node allocation during xarry split
2025-02-26 15:03 UTC (15+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[PATCH 1/2] affs: generate OFS sequence numbers starting at 1
2025-02-26 14:31 UTC (2+ messages)
[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
2025-02-26 13:59 UTC (7+ messages)
` [PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer
` [PATCH v6 2/5] mm/mempolicy: export memory policy symbols
` [PATCH v6 3/5] KVM: guest_memfd: Pass file pointer instead of inode pointer
` [PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH v6 5/5] KVM: guest_memfd: selftests: add tests for mmap and NUMA policy support
[PATCH] netfs: Use rreq->issued_to instead of rreq->submitted
2025-02-26 13:29 UTC
[PATCH v1] exfat: support batch discard of clusters when freeing clusters
2025-02-26 12:41 UTC (2+ messages)
[PATCH] fs/hfsplus: Improve btree clump size calculation and fix parameter parsing
2025-02-26 10:31 UTC
[PATCH v8] fuse: add more control over cache invalidation behaviour
2025-02-26 9:14 UTC
[PATCH v3 00/12] iomap: incremental advance conversion -- phase 2
2025-02-26 8:43 UTC (2+ messages)
[syzbot] [netfs?] kernel BUG in folio_unlock (3)
2025-02-26 8:41 UTC (2+ messages)
[PATCH] fs: namespace: fix uninitialized variable use
2025-02-26 8:23 UTC (2+ messages)
[PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
2025-02-26 3:35 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