messages from 2025-06-16 11:59:09 to 2025-06-17 15:45:29 UTC [more...]
[PATCH RFC 0/7] pidfs: support extended attributes
2025-06-17 15:45 UTC (3+ messages)
` [PATCH RFC 1/7] libfs: prepare to allow for non-immutable pidfd inodes
` [PATCH RFC 2/7] pidfs: make inodes mutable
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-06-17 15:43 UTC (15+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 02/14] mm: drop highest_memmap_pfn
` [PATCH RFC 03/14] mm: compare pfns only if the entry is present when inserting pfns/pages
` [PATCH RFC 04/14] mm/huge_memory: move more common code into insert_pmd()
` [PATCH RFC 05/14] mm/huge_memory: move more common code into insert_pud()
` [PATCH RFC 06/14] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 09/14] mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
` [PATCH RFC 10/14] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH RFC 11/14] mm: remove "horrible special case to handle copy-on-write behaviour"
` [PATCH RFC 12/14] mm: drop addr parameter from vm_normal_*_pmd()
` [PATCH RFC 13/14] mm: introduce and use vm_normal_page_pud()
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[PATCH RFC 0/9] pidfs: support extended attributes
2025-06-17 15:42 UTC (5+ messages)
` [PATCH RFC 1/9] pidfs: keep pidfs dentry stashed once created
` [PATCH RFC 2/9] pidfs: remove pidfs_pid_valid()
` [PATCH RFC 3/9] libfs: prepare to allow for non-immutable pidfd inodes
` [PATCH RFC 4/9] pidfs: make inodes mutable
[PATCH RFC v2 0/2] pidfs: keep pidfs dentry stashed once created
2025-06-17 15:39 UTC (3+ messages)
` [PATCH RFC v2 1/2] "
` [PATCH RFC v2 2/2] pidfs: remove pidfs_pid_valid()
[PATCH v1] fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio
2025-06-17 14:35 UTC
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-17 14:17 UTC (44+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[RFC] Keyrings: How to make them more useful
2025-06-17 13:54 UTC (3+ messages)
[PATCH] fs/buffer: fix comments to reflect logical block size
2025-06-17 11:51 UTC
[PATCHES][RFC][CFT] simple_recursive_removal() work
2025-06-17 11:25 UTC (20+ messages)
` [PATCH 1/8] simple_recursive_removal(): saner interaction with fsnotify
` [PATCH 2/8] add locked_recursive_removal()
` [PATCH 3/8] spufs: switch to locked_recursive_removal()
` [PATCH 4/8] binfmt_misc: "
` [PATCH 5/8] pstore: "
` [PATCH 6/8] fuse_ctl: use simple_recursive_removal()
` [PATCH 7/8] kill binderfs_remove_file()
` [PATCH 8/8] functionfs, gadgetfs: use simple_recursive_removal()
On possible data race in pollwake() / poll_schedule_timeout()
2025-06-17 11:04 UTC
[PATCH RFC 0/2] pidfs: keep pidfs dentry stashed once created
2025-06-17 10:56 UTC (4+ messages)
` [PATCH RFC 1/2] "
` [PATCH RFC 2/2] pidfs: remove pidfs_pid_valid()
refactor the iomap writeback code v2
2025-06-17 10:55 UTC (12+ messages)
` [PATCH 01/11] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 02/11] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/11] iomap: refactor the writeback interface
` [PATCH 04/11] iomap: hide ioends from the generic writeback code
` [PATCH 05/11] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/11] iomap: move all ioend handling to ioend.c
` [PATCH 07/11] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/11] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/11] iomap: export iomap_writeback_folio
` [PATCH 10/11] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/11] iomap: add read_folio_range() handler for buffered writes
[PATCH] landlock: opened file never has a negative dentry
2025-06-17 10:03 UTC (13+ 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
` (subset) "
` (subset) [PATCH] don't duplicate vfs_open() in kernel_file_open()
` [PATCH] selinuxfs_fill_super(): don't bother with selinuxfs_info_free() on failures
[PATCH 0/1] docs/vfs: update references to i_mutex to i_rwsem
2025-06-17 10:01 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH] exfat: fdatasync flag should be same like generic_write_sync()
2025-06-17 9:53 UTC (5+ messages)
` 答复: "
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-17 9:49 UTC (24+ 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 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
[RFC PATCH v2 0/3] fanotify HSM events for directories
2025-06-17 9:43 UTC (6+ messages)
[syzbot] [ntfs3?] general protection fault in pick_link (2)
2025-06-17 8:01 UTC
[PATCH] block: Improve read ahead size for rotational devices
2025-06-17 6:58 UTC (6+ messages)
[PATCH v3 bpf-next 0/5] bpf path iterator
2025-06-17 6:20 UTC (13+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` Ref-less parent walk from Landlock (was: Re: [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent())
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-06-17 6:11 UTC (6+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v5 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v5 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v5 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v5 bpf-next 5/5] selftests/bpf: Path walk test
[PATCH v1] exfat: add cluster chain loop check for dir
2025-06-17 6:01 UTC (4+ messages)
[brauner-vfs:work.pidfs] [pidfs] 56e50aa99d: WARNING:at_kernel/pid.c:#put_pid
2025-06-17 5:14 UTC
[PATCH v4 bpf-next 0/5] bpf path iterator
2025-06-17 5:08 UTC (4+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
refactor the iomap writeback code
2025-06-17 4:44 UTC (12+ messages)
` [PATCH 1/6] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH 2/6] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 3/6] iomap: refactor the writeback interface
` [PATCH 4/6] iomap: hide ioends from the generic writeback code
` [PATCH 5/6] iomap: add public helpers for uptodate state manipulation
` [PATCH 6/6] iomap: move all ioend handling to ioend.c
[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
2025-06-17 4:38 UTC (10+ messages)
` [PATCH v2 04/16] iomap: add wrapper function iomap_bio_readpage()
` [PATCH v2 09/16] iomap: change 'count' to 'async_writeback'
` [PATCH v2 10/16] iomap: replace ->map_blocks() with generic ->writeback_folio() for writeback
[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
2025-06-17 4:37 UTC (20+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
` 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]
md raid0 Direct IO DMA alignment
2025-06-17 3:12 UTC (2+ messages)
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-17 2:25 UTC (5+ messages)
Recall: md raid0 Direct IO DMA alignment
2025-06-17 2:19 UTC
[PATCH] fs/xattr.c: fix simple_xattr_list()
2025-06-17 0:27 UTC (7+ messages)
[PATCHES][RFC][CFR] mount-related stuff
2025-06-16 21:52 UTC (7+ messages)
` [PATCH 01/26] copy_tree(): don't set ->mnt_mountpoint on the root of copy
` [PATCH 25/26] get rid of mountpoint->m_count
[PATCHES][RFC][CFT] rpc_pipefs cleanups
2025-06-16 19:26 UTC (5+ messages)
` [PATCH 01/17] simple_recursive_removal(): saner interaction with fsnotify
` [PATCH 12/17] rpc_mkpipe_dentry(): switch to start_creating()
[PATCHES] ceph d_name race fixes
2025-06-16 17:42 UTC (3+ messages)
` [PATCH 1/3] [ceph] parse_longname(): strrchr() expects NUL-terminated string
[PATCH] netfs: Fix hang due to missing case in final DIO read result collection
2025-06-16 17:28 UTC (3+ messages)
[GIT PULL] vfs fixes
2025-06-16 16:12 UTC (2+ messages)
[PATCH v3] ovl: support layers on case-folding capable filesystems
2025-06-16 15:01 UTC (7+ messages)
[PATCH v2] VFS: change old_dir and new_dir in struct renamedata to dentrys
2025-06-16 14:31 UTC (2+ messages)
[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
2025-06-16 13:00 UTC (8+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).