Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-06 16:56:44 to 2026-08-10 14:51:27 UTC [more...]

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 14:51 UTC  (27+ messages)
` [PATCH v9 01/26] netfs: Fix read progress reporting
` [PATCH v9 02/26] mm: Make readahead store folio count in readahead_control
` [PATCH v9 03/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH v9 04/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH v9 05/26] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v9 06/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v9 07/26] netfs: Add some tools for managing bvecq chains
` [PATCH v9 08/26] netfs: Make mempool available for bvecq
` [PATCH v9 09/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v9 10/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v9 11/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v9 12/26] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v9 13/26] netfs: Remove the writethrough code
` [PATCH v9 14/26] cachefiles,netfs: sunset ondemand mode
` [PATCH v9 15/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v9 16/26] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v9 17/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v9 18/26] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v9 19/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v9 20/26] netfs: Remove netfs_extract_user_iter()
` [PATCH v9 21/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH v9 22/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH v9 23/26] netfs: Simplify read abandonment
` [PATCH v9 24/26] netfs: Check for too much data being read
` [PATCH v9 25/26] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-10 14:45 UTC  (2+ messages)
` RWF_DONTCACHE regression fix for xfs

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-10 14:37 UTC  (9+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 02/12] Add and use d_for_each_positive_child family of iterators
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()

[PATCH v3 00/12] ceph: convert writeback path to folios
 2026-08-10 14:20 UTC  (13+ messages)
` [PATCH v3 01/12] ceph: fix error handling when the OSD client is stopping in ceph_submit_write()
` [PATCH v3 02/12] ceph: wait for pending fscache write in write_folio_nounlock()
` [PATCH v3 03/12] ceph: add ceph_folio_snap_context()
` [PATCH v3 04/12] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH v3 05/12] mm: remove wait_on_page_writeback()
` [PATCH v3 06/12] ceph: convert get_writepages_data_length() to folios
` [PATCH v3 07/12] ceph: convert ceph_submit_write() "
` [PATCH v3 08/12] mm: remove thp_size() and thp_order()
` [PATCH v3 09/12] ceph: remove page remnants from write_folio_nounlock()
` [PATCH v3 10/12] ceph: convert page cleanup loop in writepages_finish() to folios
` [PATCH v3 11/12] ceph: remove ceph_fscrypt_pagecache_page() and ceph_fscrypt_page_offset()
` [PATCH v3 12/12] ceph: rename ceph_check_page_before_write() to ceph_check_folio_before_write()

[PATCH v11 0/5] ext4: deferred iput framework for EA inodes
 2026-08-10 13:36 UTC  (9+ messages)
` [PATCH v11 1/5] fs: add iput_if_not_last() helper

[PATCH v4] erofs: reuse superblock for file-backed mounts
 2026-08-10 13:34 UTC  (2+ messages)

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-08-10 13:24 UTC  (2+ messages)

[PATCH v6] erofs: accept source file descriptor via fsconfig
 2026-08-10 13:19 UTC  (2+ messages)

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-10 13:12 UTC  (2+ messages)

[PATCH] tracing: report buffer memory in /proc/meminfo
 2026-08-10 11:22 UTC  (3+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-10 11:20 UTC  (12+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-10 10:57 UTC  (16+ messages)
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing

[PATCH v2] squashfs: avoid thundering-herd cache wakeups
 2026-08-10 10:30 UTC  (3+ messages)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-08-10 10:19 UTC  (2+ messages)

[PATCH v5] hfsplus: validate B-tree record offset table
 2026-08-10  9:24 UTC  (6+ messages)
` [PATCH v6] "
        ` [PATCH] hfsplus: validate extent record length before writing it back

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-10  8:39 UTC  (26+ 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

[syzbot] [fs?] VFS: Close: file count is zero (use-after-free) (2)
 2026-08-10  6:51 UTC  (2+ messages)

[PATCH] docs: fix grammatical error in iomap docs
 2026-08-10  6:36 UTC 

Fwd: BadBunny: UFFDIO_COPY shmem killpriv bypass leading to local privilege escalation
 2026-08-10  4:05 UTC  (2+ messages)

[PATCH] orangefs: use folio_pos() and folio_size() in orangefs_page_mkwrite()
 2026-08-10  3:57 UTC  (2+ messages)

[PATCH v2] fuse: check for NULL root inode in fuse_fill_super_submount
 2026-08-10  3:27 UTC  (2+ messages)

[RFC PATCH 0/3] Neural Storage Driver - learning page cache prefetcher
 2026-08-10  3:13 UTC 

[PATCH v2] futex: Keep the PI owner of a private futex in the key's mm
 2026-08-10  0:23 UTC 

[PATCH v2 0/2] nilfs2: eliminate blockdev_direct_IO() call
 2026-08-10  0:15 UTC  (5+ messages)
` [PATCH v2 1/2] nilfs2: add iomap operations for direct I/O
` [PATCH v2 2/2] nilfs2: switch O_DIRECT to iomap based operations

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-08-09 22:37 UTC  (2+ messages)

[PATCH] fs: fix comment typos in bpf_fs_kfuncs.c, inode.c, fs-writeback.c
 2026-08-09 19:22 UTC 

[PATCH v3 00/12] Landlock: Namespace and capability control
 2026-08-09 16:01 UTC  (11+ messages)
` [PATCH v3 04/12] landlock: Rename quiet_masks to quiet_access
` [PATCH v3 05/12] landlock: Wrap per-layer access masks in struct layer_config
` [PATCH v3 06/12] landlock: Copy the quiet mask in the ruleset merge helper
` [PATCH v3 07/12] landlock: Enforce namespace use restrictions
` [PATCH v3 08/12] landlock: Enforce capability restrictions

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-08-09 15:36 UTC  (2+ messages)

[BUG] NTFS rename fails with "Failed to add AT_INDEX_ALLOCATION" on Linux 7.1 new ntfs driver
 2026-08-09  8:16 UTC 

[PATCH 5.10/6.1/6.12] mount: honour SB_NOUSER in the new mount API
 2026-08-09  3:25 UTC  (2+ messages)

[PATCH] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-09  2:06 UTC 

[PATCH v2] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
 2026-08-08 20:03 UTC 

[PATCH] fs: fix switch/case indentation in sysfs() syscall
 2026-08-08 18:28 UTC 

[RFC] mnt_already_visible(): should regular-file mountpoints participate in the visibility check?
 2026-08-08 13:23 UTC 

[PATCH] super: fix dying superblock warning messages
 2026-08-08 12:38 UTC 

[PATCH] netfs: Fix uninitialized return value in netfs_unbuffered_write()
 2026-08-08 12:34 UTC 

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-08  7:42 UTC  (3+ messages)
` [PATCH v5 01/16] dma-buf: introduce initial file I/O infrastructure

[PATCH v8] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-08  5:55 UTC  (2+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-07 22:17 UTC  (26+ messages)
  ` [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

[PATCH] squashfs: avoid thundering-herd cache wakeups
 2026-08-07 20:11 UTC  (5+ messages)

[PATCH 7.1 118/438] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-08-07 14:35 UTC  (4+ messages)
` [PATCH 7.1 119/438] netfs: handle single writeback rolling buffer allocation failure
` [PATCH 7.1 120/438] netfs: release readahead folios on iterator preparation failure
` [PATCH 7.1 121/438] netfs: Fix folio_queue ENOMEM in writeback by adding a mempool

[PATCH 6.6 029/261] sched: Add task_struct->faults_disabled_mapping
 2026-08-07 14:36 UTC 

[PATCH 6.18 098/396] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-08-07 14:34 UTC  (3+ messages)
` [PATCH 6.18 099/396] netfs: handle single writeback rolling buffer allocation failure
` [PATCH 6.18 100/396] netfs: release readahead folios on iterator preparation failure

[PATCH v2] audit: free proctitle in context so it can be re-set by fork on exec_binprm
 2026-08-07 12:25 UTC  (2+ messages)

[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
 2026-08-07  9:21 UTC  (2+ messages)
` [syzbot] [kernfs?] [ext4?] "

[PATCH v7] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-07  6:08 UTC  (3+ messages)

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-08-07  1:27 UTC  (7+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios

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

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

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

[PATCH v9 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-06 19:47 UTC  (2+ messages)

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-06 19:46 UTC  (7+ messages)
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly

[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  (9+ messages)
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous 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 : "


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