linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-09 20:38:07 to 2025-08-11 15:17:41 UTC [more...]

[PATCH 0/3] Test file_getattr and file_setattr syscalls
 2025-08-11 15:17 UTC  (3+ messages)
` [PATCH 2/3] generic: introduce test to test file_getattr/file_setattr syscalls

[PATCH 0/4] xfsprogs: utilize file_getattr() and file_setattr()
 2025-08-11 15:14 UTC  (9+ messages)
` [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 v7 0/4] Add support for long task name
 2025-08-11 15:10 UTC  (11+ messages)
` [PATCH v7 1/4] exec: Remove obsolete comments
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
` [PATCH v7 4/4] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-11 14:47 UTC  (4+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11 14:41 UTC  (10+ messages)
` [PATCH RFC V10 1/7] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
` [PATCH RFC V10 2/7] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
` [PATCH RFC V10 3/7] mm/mempolicy: Export memory policy symbols
` [PATCH RFC V10 4/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [PATCH RFC V10 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [PATCH RFC V10 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [PATCH RFC V10 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

[PATCH 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
 2025-08-11 14:38 UTC  (6+ messages)
` [PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
` [PATCH 2/2] iov_iter: iov_folioq_get_pages: don't leave empty slot behind

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-11 14:34 UTC  (12+ messages)
` [PATCH v2 3/3] "
  ` [PATCH v2 1/3] rust: xarray: use the prelude
  ` [PATCH v2 2/3] rust: xarray: implement Default for AllocKind

[GIT PULL] bcachefs changes for 6.17
 2025-08-11 14:26 UTC  (26+ messages)

[PATCH RFC] fs/buffer: fix use-after-free when call bh_read() helper
 2025-08-11 14:18 UTC 

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

[PATCH] vfs: fs/namespace.c: remove ms_flags argument from do_remount
 2025-08-11 14:08 UTC  (3+ messages)

[PATCH] fs: fix incorrect lflags value in the move_mount syscall
 2025-08-11 14:07 UTC  (3+ messages)

[PATCH] vfs: show filesystem name at dump_inode()
 2025-08-11 13:51 UTC  (2+ messages)

[RFC PATCH] vfs: exclude ntfs3 from file mode validation in may_open()
 2025-08-11 13:50 UTC  (3+ messages)

[PATCH] coredump: simplify coredump_skip()
 2025-08-11 13:41 UTC  (2+ messages)

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-11 13:35 UTC  (24+ 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()

[PATCH] fs: Use try_cmpxchg() in sb_init_done_wq()
 2025-08-11 13:23 UTC 

[syzbot] [hfs?] INFO: task hung in hfs_mdb_commit (3)
 2025-08-11 13:11 UTC  (2+ messages)

[PATCH] fs: Use try_cmpxchg() in start_dir_add()
 2025-08-11 12:52 UTC 

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-08-11 12:43 UTC  (5+ messages)

[PATCH] cifs: Fix collect_sample() to handle any iterator type
 2025-08-11 12:25 UTC  (2+ messages)

[PATCH v2 0/4] iomap: allow partial folio write with iomap_folio_state
 2025-08-11 12:18 UTC  (11+ 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 v3 0/3] xfs and DAX atomic writes changes
 2025-08-11 12:13 UTC  (5+ messages)

[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
 2025-08-11 11:50 UTC  (12+ messages)
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface
` [PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing
` [PATCH RFC 06/29] fsverity: report validation errors back to the filesystem
` [PATCH RFC 12/29] fsverity: expose merkle tree geometry to callers
` [PATCH RFC 14/29] xfs: add attribute type for fs-verity

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-11 11:27 UTC  (4+ messages)

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-11 11:26 UTC  (12+ messages)
` [PATCH v3 01/11] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v3 02/11] mm/huge_memory: move more common code into insert_pud()
` [PATCH v3 03/11] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v3 04/11] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v3 05/11] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 07/11] mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v3 09/11] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-11 10:58 UTC  (22+ 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 v3 0/5] add persistent huge zero folio support
 2025-08-11 10:43 UTC  (20+ messages)
` [PATCH v3 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v3 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [PATCH v3 3/5] mm: add persistent huge zero folio
` [PATCH v3 4/5] mm: add largest_zero_folio() routine
` [PATCH v3 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

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

[RFC RESEND] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-08-11  9:53 UTC  (2+ messages)
` [RFC RESEND v2] binfmt_elf: preserve original ELF e_flags for "

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-11  8:33 UTC  (4+ messages)
` [PATCH v2 3/5] mm: add persistent huge zero folio

[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-11  8:02 UTC  (5+ messages)
` [PATCH V9 1/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH] selftests/coredump: Remove the read() that fails the test
 2025-08-11  7:49 UTC 

[PATCH] ext4: fix hole length calculation overflow in non-extent inodes
 2025-08-11  6:45 UTC 

[PATCH 0/6] docs: Remove false positives from check-sysctl-docs
 2025-08-10 21:12 UTC  (2+ messages)

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2025-08-10 15:40 UTC  (8+ messages)
` [PATCH 0/2] RFC: Set backing file at lookup
  ` [PATCH 1/2] fuse: Allow backing file to be set at lookup (WIP)
  ` [PATCH 2/2] fuse: Add passthrough for mkdir and rmdir (WIP)

[PATCH RFC v3 0/7] ovl: Enable support for casefold filesystems
 2025-08-10 13:02 UTC  (4+ messages)
` [PATCH RFC v3 6/7] ovl: Add S_CASEFOLD as part of the inode flag to be copied

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


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