linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-30 09:20:53 to 2025-10-31 22:10:33 UTC [more...]

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 22:10 UTC  (6+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-10-31 22:01 UTC  (21+ messages)
                  ` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
                    ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules
                    ` [PATCH 2/3] runtime-const: split headers between accessors and fixup; disable for modules
                    ` [PATCH 3/3] fs: hide names_cachep behind runtime access machinery

[PATCH 0/2] fuse: Fix missing fuse_copy_finish in dev_uring.c
 2025-10-31 21:30 UTC  (3+ messages)
` [PATCH 1/2] fuse: missing copy_finish in fuse-over-io-uring argument copies

[f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-10-31 21:28 UTC  (3+ messages)
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-10-31 21:19 UTC  (17+ messages)
` [PATCH v2 1/8] io_uring/uring_cmd: add io_uring_cmd_import_fixed_full()
` [PATCH v2 2/8] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v2 3/8] fuse: refactor io-uring header copying to ring

[PATCH v4 0/1] vfs-6.19.iomap commit 51311f045375 fixup
 2025-10-31 21:13 UTC  (2+ messages)
` [PATCH v4 1/1] iomap: fix race when reading in all bytes of a folio

[PATCH v3 0/2] vfs-6.19.iomap commit 51311f045375 fixups
 2025-10-31 20:38 UTC  (6+ messages)
` [PATCH v3 2/2] iomap: fix race when reading in all bytes of a folio

[PATCH v4 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-31 20:34 UTC  (4+ messages)
` [PATCH v4 1/3] io_uring: only call io_should_terminate_tw() once for ctx
` [PATCH v4 2/3] io_uring: add wrapper type for io_req_tw_func_t arg
` [PATCH v4 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[PATCH] fs: touch up predicts in putname()
 2025-10-31 20:17 UTC  (4+ messages)

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

[PATCH] mount: fix duplicate mounts using the new mount API
 2025-10-31 18:48 UTC  (5+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-10-31 18:31 UTC  (10+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map
  ` [PATCH v7 06/12] KVM: guest_memfd: add module param for disabling TLB flushing
  ` [PATCH v7 12/12] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH v3 0/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-31 18:29 UTC  (4+ messages)
` [PATCH v3 4/4] "

[PATCHBOMB v6] fuse: containerize ext4 for safer operation
 2025-10-31 17:56 UTC  (3+ messages)

Improving inode number documentation
 2025-10-31 17:10 UTC  (6+ messages)
` [PATCH v3] man/man3/readdir.3, man/man3type/stat.3type: Improve documentation about .d_ino and .st_ino

[PATCH] fix missing sb_min_blocksize() return value checks in some filesystems
 2025-10-31 16:51 UTC  (3+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-10-31 16:47 UTC  (11+ messages)

[PATCH v5 0/3] Optimize folio split in memory failure
 2025-10-31 16:20 UTC  (4+ messages)
` [PATCH v5 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v5 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH v4 0/3] Optimize folio split in memory failure
 2025-10-31 15:44 UTC  (15+ messages)
` [PATCH v4 1/3] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v4 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v4 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

alloc misaligned vectors for zoned XFS v2
 2025-10-31 15:24 UTC  (4+ messages)
` [PATCH 1/2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
` [PATCH 2/2] xfs: support sub-block aligned vectors in always COW mode

[viro@zeniv.linux.org.uk: [RFC] audit reporting (or not reporting) pathnames on early failures in syscalls]
 2025-10-31 14:45 UTC  (2+ messages)

[PATCH] fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/O
 2025-10-31 14:07 UTC  (2+ messages)

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-31 13:58 UTC  (21+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 4/4] mm: introduce and use VMA flag test helpers

alloc misaligned vectors for zoned XFS
 2025-10-31 12:40 UTC  (8+ messages)
` [PATCH 1/4] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-31 12:23 UTC  (5+ messages)
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent

[PATCH v2 1/2] fs: push list presence check into inode_io_list_del()
 2025-10-31 12:17 UTC  (6+ messages)
` [PATCH v2 2/2] fs: cosmetic fixes to lru handling

[PATCH 00/10] Add and use folio_next_pos()
 2025-10-31 12:12 UTC  (6+ messages)
` [PATCH 02/10] btrfs: Use folio_next_pos()
` [PATCH 03/10] buffer: "

Hit an assertion within lib/xarray.c from lib/test_xarray.c, would like help debugging
 2025-10-31 10:40 UTC  (2+ messages)

move blk-crypto-fallback to sit above the block layer
 2025-10-31  9:34 UTC  (10+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 6/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCHv4 0/8]
 2025-10-31  9:18 UTC  (10+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check

[syzbot] Monthly fs report (Oct 2025)
 2025-10-31  8:55 UTC 

[PATCH] xfs: remove xarray mark for reclaimable zones
 2025-10-31  8:29 UTC 

[RFC] audit reporting (or not reporting) pathnames on early failures in syscalls
 2025-10-31  8:01 UTC 

[RFC] audit reporting (or not reporting) pathnames on early failures in syscalls
 2025-10-31  7:58 UTC 

[PATCH] fuse: virtio_fs: add checks for FUSE protocol compliance
 2025-10-31  6:37 UTC  (5+ messages)

[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-10-31  6:29 UTC  (5+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents
` [PATCH 2/4] ext4: check for conflicts when caching extents
` [PATCH 3/4] ext4: adjust the debug info in ext4_es_cache_extent()
` [PATCH 4/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents

[bug report] iomap: track pending read bytes more optimally
 2025-10-31  5:34 UTC 

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-31  2:19 UTC  (2+ messages)

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-31  1:55 UTC  (7+ messages)
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS

[PATCH] fs/pipe: stop duplicating union pipe_index declaration
 2025-10-31  1:34 UTC  (12+ messages)
            ` fms extension (Was: [PATCH] fs/pipe: stop duplicating union pipe_index declaration)

[PATCH v4 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-30 23:41 UTC  (12+ messages)
` [PATCH v4 07/14] VFS: introduce start_removing_dentry()
` [PATCH v4 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v4 11/14] Add start_renaming_two_dentries()
` [PATCH v4 12/14] ecryptfs: use new start_creating/start_removing APIs

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-30 21:48 UTC  (15+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-10-30 21:28 UTC  (9+ messages)

filemap_* writeback interface cleanups v2
 2025-10-30 18:21 UTC  (3+ messages)
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-30 17:08 UTC  (8+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size

[PATCHSET V2] xfs: autonomous self healing of filesystems
 2025-10-30 16:54 UTC  (5+ messages)
` [PATCH 02/19] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 11/19] xfs: create event queuing, formatting, and discovery infrastructure

[PATCH v12 0/4] New trait OwnableRefCounted for ARef<->Owned conversion
 2025-10-30 16:50 UTC  (8+ messages)
` [PATCH v12 1/4] rust: types: Add Ownable/Owned types
` [PATCH v12 2/4] `AlwaysRefCounted` is renamed to `RefCounted`

[PATCHSET v6 2/8] iomap: cleanups ahead of adding fuse support
 2025-10-30 15:03 UTC  (7+ messages)
` [PATCH 1/1] iomap: allow NULL swap info bdev when activating swapfile

[PATCH v4 00/30] Live Update Orchestrator
 2025-10-30 14:45 UTC  (6+ messages)
` [PATCH v4 14/30] liveupdate: luo_session: Add ioctls for file preservation and state management

[PATCH v2 0/8] Guaranteed CMA
 2025-10-30 14:04 UTC  (6+ messages)

[PATCH v4 00/72] nstree: listns()
 2025-10-30 13:48 UTC  (3+ messages)
` [PATCH v4 17/72] nstree: simplify rbtree comparison helpers

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-30 13:35 UTC  (9+ messages)
` [PATCH v2 22/50] convert efivarfs

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-10-30 11:35 UTC  (11+ messages)
` [PATCH 01/33] misc: adapt tests to handle the fuse ext[234] drivers
` [PATCH 02/33] generic/740: don't run this test for fuse ext* implementations
` [PATCH 22/33] generic/631: don't run test if we can't mount overlayfs
` [PATCH 23/33] generic/{409,410,411,589}: check for stacking mount support
` [PATCH 27/33] generic/050: skip test because fuse2fs doesn't have stable output

[PATCH v3] fs: hide names_cachep behind runtime access machinery
 2025-10-30 10:50 UTC 

[PATCH v2] fs: hide names_cachep behind runtime access machinery
 2025-10-30 10:34 UTC  (4+ messages)

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-30 10:21 UTC  (9+ messages)

[PATCH 03/21] select: rename BITS() to FDS_BITS()
 2025-10-30  9:42 UTC  (2+ messages)

[PATCH v1] man/man2/flock.2: Mention non-atomicity w.r.t close
 2025-10-30  9:21 UTC  (2+ messages)


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