Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-23 12:44:16 to 2026-07-24 14:45:46 UTC [more...]

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-24 14:44 UTC  (6+ 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 04/22] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v6 05/22] include: trace: Add Telemetry trace events

[PATCH 0/1] pipe: only enable the extra wake_up(rd_wait) when epoll is actually used
 2026-07-24 14:43 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-24 14:19 UTC  (14+ messages)
` [PATCH v13 05/23] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files
` [PATCH v13 16/23] xfs: add fs-verity support
` [PATCH v13 17/23] xfs: remove unwritten extents after preallocations in fsverity metadata

[PATCH 0/5] mm: add basic PTE const type-safety
 2026-07-24 14:14 UTC  (9+ messages)
` [PATCH 1/5] mm: constify generic pte_get*()
` [PATCH 2/5] mm/arm64: constify pte_get*() and contpte get logic
` [PATCH 3/5] mm/parisc: constify ptep_get() argument
` [PATCH 4/5] mm/powerpc/8xx: "
` [PATCH 5/5] mm: constify the pte_offset_map_ro_nolock() return value

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

fix fs-integrity for non-PI metadata v2
 2026-07-24 13:48 UTC  (12+ messages)
` [PATCH 1/4] block: remove bip_should_check
` [PATCH 2/4] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
` [PATCH 3/4] block: handle nogenerate/noverify properly in fs-integrity
` [PATCH 4/4] iomap: don't free integrity payload that doesn't exist

[PATCH v2 0/7] fs: add failfs
 2026-07-24 13:41 UTC  (8+ messages)
` [PATCH v2 1/7] "
` [PATCH v2 2/7] fs: support FD_FAILFS_ROOT in fchdir()
` [PATCH v2 3/7] fs: add fchroot()
` [PATCH v2 4/7] fs: support FD_FAILFS_ROOT in fchroot()
` [PATCH v2 5/7] arch: hookup fchroot() system call
` [PATCH v2 6/7] selftests/filesystems: add failfs selftests
` [PATCH v2 7/7] Documentation: add failfs documentation

[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-07-24 13:04 UTC  (12+ messages)
` [PATCH v3 09/14] "

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-07-24 12:55 UTC  (4+ messages)
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()

lazy bounce buffering for checksummed reads
 2026-07-24 12:54 UTC  (48+ messages)
` [PATCH 01/22] iomap: add a separate bio_set for iomap_split_ioend
` [PATCH 02/22] block: remove bip_should_check
` [PATCH 03/22] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
` [PATCH 04/22] block: handle nogenerate/noverify properly in fs-integrity
` [PATCH 05/22] iomap: don't free integrity payload that doesn't exist
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 07/22] block: add task-context bio completion infrastructure
` [PATCH 08/22] block: don't delay bio task completions
` [PATCH 09/22] block: split bio_iov_iter_bounce_write
` [PATCH 10/22] block: export fs_bio_integrity_{alloc,free}
` [PATCH 11/22] block: don't include blk-integrity.h in bdev.c
` [PATCH 12/22] iomap: better read bounce buffering support
` [PATCH 13/22] iomap: add a iomap_ioend_flags helper
` [PATCH 14/22] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH 15/22] iomap,xfs: move T10 PI handling for direct I/O into ->submit_io
` [PATCH 16/22] xfs: move PI generation into xfs_zone_alloc_and_submit
` [PATCH 17/22] xfs: split ioend handling into a separate source file
` [PATCH 18/22] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH 19/22] iomap,xfs: move integrity verification to the file system
` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
` [PATCH 21/22] xfs: add error injection for lazy "
` [PATCH 22/22] xfs: log a message at mount time when using integrity protection

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-24 12:47 UTC  (7+ messages)
` [PATCH 2/3] iomap: "

[PATCH] fs: hfsplus: remove redundant NULL check before kfree()
 2026-07-24 12:40 UTC  (2+ messages)

[RFC PATCH] fs/ntfs3: Add basic support for alternative data streams
 2026-07-24 11:16 UTC 

[PATCH] fs/ntfs3: Rename 'err' to 'ret' in read paths
 2026-07-24 11:15 UTC 

[PATCH] fs/ntfs3: Fix memory leak in indx_find_sort()
 2026-07-24 11:14 UTC 

[PATCH v4] fs/dax: check zero or empty entry before converting xarray entry
 2026-07-24 10:37 UTC 

[syzbot] [netfs?] WARNING in netfs_writepages (3)
 2026-07-24 10:31 UTC  (2+ messages)

[PATCH v4 0/21] fs: Fix missed inode write during fsync
 2026-07-24  9:52 UTC  (2+ messages)

[PATCH v2 0/9] Landlock: Namespace and capability control
 2026-07-24  9:26 UTC  (4+ messages)
` [PATCH v2 9/9] landlock: Add documentation for capability and namespace restrictions

[PATCH v2 1/9] security: add LSM blob and hooks for namespaces
 2026-07-24  9:25 UTC  (8+ messages)

[RFC] Null Namespaces
 2026-07-24  8:04 UTC  (7+ messages)

[PATCH v2] netfs: fix writeback ENOMEM by using __GFP_NOFAIL for rolling buffer
 2026-07-24  7:30 UTC 

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-24  6:29 UTC  (6+ messages)

[PATCH 0/6] hfsplus: convert regular file I/O to iomap-based operations
 2026-07-24  5:37 UTC  (13+ messages)
` [PATCH 1/6] hfs/hfsplus: exchange hardcoded number of extents on named constants
` [PATCH 2/6] hfsplus: rework hfsplus_get_block() logic
` [PATCH 3/6] hfsplus: take the bitmap page lock for allocate/free
` [PATCH 4/6] hfsplus: add iomap operations for regular file data
` [PATCH 5/6] hfsplus: add iomap-based file_operations
` [PATCH 6/6] hfsplus: switch address_space_operations on iomap-based support

[PATCH] eventpoll: pin files while checking reverse paths
 2026-07-24  3:57 UTC  (5+ messages)

[PATCH] nstree: add/fix struct ns_id_req kernel-doc member fields
 2026-07-24  3:10 UTC 

[PATCH v5 bpf-next 1/3] security: rework inode_init_security xattr handling
 2026-07-24  1:41 UTC  (5+ messages)
` [PATCH v5 "

[PATCH] exfat: preserve allocated extents for swap activation
 2026-07-24  0:57 UTC  (3+ messages)

[syzbot] [fuse?] KASAN: slab-use-after-free Read in fuse_dev_do_read (2)
 2026-07-24  0:52 UTC 

[RFC][PATCH 0/5] Proposal for Cross-fs copy_file_range()
 2026-07-23 23:29 UTC  (5+ messages)

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-23 22:40 UTC  (4+ messages)

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-23 22:38 UTC  (5+ messages)

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

[PATCH v6 0/8] lsm: Replace security_sb_mount with granular mount hooks
 2026-07-23 18:19 UTC  (2+ messages)

[PATCH RFC 0/7] fs: add failfs
 2026-07-23 16:59 UTC  (10+ messages)
  ` [PATCH RFC 7/7] Documentation: add failfs documentation
  ` [PATCH RFC 4/7] fs: support FD_FAILFS_ROOT in fchroot()

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-23 16:47 UTC  (7+ messages)
` [PATCH 1/3] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations

[PATCH 0/2] mm: zswap: free cold writeback folios promptly
 2026-07-23 15:49 UTC  (5+ messages)
` [PATCH 1/2] mm: zswap: free synchronous-IO writeback folios directly

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

[RFC PATCH] fs: allow opening overlayfs/erofs layers through O_ALT
 2026-07-23 13:53 UTC  (4+ messages)

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-23 13:36 UTC  (2+ messages)

[RFC PATCH] fs/ntfs3: prevent positive E_NTFS_NONRESIDENT from reaching writeback error handling
 2026-07-23 13:34 UTC  (2+ messages)

[PATCH v2 00/21] binfmt_misc: transparent interpreters and PT_INTERP loader substitution
 2026-07-23 13:32 UTC  (3+ messages)

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-07-23 13:29 UTC  (3+ messages)

Questions and concerns about BPF-selected interpreter
 2026-07-23 13:15 UTC  (4+ messages)

[PATCH v3 0/2] ext4: avoid tail walks for cached large-folio writes
 2026-07-23 13:08 UTC  (2+ messages)

[PATCH v4 0/9] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-23 13:08 UTC  (2+ messages)

[PATCH v14 0/4] ext4: deferred iput framework for EA inodes
 2026-07-23 13:08 UTC  (2+ messages)

[PATCH v4 1/2] ext4: use fsdata to track inline data write state and fix race
 2026-07-23 13:08 UTC  (2+ messages)

[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
 2026-07-23 12:44 UTC  (3+ messages)
` Is writeback_iter() missing some error handling? -- was "


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