linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 04:42:42 to 2025-08-15 14:28:22 UTC [more...]

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-15 14:28 UTC  (7+ messages)

[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-08-15 14:25 UTC  (4+ messages)

[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
 2025-08-15 14:22 UTC  (4+ messages)
` [PATCH 2/2] copy_file_range: limit size if in compat mode

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-08-15 14:20 UTC  (11+ messages)

[PATCH v3 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
 2025-08-15 14:16 UTC  (2+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-15 14:12 UTC  (22+ 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 v2] copy_file_range: limit size if in compat mode
 2025-08-15 14:11 UTC  (5+ messages)

[PATCH v2 1/1] pidfs: Fix memory leak in pidfd_info()
 2025-08-15 14:11 UTC  (2+ messages)

[PATCH 4/4] fs-writeback: Remove redundant __GFP_NOWARN
 2025-08-15 14:06 UTC  (2+ messages)
` (subset) "

[PATCH] iomap: use largest_zero_folio() in iomap_dio_zero()
 2025-08-15 14:02 UTC  (4+ messages)

[PATCH] netfs: Fix unbuffered write error handling
 2025-08-15 13:57 UTC  (2+ messages)

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-15 13:54 UTC  (8+ messages)
` [PATCH v5 1/7] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v5 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v5 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v5 4/7] docs: transhuge: document process level THP controls
` [PATCH v5 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v5 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH V2 0/4] 9p: convert to the new mount API
 2025-08-15 13:55 UTC  (6+ messages)

[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
 2025-08-15 13:51 UTC  (15+ 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
  ` (subset) "
` [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 v5 0/9] ovl: Enable support for casefold layers
 2025-08-15 13:50 UTC  (19+ 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

[syzbot] [gfs2?] WARNING in vfs_setxattr (3)
 2025-08-15 12:51 UTC 

[PATCH] testing/radix-tree/maple: hack around kfree_rcu not existing
 2025-08-15 12:34 UTC  (7+ messages)

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-15 12:14 UTC 

[PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-15 12:12 UTC  (3+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-15 11:11 UTC  (6+ messages)
` [PATCH v2 02/19] gpu: nova-core: "

[PATCH] fuse: enable large folios (if writeback cache is unused)
 2025-08-15 11:01 UTC  (2+ messages)

[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-08-15  9:59 UTC  (3+ messages)

[PATCH] exfat: limit log print for IO error
 2025-08-15  9:32 UTC 

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-15  9:29 UTC  (3+ messages)

[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-15  9:29 UTC  (29+ 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

[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 6.16 000/627] 6.16.1-rc1 review
 2025-08-15  5:33 UTC  (11+ 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

[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  (5+ messages)

[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] 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 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  (5+ 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 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  (3+ messages)
` [RFC PATCH v1 10/10] iomap: "

[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 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


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