linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-19 14:37:26 to 2025-05-22 00:06:54 UTC [more...]

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-05-22  0:06 UTC  (22+ messages)
` [PATCHSET RFC[RAP]] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/11] fuse: fix livelock in synchronous file put from fuseblk workers
  ` [PATCH 02/11] iomap: exit early when iomap_iter is called with zero length
  ` [PATCH 03/11] fuse: implement the basic iomap mechanisms
  ` [PATCH 04/11] fuse: add a notification to add new iomap devices
  ` [PATCH 05/11] fuse: send FUSE_DESTROY to userspace when tearing down an iomap connection
  ` [PATCH 06/11] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 07/11] fuse: implement direct IO with iomap
  ` [PATCH 08/11] fuse: implement buffered "
  ` [PATCH 09/11] fuse: implement large folios for iomap pagecache files
  ` [PATCH 10/11] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 11/11] fuse: advertise support for iomap
` [PATCHSET RFC[RAP]] libfuse: allow servers to use iomap for better file IO performance
  ` [PATCH 1/8] libfuse: add kernel gates for FUSE_IOMAP and bump libfuse api version
  ` [PATCH 2/8] libfuse: add fuse commands for iomap_begin and end
  ` [PATCH 3/8] libfuse: add upper level iomap commands
  ` [PATCH 4/8] libfuse: add a notification to add a new device to iomap
  ` [PATCH 5/8] libfuse: add iomap ioend low level handler
  ` [PATCH 6/8] libfuse: add upper level iomap ioend commands
` [PATCHSET RFC[RAP] 2/3] libext2fs: refactoring for fuse2fs iomap support
` [PATCHSET RFC[RAP] 3/3] fuse2fs: use fuse iomap data paths for better file I/O performance

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-21 23:11 UTC  (3+ messages)

[PATCH] ext4: inline: do not convert when writing to memory map
 2025-05-21 21:52 UTC  (3+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-05-21 20:02 UTC  (5+ messages)
` [PATCH v4 1/3] exec: Remove obsolete comments
` [PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-21 18:27 UTC  (19+ 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
` [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function

[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
 2025-05-21 18:23 UTC  (6+ messages)
` [PATCH v2 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH v2 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH v2 3/4] mm: prevent KSM from completely breaking VMA merging
` [PATCH v2 4/4] tools/testing/selftests: add VMA merge tests for KSM merge

[syzbot] [fs?] [efi?] BUG: unable to handle kernel paging request in alloc_fs_context
 2025-05-21 17:28 UTC  (2+ messages)

[RFC PATCH v2 0/8] staging: apfs: init APFS filesystem support
 2025-05-21 16:27 UTC  (7+ messages)
` Subject: "

[PATCH] eventpoll: Fix priority inversion problem
 2025-05-21 15:37 UTC  (4+ messages)

[PATCH v8 0/9] coredump: add coredump socket
 2025-05-21 15:12 UTC  (6+ messages)

[PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series
 2025-05-21 12:20 UTC  (10+ messages)
` [PATCH v1 1/5] ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE
` [PATCH v1 2/5] ext4: Simplify last in leaf check in ext4_map_query_blocks
` [PATCH v1 3/5] ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER
` [PATCH v1 4/5] ext4: Simplify flags in ext4_map_query_blocks()
` [PATCH v1 5/5] ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead

[PATCH 0/6] overlayfs + casefolding
 2025-05-21 11:26 UTC  (24+ messages)
` [PATCH 1/6] bcachefs: BCH_INODE_has_case_insensitive
` [PATCH 2/6] darray: lift from bcachefs
` [PATCH 3/6] fs: SB_CASEFOLD
` [PATCH 4/6] fs: dcache locking for exlusion between overlayfs, casefolding
` [PATCH 5/6] bcachefs: Hook up d_casefold_enable()
` [PATCH 6/6] overlayfs: Support casefolded filesystems

[PATCH] ovl: Allow mount options to be parsed on remount
 2025-05-21 11:20 UTC  (3+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-21 10:44 UTC  (11+ messages)

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-05-21 10:31 UTC  (24+ messages)
` [PATCH v2 1/8] ext4: make ext4_mpage_readpages() support large folios
` [PATCH v2 3/8] ext4: make __ext4_block_zero_page_range() support large folio
` [PATCH v2 4/8] ext4/jbd2: convert jbd2_journal_blocks_per_page() to "
` [PATCH v2 5/8] ext4: correct the journal credits calculations of allocating blocks
` [PATCH v2 6/8] ext4: make the writeback path support large folios
` [PATCH v2 8/8] ext4: enable large folio for regular file

notify: wake_up response waiters on release
 2025-05-21 10:18 UTC  (3+ messages)
` [RFC PATCH] fanotify: wake-up all "

[PATCH] dcache: Define DNAME_INLINE_LEN as a number directly
 2025-05-21  9:37 UTC  (5+ messages)

[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
 2025-05-21  8:10 UTC  (26+ messages)
` [PATCH 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH 3/4] mm: prevent KSM from completely breaking VMA merging
` [PATCH 4/4] tools/testing/selftests: add VMA merge tests for KSM merge

[BUG] propagate_umount() breakage
 2025-05-21  2:11 UTC  (14+ messages)
        ` [RFC][CFT][PATCH] Rewrite of propagate_umount() (was Re: [BUG] propagate_umount() breakage)

[PATCH v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2025-05-21  0:31 UTC  (5+ messages)

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-20 23:49 UTC  (6+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-20 23:16 UTC  (6+ messages)

[PATCH] fuse: remove unneeded offset assignment when filling write pages
 2025-05-20 20:16 UTC 

[GIT PULL] fix for orangefs counting code
 2025-05-20 18:20 UTC  (2+ messages)

[syzbot] [fs?] INFO: task hung in vfs_rename (2)
 2025-05-20 17:17 UTC  (5+ messages)
` [PATCH] fs: Additional checks on new and old dir
    ` [pox on syzbot - again][exfat] exfat_mkdir() breakage on corrupted image

[PATCH v3] fuse: new workqueue to periodically invalidate expired dentries
 2025-05-20 15:42 UTC 

[PATCH 0/9] ext4: fix stale extent status entries and clairfy rules
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH v2 1/4] ext4: fix out of bounds punch offset
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH] ext4: inline: fix len overflow in ext4_prepare_inline_data
 2025-05-20 14:40 UTC  (2+ messages)

[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-20 14:40 UTC  (4+ messages)

[PATCH 6.6 003/117] binfmt_elf: elf_bss no longer used by load_elf_binary()
 2025-05-20 13:49 UTC 

[PATCH 6.1 01/97] binfmt: Fix whitespace issues
 2025-05-20 13:49 UTC  (2+ messages)
` [PATCH 6.1 03/97] binfmt_elf: elf_bss no longer used by load_elf_binary()

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-05-20 11:34 UTC  (2+ messages)

[PATCH 00/11] netfs: Miscellaneous cleanups
 2025-05-20 11:20 UTC  (2+ messages)

[PATCH 0/2] Add a documentation for FUSE passthrough
 2025-05-20  1:49 UTC  (5+ messages)
` [PATCH 2/2] docs: filesystems: add fuse-passthrough.rst

[viro-vfs:work.mount 22/26] fs/namespace.c:2783: warning: Function parameter or struct member 'pinned' not described in 'do_lock_mount'
 2025-05-19 23:11 UTC 

[PATCH v3 0/2] User namespace aware fanotify
 2025-05-19 20:56 UTC  (2+ messages)

[PATCH 0/3] Use folios for symlinks in the page cache
 2025-05-19 19:28 UTC  (3+ messages)
` [PATCH 2/3] nfs: Use a folio in nfs_get_link()

[PATCH v2 1/3] hfsplus: fix to update ctime after rename
 2025-05-19 16:52 UTC  (3+ messages)
` [PATCH v2 2/3] hfs: correct superblock flags
` [PATCH v2 3/3] hfs: fix to update ctime after rename

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-05-19 16:11 UTC  (3+ messages)
` [PATCH 1/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
` [PATCH 2/2] vfs: Fix inode ownership checks with regard to foreign ownership

[PATCH 00/12] sysctl: Move sysctls to their respective subsystems (second batch)
 2025-05-19 15:20 UTC  (6+ messages)
` [PATCH 01/12] module: Move modprobe_path and modules_disabled ctl_tables into the module subsys

[PATCH v2] block: support mtd:<name> syntax for block devices
 2025-05-19 15:03 UTC  (5+ messages)
` [PATCH v3] "
    ` [PATCH v4] "


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