Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-27 23:41:42 to 2026-07-29 11:28:15 UTC [more...]

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-29 11:28 UTC  (31+ 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 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [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 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers

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

lazy bounce buffering for checksummed reads
 2026-07-29 11:24 UTC  (10+ messages)
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset
  ` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
  ` [PATCH 12/22] iomap: better read bounce buffering support

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-29 11:18 UTC  (5+ messages)

[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

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

[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 00/22] Introduce SCMI Telemetry support
 2026-07-29  9:12 UTC  (12+ messages)
` [PATCH v6 01/22] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v6 02/22] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v6 05/22] include: trace: Add Telemetry trace events
` [PATCH v6 06/22] firmware: arm_scmi: Add basic Telemetry support

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-07-29  8:48 UTC  (15+ 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)

[PATCH] isofs: Drop support of directory entries straddling blocks
 2026-07-29  7:05 UTC  (2+ messages)

[PATCH] iomap: release the folio batch on iomap callback failures
 2026-07-29  7:02 UTC  (6+ messages)

[PATCH 0/2] nilfs2: convert O_DIRECT reads to iomap
 2026-07-29  6:28 UTC  (8+ messages)
` [PATCH 1/2] nilfs2: add iomap operations for direct I/O reads

[syzbot] [fs?] possible deadlock in configfs_read_iter
 2026-07-29  5:27 UTC 

[PATCH] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
 2026-07-29  4:27 UTC 

[syzbot] [fs?] possible deadlock in path_openat (5)
 2026-07-29  4:26 UTC  (2+ messages)

[PATCH] fscrypt: use the mount idmap for the owner check in fscrypt_ioctl_set_policy()
 2026-07-29  4:24 UTC  (2+ messages)

[PATCH] f2fs: use the mount idmap for the owner check in f2fs_xattr_advise_set()
 2026-07-29  4:16 UTC 

[PATCH v7 00/13] Use generic_file_read_iter() in hugetlbfs
 2026-07-29  2:55 UTC  (19+ messages)
` [PATCH v7 01/13] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v7 02/13] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v7 03/13] hugetlb: Mark some function arguments as const
` [PATCH v7 04/13] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v7 05/13] hugetlb: Move poison to pages before clearing hugetlb page type
` [PATCH v7 06/13] hugetlb: Use the has_hwpoisoned flag
` [PATCH v7 07/13] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v7 08/13] mm: Check individual hugetlb pages for poison
` [PATCH v7 09/13] filemap: Add hwpoison handling to filemap_read()
` [PATCH v7 10/13] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v7 11/13] hugetlb: Set mapping folio order
` [PATCH v7 12/13] filemap: Add support for authoritative mappings
` [PATCH v7 13/13] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[PATCH v3 0/2] fanotify: support restartable permission events
 2026-07-29  1:20 UTC  (8+ messages)
` [PATCH v3 2/2] fanotify: introduce "

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

[syzbot] [fs?] general protection fault in start_dirop
 2026-07-29  0:19 UTC 

[syzbot] [fs?] WARNING: refcount bug in config_item_get
 2026-07-29  0:08 UTC 

[syzbot] [fs?] [usb?] KASAN: slab-use-after-free Read in lockref_get (2)
 2026-07-29  0:08 UTC 

[PATCH v2 00/17] Landlock tracepoints
 2026-07-28 22:52 UTC  (5+ messages)
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints

[PATCH] audit: add MOVE_MOUNT auxiliary record to log mount relocation
 2026-07-28 21:22 UTC  (2+ messages)

[PATCH 6.1.y] exfat: validate cluster allocation bits of the allocation bitmap
 2026-07-28 20:53 UTC 

[PATCH 6.6.y] exfat: validate cluster allocation bits of the allocation bitmap
 2026-07-28 20:49 UTC 

[PATCH v2] audit: add FSCONFIG auxiliary record to log filesystem configuration
 2026-07-28 20:35 UTC  (3+ messages)

[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
 2026-07-28 19:16 UTC  (2+ messages)

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-07-28 19:07 UTC  (3+ messages)

[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
 2026-07-28 18:23 UTC  (10+ messages)
` [PATCH v4 01/21] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v4 02/21] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH v4 03/21] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-28 17:46 UTC  (12+ messages)
` [PATCH 2/3] iomap: "
            ` selective Sashiko replies, was: "

[PATCH v1] audit: free proctitle in context so it can be set by fork
 2026-07-28 16:16 UTC  (2+ messages)

[PATCH] isofs: validate directory records in NFS get_parent
 2026-07-28 16:05 UTC  (4+ messages)
` [PATCH v2] isofs: validate directory records consistently

[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
 2026-07-28 15:29 UTC  (4+ messages)

[PATCH] udf: fix OOB read for a crafted unallocSpaceEntry
 2026-07-28 15:05 UTC  (2+ messages)

[PATCH 0/2] lockref tidy ups + touch ups to it's usage by dcache
 2026-07-28 14:33 UTC  (5+ messages)
` [PATCH 1/2] lockref: tidy up dead count handling
` [PATCH 2/2] dcache: use lockref routines for dead count checks

[syzbot] [fs?] KASAN: slab-use-after-free Read in configfs_dirent_is_ready
 2026-07-28 14:15 UTC 

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-07-28 14:13 UTC  (3+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v3 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28 14:09 UTC  (5+ messages)

[net-next v5 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-28 14:05 UTC  (5+ messages)
` [net-next v5 1/4] net: af_unix: enable custom setsockopt for all socket types

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-07-28 13:48 UTC 

[syzbot] [fs?] possible deadlock in configfs_depend_item_unlocked
 2026-07-28 13:42 UTC 

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-28 13:40 UTC  (8+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous

[PATCH] ntfs: simplify ntfs_reparse_set_native_symlink()
 2026-07-28 13:08 UTC  (2+ messages)

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-28 12:33 UTC  (7+ messages)

[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
 2026-07-28 12:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned

[BUG] ntfs: data race on ni->mrec between resident read path and MFT record mutation
 2026-07-28 10:42 UTC  (3+ messages)

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-28  9:05 UTC  (5+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-07-28  9:02 UTC  (3+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-07-28  8:36 UTC  (3+ messages)
` [PATCH 4/4] netfs: Fix folio_queue ENOMEM in writeback by adding a mempool

[PATCH] seq_file: rename mangle_path to seq_mangle_path
 2026-07-28  8:30 UTC  (2+ messages)

[BUG] fsnotify: concurrent mark updates can publish a stale aggregate mask and lose events
 2026-07-28  8:00 UTC 

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-28  7:47 UTC  (2+ messages)

[PATCH 0/8] afs: Miscellaneous fixes
 2026-07-28  7:43 UTC  (3+ messages)
` [PATCH 7/8] vfs: Allow filesystems with foreign owner IDs to override UID checks

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

[PATCH] freevxfs: fix off-page read on a crafted dirblock
 2026-07-28  7:24 UTC  (2+ messages)

[PATCH 0/3] afs: Miscellaneous fixes
 2026-07-28  7:21 UTC 

[PATCH] pidfs: preserve thread pidfds reopened by file handle
 2026-07-28  6:47 UTC  (5+ messages)

[PATCH 0/5] rust: sync: add WaitQueue infrastructure
 2026-07-28  6:11 UTC  (3+ messages)
` [PATCH 3/5] "

[PATCH 0/6] hfsplus: convert regular file I/O to iomap-based operations
 2026-07-28  3:58 UTC  (9+ messages)
` [PATCH 3/6] hfsplus: take the bitmap page lock for allocate/free
` [PATCH 4/6] hfsplus: add iomap operations for regular file data

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-28  3:52 UTC  (5+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw

[PATCH v6 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-28  3:19 UTC  (9+ messages)
` [PATCH v6 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v6 03/12] hugetlb: Mark some function arguments as const
` [PATCH v6 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v6 10/12] hugetlb: Set mapping folio order

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28  2:22 UTC  (3+ messages)

[PATCH] fs: hfsplus: remove redundant NULL check before kfree()
 2026-07-28  1:57 UTC  (4+ messages)

[PATCH RFC] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
 2026-07-28  1:51 UTC 


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