public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-24 03:26:37 to 2025-10-25 03:30:05 UTC [more...]

[PATCH 00/25] ext4: enable block size larger than page size
 2025-10-25  3:22 UTC  (8+ messages)
` [PATCH 01/25] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH 02/25] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH 03/25] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 05/25] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH 06/25] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion

[PATCH 00/10] Add and use folio_next_pos()
 2025-10-25  3:20 UTC  (14+ messages)
` [PATCH 01/10] filemap: Add folio_next_pos()
` [PATCH 02/10] btrfs: Use folio_next_pos()
` [PATCH 03/10] buffer: "
` [PATCH 04/10] ext4: "
` [PATCH 05/10] f2fs: "
` [PATCH 06/10] gfs2: "
` [PATCH 07/10] iomap: "
` [PATCH 08/10] netfs: "
` [PATCH 09/10] xfs: "
` [PATCH 10/10] mm: "

[PATCH] mount: fix duplicate mounts using the new mount API
 2025-10-25  2:49 UTC 

[PATCH] fs/proc: fix uaf in proc_readdir_de()
 2025-10-25  2:42 UTC 

[PATCH 00/32] ns: support file handles
 2025-10-24 22:31 UTC  (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls

[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
 2025-10-24 21:58 UTC  (13+ messages)
` [PATCH v5 07/14] iomap: track pending read bytes more optimally

[PATCH] iomap: fix race when reading in all bytes of a folio
 2025-10-24 21:50 UTC 

[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
 2025-10-24 20:37 UTC  (25+ messages)
` [RFC PATCH 01/12] mm: introduce and use pte_to_swp_entry_or_zero()
` [RFC PATCH 02/12] mm: avoid unnecessary uses of is_swap_pte()
` [RFC PATCH 03/12] mm: introduce get_pte_swap_entry() and use it
` [RFC PATCH 04/12] mm: use get_pte_swap_entry() in debug pgtable + remove is_swap_pte()
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [RFC PATCH 06/12] mm: avoid unnecessary use of is_swap_pmd()
` [RFC PATCH 07/12] mm: introduce is_huge_pmd() and use where appropriate
` [RFC PATCH 08/12] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [RFC PATCH 09/12] mm/huge_memory: refactor change_huge_pmd() "
` [RFC PATCH 10/12] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [RFC PATCH 11/12] mm: rename non_swap_entry() to is_non_present_entry()
` [RFC PATCH 12/12] mm: provide is_swap_entry() and use it

[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-10-24 20:08 UTC  (6+ messages)

[PATCH v1 0/2] fuse io_uring: support registered buffers
 2025-10-24 19:37 UTC  (7+ messages)

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-24 19:32 UTC  (12+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-24 18:18 UTC  (15+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library

[PATCH v3] statmount: accept fd as a parameter
 2025-10-24 18:10 UTC 

[PATCH v3 0/4] Optimize folio split in memory failure
 2025-10-24 18:11 UTC  (7+ messages)
` [PATCH v3 1/4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
` [PATCH v3 2/4] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v3 3/4] mm/memory-failure: improve large block size folio handling

[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
 2025-10-24 18:02 UTC  (19+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
` [PATCH v3 06/10] rust: debugfs: support for binary large objects

[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2025-10-24 17:58 UTC  (8+ messages)
` [PATCH v3 4/6] fuse: {io-uring} Distribute load among queues

[PATCH v3 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-24 16:55 UTC  (6+ messages)
` [PATCH v3 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()

[PATCH] cifs: Call the smb3_read_* tracepoints from SMB1
 2025-10-24 16:28 UTC  (2+ messages)

[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
 2025-10-24 15:44 UTC  (4+ messages)

allow file systems to increase the minimum writeback chunk size v2
 2025-10-24 15:12 UTC  (6+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES

[PATCH RFC DRAFT 00/50] nstree: listns()
 2025-10-24 14:54 UTC  (5+ messages)

[PATCH v3 00/70] nstree: listns()
 2025-10-24 14:08 UTC  (73+ messages)
` [PATCH v3 01/70] libfs: allow to specify s_d_flags
` [PATCH v3 02/70] nsfs: use inode_just_drop()
` [PATCH v3 03/70] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH v3 04/70] pidfs: "
` [PATCH v3 05/70] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v3 06/70] cgroup: add cgroup namespace to tree after owner is set
` [PATCH v3 07/70] nstree: simplify return
` [PATCH v3 08/70] ns: initialize ns_list_node for initial namespaces
` [PATCH v3 09/70] ns: add __ns_ref_read()
` [PATCH v3 10/70] ns: rename to exit_nsproxy_namespaces()
` [PATCH v3 11/70] ns: add active reference count
` [PATCH v3 12/70] ns: use anonymous struct to group list member
` [PATCH v3 13/70] nstree: introduce a unified tree
` [PATCH v3 14/70] nstree: allow lookup solely based on inode
` [PATCH v3 15/70] nstree: assign fixed ids to the initial namespaces
` [PATCH v3 16/70] ns: maintain list of owned namespaces
` [PATCH v3 17/70] nstree: add listns()
` [PATCH v3 18/70] arch: hookup listns() system call
` [PATCH v3 19/70] nsfs: update tools header
` [PATCH v3 20/70] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH v3 21/70] selftests/namespaces: first active reference count tests
` [PATCH v3 22/70] selftests/namespaces: second "
` [PATCH v3 23/70] selftests/namespaces: third "
` [PATCH v3 24/70] selftests/namespaces: fourth "
` [PATCH v3 25/70] selftests/namespaces: fifth "
` [PATCH v3 26/70] selftests/namespaces: sixth "
` [PATCH v3 27/70] selftests/namespaces: seventh "
` [PATCH v3 28/70] selftests/namespaces: eigth "
` [PATCH v3 29/70] selftests/namespaces: ninth "
` [PATCH v3 30/70] selftests/namespaces: tenth "
` [PATCH v3 31/70] selftests/namespaces: eleventh "
` [PATCH v3 32/70] selftests/namespaces: twelth "
` [PATCH v3 33/70] selftests/namespaces: thirteenth "
` [PATCH v3 34/70] selftests/namespaces: fourteenth "
` [PATCH v3 35/70] selftests/namespaces: fifteenth "
` [PATCH v3 36/70] selftests/namespaces: add listns() wrapper
` [PATCH v3 37/70] selftests/namespaces: first listns() test
` [PATCH v3 38/70] selftests/namespaces: second "
` [PATCH v3 39/70] selftests/namespaces: third "
` [PATCH v3 40/70] selftests/namespaces: fourth "
` [PATCH v3 41/70] selftests/namespaces: fifth "
` [PATCH v3 42/70] selftests/namespaces: sixth "
` [PATCH v3 43/70] selftests/namespaces: seventh "
` [PATCH v3 44/70] selftests/namespaces: eigth "
` [PATCH v3 45/70] selftests/namespaces: ninth "
` [PATCH v3 46/70] selftests/namespaces: first listns() permission test
` [PATCH v3 47/70] selftests/namespaces: second "
` [PATCH v3 48/70] selftests/namespaces: third "
` [PATCH v3 49/70] selftests/namespaces: fourth "
` [PATCH v3 50/70] selftests/namespaces: fifth "
` [PATCH v3 51/70] selftests/namespaces: sixth "
` [PATCH v3 52/70] selftests/namespaces: seventh "
` [PATCH v3 53/70] selftests/namespaces: first inactive namespace resurrection test
` [PATCH v3 54/70] selftests/namespaces: second "
` [PATCH v3 55/70] selftests/namespaces: third "
` [PATCH v3 56/70] selftests/namespaces: fourth "
` [PATCH v3 57/70] selftests/namespaces: fifth "
` [PATCH v3 58/70] selftests/namespaces: sixth "
` [PATCH v3 59/70] selftests/namespaces: seventh "
` [PATCH v3 60/70] selftests/namespaces: eigth "
` [PATCH v3 61/70] selftests/namespaces: ninth "
` [PATCH v3 62/70] selftests/namespaces: tenth "
` [PATCH v3 63/70] selftests/namespaces: eleventh "
` [PATCH v3 64/70] selftests/namespaces: twelth "
` [PATCH v3 65/70] selftests/namespace: first threaded active reference count test
` [PATCH v3 66/70] selftests/namespace: second "
` [PATCH v3 67/70] selftests/namespace: third "
` [PATCH v3 68/70] selftests/namespace: commit_creds() active reference tests
` [PATCH v3 69/70] selftests/namespace: add stress test
` [PATCH v3 70/70] selftests/namespace: test listns() pagination

[PATCH v1 1/1] mnt: Remove dead code which might prevent from building
 2025-10-24 13:23 UTC 

[PATCH] sysctl: fix kernel-doc format warning
 2025-10-24 13:18 UTC  (3+ messages)

filemap_* writeback interface cleanups v2
 2025-10-24 12:13 UTC  (14+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_flush_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_fdatawrite_range_kick to filemap_flush_range

[PATCH] cifs: Fix TCP_Server_Info::credits to be signed
 2025-10-24 11:56 UTC  (5+ messages)

[PATCH v2] ioctl_pidfd05: accept both EINVAL and ENOTTY as valid errors
 2025-10-24  8:15 UTC  (3+ messages)

[RFC, PATCH 0/2] Large folios vs. SIGBUS semantics
 2025-10-24  7:43 UTC  (7+ messages)

[PATCHSET V2] xfs: autonomous self healing of filesystems
 2025-10-24  5:40 UTC  (3+ messages)
` [PATCH 01/19] docs: remove obsolete links in the xfs online repair documentation

[PATCH v2 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-24  4:21 UTC  (9+ messages)
` [PATCH v2 1/3] io_uring: expose io_should_terminate_tw()
` [PATCH v2 2/3] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH v2 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox