public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 07:48:50 to 2026-03-23 21:11:28 UTC [more...]

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-23 21:11 UTC  (23+ messages)
` [RFC PATCH 01/11] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [RFC PATCH 02/11] mm/khugepaged: remove READ_ONLY_THP_FOR_FS code in collapse_file()
` [RFC PATCH 03/11] mm: remove filemap_nr_thps*() functions
` [RFC PATCH 04/11] mm/huge_memory: remove file_thp_enabled() and its caller
` [RFC PATCH 05/11] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [RFC PATCH 06/11] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [RFC PATCH 07/11] fs: remove nr_thp from struct address_space
` [RFC PATCH 08/11] fs: remove READ_ONLY_THP_FOR_FS code
` [RFC PATCH 09/11] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [RFC PATCH 10/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in khugepaged
` [RFC PATCH 11/11] selftests/mm: remove READ_ONLY_THP_FOR_FS test in guard-regions

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-23 21:09 UTC  (19+ messages)
` [PATCH v8 1/9] dax/bus: Use dax_region_put() in alloc_dax_region() error path
` [PATCH v8 2/9] dax/hmem: Factor HMEM registration into __hmem_register_device()
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v8 6/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v8 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH 00/19] libfuse: Add support for synchronous init
 2026-03-23 21:09 UTC  (22+ messages)
` [PATCH 01/19] ci-build: Add environment logging
` [PATCH 02/19] Add 'STRCPY' to the checkpatch ignore option
` [PATCH 03/19] checkpatch.pl: Add _Atomic to $Attribute patttern
` [PATCH 04/19] Add a new daemonize API
` [PATCH 05/19] Sync fuse_kernel.h with linux-6.18
` [PATCH 06/19] mount.c: Split fuse_mount_sys to prepare privileged sync FUSE_INIT
` [PATCH 07/19] Add FUSE_MOUNT_FALLBACK_NEEDED define for -2 mount errors
` [PATCH 08/19] Refactor mount code / move common functions to mount_util.c
` [PATCH 09/19] Move mount flags to mount_i.h
` [PATCH 10/19] conftest.py: Add more valgrind filter patterns
` [PATCH 11/19] Add support for the new linux mount API
` [PATCH 12/19] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH 13/19] Add fuse_session_set_debug() to enable debug output without foreground
` [PATCH 14/19] Move more generic mount code to mount_util.{c,h}
` [PATCH 15/19] Split the fusermount do_mount function
` [PATCH 16/19] fusermount: Refactor extract_x_options
` [PATCH 17/19] Make fusermount work bidirectional for sync init
` [PATCH 18/19] New mount API: Filter out "user="
` [PATCH 19/19] Add support for sync-init of unprivileged daemons

[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-23 21:06 UTC  (3+ messages)
` [RFC PATCH v2 2/2] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH] iomap: fix lockdep complaint when reads fail
 2026-03-23 21:00 UTC 

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-23 20:47 UTC  (18+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-23 20:31 UTC  (21+ messages)
` [PATCH 01/10] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH 02/10] ext4: ext4_block_truncate_page() returns zeroed length on success
` [PATCH 03/10] ext4: rename and extend ext4_block_truncate_page()
` [PATCH 04/10] ext4: factor out journalled block zeroing range
` [PATCH 05/10] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH 06/10] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH 07/10] ext4: remove handle parameters from zero partial block functions
` [PATCH 08/10] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH 09/10] ext4: move zero partial block range functions out of active handle
` [PATCH 10/10] ext4: zero post-EOF partial block before appending write

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-23 20:14 UTC  (4+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-03-23 19:31 UTC  (9+ messages)
` [PATCH 6/7] tomoyo: Convert from sb_mount to "

[PATCH v3 0/7] fuse: fix hang with sync init
 2026-03-23 18:45 UTC  (11+ messages)
` [PATCH v3 1/7] fuse: abort on fatal signal during "
` [PATCH v3 6/7] fuse: alloc pqueue before installing fc

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-23 18:21 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] arm64: elf: clear MMF_USER_HWCAP on architecture switch
` [PATCH 3/4] mm: synchronize saved_auxv access with arg_lock
` [PATCH 4/4] selftests/exec: add test for HWCAP inheritance

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-23 18:19 UTC  (7+ messages)

[PATCH 0/4 v4] exec: inherit HWCAPs from the parent process
 2026-03-23 18:19 UTC  (4+ messages)
  ` [PATCH 2/4] "

[PATCH V8 0/8] dax: prepare for famfs
 2026-03-23 17:21 UTC  (6+ messages)
` [PATCH V8 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2026-03-23 17:08 UTC  (3+ messages)

[PATCH v5] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-23 16:37 UTC 

[PATCH RFC 0/1] fix for large folio split race in page cache
 2026-03-23 16:35 UTC  (8+ messages)
` [PATCH RFC 1/1] mm/filemap: handle large folio split race in page cache lookups

[PATCH 0/2] udf: Fix race between file type conversion and writeback
 2026-03-23 16:30 UTC  (3+ messages)
` [PATCH 1/2] writeback: Export folio_prepare_writeback()
` [PATCH 2/2] udf: Fix race between file type conversion and writeback

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-23 15:51 UTC  (7+ messages)
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags

[PATCH] unicode: utf8-norm: fix comment typo
 2026-03-23 15:31 UTC  (2+ messages)

[PATCH v4] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-23 15:24 UTC  (3+ messages)

[syzbot] [fs?] general protection fault in __umount_mnt
 2026-03-23 15:19 UTC  (3+ messages)

[PATCH v2 0/9] Kernel API Specification Framework
 2026-03-23 13:52 UTC  (3+ messages)
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel API specifications

[PATCH 0/7] lib/iov_iter: fix bugs found via cross-function consistency review
 2026-03-23 15:16 UTC  (4+ messages)
` [PATCH 3/7] lib/iov_iter: fix misplaced parenthesis in iov_iter_restore() kvec check

[PATCH v3 0/6] initramfs: test and improve cpio hex header validation
 2026-03-23 14:54 UTC  (7+ messages)
` [PATCH v3 1/6] initramfs_test: add fill_cpio() format parameter
` [PATCH v3 2/6] initramfs_test: test header fields with 0x hex prefix
` [PATCH v3 3/6] initramfs: Sort headers alphabetically
` [PATCH v3 4/6] initramfs: Refactor to use hex2bin() instead of custom approach
` [PATCH v3 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v3 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-23 14:57 UTC  (29+ messages)
                  ` [Lsf-pc] "

[PATCH] exfat: fix passing zero to ERR_PTR() in exfat_mkdir()
 2026-03-23 14:52 UTC  (2+ messages)

[PATCH v3 0/4] New IORING_OP_DUP
 2026-03-23 14:23 UTC  (6+ messages)
` [PATCH v3 3/4] fs: Export new helper do_replace_fd_locked()
` [PATCH v3 4/4] io_uring: Add IORING_OP_DUP

support multiple block devices per file system for block-style layouts
 2026-03-23 14:05 UTC  (7+ messages)
` [PATCH 1/7] exportfs: split out the ops for layout-based block device access
` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices

[PATCH v3] sysctl: fix check against uninitialized variable in proc_do_large_bitmap
 2026-03-23 13:53 UTC  (2+ messages)

[PATCH] hpfs: obsolete check=none mount option
 2026-03-23 13:38 UTC  (3+ messages)

[PATCH 0/2] liveupdate: prevent double management of files
 2026-03-23 13:18 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH v2 0/8] SQUASH: test and improve cpio hex header validation
 2026-03-23 13:17 UTC  (3+ messages)

[RFC PATCH] fdinfo: Option for public fdinfo
 2026-03-23 13:16 UTC  (3+ messages)

[PATCH v4 0/2] pidfds: add coredump_code field to pidfd_info
 2026-03-23 13:03 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftests: check pidfd_info->coredump_code correctness

[PATCH v2] coredump: add tracepoint for coredump events
 2026-03-23 12:16 UTC  (2+ messages)

[PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
 2026-03-23 12:09 UTC  (3+ messages)

[PATCH v3] pidfds: add coredump_code field to pidfd_info
 2026-03-23 11:57 UTC  (3+ messages)

fix architecture-specific compat_ftruncate64 implementations
 2026-03-23 11:44 UTC  (8+ messages)
` [PATCH 1/3] fs: fix archiecture-specific compat_ftruncate64
` [PATCH 2/3] fs: pass on FTRUNCATE_* flags to do_truncate
` [PATCH 3/3] fs: remove do_sys_truncate

[PATCH] coredump: add tracepoint for coredump events
 2026-03-23 11:41 UTC  (4+ messages)

[PATCH] fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}
 2026-03-23 11:26 UTC  (5+ messages)

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-23 11:25 UTC  (8+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot

[PATCH] mm: fix data race in __filemap_remove_folio / folio_mapping
 2026-03-23 10:47 UTC  (3+ messages)

[PATCH v4 0/8] iomap, xfs: improve zero range flushing and lookup
 2026-03-23 10:47 UTC  (2+ messages)

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-23 10:46 UTC  (4+ messages)
` [PATCH 04/41] ocfs2: Drop pointless sync_mapping_buffers() calls

[PATCH 1/3] virtiofs: Only parse the out header if the request expects a reply in virtio_fs_request_complete()
 2026-03-23  9:43 UTC  (3+ messages)
` [PATCH 2/3] virtiofs: Allow ENOMEM requests to wait and retry later in send_forget_request()
` [PATCH 3/3] virtiofs: Distinguish between 1 and negative return values "

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-23  9:13 UTC  (4+ messages)
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare

[PATCH] [PATCH v2] virtiofs: Strengthen FUSE protocol validation for server responses
 2026-03-23  8:14 UTC 

[PATCH v0 1/1] exfat: add limited FALLOC_FL_ZERO_RANGE support
 2026-03-23  7:59 UTC  (2+ messages)

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-23  7:48 UTC  (10+ messages)
` [PATCH v2 1/9] memblock: reserve_mem: fix end caclulation in reserve_mem_release_by_name()
` [PATCH v2 2/9] powerpc: fadump: pair alloc_pages_exact() with free_pages_exact()
` [PATCH v2 3/9] powerpc: opal-core: "
` [PATCH v2 4/9] mm: move free_reserved_area() to mm/memblock.c
` [PATCH v2 5/9] memblock: make free_reserved_area() more robust
` [PATCH v2 6/9] memblock: extract page freeing from free_reserved_area() into a helper
` [PATCH v2 7/9] memblock: make free_reserved_area() update memblock if ARCH_KEEP_MEMBLOCK=y
` [PATCH v2 8/9] memblock, treewide: make memblock_free() handle late freeing
` [PATCH v2 9/9] memblock: warn when freeing reserved memory before memory map is initialized


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox