linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-08 07:52:45 to 2025-08-10 14:49:54 UTC [more...]

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-10 14:49 UTC  (17+ messages)
` [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function
` [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode
` [PATCH v5 03/13] ext4: move crypt info pointer to "
` [PATCH v5 04/13] f2fs: "
` [PATCH v5 05/13] ubifs: "
` [PATCH v5 06/13] ceph: "
` [PATCH v5 07/13] fs: remove inode::i_crypt_info
` [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode
` [PATCH v5 09/13] ext4: move verity info pointer to "
` [PATCH v5 10/13] f2fs: "
` [PATCH v5 11/13] btrfs: "
` [PATCH v5 12/13] fs: remove inode::i_verity_info
` [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode()

[PATCHv2 0/7] direct-io: even more flexible io vectors
 2025-08-10 14:43 UTC  (5+ messages)
` [PATCHv2 1/7] block: check for valid bio while splitting
` [PATCHv2 2/7] block: align the bio after building it

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2025-08-10 14:32 UTC  (6+ messages)
` [PATCH 0/2] RFC: Set backing file at lookup
  ` [PATCH 1/2] fuse: Allow backing file to be set at lookup (WIP)

[PATCH RFC v3 0/7] ovl: Enable support for casefold filesystems
 2025-08-10 13:02 UTC  (18+ messages)
` [PATCH RFC v3 1/7] ovl: Store casefold name for case-insentive dentries
` [PATCH RFC v3 2/7] ovl: Create ovl_casefold() to support casefolded strncmp()
` [PATCH RFC v3 3/7] fs: Create sb_same_encoding() helper
` [PATCH RFC v3 4/7] ovl: Ensure that all mount points have the same encoding
` [PATCH RFC v3 5/7] ovl: Set case-insensitive dentry operations for ovl sb
` [PATCH RFC v3 6/7] ovl: Add S_CASEFOLD as part of the inode flag to be copied
` [PATCH RFC v3 7/7] ovl: Support case-insensitive lookup

[GIT PULL] bcachefs changes for 6.17
 2025-08-10 10:32 UTC  (24+ messages)

[PATCH v2 0/4] iomap: allow partial folio write with iomap_folio_state
 2025-08-10 10:15 UTC  (5+ messages)
` [PATCH v2 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH v2 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH v2 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH v2 4/4] iomap: don't abandon the whole thing with iomap_folio_state

[PATCH 0/4] iomap: allow partial folio write with iomap_folio_state
 2025-08-10  7:33 UTC  (7+ messages)
` [PATCH 1/4] iomap: make sure iomap_adjust_read_range() are aligned with block_size
` [PATCH 2/4] iomap: move iter revert case out of the unwritten branch
` [PATCH 3/4] iomap: make iomap_write_end() return the number of written length again
` [PATCH 4/4] iomap: don't abandon the whole thing with iomap_folio_state

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-08-10  5:10 UTC  (2+ messages)

futimens use of utimensat does not support O_PATH fds
 2025-08-10  4:44 UTC  (4+ messages)

Ext4 iomap warning during btrfs/136 (yes, it's from btrfs test cases)
 2025-08-09 22:06 UTC  (6+ messages)

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-09 17:32 UTC  (16+ messages)
` [PATCH v3 01/12] man/man2/statx.2: correctly document AT_NO_AUTOMOUNT
` [PATCH v3 02/12] man/man2/mount_setattr.2: fix stray quote in SYNOPSIS
` [PATCH v3 03/12] man/man2/mount_setattr.2: move mount_attr struct to mount_attr(2type)
` [PATCH v3 04/12] man/man2/fsopen.2: document "new" mount API
` [PATCH v3 05/12] man/man2/fspick.2: "
` [PATCH v3 06/12] man/man2/fsconfig.2: "
` [PATCH v3 07/12] man/man2/fsmount.2: "
` [PATCH v3 08/12] man/man2/move_mount.2: "
` [PATCH v3 09/12] man/man2/open_tree.2: "
` [PATCH v3 10/12] man/man2/mount_setattr.2: mirror opening sentence from fsopen(2)
` [PATCH v3 11/12] man/man2/open_tree{,_attr}.2: document new open_tree_attr() API
` [PATCH v3 12/12] man/man2/{fsconfig,mount_setattr}.2: add note about attribute-parameter distinction

[PATCH v2 00/11] man2: add man pages for 'new' mount API
 2025-08-09 10:44 UTC  (17+ messages)
` [PATCH v2 01/11] mount_setattr.2: document glibc >= 2.36 syscall wrappers
` [PATCH v2 03/11] fsopen.2: document 'new' mount api
` [PATCH v2 05/11] fsconfig.2: "
` [PATCH v2 08/11] open_tree.2: "

[PATCH 0/2] hfs&hfsplus: abort for unexpected name length
 2025-08-08 22:05 UTC  (5+ messages)
` [PATCH 1/2] hfs: abort hfs_lookup if name is too long
` [PATCH 2/2] hfsplus: abort hfsplus_lookup "

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-08-08 21:54 UTC  (6+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-08 20:22 UTC  (19+ messages)
` [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 02/30] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v3 03/30] kho: warn if KHO is disabled due to an error
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH] hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_super()
 2025-08-08 20:00 UTC  (2+ messages)

[PATCH] MAINTAINERS: update location of hfs&hfsplus trees
 2025-08-08 19:50 UTC  (4+ messages)

[PATCH] hfsplus: fix KMSAN: uninit-value in hfsplus_lookup()
 2025-08-08 19:47 UTC  (3+ messages)

Tests for file_getattr()/file_setattr() and xfsprogs update
 2025-08-08 19:31 UTC  (10+ messages)
` [PATCH 0/4] xfsprogs: utilize file_getattr() and file_setattr()
  ` [PATCH 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
  ` [PATCH 2/4] xfs_quota: utilize file_setattr to set prjid on special files
  ` [PATCH 3/4] xfs_io: make ls/chattr work with "
  ` [PATCH 4/4] xfs_db: use file_setattr to copy attributes on special files with rdump
` [PATCH 0/3] Test file_getattr and file_setattr syscalls
  ` [PATCH 1/3] file_attr: introduce program to set/get fsxattr
  ` [PATCH 2/3] generic: introduce test to test file_getattr/file_setattr syscalls
  ` [PATCH 3/3] xfs: test quota's project ID on special files

[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-08-08 18:03 UTC  (5+ messages)

[PATCH v4 0/3] execute PROCMAP_QUERY ioctl under per-vma lock
 2025-08-08 17:46 UTC  (5+ messages)
` [PATCH v4 1/3] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 2/3] fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERY
` [PATCH v4 3/3] fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH AUTOSEL 6.16-6.6] exfat: add cluster chain loop check for dir
 2025-08-08 17:41 UTC 

[PATCH v4] vfio/pci: print vfio-device syspath to fdinfo
 2025-08-08 17:21 UTC  (6+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-08 17:20 UTC  (6+ messages)

[PATCH 0/2] fanotify: support restartable permission events
 2025-08-08 16:35 UTC  (6+ messages)
` [PATCH 1/2] fanotify: create helper for clearing pending events
` [PATCH 2/2] fanotify: introduce restartable permission events

[PATCH v4 2/4] procfs: add "pidns" mount option
 2025-08-08 15:51 UTC  (6+ messages)

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-08 15:50 UTC  (9+ messages)
` [PATCH v2 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v2 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[RFC PATCH 18/31] cifs: Pass smb_message structs down into the transport layer
 2025-08-08 15:10 UTC  (5+ messages)
` [RFC PATCH 24/31] cifs: Convert SMB2 Negotiate Protocol request

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-08 14:53 UTC  (14+ messages)
` [RFC PATCH v1 5/9] freezer: set default freeze priority for PF_SUSPEND_TASK processes
` [RFC PATCH v1 6/9] freezer: Set default freeze priority for zombie tasks
` [RFC PATCH v1 7/9] freezer: raise freeze priority of tasks failed to freeze last time

[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-08-08 14:17 UTC  (2+ messages)

[PATCH v3] fs: always return zero on success from replace_fd()
 2025-08-08 14:17 UTC  (2+ messages)

Should seed device be allowed to be mounted multiple times?
 2025-08-08 14:14 UTC  (4+ messages)

[PATCH] debugfs: fix mount options not being applied
 2025-08-08 14:13 UTC  (4+ messages)

[PATCH v4 0/4] procfs: make reference pidns more user-visible
 2025-08-08 14:12 UTC  (6+ messages)
` [PATCH v4 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl

[PATCH v3 0/2] fscontext: do not consume log entries when returning -EMSGSIZE
 2025-08-08 14:06 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH v2] fuse: keep inode->i_blkbits constant
 2025-08-08 13:47 UTC  (2+ messages)

[PATCH 0/2] open_tree_attr: do not allow id-mapping changes without OPEN_TREE_CLONE
 2025-08-08 13:46 UTC  (2+ messages)

[PATCH v2 0/2] vfs: output mount_too_revealing() errors to fscontext
 2025-08-08 13:27 UTC  (2+ messages)

[PATCH v2] fs: fix "writen"->"written"
 2025-08-08 13:09 UTC  (2+ messages)

[PATCH] proc: proc_maps_open allow proc_mem_open to return NULL
 2025-08-08 12:53 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH 0/6] fs/9p: Reuse inode based on path (in addition to qid)
 2025-08-08 10:52 UTC  (7+ messages)
` [RFC PATCH 1/6] fs/9p: Add ability to identify inode by path for .L

[syzbot] [netfs?] WARNING in netfs_writepages (2)
 2025-08-08  9:57 UTC 

[PATCH] fuse: Move same-superblock check to fuse_copy_file_range
 2025-08-08  9:55 UTC  (3+ messages)

[PATCH v2] fsnotify: fix "rewriten"->"rewritten"
 2025-08-08  8:42 UTC 

[PATCH v2] zonefs: correct some spelling mistakes
 2025-08-08  8:37 UTC 

[PATCH 0/6] fs: correct some spelling mistakes
 2025-08-08  7:50 UTC  (3+ messages)
` [PATCH 6/6] zonefs: fix "writen"->"written"


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