messages from 2025-08-13 20:06:21 to 2025-08-15 09:12:34 UTC [more...]
[PATCH v3 00/30] Live Update Orchestrator
2025-08-15 9:12 UTC (17+ messages)
` [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v3 08/30] kho: don't unpreserve memory during abort
` [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface
` [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
2025-08-15 8:27 UTC (3+ messages)
[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
2025-08-15 8:17 UTC (12+ messages)
Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode
2025-08-15 7:45 UTC
[syzbot] [gfs2?] WARNING in do_mknodat (3)
2025-08-15 7:21 UTC
[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
2025-08-15 6:07 UTC (20+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits
[PATCH 6.16 000/627] 6.16.1-rc1 review
2025-08-15 5:33 UTC (11+ messages)
[PATCH] testing/radix-tree/maple: hack around kfree_rcu not existing
2025-08-15 4:28 UTC (5+ messages)
[PATCHES v3][RFC][CFR] mount-related stuff
2025-08-15 3:19 UTC (9+ messages)
` [PATCH v3 01/48] attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
` [PATCH v3 44/48] copy_tree(): don't link the mounts via mnt_list
[PATCH V2 0/4] 9p: convert to the new mount API
2025-08-15 2:45 UTC (5+ messages)
[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
2025-08-15 1:11 UTC (28+ messages)
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v4 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v4 4/7] docs: transhuge: document process level THP controls
` [PATCH v4 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise
[RFC V2 00/18] famfs: port into fuse
2025-08-15 0:38 UTC (21+ messages)
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
[PATCH] debugfs: fix mount options not being applied
2025-08-15 0:31 UTC (10+ messages)
[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
2025-08-14 23:54 UTC (7+ messages)
` [PATCH 1/6] fhandle: create helper for name_to_handle_at(2)
` [PATCH 2/6] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags
` [PATCH 4/6] fhandle: create __do_handle_open() helper
` [PATCH 5/6] io_uring: add __io_open_prep() helper
` [PATCH 6/6] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
[PATCH] netfs: Fix unbuffered write error handling
2025-08-14 21:45 UTC
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-08-14 21:35 UTC (4+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
[PATCH] iomap: use largest_zero_folio() in iomap_dio_zero()
2025-08-14 21:18 UTC (3+ messages)
[PATCH] Documentation: fix linux/linus typo
2025-08-14 20:15 UTC
[PATCH v4] hfs/hfsplus: rework debug output subsystem
2025-08-14 19:34 UTC
[PATCH v5 0/9] ovl: Enable support for casefold layers
2025-08-14 19:06 UTC (16+ messages)
` [PATCH v5 1/9] fs: Create sb_encoding() helper
` [PATCH v5 2/9] fs: Create sb_same_encoding() helper
` [PATCH v5 3/9] ovl: Prepare for mounting case-insensitive enabled layers
` [PATCH v5 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v5 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v5 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v5 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v5 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v5 9/9] ovl: Support mounting case-insensitive enabled layers
[PATCH v2 0/2] fuse: inode blocksize fixes for iomap integration
2025-08-14 18:25 UTC (5+ messages)
` [PATCH v2 1/2] fuse: reflect cached blocksize if blocksize was changed
` [PATCH v2 2/2] fuse: fix fuseblk i_blkbits for iomap partial writes
[PATCH v2 0/3] fuse copy_file_range() fixes
2025-08-14 17:53 UTC (8+ messages)
` [PATCH v2 3/3] fuse: add COPY_FILE_RANGE_64 that allows large copies
[RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
2025-08-14 17:16 UTC (11+ messages)
[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
2025-08-14 16:54 UTC (2+ messages)
[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-08-14 16:52 UTC (2+ messages)
[PATCH v2] fuse: keep inode->i_blkbits constant
2025-08-14 16:45 UTC (6+ messages)
[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
2025-08-14 16:37 UTC (6+ messages)
` [RFC PATCH v1 10/10] iomap: "
[PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
2025-08-14 16:23 UTC (2+ messages)
[PATCH 0/4] fs: Remove redundant __GFP_NOWARN
2025-08-14 14:48 UTC (2+ messages)
[PATCH] ext4: fix hole length calculation overflow in non-extent inodes
2025-08-14 14:48 UTC (2+ messages)
[PATCH 1/2] ext4: Fix fsmap end of range reporting with bigalloc
2025-08-14 14:48 UTC (2+ messages)
[PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
2025-08-14 13:47 UTC (3+ messages)
[PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
2025-08-14 13:29 UTC (3+ messages)
[PATCH v4 0/9] ovl: Enable support for casefold filesystems
2025-08-14 13:20 UTC (21+ messages)
` [PATCH v4 1/9] ovl: Support mounting case-insensitive enabled filesystems
` [PATCH v4 2/9] fs: Create new helper sb_encoding()
` [PATCH v4 3/9] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH v4 4/9] fs: Create sb_same_encoding() helper
` [PATCH v4 5/9] ovl: Ensure that all layers have the same encoding
` [PATCH v4 6/9] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH v4 7/9] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH v4 8/9] ovl: Check for casefold consistency when creating new dentries
` [PATCH v4 9/9] ovl: Allow case-insensitive lookup
[PATCH] fs: Add 'rootfsflags' to set rootfs mount options
2025-08-14 10:25 UTC (2+ messages)
[PATCH v2 1/1] pidfs: Fix memory leak in pidfd_info()
2025-08-14 9:44 UTC
[PATCH v2] copy_file_range: limit size if in compat mode
2025-08-14 9:11 UTC (4+ messages)
[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
2025-08-14 9:07 UTC (8+ messages)
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 06/19] rust: cpufreq: "
[PATCH v4] vfio/pci: print vfio-device syspath to fdinfo
2025-08-14 8:58 UTC (3+ messages)
[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
2025-08-14 7:54 UTC (3+ messages)
` [PATCH v3 9/9] rust: device: "
do_change_type(): refuse to operate on unmounted/not ours mounts
2025-08-14 7:07 UTC (14+ messages)
` [PATCH][RFC][CFT] use uniform permission checks for all mount propagation changes
` [RFC][CFT] selftest for permission checks in "
[PATCH v2 0/7] gen_init_cpio: add copy_file_range / reflink support
2025-08-14 5:18 UTC (8+ messages)
` [PATCH v2 1/7] gen_init_cpio: write to fd instead of stdout stream
` [PATCH v2 2/7] gen_init_cpio: support -o <output_path> parameter
` [PATCH v2 3/7] gen_init_cpio: attempt copy_file_range for file data
` [PATCH v2 4/7] gen_init_cpio: avoid duplicate strlen calls
` [PATCH v2 5/7] gen_initramfs.sh: use gen_init_cpio -o parameter
` [PATCH v2 6/7] docs: initramfs: file data alignment via name padding
` [PATCH v2 7/7] gen_init_cpio: add -a <data_align> as reflink optimization
[PATCH 1/1] pidfs: Fix memory leak in pidfd_info()
2025-08-14 4:41 UTC (2+ messages)
[RFC PATCH] cputime, proc/stat: Fix cputime reporting in /proc/stat
2025-08-14 3:54 UTC
[PATCH v9 00/17] fuse: fuse-over-io-uring
2025-08-14 1:55 UTC (2+ messages)
[PATCHv2 0/7] direct-io: even more flexible io vectors
2025-08-14 1:42 UTC (9+ messages)
` [PATCHv2 1/7] block: check for valid bio while splitting
[PATCH 05/11] VFS: add rename_lookup()
2025-08-14 1:40 UTC (3+ messages)
[PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
2025-08-14 1:31 UTC (2+ messages)
[PATCH] fs: fix incorrect lflags value in the move_mount syscall
2025-08-14 1:14 UTC (2+ messages)
[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
2025-08-14 1:14 UTC (8+ messages)
[PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
2025-08-14 0:56 UTC (2+ messages)
[f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
2025-08-14 0:39 UTC (3+ 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;
as well as URLs for NNTP newsgroup(s).