public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 13:53:55 to 2026-03-24 05:42:38 UTC [more...]

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-24  5:42 UTC  (9+ 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 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-24  3:29 UTC  (26+ 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-24  1:03 UTC  (6+ messages)
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[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

[RFC PATCH 00/11] Remove READ_ONLY_THP_FOR_FS
 2026-03-24  0:12 UTC  (25+ 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 v2 0/9] Kernel API Specification Framework
 2026-03-23 23:58 UTC  (4+ messages)
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel API specifications

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

[PATCH v3 0/6] initramfs: test and improve cpio hex header validation
 2026-03-23 23:07 UTC  (12+ 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

[PATCH 0/4 v5] exec: inherit HWCAPs from the parent process
 2026-03-23 22:59 UTC  (7+ 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 22:43 UTC  (9+ messages)
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD "

[PATCH 0/2] udf: Fix race between file type conversion and writeback
 2026-03-23 22:37 UTC  (4+ messages)
` [PATCH 1/2] writeback: Export folio_prepare_writeback()
` [PATCH 2/2] udf: Fix race between file type conversion and writeback
` [syzbot ci] "

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

[REGRESSION] fs/overlayfs/ext4: Severe jbd2 lock contention and journal starvation on concurrent copy-up (v6.6 -> v6.12)
 2026-03-23 22:03 UTC 

[RFC PATCH 0/1] vfs: transitive upgrade restrictions for fds
 2026-03-23 22:00 UTC  (2+ messages)
` [PATCH] "

[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

[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

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

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-23 14:57 UTC  (14+ 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  (5+ messages)
` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices


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