Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-13 22:09:37 to 2026-07-15 19:51:55 UTC [more...]

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-15 19:51 UTC  (30+ 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 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [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

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] fuse: select alternative io_uring queue if local queue is full
 2026-07-15 17:51 UTC  (2+ messages)

[PATCH 0/2] Fix for unintended FUSE ACL cache
 2026-07-15 17:38 UTC  (8+ 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 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)

[PATCH v1 0/1] ntfs3: fix boundary check in ntfs_dir_count()
 2026-07-15 17:02 UTC  (3+ messages)
` [PATCH v1 1/1] "

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

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

[linux-next:master] [loop] d908729e74: stress-ng.umount.ops_per_sec 100.0% regression
 2026-07-15 16:02 UTC  (7+ 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  (9+ messages)
` [PATCH 1/3] block: handle huge zero folios in bio_free_folios
` [PATCH 2/3] block: simplify minsize alignment in bio_iov_iter_bounce_write
` [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 v5 0/2] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-15 14:42 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests/mm: add PAGEMAP_SCAN test for THP "

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

[PATCH v4] fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holes
 2026-07-15 14:08 UTC  (3+ messages)

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-07-15 13:24 UTC  (5+ messages)

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-15 12:11 UTC  (4+ messages)
    ` [PATCH RFC] coding-assistants: simplify attribution - WIPO recommendations also seem kind of worrying

[PATCH] fs/adfs: bound directory entry name length in adfs_fplus_getnext()
 2026-07-15 11:52 UTC 

[PATCH stable] mm/khugepaged: write all dirty file folios when collapsing
 2026-07-15 11:03 UTC  (6+ messages)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-15 10:35 UTC 

[PATCH] fuse: disable default bdi strictlimiting
 2026-07-15 10:31 UTC  (15+ messages)

[PATCH] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-15 10:26 UTC  (7+ messages)

[PATCH v3 0/9] Use generic_file_read_iter() in hugetlbfs
 2026-07-15  9:00 UTC  (13+ messages)
` [PATCH v3 1/9] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v3 2/9] hugetlb: Mark some function arguments as const
` [PATCH v3 3/9] memory-failure: Track hugetlb poison in a hash table
` [PATCH v3 4/9] mm: Handle hugetlb correctly in is_page_hwpoison()
` [PATCH v3 5/9] filemap: Add hwpoison handling to filemap_read()
` [PATCH v3 6/9] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v3 7/9] hugetlb: Set mapping folio order
` [PATCH v3 8/9] filemap: Add support for authoritative mappings
` [PATCH v3 9/9] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()
` [syzbot ci] Re: Use generic_file_read_iter() in hugetlbfs

[PATCH v2 0/9] binfmt_misc: bpf-backed binary type handlers
 2026-07-15  8:40 UTC  (16+ messages)
` [PATCH v2 1/9] exec: stash bpf-selected interpreter state in struct linux_binprm
` [PATCH v2 2/9] binfmt_misc: add binfmt_misc_ops bpf struct_ops
` [PATCH v2 3/9] binfmt_misc: let the entry lookup walk sleep
` [PATCH v2 4/9] binfmt_misc: wire up bpf-backed 'B' entries
` [PATCH v2 5/9] bpf: allow fs kfuncs for binfmt_misc_ops programs
` [PATCH v2 6/9] binfmt_misc: let bpf handlers pass an argument to the interpreter
` [PATCH v2 7/9] binfmt_misc: let a bpf handler choose the invocation flags per exec
` [PATCH v2 8/9] binfmt_misc: let a bpf handler run the interpreter transparently
` [PATCH v2 9/9] selftests/exec: add binfmt_misc bpf-backed handler test

[linus:master] [fs] 539dce1144: xfstests.generic.697.fail
 2026-07-15  6:52 UTC 

[PATCH] iomap: prevent ioend merge when io_private differs
 2026-07-15  6:14 UTC  (2+ messages)

[PATCHv2 3/5] xfs: report direct io attributes through file_getattr
 2026-07-15  4:37 UTC  (3+ messages)

[PATCH v2 06/10] memory-failure: Prevent UAF in raw_hwp_page list
 2026-07-15  3:19 UTC  (5+ messages)

[PATCH] initramfs_test: add NULL check for kmalloc in initramfs_test_fname_overrun
 2026-07-15  2:08 UTC 

[PATCH v3 0/4] ntfs: Remove __folio_index from ntfs
 2026-07-15  1:38 UTC  (5+ messages)
` [PATCH v3 1/4] ntfs: Inline zero_partial_compressed_page()
` [PATCH v3 2/4] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
` [PATCH v3 3/4] ntfs: Use zero_user_segment() "
` [PATCH v3 4/4] ntfs: Remove references to page->__folio_index

[PATCH V6 0/10] Fixes to the previously-merged drivers/dax/fsdev series
 2026-07-15  0:06 UTC  (2+ messages)

[PATCH v4 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-14 23:04 UTC  (4+ messages)
` [PATCH v4 1/3] VFS: move mnt_want_write() and locking into lookup_open()
` [PATCH v4 2/3] VFS: move delegated_inode retry loop "
` [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-14 22:58 UTC  (6+ messages)
` [PATCH v3 3/3] VFS: add vfs_lookup_open() for nfsd

[PATCH v6] hfsplus: fix null-ptr-deref by creating hidden dir on remount rw
 2026-07-14 21:32 UTC  (2+ messages)

[PATCH v2 1/1] hfsplus: validate B-tree record offset table
 2026-07-14 19:59 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] audit: add FSOPEN record to log filesystem name
 2026-07-14 19:33 UTC  (2+ messages)

[PATCH v4] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-14 19:28 UTC  (2+ messages)

[PATCH v3 0/5] block: validate direct I/O memory alignment
 2026-07-14 19:05 UTC  (3+ messages)

[PATCH] isofs: fix out-of-bounds page array access on empty zisofs block
 2026-07-14 18:45 UTC  (3+ messages)

[PATCH] fs/ntfs3: widen inode/record number storage to u64
 2026-07-14 16:38 UTC 

[PATCH] fs/ntfs3: cosmetic fixes and improvements
 2026-07-14 16:40 UTC 

[PATCH v3] erofs: accept source file descriptor via fsconfig
 2026-07-14 15:48 UTC 

[PATCH] fs/inode: replace goto-again rescan with cursor in evict_inodes()
 2026-07-14 15:20 UTC  (3+ messages)

[PATCH v4 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-14 15:09 UTC  (11+ messages)
` [PATCH v4 1/9] ext4: use FGP_WRITEBEGIN for tail block zeroing
` [PATCH v4 2/9] ext4: skip tail block zeroing for inline data files
` [PATCH v4 3/9] ext4: check return value of ext4_get_block() in ext4_load_tail_bh()
` [PATCH v4 4/9] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH v4 5/9] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH v4 6/9] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH v4 7/9] ext4: zero out whole block for clean edges in WRITE_ZEROES
` [PATCH v4 8/9] ext4: write back partial-zeroed "
` [PATCH v4 9/9] ext4: protect WRITE_ZEROES written extents with orphan list

[PATCH printk 0/3] Introduce sync mode
 2026-07-14 15:03 UTC  (3+ messages)
` [PATCH printk 2/3] proc: Add console sync support for /proc/consoles

[syzbot] [gfs2?] INFO: task hung in __gfs2_lookup
 2026-07-14 12:09 UTC  (2+ messages)

[PATCH v3] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-07-14 12:02 UTC  (2+ messages)

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-07-14 10:52 UTC  (6+ messages)

[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-07-14 10:50 UTC  (9+ messages)
` [PATCH v3 09/14] "

[PATCH v2] erofs: accept source file descriptor via fsconfig
 2026-07-14 10:09 UTC  (10+ messages)

[PATCH v1 0/3] affs: fix OFS i_size, sb_getblk NULLs, and rename rollback
 2026-07-14  9:05 UTC  (4+ messages)
` [PATCH v1 1/3] affs: fix i_size on failed OFS hole extension
` [PATCH v1 3/3] affs: restore directory entry after failed rename insert
` [PATCH v1 2/3] affs: check sb_getblk failure in getzeroblk/getemptyblk

[net-next v5 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-14  9:22 UTC  (5+ messages)
` [net-next v5 1/4] net: af_unix: enable custom setsockopt for all socket types
` [net-next v5 3/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-07-14  9:22 UTC  (3+ messages)

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-07-14  8:23 UTC  (6+ messages)
` [PATCH v4 1/5] iomap: correct the range of a partial dirty clear
` [PATCH v4 2/5] iomap: support invalidating partial folios
` [PATCH v4 3/5] iomap: fix incorrect did_zero setting in iomap_zero_iter()
` [PATCH v4 4/5] iomap: fix out-of-bounds bitmap_set() with zero-length range
` [PATCH v4 5/5] iomap: add comments for ifs_clear/set_range_dirty()

[PATCH v1 0/1] affs: replace get_zeroed_page() with kzalloc()
 2026-07-13  8:32 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-07-14  4:38 UTC  (2+ messages)

Maintainers Summit 2026 Call for Topics
 2026-07-14  4:14 UTC 

[PATCH] f2fs: fix folio_nr_pages() race after put in large folio invalidate
 2026-07-14  3:00 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-14  2:57 UTC  (3+ messages)

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-14  2:46 UTC  (4+ messages)
` [PATCH v2 12/13] mm/mprotect: convert mprotect code to use vma_flags_t

[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
 2026-07-14  1:14 UTC  (6+ messages)

[PATCH v3 0/5] minix: convert to iomap and add direct I/O
 2026-07-14  0:53 UTC  (4+ messages)

removing the remaining blockdev_direct_IO users
 2026-07-13 22:33 UTC  (4+ messages)

[PATCH] ceph: bound copied dentry name length in NFS export get_name
 2026-07-13 22:18 UTC  (2+ messages)


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