linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-14 19:08:49 to 2025-05-16 00:22:25 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-16  0:22 UTC  (58+ messages)
` [RFC PATCH v2 01/51] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 03/51] KVM: selftests: Update guest_memfd_test for INIT_PRIVATE flag
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 05/51] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 07/51] KVM: guest_memfd: Add CAP KVM_CAP_GMEM_CONVERSION
` [RFC PATCH v2 08/51] KVM: selftests: Test flag validity after guest_memfd supports conversions
` [RFC PATCH v2 09/51] KVM: selftests: Test faulting with respect to GUEST_MEMFD_FLAG_INIT_PRIVATE
` [RFC PATCH v2 10/51] KVM: selftests: Refactor vm_mem_add to be more flexible
` [RFC PATCH v2 11/51] KVM: selftests: Allow cleanup of ucall_pool from host
` [RFC PATCH v2 12/51] KVM: selftests: Test conversion flows for guest_memfd
` [RFC PATCH v2 13/51] KVM: selftests: Add script to exercise private_mem_conversions_test
` [RFC PATCH v2 14/51] KVM: selftests: Update private_mem_conversions_test to mmap guest_memfd
` [RFC PATCH v2 15/51] KVM: selftests: Update script to map shared memory from guest_memfd
` [RFC PATCH v2 16/51] mm: hugetlb: Consolidate interpretation of gbl_chg within alloc_hugetlb_folio()
` [RFC PATCH v2 17/51] mm: hugetlb: Cleanup interpretation of gbl_chg in alloc_hugetlb_folio()
` [RFC PATCH v2 18/51] mm: hugetlb: Cleanup interpretation of map_chg_state within alloc_hugetlb_folio()
` [RFC PATCH v2 19/51] mm: hugetlb: Rename alloc_surplus_hugetlb_folio
` [RFC PATCH v2 20/51] mm: mempolicy: Refactor out policy_node_nodemask()
` [RFC PATCH v2 21/51] mm: hugetlb: Inline huge_node() into callers
` [RFC PATCH v2 22/51] mm: hugetlb: Refactor hugetlb allocation functions
` [RFC PATCH v2 23/51] mm: hugetlb: Refactor out hugetlb_alloc_folio()
` [RFC PATCH v2 24/51] mm: hugetlb: Add option to create new subpool without using surplus
` [RFC PATCH v2 25/51] mm: truncate: Expose preparation steps for truncate_inode_pages_final
` [RFC PATCH v2 26/51] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v2 27/51] mm: hugetlb: Expose hugetlb_subpool_{get,put}_pages()
` [RFC PATCH v2 28/51] mm: Introduce guestmem_hugetlb to support folio_put() handling of guestmem pages
` [RFC PATCH v2 29/51] mm: guestmem_hugetlb: Wrap HugeTLB as an allocator for guest_memfd
` [RFC PATCH v2 30/51] mm: truncate: Expose truncate_inode_folio()
` [RFC PATCH v2 31/51] KVM: x86: Set disallow_lpage on base_gfn and guest_memfd pgoff misalignment
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from "
` [RFC PATCH v2 34/51] mm: hugetlb: Add functions to add/delete folio from hugetlb lists
` [RFC PATCH v2 35/51] mm: guestmem_hugetlb: Add support for splitting and merging pages
` [RFC PATCH v2 36/51] mm: Convert split_folio() macro to function
` [RFC PATCH v2 37/51] filemap: Pass address_space mapping to ->free_folio()
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use
` [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)
` [RFC PATCH v2 40/51] KVM: guest_memfd: Update kvm_gmem_mapping_order to account for page status
` [RFC PATCH v2 41/51] KVM: Add CAP to indicate support for HugeTLB as custom allocator
` [RFC PATCH v2 42/51] KVM: selftests: Add basic selftests for hugetlb-backed guest_memfd
` [RFC PATCH v2 43/51] KVM: selftests: Update conversion flows test for HugeTLB
` [RFC PATCH v2 44/51] KVM: selftests: Test truncation paths of guest_memfd
` [RFC PATCH v2 45/51] KVM: selftests: Test allocation and conversion of subfolios
` [RFC PATCH v2 46/51] KVM: selftests: Test that guest_memfd usage is reported via hugetlb
` [RFC PATCH v2 47/51] KVM: selftests: Support various types of backing sources for private memory
` [RFC PATCH v2 48/51] KVM: selftests: Update test for various private memory backing source types
` [RFC PATCH v2 49/51] KVM: selftests: Update private_mem_conversions_test.sh to test with HugeTLB pages
` [RFC PATCH v2 50/51] KVM: selftests: Add script to test HugeTLB statistics
` [RFC PATCH v2 51/51] KVM: selftests: Test guest_memfd for accuracy of st_blocks

[PATCH -next 0/4] fs/buffer: misc optimizations
 2025-05-15 17:39 UTC  (5+ messages)
` [PATCH 1/4] fs/buffer: use sleeping lookup in __getblk_slowpath()
` [PATCH 2/4] fs/buffer: avoid redundant lookup in getblk slowpath
` [PATCH 3/4] fs/buffer: remove superfluous statements
` [PATCH 4/4] fs/buffer: optimize discard_buffer()

[GIT PULL] bcachefs fixes for 6.15-rc7
 2025-05-15 21:38 UTC  (2+ messages)

[PATCH v7 0/9] coredump: add coredump socket
 2025-05-15 21:37 UTC  (35+ messages)
` [PATCH v7 1/9] coredump: massage format_corname()
` [PATCH v7 2/9] coredump: massage do_coredump()
` [PATCH v7 3/9] coredump: reflow dump helpers a little
` [PATCH v7 4/9] coredump: add coredump socket
` [PATCH v7 5/9] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH v7 6/9] coredump: show supported coredump modes
` [PATCH v7 7/9] coredump: validate socket name as it is written
` [PATCH v7 8/9] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
` [PATCH v7 9/9] selftests/coredump: add tests for AF_UNIX coredumps

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-15 21:33 UTC 

[PATCH v5 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-15 19:50 UTC  (8+ messages)
` [PATCH v5 1/7] ext4: Document an edge case for overwrites
` [PATCH v5 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v5 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v5 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v5 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v5 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v5 7/7] ext4: Add atomic block write documentation

[PATCH v2] fuse: use splice for reading user pages on servers that enable it
 2025-05-15 19:16 UTC  (9+ messages)

[PATCH v4 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-15 19:12 UTC  (14+ messages)
` [PATCH v4 1/7] ext4: Document an edge case for overwrites
` [PATCH v4 2/7] ext4: Check if inode uses extents in ext4_inode_can_atomic_write()
` [PATCH v4 3/7] ext4: Make ext4_meta_trans_blocks() non-static for later use
` [PATCH v4 4/7] ext4: Add support for EXT4_GET_BLOCKS_QUERY_LEAF_BLOCKS
` [PATCH v4 5/7] ext4: Add multi-fsblock atomic write support with bigalloc
` [PATCH v4 6/7] ext4: Enable support for ext4 multi-fsblock atomic write using bigalloc
` [PATCH v4 7/7] ext4: Add atomic block write documentation

[PATCH v3 0/3] fuse: Expose more information of fuse backing files to userspace
 2025-05-15 19:02 UTC  (8+ messages)

[PATCH v6 00/11] fuse: support large folios
 2025-05-15 18:50 UTC  (12+ messages)
` [PATCH v6 01/11] fuse: support copying "
` [PATCH v6 10/11] fuse: optimize direct io large folios processing

[PATCH] XArray: fix kmemleak false positive in xas_shrink()
 2025-05-15 17:34 UTC  (4+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2025-05-15 16:48 UTC  (12+ messages)
` [PATCH 1/2] "

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

Machine lockup with large d_invalidate()
 2025-05-15 15:22 UTC  (3+ messages)

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

[PATCH] squashfs: fix NULL pointer dereference in bio_alloc_clone failure path
 2025-05-15 12:41 UTC  (2+ messages)

[PATCH v2] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:18 UTC 

[PATCH] fs: allow clone_private_mount() for a path on real rootfs
 2025-05-15 12:12 UTC  (5+ messages)

[BUG] propagate_umount() breakage
 2025-05-15 11:47 UTC  (5+ messages)

[PATCH v2 1/4] include/linux/fs.h: add inode_lock_killable()
 2025-05-15 11:47 UTC  (9+ messages)
` [PATCH v2 2/4] fs/open: make chmod_common() and chown_common() killable
` [PATCH v2 3/4] fs/open: make do_truncate() killable
` [PATCH v2 4/4] fs/read_write: make default_llseek() killable

Apparent mount behaviour change in 6.15
 2025-05-15 11:25 UTC  (2+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15 10:33 UTC  (4+ messages)

[PATCH] selftests: Add functional test for the abort file in fusectl
 2025-05-15 10:26 UTC  (3+ messages)

[PATCH 0/3] Use folios for symlinks in the page cache
 2025-05-15 10:14 UTC  (2+ messages)

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-15 10:10 UTC  (4+ messages)
` [PATCH] fuse: add max_stack_depth to fuse_init_in

[PATCH] selftests: remove duplicated function definition
 2025-05-15 10:02 UTC  (2+ messages)

[PATCH] readdir: supply dir_context.count as readdir buffer size hint
 2025-05-15  9:26 UTC  (2+ messages)

[PATCH v2 0/8] filesystems selftests cleanups and fanotify test
 2025-05-15  9:13 UTC  (4+ messages)

[PATCH] vfs: Add sysctl vfs_cache_pressure_denom for bulk file operations
 2025-05-15  9:13 UTC  (2+ messages)

[PATCH] fuse: don't allow signals to interrupt getdents copying
 2025-05-15  9:12 UTC  (2+ messages)

[PATCH v2] fs: Remove redundant errseq_set call in mark_buffer_write_io_error
 2025-05-15  9:09 UTC  (4+ messages)

[PATCH] fuse: dev: avoid a build warning when PROC_FS is not set
 2025-05-15  9:08 UTC  (3+ messages)

[PATCH v15 00/27] riscv control-flow integrity for usermode
 2025-05-15  8:48 UTC  (7+ messages)
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call

[syzbot] [fs?] BUG: unable to handle kernel paging request in drop_sysctl_table
 2025-05-15  8:17 UTC  (2+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (6+ messages)
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[PATCH v4] fs: fuse: add more information to fdinfo
 2025-05-15  6:41 UTC  (4+ messages)

[PATCH v15 00/43] DEPT(DEPendency Tracker)
 2025-05-15  3:01 UTC  (7+ messages)
` [PATCH v15 01/43] llist: move llist_{head,node} definition to types.h
` [PATCH v15 02/43] dept: implement DEPT(DEPendency Tracker)

[PATCH v3 0/7] ext4: Add multi-fsblock atomic write support with bigalloc
 2025-05-15  2:18 UTC  (9+ messages)
` [PATCH v3 5/7] "
` [PATCH v3 7/7] ext4: Add atomic block write documentation

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-15  2:06 UTC  (10+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps

[PATCH] hfsplus: remove mutex_lock check in hfsplus_free_extents
 2025-05-15  2:01 UTC  (2+ messages)

[PATCH] hfs: export dbg_flags in debugfs
 2025-05-15  1:22 UTC  (4+ messages)
  ` 回复: "

[PATCH V3 0/7] f2fs: new mount API conversion
 2025-05-15  1:17 UTC  (8+ messages)
` [PATCH V3 7/7] f2fs: switch to the new mount api

[PATCH 1/2] hfsplus: fix to update ctime after rename
 2025-05-15  1:10 UTC  (7+ messages)
` [PATCH 2/2] hfs: "
    ` 回复: "
        ` 回复: "

[syzbot] [xfs?] general protection fault in do_move_mount (3)
 2025-05-14 19:49 UTC  (2+ 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).