public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-20 13:42:39 to 2026-03-22 05:30:43 UTC [more...]

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-22  5:30 UTC  (14+ messages)

[PATCH] ntfs(3): export super block magic
 2026-03-22  4:56 UTC  (2+ messages)

[PATCH 0/2] liveupdate: prevent double management of files
 2026-03-22  1:04 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests: liveupdate: add test for double preservation

[PATCH v2 0/2] New IORING_OP_DUP
 2026-03-21 23:26 UTC  (5+ messages)
` [PATCH v2 1/2] io_uring: Extract io_file_get_fixed_node helper
` [PATCH v2 2/2] io_uring: Add IORING_OP_DUP

[PATCH v3 0/4] New IORING_OP_DUP
 2026-03-21 23:21 UTC  (5+ messages)
` [PATCH v3 1/4] io_uring: Extract io_file_get_fixed_node() helper
` [PATCH v3 2/4] fs: Export expand_files()
` [PATCH v3 3/4] fs: Export new helper do_replace_fd_locked()
` [PATCH v3 4/4] io_uring: Add IORING_OP_DUP

[PATCH] fanotify: replace deprecated strcpy in fanotify_info_copy_{name,name2}
 2026-03-21 21:05 UTC 

[PATCH] pidfds: add coredump_code field to pidfd_info
 2026-03-21 15:42 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v5] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-21 14:21 UTC  (3+ messages)

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

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

[PATCH] fs/namespace: fix double hlist_del_init of mnt_mp_list in get_detached_copy()
 2026-03-21  8:22 UTC  (2+ messages)

[PATCH v4 0/2] hfsplus: fix lock leak and refactor hidden dir search
 2026-03-21  8:01 UTC  (3+ 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 v3 0/2] hfsplus: fix lock leak and refactor hidden dir search
 2026-03-21  7:33 UTC  (4+ messages)
` [PATCH v3 2/2] hfsplus: extract hidden directory search into a helper function

[RFC] FUSE: support for file_flags and birthtime (FreeBSD use case)
 2026-03-21  6:00 UTC  (2+ messages)

[PATCH] adfs: validate nzones in adfs_read_map()
 2026-03-21  4:45 UTC  (12+ messages)
        ` [PATCH v2] adfs: validate nzones in adfs_validate_bblk()
                ` [PATCH v3] "

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-21  2:42 UTC  (23+ messages)
` [PATCH v4 01/21] mm: various small mmap_prepare cleanups
` [PATCH v4 02/21] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v4 03/21] mm: document vm_operations_struct->open the same as close()
` [PATCH v4 04/21] mm: avoid deadlock when holding rmap on mmap_prepare error
` [PATCH v4 05/21] mm: switch the rmap lock held option off in compat layer
` [PATCH v4 06/21] mm/vma: remove superfluous map->hold_file_rmap_lock
` [PATCH v4 07/21] mm: have mmap_action_complete() handle the rmap lock and unmap
` [PATCH v4 08/21] mm: add vm_ops->mapped hook
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA

[PATCH v3 0/8] io_uring: add kernel-managed buffer rings
 2026-03-21  1:19 UTC  (8+ messages)

[PATCH V8 0/8] dax: prepare for famfs
 2026-03-21  0:44 UTC  (7+ messages)
` [PATCH V8 2/8] dax: Factor out dax_folio_reset_order() helper
` [PATCH V8 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH] fuse: {io-uring} drop kernel-doc notation for a comment
 2026-03-20 23:54 UTC 

[syzbot] [fs?] general protection fault in __umount_mnt
 2026-03-20 22:45 UTC 

[PATCH v3 00/16] mm: expand mmap_prepare functionality and usage
 2026-03-20 22:14 UTC  (17+ messages)
` [PATCH v3 01/16] mm: various small mmap_prepare cleanups
` [PATCH v3 02/16] mm: add documentation for the mmap_prepare file operation callback
` [PATCH v3 03/16] mm: document vm_operations_struct->open the same as close()
` [PATCH v3 04/16] mm: add vm_ops->mapped hook
` [PATCH v3 05/16] fs: afs: correctly drop reference count on mapping failure
` [PATCH v3 15/16] mm: add mmap_action_map_kernel_pages[_full]()

[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-20 20:42 UTC  (17+ messages)
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v7 4/7] dax: Track all dax_region allocations under a global resource tree
` [PATCH v7 6/7] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v7 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-03-20 20:31 UTC  (11+ messages)

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-20 19:56 UTC  (27+ messages)
` [PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v4 03/25] mm/vma: add further vma_flags_t unions
` [PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
` [PATCH v4 07/25] mm/vma: add append_vma_flags() helper
` [PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
` [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] coredump: add tracepoint for coredump events
 2026-03-20 18:48 UTC  (5+ messages)

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-20 18:28 UTC  (9+ messages)
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t

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

[PATCH v3] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-20 18:10 UTC  (7+ messages)

[PATCH v4] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-20 18:00 UTC  (2+ messages)

[PATCH v2 0/5] workqueue: Introduce a sharded cache affinity scope
 2026-03-20 17:56 UTC  (6+ messages)
` [PATCH v2 1/5] workqueue: fix typo in WQ_AFFN_SMT comment
` [PATCH v2 2/5] workqueue: add WQ_AFFN_CACHE_SHARD affinity scope
` [PATCH v2 3/5] workqueue: set WQ_AFFN_CACHE_SHARD as the default "
` [PATCH v2 4/5] tools/workqueue: add CACHE_SHARD support to wq_dump.py
` [PATCH v2 5/5] workqueue: add test_workqueue benchmark module

[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
 2026-03-20 17:47 UTC  (14+ messages)
` [PATCH v2 1/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v2 2/4] mm: replace exec_folio_order() with generic preferred_exec_order()
` [PATCH v2 3/4] elf: align ET_DYN base to max folio size for PTE coalescing
` [PATCH v2 4/4] mm: align file-backed mmap to max folio order in thp_get_unmapped_area

[PATCH] timerfd: Support CLOCK_TAI
 2026-03-20 17:36 UTC  (3+ messages)

[PATCH] fuse: when copying a folio delay the mark dirty until the end
 2026-03-20 17:24 UTC  (12+ messages)
  `  "
      `  "

BUG: unable to handle kernel NULL pointer dereference in __bread_gfp
 2026-03-20 15:01 UTC  (2+ messages)

[PATCH] virtiofs: Verify that server properly follows FUSE protocol
 2026-03-20 15:00 UTC  (2+ messages)

[PATCH RFC 00/53] lift lookup out of exclive lock for dir ops
 2026-03-20 14:47 UTC  (5+ messages)
` [PATCH 16/53] ovl: drop dir lock for lookups in impure readdir

[PATCH] init/initramfs.c: trivial fix: FSM -> Finite-state machine
 2026-03-20 14:46 UTC  (2+ messages)

balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
 2026-03-20 14:38 UTC  (2+ messages)

[RFC] liveupdate: prevent double preservation
 2026-03-20 14:27 UTC  (3+ messages)

[Bug][xfstests xfs/556] inconsistent {HARDIRQ-ON-W} -> {IN-HARDIRQ-W} usage
 2026-03-20 14:27 UTC  (2+ messages)

[PATCH 0/7] fsmount: add FSMOUNT_NAMESPACE
 2026-03-20 14:04 UTC  (7+ messages)
` [PATCH 3/7] mount: "

[PATCH v7] backing_file: store an internal O_PATH user_path_file
 2026-03-20 13:53 UTC 

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-20 13:41 UTC  (25+ messages)
` [PATCH 16/41] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 19/41] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [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 32/41] ext2: Track metadata bhs in fs-private inode part
` [PATCH 33/41] affs: "
` [PATCH 34/41] bfs: "
` [PATCH 35/41] fat: "
` [PATCH 36/41] udf: "
` [PATCH 37/41] minix: "
` [PATCH 38/41] ext4: "
` [PATCH 39/41] fs: Drop mapping_metadata_bhs from address space
` [PATCH 40/41] fs: Drop i_private_list from address_space
` [PATCH 41/41] fs: Unify generic_file_fsync() with mmb methods


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