Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-29 12:25:10 to 2026-06-30 16:12:34 UTC [more...]

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-06-30 16:12 UTC  (36+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()
` [PATCH 05/30] mm/rmap: update mm/interval_tree.c comments
` [PATCH 07/30] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH 08/30] mm/rmap: rename vma_interval_tree_*() to mapping_interval_tree_*()
` [PATCH 09/30] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 25/30] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH 26/30] mm/vma: introduce and use vma_set_pgoff()
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()

[PATCH 0/2] ext4: fix race conditions and clean up locking of inline data writes
 2026-06-30 15:28 UTC  (3+ messages)
` [PATCH 1/2] ext4: use fsdata to track inline data write state
` [PATCH 2/2] ext4: replace BUG_ON with graceful retry in ext4_write_inline_data_end

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-06-30 15:24 UTC  (2+ messages)

[PATCH v4 0/3] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-30 15:11 UTC  (3+ messages)
` [PATCH v4 3/3] "

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-06-30 15:09 UTC  (19+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH 12/13] mm/mprotect: convert mprotect "
` [PATCH 13/13] mm/mremap: convert mremap "

[PATCH v2] hfs: validate corrupt catalog and btree metadata before hfs_write_inode()
 2026-06-30 14:44 UTC  (2+ messages)

[PATCH net-next v3 0/5] af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-06-30 14:35 UTC  (10+ messages)
` [PATCH net-next v3 1/5] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
` [PATCH net-next v3 2/5] vfs: add function receive_fd_filtered() that makes LSM filtering explicit
` [PATCH net-next v3 3/5] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
` [PATCH net-next v3 4/5] net: af_unix: replace copy_from_sockptr() with copy_safe_from_sockptr()
` [PATCH net-next v3 5/5] selftest: Add tests for useful handling of LSM denials on SCM_RIGHTS

[PATCH v2] ntfs: fix mrec_lock ABBA deadlock in rename
 2026-06-30 14:24 UTC  (2+ messages)

[PATCH v2] ntfs: avoid stale runlist element dereference in fallocate
 2026-06-30 14:20 UTC  (2+ messages)

[Linux Kernel Bug] INFO: task hung in hfsplus_write_inode
 2026-06-30 14:06 UTC  (2+ messages)

[PATCH] mm: fix mapping_seek_hole_data() overflow on last page
 2026-06-30 13:27 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH 1/3] file: add fd_except cleanup class
 2026-06-30 13:05 UTC  (6+ messages)
` [PATCH 2/3] xattrat: accept empty O_PATH file descriptors

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-06-30 12:06 UTC  (13+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap buffered I/O path

[PATCH v5] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-06-30 11:50 UTC  (2+ messages)

[PATCH v12 0/4] ext4: deferred iput framework for EA inodes
 2026-06-30 11:49 UTC  (7+ messages)
` [PATCH v12 1/4] fs: add iput_if_not_last() helper
` [PATCH v12 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v12 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v12 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()

[PATCH v5 0/4] iomap: add simple dio path for small direct I/O
 2026-06-30 11:48 UTC  (9+ messages)
` [PATCH v5 1/4] iomap: factor out iomap_dio_alignment helper
` [PATCH v5 2/4] iomap: factor out iomap_dio_bio_release_pages helper
` [PATCH v5 3/4] iomap: pass error code to should_report_dio_fserror directly
` [PATCH v5 4/4] iomap: add simple dio path for small direct I/O

[PATCH v11 0/5] ext4: deferred iput framework for EA inodes
 2026-06-30 11:34 UTC  (5+ messages)
` [PATCH v11 1/5] fs: add iput_if_not_last() helper

[PATCH v2] fs/namespace: notify pollers of legacy propagation changes
 2026-06-30 11:03 UTC  (2+ messages)

[PATCH stable/linux-5.10.y 0/7] Backport Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-06-30 11:01 UTC  (4+ messages)

[PATCH] fat: reject name longer than NAME_MAX in msdos_format_name()
 2026-06-30 11:01 UTC  (2+ messages)

[PATCH] iomap: add a separate bio_set for iomap_split_ioend
 2026-06-30 10:59 UTC  (4+ messages)

[PATCH 0/3] ovl: make cachestat() work
 2026-06-30 10:56 UTC  (10+ messages)
` [PATCH 1/3] fs, mm: add ->cachestat() file operation

[PATCH v2 00/31] vfs: pass S_IFDIR mode to vfs_prepare_mode()
 2026-06-30 10:54 UTC  (32+ messages)
` [PATCH v2 01/31] "
` [PATCH v2 02/31] 9p: drop redundant S_IFDIR from mkdir
` [PATCH v2 03/31] affs: "
` [PATCH v2 04/31] afs: "
` [PATCH v2 05/31] autofs: "
` [PATCH v2 06/31] btrfs: "
` [PATCH v2 07/31] ceph: "
` [PATCH v2 08/31] ext2: "
` [PATCH v2 09/31] ext4: "
` [PATCH v2 10/31] f2fs: "
` [PATCH v2 11/31] gfs2: "
` [PATCH v2 12/31] hfs: "
` [PATCH v2 13/31] hfsplus: "
` [PATCH v2 14/31] hpfs: "
` [PATCH v2 15/31] hugetlbfs: "
` [PATCH v2 16/31] jffs2: "
` [PATCH v2 17/31] jfs: "
` [PATCH v2 18/31] minix: "
` [PATCH v2 19/31] nilfs2: "
` [PATCH v2 20/31] ntfs3: "
` [PATCH v2 21/31] ocfs2: "
` [PATCH v2 22/31] ocfs2: dlmfs: "
` [PATCH v2 23/31] omfs: "
` [PATCH v2 24/31] orangefs: "
` [PATCH v2 25/31] ramfs: "
` [PATCH v2 26/31] udf: "
` [PATCH v2 27/31] ufs: "
` [PATCH v2 28/31] nfs: "
` [PATCH v2 29/31] ubifs: "
` [PATCH v2 30/31] xfs: "
` [PATCH v2 31/31] ntfs: "

[PATCH] posix_acl: remove useless code
 2026-06-30 10:48 UTC  (2+ messages)

[PATCH v3 00/15] netfs: Miscellaneous fixes
 2026-06-30  9:01 UTC  (2+ messages)

[PATCH] netfs: Fix kernel-doc parameter name for netfs_resize_file()
 2026-06-30  8:38 UTC  (2+ messages)

[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
 2026-06-30  8:09 UTC  (2+ messages)

[RFC] Null Namespaces
 2026-06-30  7:14 UTC  (6+ messages)

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-06-30  7:07 UTC  (5+ messages)

[PATCH v2] ntfs: validate error codes from untrusted disk data
 2026-06-30  6:54 UTC 

[PATCH v2] ntfs: validate error codes from untrusted disk data
 2026-06-30  6:50 UTC 

[PATCH] ntfs: validate error codes from untrusted disk data
 2026-06-30  6:03 UTC 

[linus:master] [fanotify] 82c6dd2047: ltp.fanotify21.fail
 2026-06-30  5:18 UTC  (3+ messages)

[syzbot ci] Re: minix: convert to iomap and add direct I/O
 2026-06-30  4:05 UTC  (3+ messages)

[PATCH] tmpfs/ramfs: Let memfd_create() work on nommu
 2026-06-30  3:58 UTC  (2+ messages)

[PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
 2026-06-30  0:11 UTC  (2+ messages)

[PATCH v2 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-06-30  0:11 UTC  (17+ messages)
` [PATCH v2 01/14] fs/namei.c: use trailing_slashes()
` [PATCH v2 02/14] fs/namei.c: move create error && negative dentry case in lookup_open up
` [PATCH v2 03/14] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [PATCH v2 04/14] vfs: call audit_inode_child() in lookup_open() on failure too
` [PATCH v2 05/14] fs/namei.c: don't dput() when atomic_open() errors
` [PATCH v2 06/14] vfs: lookup_open(): move setting FMODE_CREATED down
` [PATCH v2 07/14] fs/namei.c: lookup_open(): move i_op->create check before try_break_deleg()
` [PATCH v2 08/14] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v2 09/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH v2 10/14] vfs: move O_IS_MKDIR check out atomic_open() to individual filesystems
` [PATCH v2 11/14] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v2 12/14] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v2 13/14] selftest: fix headers in fclog.c
` [PATCH v2 14/14] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[PATCH] hfsplus: validate thread record before delete key rebuild
 2026-06-29 23:58 UTC  (7+ messages)

Unexpected mount table growth with shared bind mount onto itself - expected need_secondary() behaviour?
 2026-06-29 23:35 UTC 

[PATCH] hfsplus: terminate xattr names before listing them
 2026-06-29 23:18 UTC  (2+ messages)

[PATCH] ntfs: fix mrec_lock ABBA deadlock in rename
 2026-06-29 17:19 UTC  (2+ messages)

[PATCH] posix_acl: remove useless code
 2026-06-29 15:53 UTC 

[PATCH v2 0/9] kmem_cache instances with static storage duration
 2026-06-29 15:20 UTC  (5+ messages)
` [RFC PATCH v3 00/10] "

[RFC PATCH 00/10] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-06-29 15:03 UTC  (11+ messages)
` [RFC PATCH 01/10] mm/vma: introduce VMA virtual page offset field and add helpers
` [RFC PATCH 02/10] mm: introduce linear_virt_page_index()
` [RFC PATCH 03/10] mm: abstract vma_address() and introduce vma_anon_address()
` [RFC PATCH 04/10] mm: update print_bad_page_map() to show virtual page index
` [RFC PATCH 05/10] mm: introduce and use vma_filebacked_address()
` [RFC PATCH 06/10] mm: propagate VMA virtual page offset on map, remap, split + merge
` [RFC PATCH 07/10] mm/rmap: track whether the page VMA mapped walk is anonymous
` [RFC PATCH 08/10] mm: introduce and use linear_folio_page_index()
` [RFC PATCH 09/10] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [RFC PATCH 10/10] tools/testing/vma: expand VMA merge tests to assert virt pgoff

[PATCH] selftests: proc: include fcntl.h in proc-pidns
 2026-06-29 14:47 UTC  (3+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-06-29 14:37 UTC  (2+ messages)

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-06-29 13:49 UTC  (13+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit
` [RFC PATCH 2/4] quota: Don't issue audit messages on quota enforcing
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()
` [RFC PATCH 4/4] capability: unexport has_capability_noaudit

update BDI {io,ra}_pages values based on the RT device limits
 2026-06-29 12:46 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