messages from 2026-07-01 18:32:37 to 2026-07-02 13:35:22 UTC [more...]
[PATCH RFC] coding-assistants: simplify attribution
2026-07-02 13:35 UTC (43+ 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 0/2] fs: stable_page_flags(): use folio_test_*() helpers
2026-07-02 13:10 UTC (5+ messages)
` [PATCH 1/2] fs: stable_page_flags(): use BIT_ULL() for KPF flags
` [PATCH 2/2] fs: stable_page_flags(): use folio_test_*() helpers
[PATCH] netfs: Fix barriering when walking subrequest list
2026-07-02 12:59 UTC (2+ messages)
[PATCH] cifs: Fix missing credit release on failure in cifs_issue_read()
2026-07-02 12:53 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 v2] ext4: use fsdata to track inline data write state and fix race
2026-07-02 12:45 UTC (6+ 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)
[PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
2026-07-02 12:10 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)
[PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
2026-07-02 11:15 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)
[PATCH 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
2026-07-02 10:19 UTC (11+ 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 00/20] BPF interface for applying Landlock rulesets
2026-07-02 9:53 UTC (19+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs
[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] "
[RFC PATCH 0/4] Introduce capable_noaudit
2026-07-02 8:35 UTC (6+ messages)
` [RFC PATCH 1/4] capabily: Add new capable_noaudit
[Linux Kernel Bug] INFO: task hung in hfsplus_write_inode
2026-07-02 8:22 UTC (5+ messages)
` [PATCH] hfsplus: validate B-tree record offset table
` [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] Remove excl arg to ->create inode_operation
2026-07-02 7:07 UTC (6+ messages)
` [PATCH] fixup: "
[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 (4+ 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
[BUG/RFC] ntfs: crafted image triggers WARN_ON in ntfs_map_runlist_nolock()
2026-07-02 1:37 UTC (3+ messages)
[PATCH] exfat: validate cached iomaps during buffered writes and writeback
2026-07-02 0:45 UTC (3+ messages)
VFS: prepare for changes to directory locking
2026-07-01 23:29 UTC (5+ messages)
` [PATCH 1/4] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH 2/4] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH 3/4] VFS: introduce d_alloc_trylock()
` [PATCH 4/4] VFS: add d_duplicate()
[PATCH v4 bpf-next 0/3] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-01 23:21 UTC (7+ messages)
` [PATCH v4 bpf-next 2/3] "
[PATCH vfs/vfs-7.2.xattr v3] bpf: Add simple xattr support to bpffs
2026-07-01 23:06 UTC (3+ messages)
[PATCH 0/2] mm: don't apply task mempolicy to unmovable kernel allocations
2026-07-01 22:21 UTC (3+ messages)
` [PATCH 1/2] mm/filemap: place page-cache folios via an explicit mempolicy
` [PATCH 2/2] mm/mempolicy: skip task mempolicy for unmovable unaccounted kernel allocations
[PATCH] romfs: detect hard link cycles
2026-07-01 22:07 UTC
[PATCH] ufs: reject malformed cylinder summary geometry
2026-07-01 21:57 UTC
[PATCH/RFC] hfs: validate catalog CNIDs before writeback
2026-07-01 21:12 UTC (2+ messages)
[PATCH] hfsplus: terminate xattr names before listing them
2026-07-01 20:31 UTC (4+ messages)
[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
2026-07-01 19:35 UTC (4+ messages)
` [PATCH v6 3/3] "
[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
2026-07-01 19:16 UTC (6+ messages)
[PATCH 2/3] xattrat: accept empty O_PATH file descriptors
2026-07-01 19:16 UTC (8+ messages)
` [PATCH 1/3] file: add fd_except cleanup class
[PATCH v2 0/4] minix: convert to iomap and add direct I/O
2026-07-01 18:47 UTC (11+ messages)
` [PATCH v2 1/4] minix: add iomap infrastructure
` [PATCH v2 2/4] minix: convert address space operations to iomap
` [PATCH v2 3/4] minix: convert file operations to iomap and add
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox