linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-16 13:57:08 to 2025-07-17 23:40:09 UTC [more...]

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-07-17 23:40 UTC  (64+ messages)
` [PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
  ` [PATCH 1/7] fuse: fix livelock in synchronous file put from fuseblk workers
  ` [PATCH 2/7] fuse: flush pending fuse events before aborting the connection
  ` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
  ` [PATCH 4/7] fuse: implement file attributes mask for statx
  ` [PATCH 5/7] iomap: exit early when iomap_iter is called with zero length
  ` [PATCH 6/7] iomap: trace iomap_zero_iter zeroing activities
  ` [PATCH 7/7] iomap: error out on file IO when there is no inline_data buffer
` [PATCHSET RFC v3 2/4] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/13] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/13] fuse: add an ioctl to add new iomap devices
  ` [PATCH 03/13] fuse: flush events and send FUSE_SYNCFS and FUSE_DESTROY on unmount
  ` [PATCH 04/13] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 05/13] fuse: implement direct IO with iomap
  ` [PATCH 06/13] fuse: implement buffered "
  ` [PATCH 07/13] fuse: enable caching of timestamps
  ` [PATCH 08/13] fuse: implement large folios for iomap pagecache files
  ` [PATCH 09/13] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 10/13] fuse: advertise support for iomap
  ` [PATCH 11/13] fuse: query filesystem geometry when using iomap
  ` [PATCH 12/13] fuse: implement fadvise for iomap files
  ` [PATCH 13/13] fuse: implement inline data file IO via iomap
` [PATCHSET RFC v3 3/4] fuse: cache iomap mappings for even better file IO performance
  ` [PATCH 1/4] fuse: cache iomaps
  ` [PATCH 2/4] fuse: use the iomap cache for iomap_begin
  ` [PATCH 3/4] fuse: invalidate iomap cache after file updates
  ` [PATCH 4/4] fuse: enable iomap cache management
` [PATCHSET RFC v3 4/4] fuse: handle timestamps and ACLs correctly when iomap is enabled
  ` [PATCH 1/7] fuse: force a ctime update after a fileattr_set call when in iomap mode
  ` [PATCH 2/7] fuse: synchronize inode->i_flags after fileattr_[gs]et
  ` [PATCH 3/7] fuse: cache atime when in iomap mode
  ` [PATCH 4/7] fuse: update file mode when updating acls
  ` [PATCH 5/7] fuse: propagate default and file acls on creation
  ` [PATCH 6/7] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
  ` [PATCH 7/7] fuse: update ctime when updating acls on an iomap inode
` [PATCHSET RFC v3 1/3] libfuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/14] libfuse: add kernel gates for FUSE_IOMAP and bump libfuse api version
  ` [PATCH 02/14] libfuse: add fuse commands for iomap_begin and end
  ` [PATCH 03/14] libfuse: add upper level iomap commands
  ` [PATCH 04/14] libfuse: add a notification to add a new device to iomap
  ` [PATCH 05/14] libfuse: add iomap ioend low level handler
  ` [PATCH 06/14] libfuse: add upper level iomap ioend commands
  ` [PATCH 07/14] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
  ` [PATCH 08/14] libfuse: connect high level fuse library to fuse_reply_attr_iflags
  ` [PATCH 09/14] libfuse: add FUSE_IOMAP_DIRECTIO
  ` [PATCH 10/14] libfuse: add FUSE_IOMAP_FILEIO
  ` [PATCH 11/14] libfuse: allow discovery of the kernel's iomap capabilities
  ` [PATCH 12/14] libfuse: add lower level iomap_config implementation
  ` [PATCH 13/14] libfuse: add upper "
  ` [PATCH 14/14] libfuse: add strictatime/lazytime mount options
` [PATCHSET RFC v3 2/3] libfuse: cache iomap mappings for even better file IO performance
  ` [PATCH 1/1] libfuse: enable iomap cache management
` [PATCHSET RFC v3 3/3] libfuse: implement statx and syncfs
  ` [PATCH 1/4] libfuse: wire up FUSE_SYNCFS to the low level library
  ` [PATCH 2/4] libfuse: add syncfs support to the upper library
  ` [PATCH 3/4] libfuse: add statx support to the lower level library
  ` [PATCH 4/4] libfuse: add upper level statx hooks
` [PATCHSET RFC v3 1/3] fuse2fs: use fuse iomap data paths for better file I/O performance
  ` [PATCH 01/22] fuse2fs: implement bare minimum iomap for file mapping reporting
  ` [PATCH 02/22] fuse2fs: add iomap= mount option
  ` [PATCH 03/22] fuse2fs: implement iomap configuration
` [PATCHSET RFC v3 2/3] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCHSET RFC v3 3/3] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-17 23:30 UTC  (14+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
` [PATCH v5 4/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown

[PATCH] hfs: don't use BUG() when we can continue
 2025-07-17 22:08 UTC  (13+ messages)
` [PATCH (REPOST)] "
        ` [PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
              ` [PATCH v3] "

[PATCH v2 0/9] mm: vm_normal_page*() improvements
 2025-07-17 22:06 UTC  (26+ messages)
` [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[syzbot] [fs?] KASAN: use-after-free Read in hpfs_get_ea
 2025-07-17 19:14 UTC 

[PATCH v5 0/3] Add support for long task name
 2025-07-17 18:35 UTC  (7+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long

[PATCH v2 0/3] Landlock: Disconnected directory handling
 2025-07-17 17:32 UTC  (4+ messages)
` [PATCH v2 1/3] landlock: Fix handling of disconnected directories

[PATCH v4 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-17 16:56 UTC  (11+ messages)
` [PATCH v4 01/10] mm/mremap: perform some simple cleanups
` [PATCH v4 02/10] mm/mremap: refactor initial parameter sanity checks
` [PATCH v4 03/10] mm/mremap: put VMA check and prep logic into helper function
` [PATCH v4 04/10] mm/mremap: cleanup post-processing stage of mremap
` [PATCH v4 05/10] mm/mremap: use an explicit uffd failure path for mremap
` [PATCH v4 06/10] mm/mremap: check remap conditions earlier
` [PATCH v4 07/10] mm/mremap: move remap_is_valid() into check_prep_vma()
` [PATCH v4 08/10] mm/mremap: clean up mlock populate behaviour
` [PATCH v4 09/10] mm/mremap: permit mremap() move of multiple VMAs
` [PATCH v4 10/10] tools/testing/selftests: extend mremap_test to test multi-VMA mremap

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-17 16:56 UTC  (16+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator

[PATCH RFC DRAFT DOESNOTBUILD] inode: free up more space
 2025-07-17 15:55 UTC  (16+ messages)

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-07-17 13:49 UTC  (18+ messages)
` [PATCH v5 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v5 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v5 03/15] kbuild: doc: add label for userprogs section
` [PATCH v5 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v5 05/15] init: add nolibc build support
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v5 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v5 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v5 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v5 10/15] kunit: Always descend into kunit directory during build
` [PATCH v5 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v5 12/15] kunit: Introduce UAPI testing framework
` [PATCH v5 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v5 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v5 15/15] kunit: uapi: Validate usability of /proc

[PATCH] fs/aio: Use unsigned int instead of plain unsigned
 2025-07-17 12:54 UTC  (3+ messages)

[PATCH v2 0/5] add static PMD zero page support
 2025-07-17 12:07 UTC  (13+ messages)
` [PATCH v2 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH v2 3/5] mm: add static PMD zero page

[bug report] A filesystem abnormal mount issue
 2025-07-17 11:49 UTC  (5+ messages)

[PATCH v1 0/9] mm: vm_normal_page*() improvements
 2025-07-17  8:39 UTC  (8+ messages)
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio

[PATCH v5 0/5] fuse: use iomap for buffered writes + writeback
 2025-07-17  7:55 UTC  (2+ messages)

[syzbot] [overlayfs?] WARNING in ovl_listxattr
 2025-07-17  7:47 UTC 

[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-07-17  7:13 UTC  (3+ messages)

[RFC PATCH] fuse: modification of FUSE passthrough call sequence
 2025-07-17  6:16 UTC  (6+ messages)

[PATCH] fs: Remove obsolete logic in i_size_read/write
 2025-07-17  5:05 UTC  (8+ messages)

Compressed files & the page cache
 2025-07-17  3:18 UTC  (4+ messages)

[PATCH v7 0/7] use per-vma locks for /proc/pid/maps reads
 2025-07-17  1:38 UTC  (15+ messages)
` [PATCH v7 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v7 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v7 7/7] fs/proc/task_mmu: read proc/pid/maps under per-vma lock

[f2fs-dev] Compressed files & the page cache
 2025-07-17  1:04 UTC  (2+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-16 23:06 UTC  (13+ messages)

[PATCH v3 00/10] mm/mremap: permit mremap() move of multiple VMAs
 2025-07-16 19:36 UTC  (3+ messages)
` [PATCH v3 09/10] "

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-16 17:12 UTC  (12+ messages)

[PATCH] fs/proc: Use inode_get_dev() for device numbers in procmap_query
 2025-07-16 17:06 UTC  (2+ messages)

[PATCH v6 7/8] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
 2025-07-16 14:27 UTC  (13+ 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).