messages from 2026-03-04 13:40:39 to 2026-03-06 01:28:26 UTC [more...]
[PATCH 0/6] mm: vma flag tweaks
2026-03-06 1:28 UTC (14+ 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 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()
[PATCH] hfsplus: limit sb_maxbytes to partition size
2026-03-06 1:23 UTC (12+ messages)
[PATCH v1 0/4] fuse: fuse_dev_do_read() cleanups
2026-03-06 1:05 UTC (5+ messages)
` [PATCH v1 1/4] fuse: remove redundant buffer size checks for interrupt and forget requests
` [PATCH v1 2/4] fuse: get rid of err_unlock goto in fuse_dev_do_read()
` [PATCH v1 3/4] fuse: remove stray newline "
` [PATCH v1 4/4] fuse: clean up interrupt reading
[PATCH v4 0/2] fs, audit: Avoid excessive dput/dget in audit_context setup and reset paths
2026-03-06 0:53 UTC (3+ messages)
[PATCH v5 0/3] fuse: compound commands
2026-03-06 0:52 UTC (12+ messages)
` [PATCH v5 1/3] fuse: add compound command to combine multiple requests
` "
` "
[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
2026-03-06 0:32 UTC (9+ messages)
` [PATCH v3 1/8] io_uring/kbuf: add support for "
` [PATCH v3 2/8] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 3/8] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 4/8] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v3 5/8] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 6/8] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v3 7/8] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 8/8] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
[PATCH] selftests: do not override CFLAGS set by the build environment
2026-03-06 0:21 UTC
[PATCH RFC v2 00/23] fs,kthread: start all kthreads in nullfs
2026-03-05 23:30 UTC (24+ messages)
` [PATCH RFC v2 01/23] fs: notice when init abandons fs sharing
` [PATCH RFC v2 02/23] fs: add scoped_with_init_fs()
` [PATCH RFC v2 03/23] rnbd: use scoped_with_init_fs() for block device open
` [PATCH RFC v2 04/23] crypto: ccp: use scoped_with_init_fs() for SEV file access
` [PATCH RFC v2 05/23] scsi: target: use scoped_with_init_fs() for ALUA metadata
` [PATCH RFC v2 06/23] scsi: target: use scoped_with_init_fs() for APTPL metadata
` [PATCH RFC v2 07/23] btrfs: use scoped_with_init_fs() for update_dev_time()
` [PATCH RFC v2 08/23] coredump: use scoped_with_init_fs() for coredump path resolution
` [PATCH RFC v2 09/23] fs: use scoped_with_init_fs() for kernel_read_file_from_path_initns()
` [PATCH RFC v2 10/23] ksmbd: use scoped_with_init_fs() for share path resolution
` [PATCH RFC v2 11/23] ksmbd: use scoped_with_init_fs() for filesystem info path lookup
` [PATCH RFC v2 12/23] ksmbd: use scoped_with_init_fs() for VFS path operations
` [PATCH RFC v2 13/23] initramfs: use scoped_with_init_fs() for rootfs unpacking
` [PATCH RFC v2 14/23] af_unix: use scoped_with_init_fs() for coredump socket lookup
` [PATCH RFC v2 15/23] fs: add real_fs to track task's actual fs_struct
` [PATCH RFC v2 16/23] fs: make userspace_init_fs a dynamically-initialized pointer
` [PATCH RFC v2 17/23] fs: stop sharing fs_struct between init_task and pid 1
` [PATCH RFC v2 18/23] fs: add umh argument to struct kernel_clone_args
` [PATCH RFC v2 19/23] fs: add kthread_mntns()
` [PATCH RFC v2 20/23] devtmpfs: create private mount namespace
` [PATCH RFC v2 21/23] nullfs: make nullfs multi-instance
` [PATCH RFC v2 22/23] fs: start all kthreads in nullfs
` [PATCH RFC v2 23/23] fs: stop rewriting kthread fs structs
[GIT PULL] fsverity fix for v7.0-rc3
2026-03-05 19:55 UTC (2+ messages)
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-03-05 19:25 UTC (6+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH RFC 0/1] fix for large folio split race in page cache
2026-03-05 19:24 UTC (3+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-05 19:18 UTC (13+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
[PATCH 0/32] fs: Move metadata bh tracking from address_space
2026-03-05 16:42 UTC (26+ messages)
` [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
[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
2026-03-05 16:10 UTC (15+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs
[PATCH] ext4: avoid infinite loops caused by data conflicts
2026-03-05 15:41 UTC (6+ messages)
` [PATCH v3] ext4: avoid infinite loops caused by residual data
` [PATCH v4] "
[PATCH AUTOSEL 6.19-6.18] fs: init flags_valid before calling vfs_fileattr_get
2026-03-05 15:36 UTC
[PATCH v1] docs: filesystems: clarify KernelPageSize vs. MMUPageSize in smaps
2026-03-05 14:57 UTC (9+ messages)
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-05 14:25 UTC (21+ 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 "
[PATCH v1 0/1] exfat: Valid Data Length(VDL) ioctl
2026-03-05 12:53 UTC (4+ messages)
` [PATCH v2 0/1] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
` [PATCH v2 1/1] "
[PATCH] fuse: rename confusing ring->max_payload_sz
2026-03-05 12:35 UTC
[PATCH v2 0/6] exfat: improve performance of NO_FAT_CHAIN to FAT_CHAIN conversion
2026-03-05 12:15 UTC (2+ messages)
[PATCH] exfat: Fix 2 issues found by static code analysis
2026-03-05 10:51 UTC (4+ messages)
` "
Possible newline injection into fdinfo
2026-03-05 10:24 UTC (5+ messages)
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 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)
Re: [PATCH v6 3/3] fuse: add an implementation of open+getattr
2026-03-04 21:42 UTC (12+ messages)
` "
` "
[RFC 0/1] Shrinking rwsem
2026-03-04 19:51 UTC (7+ messages)
` [RFC 1/1] rwsem: Shrink rwsem by one pointer
[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 (3+ messages)
` [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 1/3] fs: add umount notifier chain for filesystem unmount notification
2026-03-04 15:15 UTC (12+ 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 v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
2026-03-04 14:10 UTC (11+ 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