linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 08:00:29 to 2025-08-14 08:39:16 UTC [more...]

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-14  8:38 UTC  (16+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [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 v4 0/9] ovl: Enable support for casefold filesystems
 2025-08-14  8:35 UTC  (11+ 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 v2] copy_file_range: limit size if in compat mode
 2025-08-14  8:24 UTC  (3+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-14  8:24 UTC  (20+ messages)
` [PATCH v2 01/19] drivers: net: "
` [PATCH v2 02/19] gpu: nova-core: "
` [PATCH v2 03/19] rust: auxiliary: "
` [PATCH v2 04/19] rust: clk: "
` [PATCH v2 05/19] rust: configfs: "
` [PATCH v2 06/19] rust: cpufreq: "
` [PATCH v2 07/19] rust: device: "
` [PATCH v2 08/19] rust: firmware: "
` [PATCH v2 09/19] rust: kunit: "
` [PATCH v2 10/19] rust: macros: "
` [PATCH v2 11/19] rust: miscdevice: "
` [PATCH v2 12/19] rust: net: "
` [PATCH v2 13/19] rust: pci: "
` [PATCH v2 14/19] rust: platform: "
` [PATCH v2 15/19] rust: seq_file: "

[PATCH] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-14  8:13 UTC 

[PATCH v3 0/9] rust: use `kernel::{fmt,prelude::fmt!}`
 2025-08-14  7:54 UTC  (11+ messages)
` [PATCH v3 1/9] gpu: nova-core: "
` [PATCH v3 2/9] rust: alloc: "
` [PATCH v3 3/9] rust: block: "
` [PATCH v3 4/9] rust: device: "
` [PATCH v3 5/9] rust: file: "
` [PATCH v3 6/9] rust: kunit: "
` [PATCH v3 7/9] rust: seq_file: "
` [PATCH v3 8/9] rust: sync: "
` [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] testing/radix-tree/maple: hack around kfree_rcu not existing
 2025-08-14  6:49 UTC 

[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 v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-14  3:07 UTC  (15+ messages)
` [PATCH v4 1/7] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [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 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v4 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()
 2025-08-14  2:07 UTC  (2+ messages)

[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 6.16 000/627] 6.16.1-rc1 review
 2025-08-14  1:27 UTC  (8+ 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  (10+ messages)

[PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
 2025-08-14  1:13 UTC  (2+ 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  (12+ messages)
` [RFC PATCH 1/9] f2fs: Introduce f2fs_iomap_folio_state
` [RFC PATCH 2/9] f2fs: Integrate f2fs_iomap_folio_state into f2fs page private helpers
` [RFC PATCH 3/9] f2fs: Using `folio_detach_f2fs_private` in invalidate and release folio
` [RFC PATCH 4/9] f2fs: Convert outplace write path page private funcions to folio private functions
` [RFC PATCH 5/9] f2fs:Refactor `f2fs_is_compressed_page` to `f2fs_is_compressed_folio`
` [RFC PATCH 6/9] f2fs: Extend f2fs_io_info to support sub-folio ranges
` [RFC PATCH 7/9] f2fs:Make GC aware of large folios
` [RFC PATCH 8/9] f2fs: Introduce F2FS_GET_BLOCK_IOMAP and map_blocks he lpers
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap
  ` Re:Re: [f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap

[PATCH] debugfs: fix mount options not being applied
 2025-08-13 23:49 UTC  (6+ messages)

[PATCH v2 0/2] fuse: inode blocksize fixes for iomap integration
 2025-08-13 22:35 UTC  (3+ 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

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-13 22:03 UTC  (5+ messages)
` [RFC PATCH v1 10/10] iomap: "

[PATCH v2 0/3] fuse copy_file_range() fixes
 2025-08-13 21:23 UTC  (9+ messages)
` [PATCH v2 1/3] fuse: check if copy_file_range() returns larger than requested size
` [PATCH v2 2/3] fuse: prevent overflow in copy_file_range return value
` [PATCH v2 3/3] fuse: add COPY_FILE_RANGE_64 that allows large copies

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-13 20:03 UTC  (22+ messages)
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-13 18:53 UTC  (9+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH] fuse: enable large folios (if writeback cache is unused)
 2025-08-13 18:05 UTC  (9+ messages)

[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
 2025-08-13 17:11 UTC  (7+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-13 16:24 UTC  (2+ messages)

[patch 0/4] uaccess: Provide and use helpers for user masked access
 2025-08-13 15:57 UTC  (5+ messages)
` [patch 1/4] uaccess: Provide common helpers for masked user access
` [patch 2/4] futex: Convert to get/put_user_masked_u32()
` [patch 3/4] x86/futex: Use user_*_masked_begin()
` [patch 4/4] select: Use user_read_masked_begin()

[PATCH v15 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-08-13 15:45 UTC  (5+ messages)
` [PATCH v15 1/4] rust: macros: reduce collections in `quote!` macro
` [PATCH v15 2/4] samples: rust: platform: remove trailing commas
` [PATCH v15 3/4] rust: support formatting of foreign types
` [PATCH v15 4/4] rust: replace `CStr` with `core::ffi::CStr`

[RFC] Another take at restarting FUSE servers
 2025-08-13 13:14 UTC  (7+ messages)

[RFC V2 00/18] famfs: port into fuse
 2025-08-13 13:07 UTC  (11+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs

[PATCH] binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
 2025-08-13 11:50 UTC 

[PATCH v7 0/4] Add support for long task name
 2025-08-13 10:29 UTC  (11+ messages)
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'

[f2fs-dev] [RESEND RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-08-13  9:37 UTC  (10+ messages)
` [RFC PATCH 1/9] f2fs: Introduce f2fs_iomap_folio_state
` [RFC PATCH 2/9] f2fs: Integrate f2fs_iomap_folio_state into f2fs page private helpers
` [RFC PATCH 3/9] f2fs: Using `folio_detach_f2fs_private` in invalidate and release folio
` [RFC PATCH 4/9] f2fs: Convert outplace write path page private funcions to folio private functions
` [RFC PATCH 5/9] f2fs:Refactor `f2fs_is_compressed_page` to `f2fs_is_compressed_folio`
` [RFC PATCH 6/9] f2fs: Extend f2fs_io_info to support sub-folio ranges
` [RFC PATCH 7/9] f2fs:Make GC aware of large folios
` [RFC PATCH 8/9] f2fs: Introduce F2FS_GET_BLOCK_IOMAP and map_blocks he lpers
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap

[PATCH v2] fuse: keep inode->i_blkbits constant
 2025-08-13  8:24 UTC  (5+ messages)

[PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-13  8:07 UTC  (3+ messages)

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-13  8:00 UTC  (7+ messages)
` [PATCH v2 3/3] "


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).