Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-29 07:07:33 to 2026-07-29 18:11:33 UTC [more...]

[PATCH v2] audit: add FSCONFIG auxiliary record to log filesystem configuration
 2026-07-29 18:11 UTC  (3+ messages)

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-29 17:45 UTC  (34+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [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 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)

RFC: remove the freevxfs driver
 2026-07-29 15:50 UTC  (3+ messages)
` [PATCH] freevxfs: remove the driver

[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

[PATCH 1/1] ntfs: add ioctl support for named data streams
 2026-07-29 11:00 UTC 

[PATCH 0/1] ntfs: introduce named data stream ioctls
 2026-07-29 10:52 UTC  (2+ messages)
` [PATCH 1/1] ntfs: ntfs: add ioctl support for named data streams

[syzbot] [fs?] possible deadlock in configfs_rmdir
 2026-07-29 10:19 UTC  (2+ messages)

[RFC PATCH] dcache: keep shrink_dcache_for_umount() making progress on busy roots
 2026-07-29 10:01 UTC  (2+ messages)

[PATCH v5] erofs: accept source file descriptor via fsconfig
 2026-07-29  9:57 UTC  (3+ messages)

[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
 2026-07-29  9:48 UTC  (5+ messages)
` [PATCH 1/2] ext4: export converted block count from ext4_convert_unwritten_extents()
` [PATCH 2/2] ext4: protect WRITE_ZEROES written extents with orphan list

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-07-29  8:48 UTC  (12+ messages)

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-29  8:34 UTC  (9+ messages)
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH v2] fs/buffer: serialize set_buffer_uptodate against concurrent clears
 2026-07-29  7:54 UTC  (5+ messages)

[REGRESSION] fsnotify: concurrent inotify watch add/remove slows after 94bd01253c3d
 2026-07-29  7:21 UTC  (3+ messages)


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