messages from 2025-10-17 11:32:46 to 2025-10-20 12:01:30 UTC [more...]
[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-20 12:00 UTC (4+ messages)
[PATCH] cifs: Call the calc_signature functions directly
2025-10-20 11:56 UTC
[PATCH] btrfs: never trust the bio from direct IO
2025-10-20 11:45 UTC (6+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "
[PATCH v3 0/5] mm: VMA count limit fixes and improvements
2025-10-20 11:32 UTC (6+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks
[PATCH] mm/filemap: Implement fast short reads
2025-10-20 11:33 UTC (8+ messages)
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-10-20 10:58 UTC (8+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
[PATCH 5.15] fuse: Fix race condition in writethrough path A race
2025-10-20 10:10 UTC (13+ messages)
[PATCH v7 00/14] hide ->i_state behind accessors
2025-10-20 9:43 UTC (5+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state
[PATCH 00/13] vfs: recall-only directory delegations for knfsd
2025-10-20 9:38 UTC (13+ messages)
` [PATCH 03/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH 04/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH 05/13] vfs: allow rmdir "
` [PATCH 06/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH 07/13] vfs: make vfs_create break delegations on parent directory
` [PATCH 08/13] vfs: make vfs_mknod "
[PATCH] cifs: Add a couple of missing smb3_rw_credits tracepoints
2025-10-20 9:37 UTC
allow file systems to increase the minimum writeback chunk size v2
2025-10-20 9:35 UTC (8+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
allow file systems to increase the minimum writeback chunk size
2025-10-20 9:34 UTC (3+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
[GIT PULL] fsnotify fixes for 6.18-rc3
2025-10-20 9:16 UTC
[PATCH] cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
2025-10-20 9:16 UTC
[GIT PULL] fsnotify fixes for 6.18-rc2
2025-10-20 9:00 UTC
[PATCH] mm/readahead: Skip fully overlapped range
2025-10-16 16:21 UTC (7+ messages)
6.18.0-rc1: LTP syscalls ioctl_pidfd05: TFAIL: ioctl(pidfd, PIDFD_GET_INFO_SHORT, info_invalid) expected EINVAL: ENOTTY (25)
2025-10-17 12:43 UTC (4+ messages)
[PATCH] cifs: Fix TCP_Server_Info::credits to be signed
2025-10-20 8:46 UTC
[PATCH v2 00/14] Create and use APIs to centralise locking for directory ops
2025-10-20 8:36 UTC (22+ messages)
` [PATCH v2 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v2 03/14] VFS: tidy up do_unlinkat()
` [PATCH v2 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v2 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v2 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v2 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v2 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v2 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v2 14/14] VFS: introduce end_creating_keep()
[RFC] fuse: fuse support zero copy
2025-10-20 8:00 UTC
[SRU][B][PATCH 1/1] afs: Fix lock recursion
2025-10-20 8:17 UTC
[PATCH v3 6/6] fuse: {io-uring} Queue background requests on a different core
2025-10-20 7:15 UTC (2+ messages)
[patch V3 00/12] uaccess: Provide and use scopes for user masked access
2025-10-20 6:50 UTC (15+ messages)
` [patch V3 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V3 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
` [patch V3 08/12] uaccess: Provide put/get_user_masked()
` [patch V3 11/12] x86/futex: Convert to scoped masked user access
[PATCH 06/11] ntfsplus: add iomap and address space operations
2025-10-20 2:12 UTC (6+ messages)
` [PATCH 07/11] ntfsplus: add attrib operatrions
` [PATCH 08/11] ntfsplus: add runlist handling and cluster allocator
` [PATCH 09/11] ntfsplus: add reparse and ea operations
` [PATCH 10/11] ntfsplus: add misc operations
` [PATCH 11/11] ntfsplus: add Kconfig and Makefile
[PATCH 00/11] ntfsplus: ntfs filesystem remake
2025-10-20 2:07 UTC (6+ messages)
` [PATCH 01/11] ntfsplus: in-memory, on-disk structures and headers
` [PATCH 02/11] ntfsplus: add super block operations
` [PATCH 03/11] ntfsplus: add inode operations
` [PATCH 04/11] ntfsplus: add directory operations
` [PATCH 05/11] ntfsplus: add file operations
[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-19 23:04 UTC (25+ messages)
` [RESEND PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [RESEND PATCH v18 02/16] rust_binder: remove trailing comma
` [RESEND PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [RESEND PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [RESEND PATCH v18 05/16] rnull: use `kernel::fmt`
` [RESEND PATCH v18 06/16] rust: alloc: "
` [RESEND PATCH v18 07/16] rust: debugfs: "
` [PATCH] samples: rust: debugfs: use `core::ffi::CStr` method names
` [RESEND PATCH v18 08/16] rust: pci: use `kernel::fmt`
` [RESEND PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [RESEND PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [RESEND PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [RESEND PATCH v18 13/16] rust: regulator: "
` [RESEND PATCH v18 14/16] rust: clk: "
` [RESEND PATCH v18 15/16] rust: support formatting of foreign types
` [RESEND PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`
[PATCH v2] fuse: Wake requests on the same cpu
2025-10-19 22:22 UTC (10+ messages)
[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
2025-10-19 14:17 UTC (13+ messages)
` [PATCH v2 07/11] vfs: make vfs_mknod break delegations on parent directory
` [PATCH v2 08/11] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v2 09/11] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v2 10/11] nfsd: allow DELEGRETURN on directories
` [PATCH v2 11/11] nfsd: wire up GET_DIR_DELEGATION handling
[PATCH 6.12 000/277] 6.12.54-rc1 review
2025-10-19 12:11 UTC (2+ messages)
Family December trip
2025-10-18 18:27 UTC
[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-18 18:05 UTC (17+ messages)
` [PATCH v18 01/16] samples: rust: platform: remove trailing commas
` [PATCH v18 02/16] rust_binder: remove trailing comma
` [PATCH v18 03/16] rust_binder: use `kernel::fmt`
` [PATCH v18 04/16] rust_binder: use `core::ffi::CStr` method names
` [PATCH v18 05/16] rnull: use `kernel::fmt`
` [PATCH v18 06/16] rust: alloc: "
` [PATCH v18 07/16] rust: debugfs: "
` [PATCH v18 08/16] rust: pci: "
` [PATCH v18 09/16] rust: remove spurious `use core::fmt::Debug`
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 12/16] rust: configfs: use `CStr::as_char_ptr`
` [PATCH v18 13/16] rust: regulator: "
` [PATCH v18 14/16] rust: clk: "
` [PATCH v18 15/16] rust: support formatting of foreign types
` [PATCH v18 16/16] rust: replace `CStr` with `core::ffi::CStr`
[PATCH] init: Use kcalloc() instead of kzalloc()
2025-10-18 17:13 UTC (4+ messages)
[PATCH v1 0/9] iomap: buffered io changes
2025-10-18 10:30 UTC (24+ messages)
` [PATCH v1 1/9] iomap: account for unaligned end offsets when truncating read range
[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-10-18 0:12 UTC (3+ messages)
` [PATCH v3 4/6] fuse: {io-uring} Distribute load among queues
[PATCH v2 0/3] Do not change split folio target order
2025-10-18 0:05 UTC (13+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-17 23:33 UTC (39+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 02/37] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [RFC PATCH v1 04/37] KVM: Stub in ability to disable per-VM memory attribute tracking
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 10/37] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
` [RFC PATCH v1 12/37] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [RFC PATCH v1 13/37] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [RFC PATCH v1 14/37] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [RFC PATCH v1 15/37] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [RFC PATCH v1 17/37] KVM: selftests: Update framework to use KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 18/37] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [RFC PATCH v1 19/37] KVM: selftests: guest_memfd: Test basic single-page conversion flow
` [RFC PATCH v1 20/37] KVM: selftests: guest_memfd: Test conversion flow when INIT_SHARED
` [RFC PATCH v1 21/37] KVM: selftests: guest_memfd: Test indexing in guest_memfd
` [RFC PATCH v1 22/37] KVM: selftests: guest_memfd: Test conversion before allocation
` [RFC PATCH v1 23/37] KVM: selftests: guest_memfd: Convert with allocated folios in different layouts
` [RFC PATCH v1 24/37] KVM: selftests: guest_memfd: Test precision of conversion
` [RFC PATCH v1 25/37] KVM: selftests: guest_memfd: Test that truncation does not change shared/private status
` [RFC PATCH v1 26/37] KVM: selftests: guest_memfd: Test that shared/private status is consistent across processes
` [RFC PATCH v1 27/37] KVM: selftests: guest_memfd: Test conversion with elevated page refcount
` [RFC PATCH v1 28/37] KVM: selftests: Reset shared memory after hole-punching
` [RFC PATCH v1 29/37] KVM: selftests: Add selftests global for guest memory attributes capability
` [RFC PATCH v1 30/37] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [RFC PATCH v1 31/37] KVM: selftests: Provide common function to set memory attributes
` [RFC PATCH v1 32/37] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [RFC PATCH v1 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [RFC PATCH v1 34/37] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [RFC PATCH v1 35/37] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v1 36/37] KVM: selftests: Update pre-fault test to work with per-guest_memfd attributes
` [RFC PATCH v1 37/37] KVM: selftests: Update private memory exits test work with per-gmem attributes
Long running ioctl and pm, which should have higher priority?
2025-10-17 20:51 UTC (5+ messages)
Regression in generic/749 with 8k fsblock size on 6.18-rc1
2025-10-17 17:14 UTC (9+ messages)
*** Urgent Change ***
2025-10-17 12:45 UTC
New October Order. 41896 Friday, October 17, 2025 at 02:03:44 PM
2025-10-17 12:03 UTC
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;
as well as URLs for NNTP newsgroup(s).