Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-05 06:42:18 to 2026-08-06 22:14:45 UTC [more...]

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-06 22:14 UTC  (36+ messages)
    ` [PATCH V12 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
    ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount
    ` [PATCH V12 03/12] famfs: Add daxdev table and dax notify_failure support
    ` [PATCH V12 04/12] famfs: Introduce inode_operations and super_operations
    ` [PATCH V12 05/12] famfs: Introduce file_operations read/write
    ` [PATCH V12 06/12] famfs: Introduce mmap and VM fault handling
    ` [PATCH V12 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
    ` [PATCH V12 08/12] famfs: iomap_begin and file-to-dax offset resolution
    ` [PATCH V12 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
    ` [PATCH V12 10/12] famfs: Add runtime operation-permission (opts) framework
    ` [PATCH V12 11/12] famfs: Report device capacity via statfs so df works
    ` [PATCH V12 12/12] famfs: Add documentation

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-06 21:31 UTC  (3+ messages)

[PATCH v2] audit: free proctitle in context so it can be re-set by fork on exec_binprm
 2026-08-06 21:16 UTC 

[PATCH v1] audit: free proctitle in context so it can be set by fork
 2026-08-06 21:15 UTC  (3+ messages)

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 20:21 UTC  (21+ messages)
` [PATCH v4 01/20] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 04/20] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v4 05/20] mm: update print_bad_page_map() to show anon index if appropriate
` [PATCH v4 06/20] mm: introduce and use vma_filebacked_address()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 09/20] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 18/20] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v4 20/20] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[PATCH v2 00/10] ceph: convert writeback path to folios
 2026-08-06 19:51 UTC  (6+ messages)
` [PATCH v2 05/10] ceph: convert ceph_submit_write() "
` [PATCH v2 06/10] mm: remove thp_size() and thp_order()

[PATCH v9 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-06 19:47 UTC  (17+ messages)
` [PATCH v9 01/15] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v9 02/15] memory-failure: Prevent hugetlb freeing during unpoisoning
` [PATCH v9 03/15] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v9 04/15] hugetlb: Mark some function arguments as const
` [PATCH v9 05/15] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v9 06/15] kpageflags: Use is_page_hwpoison() to set KPF_HWPOISON
` [PATCH v9 07/15] hugetlb: Move poison to pages before clearing hugetlb page type
` [PATCH v9 08/15] hugetlb: Use the has_hwpoisoned flag
` [PATCH v9 09/15] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v9 10/15] mm: Check individual hugetlb pages for poison
` [PATCH v9 11/15] filemap: Add hwpoison handling to filemap_read()
` [PATCH v9 12/15] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v9 13/15] hugetlb: Set mapping folio order
` [PATCH v9 14/15] filemap: Add support for authoritative mappings
` [PATCH v9 15/15] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-06 19:46 UTC  (34+ messages)
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 13/19] ocfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails

[PATCH v2 00/17] Landlock tracepoints
 2026-08-06 18:22 UTC  (7+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-06 17:18 UTC  (29+ messages)
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v3 08/15] mm: introduce and use linear_folio_page_index()

[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-06 16:58 UTC  (22+ messages)
` [PATCH v2 01/21] buffer_head: Remove b_page
` [PATCH v2 02/21] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly
` [PATCH v2 04/21] buffer: read the folio's mapping directly in buffer_set_crypto_ctx()
` [PATCH v2 05/21] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH v2 06/21] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH v2 07/21] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH v2 08/21] adfs: check for a directory write error "
` [PATCH v2 09/21] ext2: check for an xattr block "
` [PATCH v2 10/21] omfs: check for an inode "
` [PATCH v2 11/21] exfat: check for a directory "
` [PATCH v2 12/21] fat: check for a metadata "
` [PATCH v2 13/21] ext4: "
` [PATCH v2 14/21] ocfs2: "
` [PATCH v2 15/21] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH v2 16/21] gfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH v2 17/21] jbd2: report journal write errors with BH_Write_EIO
` [PATCH v2 18/21] jbd2: say what jbd2_freeze_jh_data()'s assertion is actually checking
` [PATCH v2 19/21] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH v2 20/21] buffer: stop touching BH_Uptodate on write completion
` [PATCH v2 21/21] buffer: clear BH_Write_EIO when a write succeeds, not when one starts

[BUG] ntfs3: IOMAP_INLINE mapping exceeds its page - BUG_ON in iomap
 2026-08-06 16:58 UTC  (3+ messages)
  ` Re : "

[syzbot] [fs?] KASAN: slab-use-after-free Read in sysfs_emit
 2026-08-06 15:25 UTC 

[syzbot] [fs?] UBSAN: shift-out-of-bounds in ufs_fill_super
 2026-08-06 15:25 UTC 

[PATCH] fuse: check for NULL root inode in fuse_fill_super_submount
 2026-08-06 15:21 UTC 

[PATCH v6] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-06 15:12 UTC  (3+ messages)

[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
 2026-08-06 15:01 UTC  (2+ messages)

ufs: adding read support for UFS2 extended attributes
 2026-08-06 14:59 UTC 

[PATCH 1/1] block: rename bi_bvec_done
 2026-08-06 12:52 UTC  (3+ messages)

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-08-06 12:18 UTC  (8+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios

fixes for iomap_bio_read_folio_range_sync
 2026-08-06 12:06 UTC  (3+ messages)
` [PATCH 2/2] iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninit

[PATCH RESEND 0/5] block: validate direct I/O memory alignment
 2026-08-06  9:54 UTC  (6+ messages)
` [PATCH RESEND 5/5] block: validate user space vectors during extraction

[PATCH v2 0/7] btrfs: fix io_uring encoded IO cleanup and compat
 2026-08-06  9:31 UTC  (11+ messages)
` [PATCH v2 1/7] btrfs: always return -EIOCBQUEUED after btrfs_uring_read_extent_endio
` [PATCH v2 2/7] btrfs: free iov when btrfs_uring_read_extent fails
` [PATCH v2 3/7] iov_iter: export __import_iovec
` [PATCH v2 4/7] btrfs: use IO_URING_F_COMPAT for uring encoded iovec import
` [PATCH v2 5/7] btrfs: unlock inode and extent in caller when uring read extent fails
` [PATCH v2 6/7] btrfs: don't stash uring encoded data across -EAGAIN
` [PATCH v2 7/7] btrfs: drop unused uring encoded IO REISSUE stash helpers

[RFC PATCH v1 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-06  9:22 UTC  (3+ messages)
` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg

[syzbot] [fs?] general protection fault in do_getname_kernel
 2026-08-06  9:04 UTC  (2+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-06  8:38 UTC  (10+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 4/9] mm: use hw_pte_t for generic PTE table storage
` [PATCH 5/9] mm: convert PTE table entries in ptep_get()
` [PATCH 6/9] mm: convert PTE table entry to pte
` [PATCH 7/9] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH 8/9] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH 9/9] xen: "

[PATCH v5] hfsplus: validate B-tree record offset table
 2026-08-06  7:33 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-08-06  7:29 UTC  (5+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-08-06  3:30 UTC  (3+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[PATCH] f2fs: use the mount idmap for the owner check in f2fs_xattr_advise_set()
 2026-08-05 21:20 UTC  (2+ messages)
` [f2fs-dev] "

[syzbot] [fs?] WARNING in configfs_symlink
 2026-08-05 18:35 UTC  (2+ messages)
` [PATCH] configfs: fix UAF race between rmdir and symlink

[PATCH v7] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 18:29 UTC  (2+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05 17:20 UTC  (3+ messages)

[ANNOUNCE/CFP] Linux Plumbers 2026 Containers and Checkpoint/Restore Microconference
 2026-08-05 16:50 UTC  (2+ messages)

[PATCH net-next v6 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-08-05 16:30 UTC  (9+ messages)
` [PATCH net-next v6 3/4] "
` [PATCH net-next v6 4/4] selftest: Add tests for "

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-05 16:10 UTC  (12+ messages)
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private

[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
 2026-08-05 15:31 UTC  (5+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled

[PATCH v2 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
 2026-08-05 14:36 UTC  (11+ messages)
` [PATCH v2 1/2] mm/huge_memory: use folio's memcg inside __folio_split()

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-08-05 14:22 UTC  (4+ messages)
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers

[PATCH v2 0/6] mm: add basic PTE const type-safety
 2026-08-05 12:40 UTC  (10+ messages)
` [PATCH v2 5/6] mm: constify generic pte_get*()
` [PATCH v2 6/6] mm: constify the pte_offset_map_ro_nolock() return value

[PATCH v4] security: Expand task_setscheduler LSM hook
 2026-08-05 12:32 UTC  (3+ messages)

[PATCH v2] fsnotify: Fix stale object mask after concurrent mark updates
 2026-08-05  9:54 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] fs: document semantics of kstat::{uid,gid} fields
 2026-08-05  9:39 UTC  (2+ messages)

[PATCH] fs: remove stale inode_insert5() kernel-doc parameter
 2026-08-05  9:03 UTC  (2+ messages)

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-08-05  7:56 UTC  (11+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[PATCH 0/2] vfs: report truthful FIDEDUPERANGE progress safely
 2026-08-05  7:14 UTC  (3+ messages)
` [PATCH 1/2] vfs: fail dedupe requests that cannot make progress
` [PATCH 2/2] vfs: report the amount of bytes actually deduplicated

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-08-05  6:40 UTC  (6+ messages)
` [PATCH v3 5/9] KVM: selftests: fix maxnode arguments in xapic_ipi_test
` [PATCH v3 6/9] KVM: selftests: use BITS_PER_TYPE() for NUMA masks
` [PATCH v3 7/9] KVM: selftests: add get_numa_mem_nodes()
` [PATCH v3 8/9] KVM: selftests: use allowed NUMA nodes in guest_memfd_test
` [PATCH v3 9/9] KVM: selftests: exercise guest_memfd folio migration


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