Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-29 11:03:59 to 2026-07-29 20:53:05 UTC [more...]

[PATCH v5 00/22] iomap: convert to in-iter iomap_next() model
 2026-07-29 20:53 UTC  (24+ messages)
` [PATCH v5 01/22] iomap: release the folio batch on iomap callback failures
` [PATCH v5 02/22] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v5 03/22] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH v5 04/22] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
` [PATCH v5 05/22] iomap: add ->iomap_next()
` [PATCH v5 06/22] xfs: convert iomap ops to ->iomap_next()
` [PATCH v5 07/22] btrfs: "
` [PATCH v5 08/22] ntfs3: "
` [PATCH v5 09/22] ntfs: "
` [PATCH v5 10/22] ext4: "
` [PATCH v5 11/22] erofs: "
` [PATCH v5 12/22] zonefs: "
` [PATCH v5 13/22] ext2: "
` [PATCH v5 14/22] block: "
` [PATCH v5 15/22] f2fs: "
` [PATCH v5 16/22] gfs2: "
` [PATCH v5 17/22] hpfs: "
` [PATCH v5 18/22] fuse: "
` [PATCH v5 19/22] exfat: "
` [PATCH v5 20/22] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v5 21/22] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v5 22/22] Documentation: iomap: update docs to reflect iomap_iter_next model

[PATCH v2] audit: add FSCONFIG auxiliary record to log filesystem configuration
 2026-07-29 20:33 UTC  (4+ messages)

[PATCH v5] erofs: accept source file descriptor via fsconfig
 2026-07-29 20:19 UTC  (4+ messages)

[PATCH RESEND 0/5] block: validate direct I/O memory alignment
 2026-07-29 20:03 UTC  (4+ messages)

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-29 19:43 UTC  (28+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
  ` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers
  ` [PATCH v4 11/14] io_uring/rsrc: extend buffer update

[PATCH v4] hfsplus: validate B-tree record offset table
 2026-07-29 19:01 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
 2026-07-29 18:57 UTC  (4+ messages)
` [PATCH v4 20/21] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops

RFC: remove the freevxfs driver
 2026-07-29 18:35 UTC  (4+ messages)
` [PATCH] freevxfs: remove the driver

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-07-29 17:11 UTC  (17+ messages)
` [PATCH v3 01/15] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v3 02/15] mm: introduce linear_anon_page_index()
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v3 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v3 09/15] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v3 10/15] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v3 11/15] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v3 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v3 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v3 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v3 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[RFC PATCH v 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
 2026-07-29 17:07 UTC  (5+ messages)
` [RFC PATCH v2 1/1] "

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-29 17:03 UTC  (15+ messages)
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads

[PATCH v7 00/13] Use generic_file_read_iter() in hugetlbfs
 2026-07-29 16:45 UTC  (7+ messages)
` [PATCH v7 06/13] hugetlb: Use the has_hwpoisoned flag

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-29 16:36 UTC  (3+ messages)

[PATCH 0/3] mm: yet more cleanups for page_alloc APIs
 2026-07-29 15:49 UTC  (9+ messages)
` [PATCH 1/3] mm: move internal mempolicy APIs to new internal header

[BUG] fsnotify: concurrent mark updates can publish a stale aggregate mask and lose events
 2026-07-29 15:39 UTC  (2+ messages)

[PATCH vfs-7.3.kthread] initramfs_test: use test init/exit hooks to override init fs
 2026-07-29 15:13 UTC 

ANNOUNCE: nfs-utils-2.9.2 released
 2026-07-29 15:14 UTC  (2+ messages)

[PATCHSET v2 0/6] io_uring related epoll cleanups
 2026-07-29 15:09 UTC  (5+ messages)
` [PATCH 6/6] io_uring/epoll: disallow adding an epoll file to an epoll context

regress caused by upstream commit 6650527444dadc63d84aa939d14ecba4fadb2f69
 2026-07-29 14:58 UTC  (4+ messages)

[PATCH] udf: Fix data loss when converting inline inodes to out of line
 2026-07-29 14:45 UTC 

[PATCH 0/2] afs: Miscellaneous fixes
 2026-07-29 14:17 UTC  (3+ messages)
` [PATCH 1/2] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH 2/2] afs: Fix double-unmap of directory block

[PATCH] fsnotify: Remove Matt Bobrowski as a reviewer
 2026-07-29 14:00 UTC 

[PATCH 0/1] pipe: only enable the extra wake_up(rd_wait) when epoll is actually used
 2026-07-29 11:45 UTC  (6+ messages)

lazy bounce buffering for checksummed reads
 2026-07-29 11:24 UTC  (4+ messages)
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset


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