linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-02 14:02:24 to 2025-06-03 22:20:11 UTC [more...]

[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
 2025-06-03 22:14 UTC  (2+ messages)
` [PATCH 3/3] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-03 22:19 UTC  (8+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o
` [PATCH v4 3/7] cxl/pci: Add pci_loaded tracking to mark PCI driver readiness
` [PATCH v4 4/7] cxl/acpi: Add background worker to wait for cxl_pci and cxl_mem probe
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 6/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation

[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
 2025-06-03 22:05 UTC  (26+ messages)

[PATCH v2 bpf-next 0/4] bpf path iterator
 2025-06-03 21:44 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/4] namei: Introduce new helper function path_walk_parent()
` [PATCH v2 bpf-next 2/4] landlock: Use path_walk_parent()
` [PATCH v2 bpf-next 3/4] bpf: Introduce path iterator
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add tests for bpf "

[PATCH bpf-next 0/4] bpf path iterator
 2025-06-03 21:13 UTC  (24+ messages)
` [PATCH bpf-next 2/4] landlock: Use path_parent()
` [PATCH bpf-next 3/4] bpf: Introduce path iterator

[RFC] separate the internal mount flags from the rest
 2025-06-03 20:47 UTC 

[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
 2025-06-03 20:17 UTC  (31+ messages)
` [PATCH RFC v2 01/28] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH RFC v2 02/28] filelock: add a lm_may_setlease lease_manager callback
` [PATCH RFC v2 03/28] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH RFC v2 04/28] vfs: allow mkdir to wait for delegation break on parent
` [PATCH RFC v2 05/28] vfs: allow rmdir "
` [PATCH RFC v2 06/28] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH RFC v2 07/28] vfs: make vfs_create break delegations on parent directory
` [PATCH RFC v2 08/28] vfs: make vfs_mknod "
` [PATCH RFC v2 09/28] filelock: lift the ban on directory leases in generic_setlease
` [PATCH RFC v2 10/28] nfsd: allow filecache to hold S_IFDIR files
` [PATCH RFC v2 11/28] nfsd: allow DELEGRETURN on directories
` [PATCH RFC v2 12/28] nfsd: check for delegation conflicts vs. the same client
` [PATCH RFC v2 13/28] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH RFC v2 14/28] filelock: rework the __break_lease API to use flags
` [PATCH RFC v2 15/28] filelock: add struct delegated_inode
` [PATCH RFC v2 16/28] filelock: add support for ignoring deleg breaks for dir change events
` [PATCH RFC v2 17/28] filelock: add an inode_lease_ignore_mask helper
` [PATCH RFC v2 18/28] nfsd: add protocol support for CB_NOTIFY
` [PATCH RFC v2 19/28] nfsd: add callback encoding and decoding linkages "
` [PATCH RFC v2 20/28] nfsd: add data structures for handling CB_NOTIFY to directory delegation
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()
` [PATCH RFC v2 22/28] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH RFC v2 23/28] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH RFC v2 24/28] nfsd: add notification handlers for dir events
` [PATCH RFC v2 25/28] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH RFC v2 26/28] nfsd: add a tracepoint for nfsd_file_fsnotify_handle_dir_event()
` [PATCH RFC v2 27/28] nfsd: add support for NOTIFY4_ADD_ENTRY events
` [PATCH RFC v2 28/28] nfsd: add support for NOTIFY4_RENAME_ENTRY events

[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
 2025-06-03 19:38 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[RFC] fs: add ioctl to query protection info capabilities
 2025-06-03 18:43 UTC  (8+ messages)

RWF_DONTCACHE documentation
 2025-06-03 18:19 UTC  (6+ messages)

[RFC v2 00/35] optimize cost of inter-process communication
 2025-06-03 17:49 UTC  (5+ messages)

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-06-03 17:29 UTC  (10+ messages)

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-03 16:01 UTC  (18+ messages)
` [PATCH v4 1/4] fs: allow cross-FS copy_file_range for memory file with direct I/O
` [PATCH v4 2/4] dmabuf: Implement copy_file_range callback for dmabuf direct I/O prep
` [PATCH v4 3/4] udmabuf: Implement udmabuf direct I/O
` [PATCH v4 4/4] dmabuf:system_heap Implement system_heap dmabuf "

[PATCH v2 0/5] coredump: allow for flexible coredump handling
 2025-06-03 14:44 UTC  (12+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] selftests/coredump: fix build
` [PATCH v2 3/5] selftests/coredump: cleanup coredump tests
` [PATCH v2 4/5] tools: add coredump.h header
` [PATCH v2 5/5] selftests/coredump: add coredump server selftests

[PATCH 13/13] writeback: set the num of writeback contexts to number of online cpus
 2025-06-03 14:36 UTC  (2+ messages)

[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-03 14:07 UTC  (12+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-03 14:05 UTC  (17+ messages)
    ` [PATCH 09/13] f2fs: add support in f2fs to handle multiple writeback contexts
    ` [PATCH 10/13] fuse: add support for multiple writeback contexts in fuse
    ` [PATCH 12/13] nfs: add support in nfs to handle multiple writeback contexts
    ` [PATCH 04/13] writeback: affine inode to a writeback ctx within a bdi

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-03 13:51 UTC  (25+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key

warning on flushing page cache on block device removal
 2025-06-03 13:33 UTC  (8+ messages)

important orangefs merge conflict request
 2025-06-03 11:02 UTC 

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-03 10:40 UTC  (7+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode
` [PATCH 2/2] KVM: guest_memfd: Use guest mem inodes instead of anonymous inodes

[PATCH v2] ceph: fix variable dereferenced before check in ceph_umount_begin()
 2025-06-03 10:25 UTC  (2+ messages)

[PATCH] fs: don't needlessly acquire f_lock
 2025-06-03  9:34 UTC  (4+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-03  7:43 UTC  (7+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from custom allocator

[PATCH] f2fs: Fix __write_node_folio() conversion
 2025-06-03  6:31 UTC  (2+ messages)

[PATCH v2] selftests: Add functional test for the abort file in fusectl
 2025-06-03  6:26 UTC  (5+ messages)

[Question] mmap_miss not increasing in mmap random reads
 2025-06-03  6:05 UTC 

subscribe linux-fsdevel
 2025-06-03  2:24 UTC 

[PATCH v3 3/4] udmabuf: Implement udmabuf rw_file callback
 2025-06-03  1:32 UTC  (3+ messages)

[PATCH v3 0/4] Optimizing disk file & dmabuf copies via copy_file_range
 2025-06-03  1:28 UTC  (4+ messages)
` [PATCH v3 1/4] fs: allow cross-FS copy_file_range for memory-backed files

[PATCH v4 0/7] f2fs: new mount API conversion
 2025-06-03  1:09 UTC  (3+ messages)

[PATCHSET RFC[RAP]] fuse: allow servers to use iomap for better file IO performance
 2025-06-03  0:13 UTC  (5+ messages)
` [PATCH 03/11] fuse: implement the basic iomap mechanisms

[GIT PULL] fuse update for 6.16
 2025-06-02 22:58 UTC  (2+ messages)

[GIT PULL] vfs netfs
 2025-06-02 22:58 UTC  (2+ messages)

[GIT PULL] vfs fixes
 2025-06-02 22:58 UTC  (2+ messages)

[PATCH]]SMB3 client] cifs: update the lock ordering comments with new mutex
 2025-06-02 22:08 UTC 

[RFC 0/3] add STATIC_PMD_ZERO_PAGE config option
 2025-06-02 20:32 UTC  (9+ messages)
` [RFC 2/3] mm: "
` [RFC 3/3] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()

[PATCH] iomap: don't lose folio dropbehind state for overwrites
 2025-06-02 18:04 UTC  (3+ messages)

[PATCH] ceph: fix variable dereferenced before check in ceph_umount_begin()
 2025-06-02 18:02 UTC  (8+ messages)

[PATCH v3] ovl: support layers on case-folding capable filesystems
 2025-06-02 17:17 UTC 

[PATCH v2 0/9] support ksm_stat showing at cgroup level
 2025-06-02 14:14 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).