messages from 2026-03-03 19:42:05 to 2026-03-05 10:50:40 UTC [more...]
[PATCH 0/6] mm: vma flag tweaks
2026-03-05 10:50 UTC (4+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
[PATCH v1] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
2026-03-05 10:46 UTC (7+ messages)
[PATCH] ext4: avoid infinite loops caused by data conflicts
2026-03-05 10:38 UTC (3+ messages)
` [PATCH v3] ext4: avoid infinite loops caused by residual data
Possible newline injection into fdinfo
2026-03-05 10:24 UTC (5+ messages)
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-05 9:57 UTC (19+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "
Missing Null Pointer check in seq_open
2026-03-05 9:57 UTC
[PATCH] MAINTAINERS: add mm-related procfs files to MM sections
2026-03-05 8:46 UTC (4+ messages)
[PATCH v2 4/5] uaccess: Disable -Wshadow in __scoped_user_access()
2026-03-05 8:10 UTC (2+ messages)
[syzbot] [exfat?] [gfs2?] WARNING in filename_symlinkat
2026-03-05 6:39 UTC
[PATCH 6.6.y] binfmt_misc: restore write access before closing files opened by open_exec()
2026-03-05 2:35 UTC
[PATCH] hfsplus: limit sb_maxbytes to partition size
2026-03-05 1:52 UTC (7+ messages)
[PATCH v3 00/15] Further centralising of directory locking for name ops
2026-03-05 1:24 UTC (2+ messages)
[PATCH 0/2] fsnotify hooks consolidation
2026-03-05 1:22 UTC (7+ messages)
` [PATCH 2/2] fs: use simple_end_creating helper to consolidate fsnotify hooks
[PATCH v2] vfs: add support for empty path to openat2(2)
2026-03-05 0:26 UTC (3+ messages)
[GIT PULL for v7.0] vfs fixes
2026-03-04 23:40 UTC (2+ messages)
[PATCH v2 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-03-04 23:36 UTC (7+ messages)
` [PATCH v2 1/2] rust: poll: make PollCondVar upgradable
[GIT PULL] libfuse: run fuse servers as a contained service
2026-03-04 23:23 UTC (7+ messages)
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-03-04 22:29 UTC (5+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH v6 0/3] fuse: compound commands
2026-03-04 21:42 UTC (17+ messages)
` [PATCH v6 3/3] fuse: add an implementation of open+getattr
` "
` "
[RFC 0/1] Shrinking rwsem
2026-03-04 19:51 UTC (7+ messages)
` [RFC 1/1] rwsem: Shrink rwsem by one pointer
[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
2026-03-04 17:04 UTC (12+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs
[GIT PULL] sysctl fixes for v7.00-rc3
2026-03-04 16:47 UTC (2+ messages)
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-04 15:26 UTC (13+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
2026-03-04 15:20 UTC (4+ messages)
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()
[PATCH v3 0/3] Automatic NFSv4 state revocation on filesystem unmount
2026-03-04 15:15 UTC (26+ messages)
` [PATCH v3 1/3] fs: add umount notifier chain for filesystem unmount notification
[PATCH] exfat: Fix 2 issues found by static code analysis
2026-03-04 15:12 UTC (4+ messages)
` "
[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
2026-03-04 15:01 UTC (25+ messages)
` [RFC PATCH 01/17] netfs: Fix unbuffered/DIO writes to dispatch subrequests in strict sequence
` [RFC PATCH 02/17] vfs: Implement a FIEMAP callback
` [RFC PATCH 03/17] iov_iter: Add a segmented queue of bio_vec[]
` [RFC PATCH 04/17] Add a function to kmap one page of a multipage bio_vec
` [RFC PATCH 05/17] netfs: Add some tools for managing bvecq chains
` [RFC PATCH 06/17] afs: Use a bvecq to hold dir content rather than folioq
` [RFC PATCH 07/17] netfs: Add a function to extract from an iter into a bvecq
` [RFC PATCH 08/17] cifs: Use a bvecq for buffering instead of a folioq
` [RFC PATCH 09/17] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [RFC PATCH 10/17] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [RFC PATCH 11/17] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [RFC PATCH 12/17] netfs: Remove netfs_alloc/free_folioq_buffer()
` [RFC PATCH 13/17] netfs: Remove netfs_extract_user_iter()
` [RFC PATCH 14/17] iov_iter: Remove ITER_FOLIOQ
` [RFC PATCH 15/17] netfs: Remove folio_queue and rolling_buffer
` [RFC PATCH 16/17] netfs: Check for too much data being read
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request
[PATCH v1 0/1] exfat: Valid Data Length(VDL) ioctl
2026-03-04 14:16 UTC (3+ messages)
` [PATCH v2 0/1] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
` [PATCH v2 1/1] "
[PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
2026-03-04 14:10 UTC (11+ messages)
[PATCH 0/32] fs: Move metadata bh tracking from address_space
2026-03-04 13:44 UTC (30+ messages)
` [PATCH 11/32] gfs2: Don't zero i_private_data
` [PATCH 16/32] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 17/32] fs: Move metadata bhs tracking to a separate struct
` [PATCH 18/32] fs: Provide operation for fetching mapping_metadata_bhs
` [PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
` [PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
` [PATCH 31/32] kvm: Use private inode list instead of i_private_list
` [PATCH 32/32] fs: Drop i_private_list from address_space
` [syzbot ci] Re: fs: Move metadata bh tracking "
[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
2026-03-04 13:39 UTC (5+ messages)
[PATCH v3] iomap: reject delalloc mappings during writeback
2026-03-04 13:32 UTC (2+ messages)
[PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED
2026-03-04 13:26 UTC (11+ messages)
[PATCH v2 0/1] iomap: don't mark folio uptodate if read IO has bytes pending
2026-03-04 13:19 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v3 0/4] 9p: Performance improvements for build workloads
2026-03-04 13:01 UTC (14+ messages)
` [PATCH v3 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v3 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v3 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v3 4/4] 9p: Enable symlink caching in page cache
support file system generated / verified integrity information v4
2026-03-04 12:55 UTC (8+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code
[PATCH 0/8] mm: globalize rest_of_page() macro
2026-03-04 12:48 UTC (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "
[PATCH v2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-04 11:47 UTC
[PATCH] ntfs: reduce stack usage in ntfs_write_mft_block()
2026-03-04 10:50 UTC (2+ messages)
[PATCH v1 0/1] exfat: add fallocate mode 0 support
2026-03-04 10:30 UTC (3+ messages)
` [PATCH v1 1/1] "
[PATCH v3] exfat: initialize caching fields during inode allocation
2026-03-04 10:27 UTC
[PATCHSET v8 1/2] fstests: test generic file IO error reporting
2026-03-04 10:10 UTC (5+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "
[PATCH] fs/ntfs3: add a subset of W=1 warnings for stricter checks
2026-03-04 9:53 UTC
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
2026-03-04 9:30 UTC (7+ messages)
` [PATCH v2 053/110] uprobes: use PRIino format for i_ino
[PATCH] exfat: Drop dead assignment of num_clusters
2026-03-04 8:07 UTC (3+ messages)
[PATCH 6.12.y] binfmt_misc: restore write access before closing files opened by open_exec()
2026-03-04 5:43 UTC
[PATCHSET v8] libfuse: run fuse servers as a contained service
2026-03-04 0:10 UTC (4+ messages)
` [PATCH 1/3] libfuse: add systemd/inetd socket service mounting helper
` [PATCH 2/3] libfuse: integrate fuse services into mount.fuse3
` [PATCH 3/3] example/service_ll: create a sample systemd service fuse server
[syzbot] [fuse?] KASAN: use-after-free Write in fuse_copy_do
2026-03-03 22:38 UTC (3+ messages)
[RFC PATCH v1 0/4] ceph: manual client session reset via debugfs
2026-03-03 22:37 UTC (4+ messages)
` [EXTERNAL] "
fscrypt API cleanups v3
2026-03-03 22:35 UTC (2+ messages)
[RFC PATCH] iov: Bypass usercopy hardening for kernel iterators
2026-03-03 19:59 UTC (4+ messages)
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