public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 17:11:50 to 2026-03-24 10:46:33 UTC [more...]

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-24 10:46 UTC  (3+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-24 10:28 UTC  (8+ 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

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-24 10:25 UTC  (18+ messages)
  ` [Lsf-pc] "

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

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

[RFC PATCH] fdinfo: Option for public fdinfo
 2026-03-24  9:30 UTC  (5+ messages)

[syzbot] [fs?] general protection fault in __umount_mnt
 2026-03-24  9:08 UTC  (4+ messages)

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-24  9:04 UTC  (26+ 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 0/2] liveupdate: prevent double management of files
 2026-03-24  8:51 UTC  (6+ messages)
` [PATCH 1/2] "

[RFC PATCH 0/1] vfs: transitive upgrade restrictions for fds
 2026-03-24  8:41 UTC  (3+ messages)
` [PATCH] "

[PATCH v3 0/6] initramfs: test and improve cpio hex header validation
 2026-03-24  8:38 UTC  (10+ messages)
` [PATCH v3 3/6] initramfs: Sort headers alphabetically
` [PATCH v3 5/6] vsprintf: Revert "add simple_strntoul"
` [PATCH v3 6/6] kstrtox: Drop extern keyword in the simple_strtox() declarations

[REGRESSION] fs/overlayfs/ext4: Severe jbd2 lock contention and journal starvation on concurrent copy-up (v6.6 -> v6.12)
 2026-03-24  8:28 UTC  (3+ messages)

[PATCH 0/2] udf: Fix race between file type conversion and writeback
 2026-03-24  8:18 UTC  (3+ messages)
` [syzbot ci] "

[PATCH] iomap: fix lockdep complaint when reads fail
 2026-03-24  8:15 UTC  (3+ messages)

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

[PATCH v3] sysctl: fix check against uninitialized variable in proc_do_large_bitmap
 2026-03-24  7:44 UTC  (3+ messages)

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-24  5:56 UTC  (31+ messages)
` [PATCH 08/41] udf: Switch to generic_buffers_fsync()
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 20/41] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 21/41] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 22/41] hugetlbfs: Stop using i_private_data
` [PATCH 23/41] aio: Stop using i_private_data and i_private_lock
` [PATCH 24/41] fs: Remove i_private_data
` [PATCH 25/41] kvm: Use private inode list instead of i_private_list
` [PATCH 26/41] fs: Drop osync_buffers_list()
` [PATCH 27/41] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 28/41] fs: Move metadata bhs tracking to a separate struct
` [PATCH 29/41] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 30/41] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-24  5:46 UTC  (20+ 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/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-24  3:29 UTC  (16+ messages)
` [PATCH 04/10] ext4: factor out journalled block zeroing 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 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

[PATCH] ufs: Update Kconfig docs
 2026-03-24  0:54 UTC 

[PATCH BUNDLE v9] famfs: Fabric-Attached Memory File System
 2026-03-24  0:42 UTC  (21+ messages)
  ` [PATCH V9 0/8] dax: prepare for famfs
    ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
    ` [PATCH V9 2/8] dax: Factor out dax_folio_reset_order() helper
    ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
    ` [PATCH V9 4/8] dax: Save the kva from memremap
    ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
    ` [PATCH V9 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
    ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
    ` [PATCH V9 8/8] dax: export dax_dev_get()
  ` [PATCH V9 00/10] famfs: port into fuse
    ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
    ` [PATCH V9 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
    ` [PATCH V9 03/10] famfs_fuse: Plumb the GET_FMAP message/response
    ` [PATCH V9 04/10] famfs_fuse: Create files with famfs fmaps
    ` [PATCH V9 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
    ` [PATCH V9 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
    ` [PATCH V9 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
    ` [PATCH V9 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
    ` [PATCH V9 09/10] famfs_fuse: Add famfs fmap metadata documentation
    ` [PATCH V9 10/10] famfs_fuse: Add documentation

[PATCH] hfsplus: fix generic/523 test-case failure
 2026-03-24  0:39 UTC 

[PATCH 00/19] libfuse: Add support for synchronous init
 2026-03-24  0:19 UTC  (35+ 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

[PATCH v4 0/2] hfsplus: fix lock leak and refactor hidden dir search
 2026-03-24  0:17 UTC  (5+ messages)
` [PATCH v4 1/2] hfsplus: fix held lock freed on hfsplus_fill_super()
` [PATCH v4 2/2] hfsplus: extract hidden directory search into a helper function

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-23 22:43 UTC  (9+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2026-03-23 22:24 UTC  (4+ messages)

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-03-23 21:15 UTC  (19+ 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

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

[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


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