Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-22 13:06:02 to 2026-07-23 15:38:41 UTC [more...]

[PATCH 0/2] mm: zswap: free cold writeback folios promptly
 2026-07-23 15:38 UTC  (4+ 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

[PATCH 0/1] pipe: only enable the extra wake_up(rd_wait) when epoll is actually used
 2026-07-23 15:10 UTC  (3+ messages)
` [PATCH 1/1] "

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-23 15:10 UTC  (12+ 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

lazy bounce buffering for checksummed reads
 2026-07-23 14:49 UTC  (23+ 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

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-23 14:46 UTC  (4+ messages)

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

[PATCH v4 00/14] Use generic_file_read_iter() in hugetlbfs
 2026-07-23 14:30 UTC  (15+ 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()

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

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

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-23 13:36 UTC  (4+ 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  (15+ messages)
` [PATCH v2 01/21] binfmt_misc: require an absolute interpreter path with 'C'
` [PATCH v2 02/21] docs, binfmt_misc: keep general usage out of the handler sections
` [PATCH v2 03/21] binfmt_misc: table-drive the register string flags
` [PATCH v2 04/21] binfmt_misc: normalize the per-exec invocation flags
` [PATCH v2 05/21] binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
` [PATCH v2 06/21] exec: release the replaced file with do_close_execat()

[RFC PATCH 0/4] Introduce capable_noaudit
 2026-07-23 13:29 UTC  (3+ messages)
` [RFC PATCH 3/4] xfs: replace ns_capable_noaudit()

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

Questions and concerns about BPF-selected interpreter
 2026-07-23 13:15 UTC  (8+ 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  (6+ messages)
` Is writeback_iter() missing some error handling? -- was "

Help needed to address the dirty folio without fs notification delimma (Re: [PATCH RFC v2] btrfs: disable direct reads to avoid dirty folios without fs knowing)
 2026-07-23 12:37 UTC 

[PATCH] eventpoll: compute timer slack lazily in ep_poll()
 2026-07-23  8:52 UTC  (2+ messages)

[PATCH] pidfs: handle FS_IOC32_GETVERSION in compat ioctl
 2026-07-23  8:52 UTC  (2+ messages)

[PATCH v5] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-23  8:46 UTC  (2+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-23  8:38 UTC  (16+ messages)
  ` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
  ` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
  ` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
  ` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits

[PATCH] fs/super: fix emergency thaw double-unlock of s_umount
 2026-07-23  8:11 UTC  (2+ messages)

[PATCH V11 0/9] famfs: port into fuse
 2026-07-23  7:26 UTC  (12+ messages)
  ` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps

[PATCH v3] hfsplus: validate B-tree record offset table
 2026-07-23  6:39 UTC  (2+ messages)
` [PATCH v4] "

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-23  5:01 UTC  (4+ 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

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

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-23  2:42 UTC  (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

[PATCH v2 0/4] VFS: prepare for changes to directory locking
 2026-07-23  1:49 UTC  (5+ messages)
` [PATCH v2 1/4] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 2/4] VFS: enhance d_splice_alias() to handle hashed dentries
` [PATCH v2 3/4] VFS: introduce d_alloc_trylock()
` [PATCH v2 4/4] VFS: add d_duplicate()

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-07-23  1:25 UTC  (3+ messages)

[PATCH] fat: preserve reserved lcase bits across rename
 2026-07-23  1:02 UTC 

[PATCH] ecryptfs: ecryptfs_kernel.h: clean up kernel-doc comments
 2026-07-23  1:01 UTC  (2+ messages)

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

[PATCH v4 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-23  0:14 UTC  (9+ messages)
` [PATCH v4 3/3] VFS: add vfs_lookup_open() for nfsd

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

[PATCH] mm: proc/task_mmu: Use walk_page_range_vma() for smaps
 2026-07-22 22:25 UTC  (4+ messages)

[PATCH 0/6] hfsplus: convert regular file I/O to iomap-based operations
 2026-07-22 21:37 UTC  (7+ 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] docs: link AI coding assistants and tool-generated content pages
 2026-07-22 20:38 UTC  (2+ messages)

[PATCH] fuse: disable default bdi strictlimiting
 2026-07-22 20:38 UTC  (12+ messages)

[PATCH v3] Documentation: proc: fix repeated word 'page'
 2026-07-22 16:17 UTC  (2+ messages)

[PATCH v2 00/13] mm: convert more vm_flags_t users to vma_flags_t
 2026-07-22 16:15 UTC  (27+ messages)
` [PATCH v2 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH v2 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH v2 03/13] mm: convert __get_unmapped_area() "
` [PATCH v2 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH v2 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH v2 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH v2 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH v2 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH v2 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH v2 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH v2 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH v2 12/13] mm/mprotect: convert mprotect "
` [PATCH v2 13/13] mm/mremap: convert mremap "

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

[PATCH] mount: remove redundant panic() in mnt_init()
 2026-07-22 15:57 UTC  (2+ messages)

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

[PATCH v2] xattrat: accept empty O_PATH file descriptors
 2026-07-22 15:10 UTC 

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

[PATCH v3 00/20] iomap: convert to in-iter iomap_next() model
 2026-07-22 15:04 UTC  (3+ messages)

[PATCH] audit: add FSCONFIG auxiliary record to log filesystem configuration
 2026-07-22 14:43 UTC  (5+ messages)

[PATCH] ovl: check access to copy_file_range source with src mounter creds
 2026-07-22 14:42 UTC  (2+ messages)

[PATCH 0/3] vfs: call audit_inode_child() in lookup_open() on failure
 2026-07-22 14:40 UTC  (2+ messages)

[PATCH] fhandle: handle detached mounts in capable_wrt_mount()
 2026-07-22 14:37 UTC  (2+ messages)

[PATCH] fs: annotate inode timestamp accessors
 2026-07-22 14:35 UTC  (2+ messages)

[PATCH] binfmt_misc: fix leaked write-access denial on F-flag interpreter inode
 2026-07-22 14:05 UTC  (2+ messages)

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-22 14:00 UTC  (16+ messages)

[PATCH v3 0/3] iomap/fuse: add helper to keep uptodate bitmap in sync
 2026-07-22 13:42 UTC  (2+ messages)

[PATCH] proc: Fix broken error paths for namespace links
 2026-07-22 13:37 UTC  (2+ messages)

[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
 2026-07-22 13:33 UTC  (7+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[PATCH v7 00/29] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-07-22 13:02 UTC  (5+ messages)
` [PATCH v7 26/29] netfs: Remove folio_queue and rolling_buffer
` [PATCH v7 27/29] netfs: Check for too much data being read
` [PATCH v7 28/29] netfs: Limit the minimum trigger for progress reporting
` [PATCH v7 29/29] netfs: Combine prepare and issue ops and grab the buffers on request


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