Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-02-28 03:31:39 to 2025-03-03 20:32:02 UTC [more...]

[PATCH v3] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-03-03 20:31 UTC 

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-03 20:27 UTC  (25+ messages)

[PATCH 0/6] ITER_XARRAY cleanups and consequences
 2025-03-03 17:53 UTC  (7+ messages)
` [PATCH 1/6] iov_iter: Convert iter_xarray_populate_pages() to use folios
` [PATCH 2/6] iov_iter: Convert iov_iter_extract_xarray_pages() "
` [PATCH 3/6] pagemap: Remove find_subpage()
` [PATCH 4/6] filemap: Convert __readahead_batch() to use a folio
` [PATCH 5/6] pagemap: Remove readahead_page_batch()
` [PATCH 6/6] mm: Delete thp_nr_pages()

[GIT PULL] AFFS fixes for 6.14-rc5
 2025-03-03 17:57 UTC  (2+ messages)

[PATCH v4 00/12] large atomic writes for xfs with CoW
 2025-03-03 17:11 UTC  (13+ messages)
` [PATCH v4 01/12] xfs: Pass flags to xfs_reflink_allocate_cow()
` [PATCH v4 02/12] iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HW
` [PATCH v4 03/12] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH v4 04/12] xfs: Refactor xfs_reflink_end_cow_extent()
` [PATCH v4 05/12] iomap: Support SW-based atomic writes
` [PATCH v4 06/12] iomap: Lift blocksize restriction on "
` [PATCH v4 07/12] xfs: Reflink CoW-based atomic write support
` [PATCH v4 08/12] xfs: Iomap SW-based "
` [PATCH v4 09/12] xfs: Add xfs_file_dio_write_atomic()
` [PATCH v4 10/12] xfs: Commit CoW-based atomic writes atomically
` [PATCH v4 11/12] xfs: Update atomic write max size
` [PATCH v4 12/12] xfs: Allow block allocator to take an alignment hint

[PATCH] the dm-loop target
 2025-03-03 17:24 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Changing reference counting rules for inodes
 2025-03-03 17:00 UTC 

[PATCH AUTOSEL 5.4 1/4] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:32 UTC 

[PATCH AUTOSEL 5.10 4/8] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:32 UTC 

[PATCH AUTOSEL 5.15 4/9] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:31 UTC 

[PATCH AUTOSEL 6.1 4/9] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:31 UTC 

[PATCH AUTOSEL 6.6 04/11] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:31 UTC 

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-03 16:30 UTC  (21+ messages)
` [PATCH v3 01/20] mm: factor out large folio handling from folio_order() into folio_large_order()
` [PATCH v3 02/20] mm: factor out large folio handling from folio_nr_pages() into folio_large_nr_pages()
` [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page
` [PATCH v3 04/20] mm: move hugetlb specific things in folio to page[3]
` [PATCH v3 05/20] mm: move _pincount in folio to page[2] on 32bit
` [PATCH v3 06/20] mm: move _entire_mapcount "
` [PATCH v3 07/20] mm/rmap: pass dst_vma to folio_dup_file_rmap_pte() and friends
` [PATCH v3 08/20] mm/rmap: pass vma to __folio_add_rmap()
` [PATCH v3 09/20] mm/rmap: abstract large mapcount operations for large folios (!hugetlb)
` [PATCH v3 10/20] bit_spinlock: __always_inline (un)lock functions
` [PATCH v3 11/20] mm/rmap: use folio_large_nr_pages() in add/remove functions
` [PATCH v3 12/20] mm/rmap: basic MM owner tracking for large folios (!hugetlb)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
` [PATCH v3 14/20] mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()
` [PATCH v3 15/20] mm: CONFIG_NO_PAGE_MAPCOUNT to prepare for not maintain per-page mapcounts in large folios
` [PATCH v3 16/20] fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 17/20] fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 18/20] fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 19/20] fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup (CONFIG_NO_PAGE_MAPCOUNT)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)

[PATCH AUTOSEL 6.12 05/17] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:30 UTC 

[PATCH AUTOSEL 6.13 05/17] fuse: don't truncate cached, mutated symlink
 2025-03-03 16:29 UTC 

[PATCH] ecryptfs: remove NULL remount_fs from super_operations
 2025-03-03 15:49 UTC  (3+ messages)

[PATCH 0/6 v2] Change ->mkdir() and vfs_mkdir() to return a dentry
 2025-03-03 14:46 UTC  (3+ messages)
` [PATCH 4/6] fuse: return correct dentry for ->mkdir

[PATCH] nfs: Fix incorrect read-only status reporting in mountstats
 2025-03-03 14:33 UTC 

[PATCH v3 00/12] large atomic writes for xfs with CoW
 2025-03-03 13:45 UTC  (6+ messages)
` [PATCH v3 09/12] xfs: Add xfs_file_dio_write_atomic()

[PATCH v12 0/2] fuse: add kernel-enforced request timeout option
 2025-03-03 11:38 UTC  (4+ messages)

[PATCH RFC 00/10] pidfs: provide information after task has been reaped
 2025-03-03 11:32 UTC  (25+ messages)
` [PATCH RFC 01/10] pidfs: switch to copy_struct_to_user()
` [PATCH RFC 02/10] pidfd: rely on automatic cleanup in __pidfd_prepare()
` [PATCH RFC 03/10] pidfs: move setting flags into pidfs_alloc_file()
` [PATCH RFC 04/10] pidfs: add inode allocation
` [PATCH RFC 05/10] pidfs: record exit code and cgroupid at exit
` [PATCH RFC 06/10] pidfs: allow to retrieve exit information
` [PATCH RFC 07/10] selftests/pidfd: fix header inclusion
` [PATCH RFC 08/10] pidfs/selftests: ensure correct headers for ioctl handling
` [PATCH RFC 09/10] selftests/pidfd: move more defines to common header
` [PATCH RFC 10/10] selftests/pidfd: add PIDFD_INFO_EXIT tests

[PATCH RESEND 0/2] Fix calculations in trace_balance_dirty_pages() for cgwb
 2025-03-03 10:06 UTC  (3+ messages)
` [PATCH RESEND 1/2] writeback: Let trace_balance_dirty_pages() take struct dtc as parameter
` [PATCH RESEND 2/2] writeback: Fix calculations in trace_balance_dirty_pages() for cgwb

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-03-03  9:29 UTC  (4+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP

[PATCH v6 4/5] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
 2025-03-03  8:58 UTC  (3+ messages)

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-03-03  8:58 UTC  (21+ messages)
` [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

[GIT PULL v2] crypto: Add Kerberos crypto lib
 2025-03-03  8:44 UTC 

Calling folio_end_writeback() inside a spinlock under task context?
 2025-03-03  5:33 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in hfsplus_bnode_read in v6.14-rc4 kernel
 2025-03-03  3:59 UTC  (2+ messages)

[PATCH 00/27] f2fs folio conversions for v6.15
 2025-03-03  3:15 UTC  (12+ messages)
` [PATCH 17/27] f2fs: Add f2fs_get_node_folio()
` [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()

KASAN: slab-out-of-bounds Write in hfs_bnode_read
 2025-03-03  2:54 UTC 

[PATCH] proc: fix use-after-free in proc_get_inode()
 2025-03-03  2:12 UTC  (4+ messages)

[syzbot] [xfs?] WARNING in fsnotify_file_area_perm
 2025-03-02 16:32 UTC 

[PATCH v2 09/11] fs: reorder capability check last
 2025-03-02 16:06 UTC 

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-03-02 12:20 UTC  (5+ messages)

[PATCH] cred: Fix RCU warnings in override/revert_creds
 2025-03-02 12:01 UTC  (2+ messages)

[PATCH] hfsplus: Prevent out-of-bounds read in hfsplus_bnode_move
 2025-03-02 11:54 UTC 

[PATCH] fs: predict no error in close()
 2025-03-02 11:52 UTC  (2+ messages)

[RFC] apfs: thoughts on upstreaming an out-of-tree module
 2025-03-02 10:55 UTC  (6+ messages)

[GIT PULL] crypto: Add Kerberos crypto lib
 2025-03-02  6:09 UTC  (2+ messages)

[PATCH v3 08/12] xfs: Iomap SW-based atomic write support
 2025-03-01 19:44 UTC  (2+ messages)

[PATCH 0/9] Orangefs fixes for 6.15
 2025-03-01 14:34 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] xfstests: Centralizing filesystem configs and device configs
 2025-03-01 13:17 UTC  (6+ messages)

mismerge alarm Re: [RFC] dentry->d_flags locking
 2025-03-01 12:17 UTC 

[PATCH v2] proc: fix UAF in proc_get_inode()
 2025-03-01 12:06 UTC 

[PATCH] README: add supported fs list
 2025-03-01 11:30 UTC  (6+ messages)

[PATCH] fs: place f_ref to 3rd cache line in struct file to resolve false sharing
 2025-03-01 10:07 UTC  (4+ messages)

[PATCH] netfs: Fix collection of results during pause when collection offloaded
 2025-03-01  0:54 UTC  (2+ messages)

[PATCH] [v2] filemap: Move prefaulting out of hot write path
 2025-02-28 20:37 UTC 

[PATCH 0/2] efivarfs: fix hibernation problem with EFI variables
 2025-02-28 17:53 UTC  (5+ messages)
` [PATCH 2/2] efivarfs: add variable resync after hibernation

[PATCH v6 0/5] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-28 17:51 UTC  (4+ messages)
` [PATCH v6 1/5] mm/filemap: add mempolicy support to the filemap layer

[RFC] weird stuff in exfat_lookup()
 2025-02-28 16:03 UTC  (3+ messages)

[PATCH] make sure IOMAP_F_BOUNDARY does not merge with next IO
 2025-02-28 11:30 UTC  (3+ messages)

[PATCH v3 0/9] Remove accesses to page->index from ceph
 2025-02-28 10:22 UTC  (2+ messages)

[RFC PATCH 0/4] ceph: fix generic/421 test failure
 2025-02-28 10:22 UTC  (2+ messages)

[PATCH] watch_queue: fix pipe accounting mismatch
 2025-02-28 10:17 UTC  (2+ messages)

[PATCH] pipe: cache 2 pages instead of 1
 2025-02-28 10:16 UTC  (4+ messages)

[PATCH] hfsplus: fix 32-bit integer overflow in statfs()
 2025-02-28  9:41 UTC 

[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
 2025-02-28  9:07 UTC  (9+ messages)
` [Lsf-pc] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox