Linux Filesystem Development
[Prev Page][Next Page]
- Re: [RFC] dentry->d_flags locking, (continued)
- Re: [RFC] dentry->d_flags locking, Christian Brauner
- Re: [RFC] dentry->d_flags locking, Al Viro
- [PATCH 01/21] procfs: kill ->proc_dops, Al Viro
- [PATCH 04/21] fuse: no need for special dentry_operations for root dentry, Al Viro
- [PATCH 02/21] new helper: d_splice_alias_ops(), Al Viro
- [PATCH 07/21] set_default_d_op(): calculate the matching value for ->d_flags, Al Viro
- [PATCH 05/21] new helper: set_default_d_op(), Al Viro
- [PATCH 14/21] hostfs: don't bother with ->d_op, Al Viro
- [PATCH 08/21] simple_lookup(): just set DCACHE_DONTCACHE, Al Viro
- [PATCH 12/21] shmem: no dentry retention past the refcount reaching zero, Al Viro
- [PATCH 18/21] efivarfs: use DCACHE_DONTCACHE instead of always_delete_dentry(), Al Viro
- [PATCH 13/21] devpts, sunrpc: don't bother with ->d_delete or ->d_op, for that matter, Al Viro
- [PATCH 15/21] kill simple_dentry_operations, Al Viro
- [PATCH 17/21] 9p: don't bother with always_delete_dentry, Al Viro
- [PATCH 10/21] d_alloc_parallel(): set DCACHE_PAR_LOOKUP earlier, Al Viro
- [PATCH 06/21] split d_flags calculation out of d_set_d_op(), Al Viro
- [PATCH 19/21] debugfs: use DCACHE_DONTCACHE, Al Viro
- [PATCH 09/21] make d_set_d_op() static, Al Viro
- [PATCH 03/21] switch procfs from d_set_d_op() to d_splice_alias_ops(), Al Viro
- [PATCH 11/21] nsfs, pidfs: drop the pointless ->d_delete(), Al Viro
- [PATCH 16/21] ramfs, hugetlbfs, mqueue: set DCACHE_DONTCACHE, Al Viro
- [PATCH 20/21] configfs: use DCACHE_DONTCACHE, Al Viro
- [PATCH 21/21] afs dynroot: use DCACHE_DONTCACHE, Al Viro
- Re: [PATCH 01/21] procfs: kill ->proc_dops, Jan Kara
- Re: [PATCH 01/21] procfs: kill ->proc_dops, NeilBrown
- Re: [PATCH 01/21] procfs: kill ->proc_dops, Christian Brauner
- Re: [RFC] dentry->d_flags locking, Christian Brauner
- Re: [RFC] dentry->d_flags locking, Christian Brauner
- Re: [RFC] dentry->d_flags locking, Miklos Szeredi
- [PATCH] mm: Fix error handling in __filemap_get_folio() with FGP_NOWAIT,
Raphael S. Carvalho
- [syzbot] [efi?] [fs?] BUG: unable to handle kernel paging request in efivarfs_pm_notify,
syzbot
- [viro-vfs:work.dcache 2/2] fs/dcache.c:3011: warning: Function parameter or struct member 'ops' not described in 'd_splice_alias_ops', kernel test robot
- [REGRESSION] Chrome and VSCode breakage with the commit b9b588f22a0c,
Takashi Iwai
- [no subject], Unknown
- [syzbot] [bcachefs?] INFO: trying to register non-static key in d_splice_alias, syzbot
- [PATCH] netfs: fix the request's work item to not require a ref, Steve French
- [PATCH] fuse: return -EOPNOTSUPP directly from backing_open and backing_close when PASSTHROUGH not supported, Moinak Bhattacharyya
- [PATCH v3 0/8] enable bs > ps for block devices,
Luis Chamberlain
- [LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior,
Kalesh Singh
- [PATCH] fs: Turn page_offset() into a wrapper around folio_pos(),
Matthew Wilcox (Oracle)
- [PATCH v18 0/3] rust: xarray: Add a minimal abstraction for XArray,
Tamir Duberstein
- [PATCH 0/2] Alternative "pid_max" for 32-bit userspace,
Michal Koutný
- [PATCH v4 00/12] Direct Map Removal for guest_memfd,
Patrick Roy
- [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP, Patrick Roy
- [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map, Patrick Roy
- [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing, Patrick Roy
- [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support, Patrick Roy
- [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer, Patrick Roy
- [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape, Patrick Roy
- [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag, Patrick Roy
- [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem, Patrick Roy
- [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types, Patrick Roy
- [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid, Patrick Roy
- [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests, Patrick Roy
- [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1, Patrick Roy
- [PATCH] Fuse: Add backing file support for uring_cmd,
Moinak Bhattacharyya
- Re: [PATCH] qnx4: fix to avoid panic due to buffer overflow,
Mateusz Guzik
- [PATCH] fixup define name, Lorenzo Stoakes
- Re: [syzbot] [mm?] [v9fs?] BUG: stack guard page was hit in sys_openat, syzbot
- [PATCH RFC 00/16] fs: expand abilities of anonymous mount namespaces,
Christian Brauner
- [PATCH RFC 03/16] fs: add assert for move_mount(), Christian Brauner
- [PATCH RFC 05/16] fs: add may_copy_tree(), Christian Brauner
- [PATCH RFC 06/16] fs: create detached mounts from detached mounts, Christian Brauner
- [PATCH RFC 08/16] fs: support getname_maybe_null() in move_mount(), Christian Brauner
- [PATCH RFC 09/16] fs: mount detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 15/16] selftests: sixth test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 11/16] selftests: second test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 02/16] fs: add mnt_ns_empty() helper, Christian Brauner
- [PATCH RFC 12/16] selftests: third test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 14/16] selftests: fifth test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 01/16] fs: record sequence number of origin mount namespace, Christian Brauner
- [PATCH RFC 07/16] selftests: create detached mounts from detached mounts, Christian Brauner
- [PATCH RFC 04/16] fs: add fastpath for dissolve_on_fput(), Christian Brauner
- [PATCH RFC 10/16] selftests: first test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 16/16] selftests: seventh test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH RFC 13/16] selftests: fourth test for mounting detached mounts onto detached mounts, Christian Brauner
- [PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap,
Lorenzo Stoakes
- [PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio,
Matthew Wilcox (Oracle)
- [PATCH] virtiofs: add filesystem context source name check, Xiangsheng Hou
- [PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry.,
NeilBrown
- [PATCH] procfs: use str_yes_no() to remove hardcoded "yes" and "no"., Ethan Carter Edwards
- [PATCH] filemap: check for folio order < mapping min order,
Kent Overstreet
- [PATCH v1 1/2] fuse: Convert 'write' to a bit-field in struct fuse_copy_state,
Joanne Koong
- [PATCH v7] fuse: add more control over cache invalidation behaviour, Luis Henriques
- [syzbot] [netfs?] kernel BUG in folio_unlock (3),
syzbot
- [GIT PULL] bcachefs fixes for 6.14-rc4,
Kent Overstreet
- [PATCH] fuse: don't truncate cached, mutated symlink,
Miklos Szeredi
- [PATCH 1/2] affs: generate OFS sequence numbers starting at 1,
Simon Tatham
- [PATCH v1] exfat: fix mount options cannot be modified via remount,
Yuezhang.Mo@xxxxxxxx
- [PATCH v1] exfat: remove count used cluster from exfat_statfs(), Yuezhang.Mo@xxxxxxxx
- [PATCH v1] exfat: add a check for invalid data size, Yuezhang.Mo@xxxxxxxx
- [PATCH v1] exfat: make flag mount options unsetable via negative param, Yuezhang.Mo@xxxxxxxx
- [PATCH v1] exfat: support batch discard of clusters when freeing clusters,
Yuezhang.Mo@xxxxxxxx
- [PATCH v2 00/12] iomap: incremental advance conversion -- phase 2,
Brian Foster
- [PATCH v2 01/12] iomap: advance the iter directly on buffered read, Brian Foster
- [PATCH v2 02/12] iomap: advance the iter on direct I/O, Brian Foster
- [PATCH v2 03/12] iomap: convert misc simple ops to incremental advance, Brian Foster
- [PATCH v2 04/12] dax: advance the iomap_iter in the read/write path, Brian Foster
- [PATCH v2 05/12] dax: push advance down into dax_iomap_iter() for read and write, Brian Foster
- [PATCH v2 07/12] dax: advance the iomap_iter on unshare range, Brian Foster
- [PATCH v2 06/12] dax: advance the iomap_iter on zero range, Brian Foster
- [PATCH v2 09/12] dax: advance the iomap_iter on pte and pmd faults, Brian Foster
- [PATCH v2 10/12] iomap: remove unnecessary advance from iomap_iter(), Brian Foster
- [PATCH v2 12/12] iomap: introduce a full map advance helper, Brian Foster
- [PATCH v2 08/12] dax: advance the iomap_iter on dedupe range, Brian Foster
- [PATCH v2 11/12] iomap: rename iomap_iter processed field to status, Brian Foster
- Re: [PATCH v2 00/12] iomap: incremental advance conversion -- phase 2, Christian Brauner
- [PATCHSET v4 0/7] io_uring epoll wait support,
Jens Axboe
- [PATCH 0/2] nsfs: validate ioctls,
Christian Brauner
- [syzbot] [exfat?] KCSAN: data-race in __filemap_add_folio / file_write_and_wait_range (7), syzbot
- [syzbot] Monthly hfs report (Feb 2025), syzbot
- [RFC PATCH v5 0/4] Add NUMA mempolicy support for KVM guest-memfd,
Shivank Garg
- [PATCH v3 0/4] ovl: add override_creds mount option,
Christian Brauner
- [PATCH RFC v2 00/12] mm: Remove pXX_devmap page table bit and pfn_t type,
Alistair Popple
- [PATCH RFC v2 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST, Alistair Popple
- [PATCH RFC v2 03/12] mm/pagewalk: Skip dax pages in pagewalk, Alistair Popple
- [PATCH RFC v2 02/12] mm: Convert pXd_devmap checks to vma_is_dax, Alistair Popple
- [PATCH RFC v2 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special, Alistair Popple
- [PATCH RFC v2 07/12] mm: Remove redundant pXd_devmap calls, Alistair Popple
- [PATCH RFC v2 05/12] mm: Remove remaining uses of PFN_DEV, Alistair Popple
- [PATCH RFC v2 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages(), Alistair Popple
- [PATCH RFC v2 08/12] mm/khugepaged: Remove redundant pmd_devmap() check, Alistair Popple
- [PATCH RFC v2 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs, Alistair Popple
- [PATCH RFC v2 10/12] mm: Remove devmap related functions and page table bits, Alistair Popple
- [PATCH RFC v2 11/12] mm: Remove callers of pfn_t functionality, Alistair Popple
- [PATCH RFC v2 12/12] mm/memremap: Remove unused devmap_managed_key, Alistair Popple
- [PATCH] selftests:sysctl:Fix minor grammers in sysctl test,
Sumya Hoque
- [PATCH] ceph: fix slab-use-after-free in have_mon_and_osd_map(),
Viacheslav Dubeyko
- [PATCH v2 0/2] Minimize xa_node allocation during xarry split,
Zi Yan
- [PATCH 1/3] [ceph] parse_longname(): strrchr() expects NUL-terminated string, Al Viro
- [ANNOUNCE] util-linux v2.41-rc1,
Karel Zak
- [PATCH v17 0/3] rust: xarray: Add a minimal abstraction for XArray,
Tamir Duberstein
- [PATCH 0/2] fixes for uncached IO,
Jingbo Xu
- [PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems,
Joel Granados
- [syzbot] [netfs?] INFO: task hung in pipe_write (6), syzbot
- Re: [PATCH 0/2 v9] reclaim file-backed pages given POSIX_FADV_NOREUSE,
Christoph Hellwig
- [PATCH 00/27] f2fs folio conversions for v6.15,
Matthew Wilcox (Oracle)
- [PATCH 03/27] f2fs: Add f2fs_folio_put(), Matthew Wilcox (Oracle)
- [PATCH 04/27] f2fs: Convert f2fs_flush_inline_data() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 06/27] f2fs: Pass a folio to flush_dirty_inode(), Matthew Wilcox (Oracle)
- [PATCH 05/27] f2fs: Convert f2fs_sync_node_pages() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 01/27] f2fs: Add f2fs_folio_wait_writeback(), Matthew Wilcox (Oracle)
- [PATCH 12/27] f2fs: Use a folio in __get_node_page(), Matthew Wilcox (Oracle)
- [PATCH 09/27] f2fs: Return a folio from last_fsync_dnode(), Matthew Wilcox (Oracle)
- [PATCH 11/27] mm: Remove grab_cache_page_write_begin(), Matthew Wilcox (Oracle)
- [PATCH 15/27] f2fs: Mark some functions as taking a const page pointer, Matthew Wilcox (Oracle)
- [PATCH 08/27] f2fs: Convert last_fsync_dnode() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 18/27] f2fs: Use a folio throughout f2fs_truncate_inode_blocks(), Matthew Wilcox (Oracle)
- [PATCH 17/27] f2fs: Add f2fs_get_node_folio(), Matthew Wilcox (Oracle)
- [PATCH 07/27] f2fs: Convert f2fs_fsync_node_pages() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 02/27] mm: Remove wait_for_stable_page(), Matthew Wilcox (Oracle)
- [PATCH 10/27] f2fs: Add f2fs_grab_cache_folio(), Matthew Wilcox (Oracle)
- [PATCH 13/27] f2fs: Use a folio in do_write_page(), Matthew Wilcox (Oracle)
- [PATCH 19/27] f2fs: Use a folio throughout __get_meta_page(), Matthew Wilcox (Oracle)
- [PATCH 23/27] f2fs: Convert move_data_page() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 27/27] mm: Remove wait_on_page_locked(), Matthew Wilcox (Oracle)
- [PATCH 14/27] f2fs: Convert f2fs_write_end_io() to use a folio_iter, Matthew Wilcox (Oracle)
- [PATCH 16/27] f2fs: Convert f2fs_in_warm_node_list() to take a folio, Matthew Wilcox (Oracle)
- [PATCH 24/27] f2fs: Convert truncate_partial_data_page() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 22/27] f2fs: Add f2fs_get_lock_data_folio(), Matthew Wilcox (Oracle)
- [PATCH 20/27] f2fs: Hoist the page_folio() call to the start of f2fs_merge_page_bio(), Matthew Wilcox (Oracle)
- [PATCH 25/27] f2fs: Convert gc_data_segment() to use a folio, Matthew Wilcox (Oracle)
- [PATCH 21/27] f2fs: Add f2fs_get_read_data_folio(), Matthew Wilcox (Oracle)
- [PATCH 26/27] f2fs: Add f2fs_find_data_folio(), Matthew Wilcox (Oracle)
- Re: [PATCH 00/27] f2fs folio conversions for v6.15, Jaegeuk Kim
- Re: [PATCH 00/27] f2fs folio conversions for v6.15, Chao Yu
- Re: [f2fs-dev] [PATCH 00/27] f2fs folio conversions for v6.15, patchwork-bot+f2fs
- [PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts,
Alistair Popple
- [PATCH v8 01/20] fuse: Fix dax truncate/punch_hole fault path, Alistair Popple
- [PATCH v8 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range(), Alistair Popple
- [PATCH v8 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts, Alistair Popple
- [PATCH v8 03/20] fs/dax: Don't skip locked entries when scanning entries, Alistair Popple
- [PATCH v8 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount, Alistair Popple
- [PATCH v8 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag, Alistair Popple
- [PATCH v8 04/20] fs/dax: Refactor wait for dax idle page, Alistair Popple
- [PATCH v8 11/20] mm: Allow compound zone device pages, Alistair Popple
- [PATCH v8 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings, Alistair Popple
- [PATCH v8 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma, Alistair Popple
- [PATCH v8 13/20] mm/memory: Add vmf_insert_page_mkwrite(), Alistair Popple
- [PATCH v8 14/20] mm/rmap: Add support for PUD sized mappings to rmap, Alistair Popple
- [PATCH v8 09/20] mm/gup: Remove redundant check for PCI P2PDMA page, Alistair Popple
- [PATCH v8 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages, Alistair Popple
- [PATCH v8 15/20] mm/huge_memory: Add vmf_insert_folio_pud(), Alistair Popple
- [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages, Alistair Popple
- [PATCH v8 16/20] mm/huge_memory: Add vmf_insert_folio_pmd(), Alistair Popple
- [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping, Alistair Popple
- [PATCH v8 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support, Alistair Popple
- [PATCH v8 05/20] fs/dax: Create a common implementation to break DAX layouts, Alistair Popple
- netfs read failures with current mainline,
Steve French
- [PATCH 1/3] fs: Convert block_commit_write() to take a folio,
Matthew Wilcox (Oracle)
- [PATCH v3 0/9] Remove accesses to page->index from ceph,
Matthew Wilcox (Oracle)
- [PATCH v3 6/9] ceph: Convert ceph_check_page_before_write() to use a folio, Matthew Wilcox (Oracle)
- [PATCH v3 5/9] ceph: Convert writepage_nounlock() to write_folio_nounlock(), Matthew Wilcox (Oracle)
- [PATCH v3 8/9] ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_page_array(), Matthew Wilcox (Oracle)
- [PATCH v3 7/9] ceph: Remove uses of page from ceph_process_folio_batch(), Matthew Wilcox (Oracle)
- [PATCH v3 3/9] ceph: Convert ceph_find_incompatible() to take a folio, Matthew Wilcox (Oracle)
- [PATCH v3 4/9] ceph: Convert ceph_readdir_cache_control to store a folio, Matthew Wilcox (Oracle)
- [PATCH v3 9/9] ceph: Pass a folio to ceph_allocate_page_array(), Matthew Wilcox (Oracle)
- [PATCH v3 1/9] ceph: Remove ceph_writepage(), Matthew Wilcox (Oracle)
- [PATCH v3 2/9] ceph: Use a folio in ceph_page_mkwrite(), Matthew Wilcox (Oracle)
- Re: [PATCH v3 0/9] Remove accesses to page->index from ceph, Viacheslav Dubeyko
- [PATCH v3 10/9] fs: Remove page_mkwrite_check_truncate(), Matthew Wilcox (Oracle)
- Re: [PATCH v3 0/9] Remove accesses to page->index from ceph, Christian Brauner
- [PATCH v2] drop_caches: re-enable message after disabling, Ruiwu Chen
- [PATCH v6 0/2] fuse: allow notify_inval for all inodes,
Luis Henriques
- [no subject], Unknown
- [GIT PULL] fuse fixes for 6.14-rc4,
Miklos Szeredi
- [PATCH RFC v2 0/2] ovl: add override_creds mount option,
Christian Brauner
- [bug report] VFS: add common error checks to lookup_one_qstr_excl(),
Dan Carpenter
- [syzbot] [bcachefs?] BUG: unable to handle kernel paging request in __d_lookup_rcu, syzbot
- [PATCH] jbd2: fix off-by-one while erasing journal,
Zhang Yi
- [PATCH 0/3 RFC v2] change ->mkdir() and vfs_mkdir() to return a dentry,
NeilBrown
- [PATCH 0/2 v2] VFS: minor improvements to a couple of interfaces,
NeilBrown
- [PATCH v5 0/2] fuse: allow notify_inval for all inodes,
Luis Henriques
- [RFC PATCH 0/4] fs: Add support for Windows file attributes,
Pali Rohár
- [PATCH] drop_caches: re-enable message after disabling,
Ruiwu Chen
- Re: [syzbot] [ocfs2?] [ext4?] WARNING in __find_get_block (2), syzbot
- [no subject], Unknown
- Random desktop freezes since 6.14-rc. Seems VFS related,
Malte Schröder
[Index of Archives]
[Linux Ext4 Filesystem]
[Union Filesystem]
[NTFS 3]
[Ceph Users]
[AutoFS]
[Kernel Announce]
[Kernel Newbies]
[Kernel Development]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]