Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-02 02:04:11 to 2026-07-02 15:25:00 UTC [more...]

[PATCH v13 0/4] ext4: deferred iput framework for EA inodes
 2026-07-02 15:22 UTC  (5+ messages)
` [PATCH v13 1/4] fs: add iput_if_not_last() helper
` [PATCH v13 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
` [PATCH v13 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
` [PATCH v13 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()

[PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
 2026-07-02 15:24 UTC  (3+ messages)

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-02 15:20 UTC  (10+ messages)

[PATCH v3] ntfs: serialize attribute-list replacement with lookups
 2026-07-02 15:09 UTC  (3+ messages)

[PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
 2026-07-02 15:08 UTC  (4+ messages)

[PATCH v11 0/5] ext4: deferred iput framework for EA inodes
 2026-07-02 14:55 UTC  (7+ messages)
` [PATCH v11 1/5] fs: add iput_if_not_last() helper

[PATCH 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-02 14:51 UTC  (13+ messages)
` [PATCH 1/6] ext4: move partial block zeroing earlier in ext4_zero_range()
` [PATCH 2/6] ext4: clarify return semantics of ext4_load_tail_bh()
` [PATCH 3/6] ext4: track partial-zero outcome per edge in ext4_zero_partial_blocks()
` [PATCH 5/6] ext4: write back partial-zeroed edges in WRITE_ZEROES
` [PATCH 6/6] ext4: skip ext4_update_disksize_before_punch() "

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-07-02 14:51 UTC  (8+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-02 14:46 UTC  (53+ messages)

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-02 14:35 UTC  (5+ messages)
` [PATCH v6 3/3] "

[PATCH 0/2] fs: stable_page_flags(): use folio_test_*() helpers
 2026-07-02 14:32 UTC  (6+ messages)
` [PATCH 1/2] fs: stable_page_flags(): use BIT_ULL() for KPF flags
  ` [PATCH 1/2] "
` [PATCH 2/2] fs: stable_page_flags(): use folio_test_*() helpers

[PATCH v2] ext4: use fsdata to track inline data write state and fix race
 2026-07-02 14:25 UTC  (7+ messages)

[PATCH] cifs: Fix missing credit release on failure in cifs_issue_read()
 2026-07-02 14:22 UTC  (3+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-07-02 14:20 UTC  (7+ messages)
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap "

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-02 14:07 UTC  (15+ messages)
` [PATCH v2 01/18] iomap: add ->iomap_next() and iomap_process() helper
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()
` [PATCH v2 10/18] block: "
` [PATCH v2 16/18] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops
` [PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model

[PATCH 13/13] mm/mremap: convert mremap code to use vma_flags_t
 2026-07-02 13:49 UTC  (2+ messages)

[PATCH v3] exfat: validate cached iomaps during buffered writes and writeback
 2026-07-02 13:31 UTC  (3+ messages)

[PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
 2026-07-02 13:21 UTC  (2+ messages)

[PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
 2026-07-02 13:12 UTC  (2+ messages)

[PATCH] netfs: Fix barriering when walking subrequest list
 2026-07-02 12:59 UTC  (2+ messages)

[PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
 2026-07-02 12:50 UTC  (2+ messages)

[PATCH 08/13] mm: introduce vma_get_page_prot() and use it
 2026-07-02 12:38 UTC  (2+ messages)

[PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
 2026-07-02 12:25 UTC  (2+ messages)

[PATCH v3 0/5] Fix quota evasion on xfs and add capable_noaudit
 2026-07-02 12:24 UTC  (12+ messages)
` [PATCH v3 1/5] xfs: fix capability check in xfs
` [PATCH v3 2/5] capability: Add new capable_noaudit
` [PATCH v3 3/5] quota: Don't issue audit messages on quota enforcing
` [PATCH v3 4/5] xfs: replace ns_capable_noaudit
` [PATCH v3 5/5] capability: unexport has_capability_noaudit

[PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
 2026-07-02 12:21 UTC  (2+ messages)

[PATCH] audit: add FSOPEN record to log filesystem name
 2026-07-02 12:18 UTC  (3+ messages)

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-02 12:16 UTC  (41+ messages)
` [PATCH 13/30] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH 14/30] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH 15/30] mm: introduce and use linear_page_delta()
` [PATCH 16/30] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH 17/30] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH 18/30] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH 19/30] mm: use linear_page_[index, delta]() consistently
` [PATCH 20/30] mm/vma: introduce vma_assert_can_modify()
` [PATCH 21/30] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH 22/30] mm/vma: move __install_special_mapping() to vma.c
` [PATCH 23/30] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH 24/30] mm/vma: update vma_shrink() to not pass unnecessary pgoff parameter
` [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 v2] ntfs: prevent write access to $MFT inode
 2026-07-02 12:12 UTC  (2+ messages)

(no subject)
 2026-07-02 11:49 UTC  (6+ messages)
  ` [PATCH 1/3] VFS: move mnt_want_write() and locking into lookup_open()
  ` [PATCH 2/3] VFS: move delegated_inode retry loop "
  ` [PATCH 3/3] VFS: add vfs_lookup_open()

[PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_t
 2026-07-02 11:41 UTC  (2+ messages)

[PATCH 03/13] mm: convert __get_unmapped_area() to use vma_flags_t
 2026-07-02 11:37 UTC  (2+ messages)

iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
 2026-07-02 10:59 UTC  (2+ messages)

[PATCH 0/2] afs: avoid unhash/rehash
 2026-07-02 10:53 UTC  (8+ messages)
` [PATCH 1/2] afs: use d_time instead of d_fsdata
` [PATCH 2/2] afs: don't unhash/rehash dentries during unlink/rename

[PATCH 1/3] iomap: consolidate bio submission
 2026-07-02 10:27 UTC  (3+ messages)

[RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
 2026-07-02  9:53 UTC  (14+ messages)

[RFC] Null Namespaces
 2026-07-02  9:34 UTC  (9+ messages)

[PATCH] mm: fix mapping_seek_hole_data() overflow on last page
 2026-07-02  8:44 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] hfsplus: validate B-tree record offset table
 2026-07-02  8:22 UTC  (3+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[Kernel Bug] KASAN: slab-use-after-free Read in filemap_free_folio
 2026-07-02  7:59 UTC  (4+ messages)

[PATCH] vfs: missing inode operation should return a consistent error code
 2026-07-02  7:47 UTC  (9+ messages)

[PATCH/RFC 00/18] VFS/nfsd: replace dentry_create()
 2026-07-02  7:44 UTC  (2+ messages)

[PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
 2026-07-02  7:27 UTC  (2+ messages)

[PATCH] fixup: Remove excl arg to ->create inode_operation
 2026-07-02  7:07 UTC  (2+ messages)

[PATCH] kunit: use scoped_with_init_fs() in tests that resolve paths
 2026-07-02  6:53 UTC  (2+ messages)

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-07-02  6:47 UTC  (10+ messages)

[PATCH] ntfs: prevent write access to $MFT inode
 2026-07-02  6:35 UTC 

[PATCH] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-02  5:30 UTC  (3+ messages)

[PATCH] ntfs: avoid self-deadlock during inode eviction
 2026-07-02  5:28 UTC 

[BUG] ntfs: task hung in find_inode due to self-deadlock in ntfs_attrlist_update() during unmount
 2026-07-02  5:00 UTC  (3+ messages)

[PATCH] ntfs: validate error codes in check_windows_hibernation_status()
 2026-07-02  3:36 UTC 

[RFC] connectat()/bindat() or an alternative design
 2026-07-02  3:22 UTC  (3+ messages)

[PATCH v2] exfat: validate cached iomaps during buffered writes and writeback
 2026-07-02  2:42 UTC  (2+ messages)

(no subject)
 2026-07-02  2:07 UTC  (3+ messages)
` [PATCH 1/2] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH 2/2] smb/client: don't unhashed and rehash to prevent new opens


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