public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-23 14:58:26 to 2026-01-26 16:53:47 UTC [more...]

[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
 2026-01-26 16:53 UTC  (15+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 03/15] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 05/15] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v10 06/15] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v10 10/15] KVM: selftests: load elf via bounce buffer
` [PATCH v10 11/15] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v10 12/15] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v10 13/15] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v10 15/15] KVM: selftests: Test guest execution from direct map removed gmem

[RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024
 2026-01-26 16:43 UTC  (21+ messages)

[PATCH v2 0/2] O_REGULAR flag support for open
 2026-01-26 16:31 UTC  (7+ messages)
` [PATCH v2 1/2] open: new O_REGULAR flag support
` [PATCH v2 2/2] kselftest/openat2: test for O_REGULAR flag

[PATCH] fuse: mark DAX inode releases as blocking
 2026-01-18 23:24 UTC 

[PATCH v2 1/1] NFSD: Enforce Timeout on Layout Recall and Integrate Lease Manager Fencing
 2026-01-26 16:11 UTC  (2+ messages)

[PATCH v4 0/1] iomap: fix invalid folio access after folio_end_read()
 2026-01-26 14:59 UTC  (5+ messages)
` [PATCH v4 1/1] "

[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-01-26 14:26 UTC  (14+ messages)
` [PATCH v5 3/7] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v5 4/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v5 5/7] dax: Introduce dax_cxl_mode for CXL coordination
` [PATCH v5 6/7] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[syzbot] [iomap?] WARNING in iomap_iter (6)
 2026-01-26 14:07 UTC 

[PATCH 0/1] fs/iomap: Describle @private in iomap_readahead()
 2026-01-26 13:21 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v5] ceph: fix kernel crash in ceph_open()
 2026-01-26 13:01 UTC  (4+ messages)

bounce buffer direct I/O when stable pages are required v3
 2026-01-26 12:47 UTC  (26+ messages)
` [PATCH 01/15] block: add a BIO_MAX_SIZE constant and use it
` [PATCH 02/15] block: refactor get_contig_folio_len
` [PATCH 03/15] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 04/15] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 05/15] block: remove bio_release_page
` [PATCH 06/15] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 07/15] iomap: fix submission side handling of completion side errors
` [PATCH 08/15] iomap: simplify iomap_dio_bio_iter
` [PATCH 09/15] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 10/15] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 11/15] iomap: free the bio before completing the dio
` [PATCH 12/15] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 13/15] iomap: support ioends for direct reads
` [PATCH 14/15] iomap: add a flag to bounce buffer direct I/O
` [PATCH 15/15] xfs: use bounce buffering direct I/O when the device requires stable pages

fsverity cleanups, speedup and memory usage optimization v3
 2026-01-26 12:27 UTC  (20+ messages)
` [PATCH 01/16] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/16] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/16] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/16] f2fs: "
` [PATCH 05/16] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/16] fsverity: start consolidating pagecache code
` [PATCH 07/16] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/16] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/16] fsverity: constify the vi pointer in fsverity_verification_context
` [PATCH 10/16] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 11/16] fsverity: push out fsverity_info lookup
` [PATCH 12/16] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 13/16] ext4: consolidate fsverity_info lookup
` [PATCH 14/16] f2fs: "
` [PATCH 15/16] btrfs: "
` [PATCH 16/16] fsverity: use a hashtable to find the fsverity_info

[PATCH v3 0/2] Add traces and file attributes for fs-verity
 2026-01-26 11:56 UTC 

[GIT PULL] vfs fixes
 2026-01-26 10:49 UTC 

[PATCH 0/2] O_REGULAR flag support for open
 2026-01-26  8:00 UTC  (9+ messages)
` [PATCH 1/2] open: new O_REGULAR flag support
` [PATCH 2/2] kselftest/openat2: test for O_REGULAR flag

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-26  5:08 UTC  (2+ messages)

support file system generated / verified integrity information
 2026-01-26  5:03 UTC  (9+ messages)
  ` [PATCH 01/15] block: factor out a bio_integrity_action helper
  ` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper

fsverity cleanups, speedup and memory usage optimization v2
 2026-01-26  4:44 UTC  (15+ messages)
` [PATCH 04/11] fsverity: start consolidating pagecache code
` [PATCH 05/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info

[ANNOUNCE] DAXFS: A zero-copy, dmabuf-friendly filesystem for shared memory
 2026-01-26  4:04 UTC  (2+ messages)

[PATCH v6 00/16] Exposing case folding behavior
 2026-01-25 22:04 UTC  (5+ messages)

[PATCH/RFC] nfsd: rate limit requests that result in -ESTALE from the filesystem
 2026-01-25 21:51 UTC  (7+ messages)

[PATCH 3/3] fs: add immutable rootfs
 2026-01-25 20:47 UTC  (2+ messages)

[PATCH v2 0/4] fs: add immutable rootfs
 2026-01-25 19:18 UTC  (2+ messages)

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-25 14:50 UTC  (3+ messages)
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t

[PATCH v2] hfsplus: validate btree bitmap during mount and handle corruption gracefully
 2026-01-25  3:07 UTC 

[PATCH] hfsplus: validate btree bitmap during mount and handle corruption gracefully
 2026-01-25  2:11 UTC  (2+ messages)

[PATCH 0/3] Add the ability to mount filesystems during initramfs expansion
 2026-01-25  0:07 UTC  (7+ messages)
` [RFC PATCH 1/3] fs/init: move creating the mount data_page into init_mount()
` [RFC PATCH 2/3] initramfs: support mounting filesystems during initramfs expansion
` [RFC PATCH 3/3] Documentation/initramfs: document mount points in initramfs

[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
 2026-01-24 20:28 UTC  (10+ messages)

[RFC][PATCH] get rid of weirdness around NFS dummy root dentries
 2026-01-24 19:58 UTC 

[PATCH v2 0/3] kNFSD Signed Filehandles
 2026-01-24 19:48 UTC  (22+ messages)
` [PATCH v2 3/3] NFSD: Sign filehandles
` [PATCH v2 1/3] NFSD: Add a key for signing filehandles

[PATCH] fs: reset read-only fsflags together with xflags
 2026-01-24 18:29 UTC  (2+ messages)

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2026-01-24 16:54 UTC  (10+ messages)
` [PATCH 07/31] fuse: create a per-inode flag for toggling iomap
` [PATCH 12/31] fuse: implement direct IO with iomap
` [PATCH 16/31] fuse: implement large folios for iomap pagecache files

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-24 10:45 UTC  (19+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
 2026-01-24 10:13 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Is it time of refreshing interest to NILFS2 file system?
 2026-01-24  9:17 UTC  (4+ messages)

[PATCH] hfsplus: fix uninit-value in hfsplus_strcasecmp
 2026-01-24  2:46 UTC  (7+ messages)

[syzbot] [fs?] possible deadlock in dqget (2)
 2026-01-24  0:53 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2026-01-24  0:07 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Data placement policy for FDP SSD in Ceph and other distributed file systems
 2026-01-23 20:42 UTC  (3+ messages)
` [Lsf-pc] "

[LSF/MM/BPF TOPIC] Refactor LSM hooks for VFS mount operations
 2026-01-23 20:23 UTC  (7+ messages)

[PATCH] pidfs: implement ino allocation without the pidmap lock
 2026-01-23 16:17 UTC  (3+ messages)

[PATCH v7 00/16] Exposing case folding behavior
 2026-01-23 15:49 UTC  (4+ messages)
` [PATCH v7 07/16] ext4: Report case sensitivity in fileattr_get

[PATCH man-pages v2 0/2] man/man2const: clean up F_GETLEASE and add F_SETDELEG/F_GETDELEG manpages
 2026-01-23 15:36 UTC  (7+ messages)
` [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG

[PATCH v2 0/2] wait/9p: Account 9P RPC waiting time as I/O wait
 2026-01-23 14:48 UTC  (3+ messages)
` [PATCH v2 1/2] wait: Introduce io_wait_event_killable()
` [PATCH v2 2/2] 9p: Track 9P RPC waiting time as IO

[PATCH] scsi: target: Fix recursive locking in __configfs_open_file()
 2026-01-23 14:58 UTC  (4+ messages)


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