linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-12 09:16:01 to 2025-08-13 13:00:12 UTC [more...]

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-13 13:00 UTC  (14+ messages)
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v3 29/30] luo: allow preserving memfd

[PATCH 6.16 000/627] 6.16.1-rc1 review
 2025-08-13 12:51 UTC  (3+ messages)

[PATCH] binfmt_elf: Replace offsetof() with struct_size() in fill_note_info()
 2025-08-13 11:50 UTC 

[PATCH v7 0/4] Add support for long task name
 2025-08-13 10:29 UTC  (11+ messages)
` [PATCH v7 2/4] include: Set tsk->comm length to 64 bytes
` [PATCH v7 3/4] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'

[f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-08-13  9:21 UTC  (10+ messages)
` [RFC PATCH 1/9] f2fs: Introduce f2fs_iomap_folio_state
` [RFC PATCH 2/9] f2fs: Integrate f2fs_iomap_folio_state into f2fs page private helpers
` [RFC PATCH 3/9] f2fs: Using `folio_detach_f2fs_private` in invalidate and release folio
` [RFC PATCH 4/9] f2fs: Convert outplace write path page private funcions to folio private functions
` [RFC PATCH 5/9] f2fs:Refactor `f2fs_is_compressed_page` to `f2fs_is_compressed_folio`
` [RFC PATCH 6/9] f2fs: Extend f2fs_io_info to support sub-folio ranges
` [RFC PATCH 7/9] f2fs:Make GC aware of large folios
` [RFC PATCH 8/9] f2fs: Introduce F2FS_GET_BLOCK_IOMAP and map_blocks he lpers
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap

[f2fs-dev] [RESEND RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-08-13  9:37 UTC  (10+ messages)
` [RFC PATCH 1/9] f2fs: Introduce f2fs_iomap_folio_state
` [RFC PATCH 2/9] f2fs: Integrate f2fs_iomap_folio_state into f2fs page private helpers
` [RFC PATCH 3/9] f2fs: Using `folio_detach_f2fs_private` in invalidate and release folio
` [RFC PATCH 4/9] f2fs: Convert outplace write path page private funcions to folio private functions
` [RFC PATCH 5/9] f2fs:Refactor `f2fs_is_compressed_page` to `f2fs_is_compressed_folio`
` [RFC PATCH 6/9] f2fs: Extend f2fs_io_info to support sub-folio ranges
` [RFC PATCH 7/9] f2fs:Make GC aware of large folios
` [RFC PATCH 8/9] f2fs: Introduce F2FS_GET_BLOCK_IOMAP and map_blocks he lpers
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap

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

[PATCH] fuse: enable large folios (if writeback cache is unused)
 2025-08-13  8:20 UTC  (10+ messages)

[PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-13  8:07 UTC  (3+ messages)

[PATCH 00/11] VFS: prepare for changes to directory locking
 2025-08-13  8:04 UTC  (28+ messages)
` [PATCH 01/11] VFS: discard err2 in filename_create()
` [PATCH 02/11] VFS: introduce dentry_lookup() and friends
` [PATCH 03/11] VFS: add dentry_lookup_killable()
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()
` [PATCH 05/11] VFS: add rename_lookup()
` [PATCH 06/11] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 07/11] VFS: Change vfs_mkdir() to unlock on failure
` [PATCH 08/11] VFS: allow d_splice_alias() and d_add() to work on hashed dentries
` [PATCH 09/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 10/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 11/11] VFS: introduce d_alloc_noblock() and d_alloc_locked()

[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
 2025-08-13  8:00 UTC  (7+ messages)
` [PATCH v2 3/3] "

[PATCH] selftests/fs/mount-notify: Fix compilation failure
 2025-08-13  7:55 UTC  (2+ messages)

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

[PATCHES v3][RFC][CFR] mount-related stuff
 2025-08-13  7:32 UTC  (6+ messages)
` [PATCH v3 01/48] attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
  ` [PATCH v3 44/48] copy_tree(): don't link the mounts via mnt_list

[PATCH RFC V10 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-08-13  6:10 UTC  (7+ messages)
` [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 v3 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
 2025-08-13  6:04 UTC  (3+ messages)
` [PATCH v3 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
` [PATCH v3 2/2] iov_iter: iov_folioq_get_pages: don't leave empty slot behind

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-13  5:48 UTC  (11+ messages)

[PATCH 1/2] iov_iter: iterate_folioq: fix handling of offset >= folio size
 2025-08-13  5:34 UTC  (9+ messages)
  ` [PATCH 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-13  5:05 UTC  (5+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP
` [PATCH v1 2/2] treewide: remove MIGRATEPAGE_SUCCESS

[PATCH v2] mm: remove redundant __GFP_NOWARN
 2025-08-13  4:24 UTC  (10+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-13  4:18 UTC  (26+ messages)
` [PATCH 01/10] mm: add bitmap mm->flags field
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 03/10] mm: convert prctl "
` [PATCH 04/10] mm: convert arch-specific code "
` [PATCH 05/10] mm: convert uprobes "
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags
` [PATCH 07/10] mm: correct sign-extension issue in MMF_* flag masks
` [PATCH 08/10] mm: update fork mm->flags initialisation to use bitmap
` [PATCH 09/10] mm: convert remaining users to mm_flags_*() accessors
` [PATCH 10/10] mm: replace mm->flags with bitmap entirely and set to 64 bits

[PATCH blktests v2 0/3] blktest: add unmap write zeroes tests
 2025-08-13  2:44 UTC  (4+ messages)
` [PATCH blktests v2 1/3] scsi/010: "
` [PATCH blktests v2 2/3] dm/003: "
` [PATCH blktests v2 3/3] nvme/065: "

[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:42 UTC 

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-13  2:40 UTC 

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-13  1:10 UTC  (4+ messages)
` [RFC PATCH v1 10/10] iomap: "

[PATCH] fuse: fix fuseblk i_blkbits for iomap partial writes
 2025-08-12 22:47 UTC  (2+ messages)

[PATCH 0/2] fuse: inode blocksize fixes for iomap integration
 2025-08-12 21:46 UTC  (3+ messages)
` [PATCH 1/2] fuse: reflect cached blocksize if blocksize was changed
` [PATCH 2/2] fuse: fix fuseblk i_blkbits for iomap partial writes

[PATCH v2 0/2] Initial NFS client support for RWF_DONTCACHE
 2025-08-12 21:40 UTC  (3+ messages)
` [PATCH v2 1/2] filemap: Add a helper for filesystems implementing dropbehind
` [PATCH v2 2/2] NFS: Enable the RWF_DONTCACHE flag for the NFS client

[GIT PULL] bcachefs changes for 6.17
 2025-08-12 20:57 UTC  (11+ messages)

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-08-12 20:20 UTC  (10+ messages)

[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
 2025-08-12 19:52 UTC  (17+ messages)
` [PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing
` [PATCH RFC 12/29] fsverity: expose merkle tree geometry to callers
` [PATCH RFC 14/29] xfs: add attribute type for fs-verity

[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
 2025-08-12 19:49 UTC  (3+ messages)

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-12 19:43 UTC  (17+ messages)
` [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] Another take at restarting FUSE servers
 2025-08-12 19:28 UTC  (7+ messages)

[git pull] fix for descriptor table misuse (habanalabs)
 2025-08-12 19:18 UTC  (2+ messages)

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-12 18:25 UTC  (10+ messages)
` [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 0/4] xfsprogs: utilize file_getattr() and file_setattr()
 2025-08-12 17:28 UTC  (9+ messages)
` [PATCH 1/4] libfrog: add wrappers for file_getattr/file_setattr syscalls
` [PATCH 3/4] xfs_io: make ls/chattr work with special files

[PATCH] mm: remove redundant __GFP_NOWARN
 2025-08-12 17:09 UTC  (4+ messages)

Ext4 iomap warning during btrfs/136 (yes, it's from btrfs test cases)
 2025-08-12 16:48 UTC  (9+ messages)

next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
 2025-08-12 16:42 UTC  (11+ messages)

[RFC V2 00/18] famfs: port into fuse
 2025-08-12 16:37 UTC  (10+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs

[GIT PULL] bcachefs changes for 6.17
 2025-08-12 16:26 UTC  (4+ messages)
` Peanut gallery 2c

[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
 2025-08-12 15:50 UTC  (5+ messages)
` [PATCH 2/2] copy_file_range: limit size if in compat mode

[PATCH] vfs: show filesystem name at dump_inode()
 2025-08-12 15:22 UTC  (3+ messages)

[BUG] gfs2: sleeping lock in gfs2_quota_init() with preempt disabled on PREEMPT_RT
 2025-08-12 10:38 UTC  (2+ messages)

[GIT PULL] bcachefs changes for 6.17
 2025-08-12 10:09 UTC  (4+ messages)

[PATCH v5 00/15] kunit: Introduce UAPI testing framework
 2025-08-12  9:41 UTC  (6+ messages)

[PATCH v3 0/4] allow partial folio write with iomap_folio_state
 2025-08-12  9:15 UTC  (2+ messages)
` [PATCH v3 4/4] iomap: don't abandon the whole copy when we have iomap_folio_state


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