Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-03 03:39:21 to 2026-07-06 03:56:30 UTC [more...]

[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
 2026-07-06  3:56 UTC  (27+ messages)
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()
` [PATCH v2 12/18] gfs2: "
` [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops
` [PATCH v2 18/18] Documentation: iomap: update docs to reflect iomap_next model

[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-07-06  3:56 UTC  (16+ messages)
` [PATCH v3 01/14] fs/namei.c: use trailing_slashes()
` [PATCH v3 02/14] vfs: move create error && negative dentry case in lookup_open() up
` [PATCH v3 03/14] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [PATCH v3 04/14] vfs: call audit_inode_child() in lookup_open() on failure too
` [PATCH v3 05/14] fs/namei.c: update docstring of atomic_open()
` [PATCH v3 06/14] vfs: lookup_open(): move setting FMODE_CREATED down
` [PATCH v3 07/14] vfs: move ->create check in lookup_open() to before try_break_deleg()
` [PATCH v3 08/14] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v3 09/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH v3 10/14] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
` [PATCH v3 11/14] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v3 12/14] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v3 13/14] selftest: fix headers in fclog.c
` [PATCH v3 14/14] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[PATCH] cachefiles,netfs: sunset ondemand mode
 2026-07-06  3:04 UTC 

[PATCH v4] ntfs: serialize attribute-list replacement with lookups
 2026-07-06  2:31 UTC  (5+ messages)

[PATCH v2 0/6] Remove __folio_index again
 2026-07-06  1:58 UTC  (3+ messages)
` [PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()

[PATCH] ntfs: dir: use kmemdup() instead of kmalloc() and memcpy()
 2026-07-06  0:37 UTC  (2+ messages)

[PATCH] ntfs: mft: use kmemdup() instead of kmalloc() and memcpy()
 2026-07-06  0:32 UTC  (2+ messages)

[PATCH] ntfs: reparse: remove redundant NULL checks before kvfree()
 2026-07-06  0:31 UTC  (2+ messages)

[PATCH] ntfs: fix hole runlist memory leak in insert range error path
 2026-07-06  0:25 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ntfs: avoid calling post_write_mst_fixup() for invalid index_block
 2026-07-06  0:22 UTC  (2+ messages)

[PATCH v2 0/3] VFS: refactor lookup_open and add vfs_lookup()
 2026-07-05 23:46 UTC  (4+ messages)
` [PATCH v2 1/3] VFS: move mnt_want_write() and locking into lookup_open()
` [PATCH v2 2/3] VFS: move delegated_inode retry loop "
` [PATCH v2 3/3] VFS: add vfs_lookup_open() for nfsd

[PATCH] ntfs: fail attrlist updates when the superblock is inactive
 2026-07-05 23:53 UTC  (2+ messages)

(no subject)
 2026-07-05 22:25 UTC  (10+ messages)
  ` [PATCH 1/3] VFS: move mnt_want_write() and locking into lookup_open()
  ` [PATCH 2/3] VFS: move delegated_inode retry loop "
  ` [PATCH 3/3] VFS: add vfs_lookup_open()

[PATCH v2 00/17] fscrypt: Standardize on blk-crypto
 2026-07-05 20:27 UTC  (23+ messages)
` [PATCH v2 01/17] blk-crypto: Simplify check for fallback support
` [PATCH v2 02/17] blk-crypto: Fold __blk_crypto_cfg_supported() into its caller
` [PATCH v2 03/17] blk-crypto: Allow control over whether hardware is used
` [PATCH v2 04/17] fscrypt: Fully disallow IV_INO_LBLK_32 with s_blocksize != PAGE_SIZE
` [PATCH v2 05/17] fscrypt: Always use blk-crypto for contents on block-based filesystems
` [PATCH v2 06/17] Documentation: fscrypt: Update docs for inlinecrypt
` [PATCH v2 07/17] ext4: Remove fs-layer file contents en/decryption code
` [PATCH v2 08/17] ext4: Make ext4_bio_write_folio() return void
` [PATCH v2 09/17] ext4: Further de-generalize the bio postprocessing code
` [PATCH v2 10/17] f2fs: Remove fs-layer file contents en/decryption code
` [PATCH v2 11/17] fs/buffer: Remove fs-layer decryption code
` [PATCH v2 12/17] fscrypt: Replace calls to fscrypt_inode_uses_inline_crypto()
` [PATCH v2 13/17] fscrypt: Remove fscrypt_dio_supported()
` [PATCH v2 14/17] fscrypt: Remove fs-layer zeroout code
` [PATCH v2 15/17] fscrypt: Remove unused functions and workqueue
` [PATCH v2 16/17] fscrypt: Merge bio.c and inline_crypt.c into block.c
` [PATCH v2 17/17] fscrypt: Add safety checks to non-block-based en/decryption

[PATCH] fscrypt: Remove workaround for bug in gcc 7 and earlier
 2026-07-05 19:12 UTC  (2+ messages)

[PATCH] fscrypt: Simplify handling of errors during initcall
 2026-07-05 19:11 UTC  (2+ messages)

[PATCH] fscrypt: Remove FSCRYPT_MODE_MAX
 2026-07-05 19:11 UTC  (2+ messages)

[PATCH] fscrypt: Use lock guards for mutexes
 2026-07-05 19:11 UTC  (2+ messages)

[PATCH] docs: filesystems: porting: fix spelling of returned and instead
 2026-07-05 15:30 UTC  (2+ messages)

[PATCH RFC v4 00/25] fs,kthread: start all kthreads in nullfs
 2026-07-05 12:57 UTC  (3+ messages)

[PATCH net-next v4 0/3] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-05 12:38 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
` [PATCH net-next v4 2/3] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
` [PATCH net-next v4 3/3] selftest: Add tests for "

[PATCH v2 0/2] afs: avoid unhash/rehash
 2026-07-04 23:31 UTC  (3+ messages)
` [PATCH v2 1/2] smb/client: use d_time to store a timestamp in dentry, not d_fsdata
` [PATCH v2 2/2] smb/client: don't unhashed and rehash to prevent new opens

[PATCH 0/2] fs: support $ORIGIN in ELF interpreter paths
 2026-07-04 21:14 UTC  (6+ messages)
` [RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
        ` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection

[RFC PATCH v5] ntfs: serialize attribute-list replacement with lookups
 2026-07-04 16:02 UTC 

[RFC] Null Namespaces
 2026-07-04 13:20 UTC  (8+ messages)
      ` Directory capability brain dump (Re: [RFC] Null Namespaces)

[syzbot] Monthly hfs report (Jul 2026)
 2026-07-04 12:32 UTC 

[PATCH 0/2] fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid
 2026-07-04 11:31 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] netfs: release readahead folios on iterator preparation failure
 2026-07-04  5:21 UTC 

[PATCH] netfs: handle single writeback rolling buffer allocation failure
 2026-07-04  5:12 UTC 

[PATCH] netfs: clear PG_private_2 on copy-to-cache append failure
 2026-07-04  5:06 UTC 

iomap_writepages WARN_ON_ONCE(PF_MEMALLOC)
 2026-07-04  4:40 UTC  (4+ messages)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-07-04  2:34 UTC  (8+ messages)
` [PATCH v4 18/23] ext4: wait for ordered I/O in the iomap "

[PATCH 0/6] ext4: fix unaligned edge handling in FALLOC_FL_WRITE_ZEROES
 2026-07-04  1:32 UTC  (8+ messages)
` [PATCH 2/6] ext4: clarify return semantics of ext4_load_tail_bh()

[PATCH stable] mm/khugepaged: write all dirty file folios when collapsing
 2026-07-04  0:50 UTC  (13+ messages)

[PATCH v2] hfsplus: validate thread record before delete key rebuild
 2026-07-03 19:08 UTC  (3+ messages)

[PATCH] Documentation: remove the requirement for LLM attribution
 2026-07-03 18:26 UTC  (26+ messages)

[RFC] connectat()/bindat() or an alternative design
 2026-07-03 16:17 UTC  (3+ messages)

[PATCH v3 0/19] fs: Fix missed inode write during fsync
 2026-07-03 16:12 UTC  (8+ messages)
` [PATCH v3 04/19] ext4: Allocate mapping_metadata_bhs struct on demand
` [PATCH v3 07/19] fs: Provide way for filesystem to wait for metadata writeback

Enjoy the Summer!
 2026-07-03 16:01 UTC  (2+ messages)

[GIT PULL for v7.2] vfs fixes
 2026-07-03 15:55 UTC  (2+ messages)

[PATCH v4 1/2] ext4: use fsdata to track inline data write state and fix race
 2026-07-03 15:30 UTC  (4+ messages)
` [PATCH v4 2/2] ext4: cleanup unused CONVERT_INLINE_DATA flag

[PATCH RFC 0/4] fs/pipe: unify the page pools into a single per-pipe pool
 2026-07-03 15:27 UTC  (3+ messages)

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-03 15:19 UTC  (3+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()

[PATCH] fanotify: initialize permission event watchdog state
 2026-07-03 15:17 UTC  (2+ messages)

[PATCH] selftests/filesystems: fix missing and stale TARGETS entries
 2026-07-03 15:07 UTC 

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-07-03 14:54 UTC  (5+ messages)
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-03 14:38 UTC  (9+ messages)
` [PATCH 01/30] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH 02/30] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH 03/30] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH 04/30] mm: introduce and use vma_end_pgoff()

[PATCH v7 0/4] 9p: Performance improvements for build workloads
 2026-07-03 14:36 UTC  (3+ messages)
` [PATCH v7 4/4] 9p: Enable symlink caching in page cache

[PATCH v13 0/4] ext4: deferred iput framework for EA inodes
 2026-07-03 14:02 UTC  (3+ messages)
` [syzbot ci] "

[PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests
 2026-07-03 14:00 UTC  (5+ messages)

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-07-03 13:18 UTC  (10+ messages)

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-03 12:40 UTC  (9+ messages)
` [PATCH v6 3/3] "

[PATCH v2] audit: add FSOPEN record to log filesystem name
 2026-07-03 12:25 UTC 

[syzbot] [hfs?] WARNING in hfs_mdb_commit
 2026-07-03 12:04 UTC  (2+ messages)

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-03 11:58 UTC  (3+ messages)

[PATCH] ntfs: validate error codes in check_windows_hibernation_status()
 2026-07-03 10:40 UTC  (4+ messages)

[PATCH] romfs: detect hard link cycles
 2026-07-03 10:31 UTC  (2+ messages)

[PATCH] fs: hfsplus: remove redundant NULL check before kfree()
 2026-07-03 10:22 UTC 

[PATCH] netfs: Fix barriering when walking subrequest list
 2026-07-03  9:52 UTC  (2+ messages)

[RFC PATCH 0/3] coredump, net: fix layer violation with direct connection
 2026-07-03  9:31 UTC  (7+ messages)
` [RFC PATCH 1/3] af_unix: factor out unix_lookup_bsd_path()
` [RFC PATCH 2/3] af_unix: factor out kernel_unix_connect_direct()
` [RFC PATCH 3/3] coredump, net: remove `SOCK_COREDUMP`

[PATCH] fuse: add folio_max_order and folio_min_order controls in fusectl
 2026-07-03  9:28 UTC 

[PATCH] docs: link AI coding assistants and tool-generated content pages
 2026-07-03  8:18 UTC  (5+ messages)

[syzbot] [exfat?] KCSAN: data-race in copy_folio_from_iter_atomic / fat12_ent_put (5)
 2026-07-03  5:51 UTC  (2+ messages)

[PATCH v2] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-03  5:16 UTC 

[PATCH v3] ext4: use fsdata to track inline data write state and fix race
 2026-07-03  4:49 UTC  (2+ messages)

[PATCH v3] exfat: validate cached iomaps during buffered writes and writeback
 2026-07-03  4:45 UTC  (4+ messages)

[BUG/RFC] ntfs: crafted image triggers WARN_ON in ntfs_map_runlist_nolock()
 2026-07-03  4:41 UTC  (5+ messages)


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