linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-28 12:44:34 to 2025-03-04 08:04:49 UTC [more...]

[PATCH 00/27] f2fs folio conversions for v6.15
 2025-03-04  8:04 UTC  (7+ messages)
` [PATCH 17/27] f2fs: Add f2fs_get_node_folio()

[PATCH] inotify: disallow watches on unsupported filesystems
 2025-03-04  8:00 UTC 

[Kernel Bug] BUG: unable to handle kernel paging request in squashfs_cache_delete
 2025-03-04  7:50 UTC 

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-04  6:32 UTC  (31+ messages)

[linux-next:master] [fs] becb2cae42: BUG:kernel_NULL_pointer_dereference,address
 2025-03-04  6:14 UTC 

[PATCH v4 0/8] initramfs: kunit tests and cleanups
 2025-03-04  5:57 UTC  (9+ messages)
` [PATCH v4 1/8] init: add initramfs_internal.h
` [PATCH v4 2/8] initramfs_test: kunit tests for initramfs unpacking
` [PATCH v4 3/8] vsprintf: add simple_strntoul
` [PATCH v4 4/8] initramfs: avoid memcpy for hex header fields
` [PATCH v4 5/8] initramfs: allocate heap buffers together
` [PATCH v4 6/8] initramfs: reuse name_len for dir mtime tracking
` [PATCH v4 7/8] initramfs: fix hardlink hash leak without TRAILER
` [PATCH v4 8/8] initramfs: avoid static buffer for error message

[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-03-04  4:46 UTC  (5+ messages)
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages

[PATCHSET v8 0/12] Uncached buffered IO
 2025-03-04  3:12 UTC  (3+ messages)
` [PATCH 09/12] mm/filemap: drop streaming/uncached pages when writeback completes

[PATCH] [v2] filemap: Move prefaulting out of hot write path
 2025-03-04  2:37 UTC  (2+ messages)

[PATCH] the dm-loop target
 2025-03-04  2:13 UTC  (9+ messages)

[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
 2025-03-04  1:47 UTC  (5+ messages)
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c

[RFC PATCH 0/9] Landlock supervise: a mechanism for interactive permission requests
 2025-03-04  1:13 UTC  (10+ messages)
` [RFC PATCH 1/9] Define the supervisor and event structure
` [RFC PATCH 2/9] Refactor per-layer information in rulesets and rules
` [RFC PATCH 3/9] Adds a supervisor reference in the per-layer information
` [RFC PATCH 4/9] User-space API for creating a supervisor-fd
` [RFC PATCH 5/9] Define user structure for events and responses
` [RFC PATCH 6/9] Creating supervisor events for filesystem operations
` [RFC PATCH 7/9] Implement fdinfo for ruleset and supervisor fd
` [RFC PATCH 8/9] Implement fops for supervisor-fd
` [RFC PATCH 9/9] Enhance the sandboxer example to support landlock-supervise

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

[PATCH] f2fs: support F2FS_NOLINEAR_LOOKUP_FL
 2025-03-03 23:06 UTC 

[PATCH 0/3] some pipe + wait stuff
 2025-03-03 23:04 UTC  (4+ messages)
` [PATCH 1/3] pipe: drop an always true check in anon_pipe_write()
` [PATCH 2/3] pipe: cache 2 pages instead of 1
` [PATCH 3/3] wait: avoid spurious calls to prepare_to_wait_event() in ___wait_event()

[PATCH v12 0/2] fuse: add kernel-enforced request timeout option
 2025-03-03 22:43 UTC  (5+ messages)

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-03 22:43 UTC  (22+ 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 v3] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-03-03 20:31 UTC 

[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

[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 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 RFC 00/10] pidfs: provide information after task has been reaped
 2025-03-03 11:32 UTC  (22+ messages)
` [PATCH RFC 03/10] pidfs: move setting flags into pidfs_alloc_file()
` [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

[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)

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  (3+ messages)

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

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

[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)


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).