messages from 2025-10-20 13:32:32 to 2025-10-21 11:54:36 UTC [more...]
[RFC PATCH] fs: Plumb case sensitivity bits into statx
2025-10-21 11:54 UTC (11+ messages)
[PATCH v2 00/16] Parallelizing filesystem writeback
2025-10-21 11:52 UTC (5+ messages)
` [PATCH v2 01/16] writeback: add infra for parallel writeback
[PATCH RFC DRAFT 00/50] nstree: listns()
2025-10-21 11:43 UTC (51+ messages)
` [PATCH RFC DRAFT 01/50] libfs: allow to specify s_d_flags
` [PATCH RFC DRAFT 02/50] nsfs: use inode_just_drop()
` [PATCH RFC DRAFT 03/50] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH RFC DRAFT 04/50] pidfs: "
` [PATCH RFC DRAFT 05/50] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH RFC DRAFT 06/50] nstree: simplify return
` [PATCH RFC DRAFT 07/50] ns: initialize ns_list_node for initial namespaces
` [PATCH RFC DRAFT 08/50] ns: add __ns_ref_read()
` [PATCH RFC DRAFT 09/50] ns: add active reference count
` [PATCH RFC DRAFT 10/50] ns: use anonymous struct to group list member
` [PATCH RFC DRAFT 11/50] nstree: introduce a unified tree
` [PATCH RFC DRAFT 12/50] nstree: allow lookup solely based on inode
` [PATCH RFC DRAFT 13/50] nstree: assign fixed ids to the initial namespaces
` [PATCH RFC DRAFT 14/50] ns: maintain list of owned namespaces
` [PATCH RFC DRAFT 15/50] nstree: add listns()
` [PATCH RFC DRAFT 16/50] arch: hookup listns() system call
` [PATCH RFC DRAFT 17/50] nsfs: update tools header
` [PATCH RFC DRAFT 18/50] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH RFC DRAFT 19/50] selftests/namespaces: first active reference count tests
` [PATCH RFC DRAFT 20/50] selftests/namespaces: second "
` [PATCH RFC DRAFT 21/50] selftests/namespaces: third "
` [PATCH RFC DRAFT 22/50] selftests/namespaces: fourth "
` [PATCH RFC DRAFT 23/50] selftests/namespaces: fifth "
` [PATCH RFC DRAFT 24/50] selftests/namespaces: sixth "
` [PATCH RFC DRAFT 25/50] selftests/namespaces: seventh "
` [PATCH RFC DRAFT 26/50] selftests/namespaces: eigth "
` [PATCH RFC DRAFT 27/50] selftests/namespaces: ninth "
` [PATCH RFC DRAFT 28/50] selftests/namespaces: tenth "
` [PATCH RFC DRAFT 29/50] selftests/namespaces: eleventh "
` [PATCH RFC DRAFT 30/50] selftests/namespaces: twelth "
` [PATCH RFC DRAFT 31/50] selftests/namespaces: thirteenth "
` [PATCH RFC DRAFT 32/50] selftests/namespaces: fourteenth "
` [PATCH RFC DRAFT 33/50] selftests/namespaces: fifteenth "
` [PATCH RFC DRAFT 34/50] selftests/namespaces: add listns() wrapper
` [PATCH RFC DRAFT 35/50] selftests/namespaces: first listns() test
` [PATCH RFC DRAFT 36/50] selftests/namespaces: second "
` [PATCH RFC DRAFT 37/50] selftests/namespaces: third "
` [PATCH RFC DRAFT 38/50] selftests/namespaces: fourth "
` [PATCH RFC DRAFT 39/50] selftests/namespaces: fifth "
` [PATCH RFC DRAFT 40/50] selftests/namespaces: sixth "
` [PATCH RFC DRAFT 41/50] selftests/namespaces: seventh "
` [PATCH RFC DRAFT 42/50] selftests/namespaces: ninth "
` [PATCH RFC DRAFT 43/50] "
` [PATCH RFC DRAFT 44/50] selftests/namespaces: first listns() permission test
` [PATCH RFC DRAFT 45/50] selftests/namespaces: second "
` [PATCH RFC DRAFT 46/50] selftests/namespaces: third "
` [PATCH RFC DRAFT 47/50] selftests/namespaces: fourth "
` [PATCH RFC DRAFT 48/50] selftests/namespaces: fifth "
` [PATCH RFC DRAFT 49/50] selftests/namespaces: sixth "
` [PATCH RFC DRAFT 50/50] selftests/namespaces: seventh "
[PATCH 1/2] mm/memory: Do not populate page table entries beyond i_size
2025-10-21 11:31 UTC (5+ messages)
` [PATCH 2/2] mm/truncate: Unmap large folio on split failure
[PATCH] btrfs: never trust the bio from direct IO
2025-10-21 11:30 UTC (21+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "
[PATCH 6.1 0/8] Backporting CVE-2025-38073 fix patch
2025-10-21 10:16 UTC (13+ messages)
` [PATCH 6.1 1/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6.1 2/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 6.1 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 6.1 4/8] fs: factor out a direct_write_fallback helper
` [PATCH 6.1 5/8] direct_write_fallback(): on error revert the ->ki_pos update from buffered write
` [PATCH 6.1 6/8] block: open code __generic_file_write_iter for blkdev writes
` [PATCH 6.1 7/8] block: fix race between set_blocksize and read paths
` [PATCH 6.1 8/8] nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()
[SRU][B][PATCH 1/1] afs: Fix lock recursion
2025-10-21 10:05 UTC (3+ messages)
[PATCH v2] exfat: fix refcount leak in exfat_find
2025-10-21 9:20 UTC (2+ messages)
[PATCH] exfat: fix refcount leak in exfat_find
2025-10-21 8:47 UTC (5+ messages)
[RFC] fuse: fuse support zero copy
2025-10-21 5:24 UTC (3+ messages)
` "
[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
2025-10-21 7:09 UTC (10+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias
` [PATCH v2 2/8] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v2 3/8] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v2 4/8] rust: debugfs: support for binary large objects
` [PATCH v2 5/8] rust: debugfs: support blobs from smart pointers
` [PATCH v2 6/8] samples: rust: debugfs: add example for blobs
` [PATCH v2 7/8] rust: debugfs: support binary large objects for ScopedDir
` [PATCH v2 8/8] samples: rust: debugfs_scoped: add example for blobs
[PATCH v3 00/10] powerpc: Implement masked user access
2025-10-21 6:34 UTC (3+ messages)
` [PATCH v3 10/10] powerpc/uaccess: "
[RFC, PATCH 0/2] Large folios vs. SIGBUS semantics
2025-10-21 6:17 UTC (7+ messages)
` [PATCH 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCH 2/2] mm/truncate: Unmap large folio on split failure
[PATCH] cifs: Call the calc_signature functions directly
2025-10-21 2:25 UTC (3+ messages)
[PATCH 00/11] ntfsplus: ntfs filesystem remake
2025-10-21 1:55 UTC (5+ messages)
[PATCH v1 0/9] iomap: buffered io changes
2025-10-21 1:39 UTC (26+ messages)
` [PATCH v1 1/9] iomap: account for unaligned end offsets when truncating read range
[PATCH v2 0/3] Do not change split folio target order
2025-10-21 1:23 UTC (8+ messages)
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
2025-10-21 1:16 UTC (6+ messages)
` [RFC PATCH 1/1] ovl: Use fsid as unique identifier for trusted origin
[PATCH v5 0/7] iomap: zero range folio batch support
2025-10-21 0:14 UTC (3+ messages)
[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-10-21 0:06 UTC (5+ messages)
[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-10-20 23:28 UTC (6+ messages)
` [PATCH v3 4/6] fuse: {io-uring} Distribute load among queues
[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
2025-10-20 22:53 UTC (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] lkdtm/bugs: Add __counted_by_ptr() test PTR_BOUNDS
` [PATCH 3/3] coredump: Use __counted_by_ptr for struct core_name::corename
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-20 21:13 UTC (17+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-10-20 20:53 UTC (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v22 15/28] riscv/traps: Introduce software check exception and uprobe handling
[PATCH 1/2] sched/core: Enable full cpumask to clear user cpumask in sched_setaffinity()
2025-10-20 20:21 UTC (4+ messages)
strace log before the fix, with fsync fix and with fclose fix
2025-10-20 20:12 UTC
[GIT PULL] fsnotify fixes for 6.18-rc3
2025-10-20 19:59 UTC (2+ messages)
[patch V3 00/12] uaccess: Provide and use scopes for user masked access
2025-10-20 18:28 UTC (3+ messages)
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
[PATCH v5 00/15] expand mmap_prepare functionality, port more users
2025-10-20 18:16 UTC (7+ messages)
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
[PATCH] cifs: #include cifsglob.h before trace.h to allow structs in tracepoints
2025-10-20 16:59 UTC (2+ messages)
[PATCH] cifs: Fix TCP_Server_Info::credits to be signed
2025-10-20 16:58 UTC (5+ messages)
RFC: Request for guidance on VFS statistics consolidation
2025-10-20 16:27 UTC (3+ messages)
[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-10-20 15:52 UTC (3+ messages)
[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
2025-10-20 15:39 UTC (3+ messages)
` [RESEND PATCH v18 13/16] rust: regulator: use `CStr::as_char_ptr`
[PATCH v4 00/30] Live Update Orchestrator
2025-10-20 14:29 UTC (7+ messages)
[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-10-20 13:53 UTC (8+ messages)
` [PATCH v3 20/20] mm: stop maintaining the per-page mapcount of large folios (CONFIG_NO_PAGE_MAPCOUNT)
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