messages from 2025-06-02 09:33:13 to 2025-06-03 16:02:09 UTC [more...]
[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 bpf-next 0/4] bpf path iterator
2025-06-03 15:13 UTC (7+ 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 "
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-06-03 14:57 UTC (25+ messages)
[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] mm: fix the inaccurate memory statistics issue for users
2025-06-03 14:48 UTC (9+ messages)
[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 (29+ 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)
RWF_DONTCACHE documentation
2025-06-03 13:10 UTC (5+ messages)
[PATCH bpf-next 0/4] bpf path iterator
2025-06-03 12:49 UTC (24+ messages)
` [PATCH bpf-next 2/4] landlock: Use path_parent()
` [PATCH bpf-next 3/4] bpf: Introduce path iterator
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 v2 00/35] optimize cost of inter-process communication
2025-06-03 9:22 UTC (4+ messages)
[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
2025-06-03 9:23 UTC (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-03 7:43 UTC (12+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [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)
[RFC] fs: add ioctl to query protection info capabilities
2025-06-03 6:30 UTC (5+ 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)
[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
2025-06-02 14:02 UTC (29+ 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
Please consider backporting coredump %F patch to stable kernels
2025-06-02 13:39 UTC (10+ messages)
[PATCH] filelock: add new locks_wake_up_waiter() helper
2025-06-02 13:09 UTC (3+ messages)
[PATCH] fs/pipe: set FMODE_NOWAIT in create_pipe_files()
2025-06-02 9:45 UTC (2+ messages)
[PATCH v1 1/1] fs/read_write: Fix spelling typo
2025-06-02 9:44 UTC (2+ messages)
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).