linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-17 22:15:15 to 2025-06-19 08:59:21 UTC [more...]

[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-19  8:58 UTC  (13+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-19  8:52 UTC  (17+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check

[PATCH 0/3] use vm_flags_t consistently
 2025-06-19  8:49 UTC  (11+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[PATCH bpf-next 0/4] Introduce bpf_kernfs_read_xattr
 2025-06-19  8:49 UTC  (8+ messages)
` [PATCH bpf-next 1/4] kernfs: Add __kernfs_xattr_get for RCU protected access
` [PATCH bpf-next 2/4] bpf: Introduce bpf_kernfs_read_xattr to read xattr of kernfs nodes
` [PATCH bpf-next 3/4] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for bpf_kernfs_read_xattr

[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-19  8:45 UTC  (2+ messages)

On possible data race in pollwake() / poll_schedule_timeout()
 2025-06-19  8:44 UTC  (4+ messages)

[brauner-vfs:work.pidfs.xattr] [pidfs] e3bfecb731: WARNING:possible_irq_lock_inversion_dependency_detected
 2025-06-19  8:43 UTC  (2+ messages)

[syzbot] [fs?] KMSAN: uninit-value in fsnotify_connector_destroy_workfn
 2025-06-19  8:20 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-19  8:13 UTC  (2+ messages)

[PATCH 0/3] Folio conversions in extent-io-tests
 2025-06-19  5:41 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-19  5:36 UTC  (9+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode

[PATCHv2 1/2] sched/wait: Add wait_event_state_exclusive()
 2025-06-19  2:51 UTC  (3+ messages)
` [PATCHv2 2/2] fuse: use freezable wait in fuse_get_req()

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-19  2:45 UTC  (48+ messages)
` [PATCH RFC 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH RFC 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH RFC 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH RFC 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH RFC 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH RFC 13/29] mm/balloon_compaction: "
` [PATCH RFC 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH RFC 15/29] mm/migration: remove PageMovable()
` [PATCH RFC 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH RFC 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH RFC 18/29] mm: remove __folio_test_movable()
` [PATCH RFC 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH RFC 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH RFC 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH RFC 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH RFC 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH RFC 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH RFC 25/29] mm: simplify folio_expected_ref_count()
` [PATCH RFC 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH RFC 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH RFC 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH RFC 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[BUG][RFC] broken use of __lookup_mnt() in path_overmounted()
 2025-06-19  2:35 UTC  (3+ messages)

[PATCH V2] exfat: fdatasync flag should be same like generic_write_sync()
 2025-06-19  1:33 UTC 

[PATCH v9 01/13] x86/um: nommu: elf loader for fdpic
 2025-06-19  1:04 UTC 

[PATCH] chmod.2: document fchmodat(AT_EMPTY_PATH)
 2025-06-19  0:07 UTC  (2+ messages)

[PATCH] f2fs: Fix __write_node_folio() conversion
 2025-06-18 21:40 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2 00/16] pidfs: persistent info & xattrs
 2025-06-18 20:53 UTC  (17+ messages)
` [PATCH v2 01/16] pidfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v2 02/16] libfs: massage path_from_stashed() to allow custom stashing behavior
` [PATCH v2 03/16] libfs: massage path_from_stashed()
` [PATCH v2 04/16] pidfs: move to anonymous struct
` [PATCH v2 05/16] pidfs: persist information
` [PATCH v2 06/16] pidfs: remove unused members from struct pidfs_inode
` [PATCH v2 07/16] pidfs: remove custom inode allocation
` [PATCH v2 08/16] pidfs: remove pidfs_{get,put}_pid()
` [PATCH v2 09/16] pidfs: remove pidfs_pid_valid()
` [PATCH v2 10/16] libfs: prepare to allow for non-immutable pidfd inodes
` [PATCH v2 11/16] pidfs: make inodes mutable
` [PATCH v2 12/16] pidfs: support xattrs on pidfds
` [PATCH v2 13/16] selftests/pidfd: test extended attribute support
` [PATCH v2 14/16] "
` [PATCH v2 15/16] selftests/pidfd: test setattr support
` [PATCH v2 16/16] pidfs: add some CONFIG_DEBUG_VFS asserts

[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-06-18 20:52 UTC  (2+ messages)

[PATCH RFC 0/7] pidfs: support extended attributes
 2025-06-18 19:54 UTC  (9+ messages)
` [PATCH RFC 1/7] libfs: prepare to allow for non-immutable pidfd inodes
` [PATCH RFC 2/7] pidfs: make inodes mutable
` [PATCH RFC 3/7] pidfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH RFC 4/7] pidfs: support xattrs on pidfds

[PATCH] fs/buffer: use min folio order to calculate upper limit in __getblk_slow()
 2025-06-18 19:50 UTC  (3+ messages)

[PATCH RFC 0/9] pidfs: support extended attributes
 2025-06-18 19:40 UTC  (5+ messages)
` [PATCH RFC 1/9] pidfs: keep pidfs dentry stashed once created
` [PATCH RFC 2/9] pidfs: remove pidfs_pid_valid()

[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-18 19:17 UTC  (8+ messages)
` [PATCH v2 04/16] iomap: add wrapper function iomap_bio_readpage()

[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-06-18 19:16 UTC 

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-18 17:06 UTC  (3+ messages)
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH] fs: fix the missing export of vfs_statx() and vfs_fstatat()
 2025-06-18 15:51 UTC  (2+ messages)

[PATCH RFC v4 00/15] fuse: fuse-over-io-uring
 2025-06-18 15:40 UTC  (5+ messages)
  ` [PATCH v9 00/17] "

[PATCH] fs_context: fix parameter name in infofc() macro
 2025-06-18 15:31 UTC  (3+ messages)

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-18 15:12 UTC  (9+ messages)
` [RFC PATCH v8 1/7] security: Export anon_inode_make_secure_inode for KVM guest_memfd
` [RFC PATCH v8 2/7] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes
` [RFC PATCH v8 3/7] mm/filemap: Add mempolicy support to the filemap layer
` [RFC PATCH v8 4/7] mm/mempolicy: Export memory policy symbols
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
` [RFC PATCH v8 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
` [RFC PATCH v8 7/7] KVM: guest_memfd: selftests: Add tests for mmap and NUMA policy support

warning on flushing page cache on block device removal
 2025-06-18 15:09 UTC  (10+ messages)

[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
 2025-06-18 13:46 UTC  (5+ messages)
` [PATCH v1 1/2] fuse: Add backing file option to lookup
` [PATCH v1 2/2] fuse: open/close backing file

[PATCH v1] exfat: add cluster chain loop check for dir
 2025-06-18 13:38 UTC  (6+ messages)

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-06-18 12:17 UTC  (8+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
          ` does fuse need ->launder_folios, was: "

[PATCH] exfat: fdatasync flag should be same like generic_write_sync()
 2025-06-18 11:11 UTC  (6+ messages)
  ` 答复: "

[PATCH v2] fs/buffer: remove comment about hard sectorsize
 2025-06-18 10:26 UTC  (2+ messages)

[RFC][PATCH] tracing: Deprecate auto-mounting tracefs in debugfs
 2025-06-18  9:27 UTC  (7+ messages)

[PATCH v1] fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio
 2025-06-18  8:56 UTC  (3+ messages)

[PATCH RFC v2 0/2] pidfs: keep pidfs dentry stashed once created
 2025-06-18  8:40 UTC  (3+ messages)
` [PATCH RFC v2 1/2] "

[PATCH] fs/buffer: fix comments to reflect logical block size
 2025-06-18  7:57 UTC  (3+ messages)

[syzbot] [ntfs3?] general protection fault in pick_link (2)
 2025-06-18  7:31 UTC  (9+ messages)
` [PATCH] fs: Prevent non-symlinks from entering pick link
              ` [PATCH V2] fs/ntfs3: cancle set bad inode after removing name fails

[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
 2025-06-18  5:56 UTC  (4+ messages)
  ` [PATCH for-next v3 2/2] fs: "

[PATCH for-next v4 0/4] add ioctl to query metadata and protection info capabilities
 2025-06-18  5:51 UTC  (5+ messages)
    ` [PATCH for-next v4 1/4] block: rename tuple_size field in blk_integrity to metadata_size
    ` [PATCH for-next v4 2/4] block: introduce pi_tuple_size field in blk_integrity
    ` [PATCH for-next v4 3/4] set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
    ` [PATCH for-next v4 4/4] fs: add ioctl to query metadata and protection info capabilities

refactor the iomap writeback code v2
 2025-06-18  4:43 UTC  (16+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops

[PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
 2025-06-18  1:02 UTC  (2+ messages)

[PATCH] landlock: opened file never has a negative dentry
 2025-06-18  0:30 UTC  (10+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
  ` [PATCH] don't duplicate vfs_open() in kernel_file_open()
    ` [PATCH] proc_fd_getattr(): don't bother with S_ISDIR() check
      ` [PATCH] secretmem: move setting O_LARGEFILE and bumping users' count to the place where we create the file
        ` [bpf_iter] get rid of redundant 3rd argument of prepare_seq_file()

[PATCH v2 0/4] mm: userfaultfd: assorted fixes and cleanups
 2025-06-17 23:10 UTC  (4+ messages)
` [PATCH v2 2/4] userfaultfd: remove (VM_)BUG_ON()s

need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
 2025-06-17 22:23 UTC  (11+ messages)
                  ` [RFC PATCH] lib/iov_iter: remove piecewise bvec length checking in iov_iter_aligned_bvec [was: Re: need SUNRPC TCP to receive into aligned pages]


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