Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-15 14:37:00 to 2026-07-16 16:48:59 UTC [more...]

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-16 16:48 UTC  (7+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header
` [PATCH 2/3] mm, treewide: replace __folio_alloc_node() with folio_alloc_node()
` [PATCH 3/3] mm: move __folio_alloc() to page_alloc.h

[PATCH] initramfs: fix typo in reserve_initrd_mem comment
 2026-07-16 16:09 UTC 

[RFC PATCH 00/24] pidfd: add a minimal process spawn builder
 2026-07-16 15:57 UTC  (26+ messages)
` [RFC PATCH 01/24] pidfd: add spawn builder uapi
` [RFC PATCH 02/24] libfs: allow custom validation of stashed inode data
` [RFC PATCH 03/24] pidfs: add taskless future pidfd inodes
` [RFC PATCH 04/24] pidfd: create taskless spawn builders
` [RFC PATCH 05/24] pidfd: add spawn builder path configuration
` [RFC PATCH 06/24] exec: expose execveat internals to process builders
` [RFC PATCH 07/24] fork: expose vfork completion helper
` [RFC PATCH 08/24] pidfs: attach pids to future pidfd files
` [RFC PATCH 09/24] fork: let process builders supply preallocated pids
` [RFC PATCH 10/24] pidfs: publish future pidfd files
` [RFC PATCH 11/24] pidfd: add spawn builder state tracking
` [RFC PATCH 12/24] fork: let kernel callers create embryonic tasks
` [RFC PATCH 13/24] fork: let new tasks start with task work
` [RFC PATCH 14/24] pidfd: create and execute spawn builder tasks
` [RFC PATCH 15/24] fork: keep embryonic tasks hidden until exec completes
` [RFC PATCH 16/24] audit: add pidfd spawn child contexts
` [RFC PATCH 17/24] pidfd: audit child spawn execution
` [RFC PATCH 18/24] pidfd: make spawn builder execution signal-safe
` [RFC PATCH 19/24] file: expose spawn file-action helpers
` [RFC PATCH 20/24] pidfd: add initial spawn file actions
` [RFC PATCH 21/24] pidfd: consume spawn builders on the first run attempt
` [RFC PATCH 22/24] pidfd: expose spawn builder system calls
` [RFC PATCH 23/24] selftests/pidfd: cover pidfd spawn builders
` [RFC PATCH 24/24] Documentation: describe "

[PATCH 0/3] mm/mseal: further cleanups
 2026-07-16 15:38 UTC  (10+ messages)
` [PATCH 1/3] mm/mseal: remove superfluous comments, fix confusion around mm
` [PATCH 2/3] mm/mseal: limit scope of mseal address zero to address zero
` [PATCH 3/3] mm/mseal: remove further superfluous comments, do_mseal()

[PATCH 5.15.y 1/2] cifs: Add tracing for the cifs_tcon struct refcounting
 2026-07-16 15:36 UTC 

[PATCH] fuse: disable default bdi strictlimiting
 2026-07-16 15:11 UTC  (13+ messages)

[PATCH v4 0/21] fs: Fix missed inode write during fsync
 2026-07-16 14:55 UTC  (22+ messages)
` [PATCH v4 01/21] affs: Drop support for metadata bh tracking
` [PATCH v4 02/21] fs: Fix possible UAF in mark_buffer_write_io_error()
` [PATCH v4 03/21] fs: Fix missed inode writeback when racing with __writeback_single_inode
` [PATCH v4 04/21] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v4 05/21] fs: Provide way for filesystem to wait for metadata writeback
` [PATCH v4 06/21] ext2: Fix lost inode updates for IS_SYNC inodes
` [PATCH v4 07/21] ext2: Drop __ext2_write_inode()
` [PATCH v4 08/21] ext2: Avoid unnecessary inode buffer writeback for sync(2)
` [PATCH v4 09/21] ext2: Fix data integrity writeout issues
` [PATCH v4 10/21] udf: "
` [PATCH v4 11/21] udf: Use sync_inode_metadata() to writeout IS_SYNC inode
` [PATCH v4 12/21] udf: Drop udf_sync_inode()
` [PATCH v4 13/21] udf: Use sync_inode_metadata() in udf_evict_inode()
` [PATCH v4 14/21] udf: Fold udf_update_inode() into udf_write_inode()
` [PATCH v4 15/21] bfs: Fix data integrity writeout issues
` [PATCH v4 16/21] minix: "
` [PATCH v4 17/21] ext4: Fix data integrity writeout issues in nojournal mode
` [PATCH v4 18/21] fat: Fix missed inode writeback during fsync(2)
` [PATCH v4 19/21] fat: Remove some superfluous sync_dirty_buffer() calls
` [PATCH v4 20/21] fat: Replace fat_sync_inode() with sync_inode_metadata()
` [PATCH v4 21/21] vfs: Remove mmb_fsync()

[PATCH] kunit: use scoped_with_init_fs() in tests that resolve paths
 2026-07-16 14:52 UTC  (2+ messages)

[PATCH v5 0/2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-16 14:40 UTC  (8+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/mm: add PAGEMAP_SCAN test for THP "

[PATCH v2 00/10] Use generic_file_read_iter() in hugetlbfs
 2026-07-16 14:24 UTC  (10+ messages)
` [PATCH v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list

[PATCH] initramfs_test: add NULL check for kmalloc in initramfs_test_fname_overrun
 2026-07-16 13:47 UTC  (2+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-16 13:31 UTC  (50+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()

[PATCH 0/2] Fix for unintended FUSE ACL cache
 2026-07-16 12:49 UTC  (12+ messages)
` [PATCH 1/2] fs: preserve ACL_DONT_CACHE state in forget_cached_acl()
` [PATCH 2/2] selftests/fuse: add ACL_DONT_CACHE regression test

[PATCH v3 0/6] xfs write streams
 2026-07-16 12:27 UTC  (4+ messages)
  ` [PATCH v3 2/6] iomap: introduce and propagate write_stream

[linux-next:master] [loop] d908729e74: stress-ng.umount.ops_per_sec 100.0% regression
 2026-07-16 12:16 UTC  (9+ messages)

[PATCH v2 2/3] test: expand proc smaps coverage and require TMPFS
 2026-07-16 11:57 UTC 

[PATCH] pidfs: handle FS_IOC32_GETVERSION in compat ioctl
 2026-07-16 11:15 UTC  (2+ messages)

[PATCH] pidfs: preserve thread pidfds reopened by file handle
 2026-07-16 11:11 UTC  (2+ messages)

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

[PATCH 6.1.y 3/5] cifs: Fix reacquisition of volume cookie on still-live connection
 2026-07-16 10:18 UTC  (2+ messages)
  ` [PATCH 6.1.y 4/5] cifs: Add tracing for the cifs_tcon struct refcounting

[PATCH 6.18.y 1/3] cifs: SMB1 split: Rename cifstransport.c
 2026-07-16 10:18 UTC  (2+ messages)
  ` [PATCH 6.18.y 2/3] cifs: SMB1 split: Add some #includes

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-16  9:48 UTC  (7+ messages)

[PATCH] fs/ntfs: Fix index_root heap OOB write in ntfs_ir_to_ib()
 2026-07-16  9:46 UTC 

removing the remaining blockdev_direct_IO users
 2026-07-16  8:18 UTC  (6+ messages)

[PATCH v6] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-16  7:41 UTC 

[PATCH] ntfs: validate final EA attribute size
 2026-07-16  2:46 UTC  (6+ messages)
` [PATCH] ntfs: remove empty EA attribute pair
` [PATCH] ntfs: rewrite EA stream before updating metadata
` [PATCH] ntfs: fix kmap_local_page() usage in compress
` [PATCH] ntfs: file extension before write submission
` [PATCH] ntfs: use pagecache_isize_extended() on size extension

[PATCH v1 0/1] ntfs3: fix boundary check in ntfs_dir_count()
 2026-07-16  2:20 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH v3 0/4] ntfs: Remove __folio_index from ntfs
 2026-07-16  1:34 UTC  (2+ messages)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-16  1:20 UTC  (2+ messages)

[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-07-16  0:05 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v4 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-15 23:52 UTC  (6+ messages)
` [PATCH v4 3/3] VFS: add vfs_lookup_open() for nfsd

[PATCH v3 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-15 22:23 UTC  (8+ messages)
` [PATCH v3 3/3] VFS: add vfs_lookup_open() for nfsd

[PATCH] fuse: select alternative io_uring queue if local queue is full
 2026-07-15 22:07 UTC  (3+ messages)

[PATCH v1 0/9] Support Clang context analysis for ext2
 2026-07-15 21:05 UTC  (11+ messages)
` [PATCH v1 1/9] ext2: fix ext2_xattr_delete_inode() context analysis warning

Security version NTFS-3G + NTFSPROGS 2026.7.7 Released
 2026-07-15 18:25 UTC 

[PATCH] ext4: skip i_extra_isize expansion during inode eviction
 2026-07-15 17:52 UTC 

[PATCH v5] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-15 17:37 UTC  (2+ messages)

[PATCH] smb: client: set SB_I_NODEV to prevent device node injection
 2026-07-15 17:27 UTC  (4+ messages)

[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
 2026-07-15 16:43 UTC  (2+ messages)

[PATCH] namei: Use READ_ONCE() for d_flags in __follow_mount_rcu()
 2026-07-15 15:51 UTC  (2+ messages)

bio bounce buffering fixes
 2026-07-15 15:00 UTC  (7+ messages)
` [PATCH 3/3] block,iov_iter: move bio_iov_iter_align_down into iov_iter_extract_bvecs

[PATCH] fs/ntfs: Fix min_len for compressed/sparse attributes in ntfs_non_resident_attr_value_is_valid()
 2026-07-15 14:52 UTC  (2+ messages)

[PATCH 2/4] selftests/proc: expand smaps field coverage and require TMPFS
 2026-07-15 14:36 UTC 


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