Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-11 17:14:28 to 2026-06-14 22:44:04 UTC [more...]

[RFC PATCH 00/14] configfs cleanups and fixes
 2026-06-14 22:44 UTC  (5+ messages)
` [PATCH v2 00/18] "
  ` [git pull] "
      ` [git pull] configfs cleanups and fixes (with tag on correct branch now)

[PATCH 0/6] d_add() misuses in ->lookup()
 2026-06-14 22:32 UTC  (2+ messages)
` [git pull] vfs: "

[RFC PATCH 00/25] assorted dcache cleanups and fixes
 2026-06-14 22:31 UTC  (3+ messages)
` [PATCH v2 00/22] "
  ` [git pull] vfs: dcache work

MAINTAINERS: take over vboxsf from Hans de Goede
 2026-06-14 20:19 UTC  (2+ messages)

[RFC PATCH v6 0/9] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-06-14 18:39 UTC  (11+ messages)
` [RFC PATCH v6 3/9] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [RFC PATCH v6 5/9] vfs: lookup_open(): move audit_inode_child() and i_op->create check to before try_break_deleg()
` [RFC PATCH v6 7/9] vfs: add O_CREAT|O_DIRECTORY to open*(2)

[PATCH 00/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-06-14 17:01 UTC  (14+ messages)
` [PATCH 01/12] fs/namei.c: use trailing_slashes()
` [PATCH 02/12] fs/namei.c: move create error && negative dentry case in lookup_open up
` [PATCH 03/12] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [PATCH 04/12] fs/namei.c: lookup_open(): move audit_inode_child() up
` [PATCH 05/12] vfs: lookup_open(): move setting FMODE_CREATED up when calling create()
` [PATCH 06/12] vfs: lookup_open(): move i_op->create check to before try_break_deleg()
` [PATCH 07/12] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH 08/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH 09/12] vfs: move O_IS_MKDIR check out atomic_open() to individual filesystems
` [PATCH 10/12] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH 11/12] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH 12/12] selftest: add tests for open*(O_CREAT|O_DIRECTORY)

[RFC PATCH 0/1] vfs: pass S_IFDIR mode to vfs_prepare_mode()
 2026-06-14 16:57 UTC  (9+ messages)

[PATCH v2 0/1] exfat: reduce directory scans during file creation
 2026-06-14  9:41 UTC  (2+ messages)

[PATCH v2 0/6] Remove __folio_index again
 2026-06-14  1:57 UTC  (9+ messages)
` [PATCH v2 5/6] show_page_info: Remove printing of page index

[PATCH v2] proc: only bump parent nlink when registering directories
 2026-06-13 21:10 UTC 

[PATCH] proc: only bump parent nlink when registering directories
 2026-06-13 20:07 UTC  (3+ messages)

[PATCH v3] fat: stop reading directory entries past the end-of-directory marker
 2026-06-13 17:28 UTC 

[RFC PATCH v5 0/2] sysctl: add CTLTBL_ENTRY_XXX() macros for ctl_table initialization
 2026-06-13 15:56 UTC  (2+ messages)

[PATCH v2] exfat: bound uniname advance in exfat_find_dir_entry()
 2026-06-13 15:00 UTC  (2+ messages)

[PATCH v2 1/1] exfat: preserve the next empty-entry hint after allocation
 2026-06-13 14:59 UTC  (2+ messages)

[PATCH 2/2] preserve the next empty-entry hint after allocation
 2026-06-13 13:14 UTC  (3+ messages)

[RFC PATCH 0/8] namespace-aware configfs
 2026-06-13 11:14 UTC  (9+ messages)
` [PATCH 1/8] fs/configfs: rework configfs_is_root()
` [PATCH 2/8] fs/configfs: dynamically allocate super_info
` [PATCH 3/8] fs/configfs: separate out configfs_{link,unlink}_root()
` [PATCH 4/8] fs/namespace: implement mnt_clone_direct()
` [PATCH 5/8] fs/configfs: add superblock as attribute to configfs_pin_fs()
` [PATCH 6/8] fs/configfs: add 'fill_subsystem' and 'clear_subsystem' callbacks
` [PATCH 7/8] fs/configfs: switch to get_tree_keyed()
` [PATCH 8/8] nvmet: make configfs setup namespace aware

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-06-13 11:00 UTC  (5+ messages)
  ` [PATCH v4] "

[PATCH v2 3/6] ntfs: Use zero_user_segment() in handle_bounds_compressed_page()
 2026-06-13  9:41 UTC  (2+ messages)

[PATCH v2 2/6] ntfs: Remove use of __folio_index in handle_bounds_compressed_page()
 2026-06-13  7:06 UTC  (2+ messages)

[PATCH v2] hfs: prevent MDB and bitmap buffer_head aliasing
 2026-06-13  5:47 UTC  (2+ messages)
` [PATCH v3] hfs: avoid deadlock in hfs_mdb_commit()

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-13  5:35 UTC  (35+ messages)
` [PATCH v4 01/31] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v4 02/31] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v4 03/31] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v4 04/31] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v4 05/31] uapi: Add ARM SCMI definitions
` [PATCH v4 06/31] dt-bindings: firmware: arm,scmi: Add support for telemetry protocol
` [PATCH v4 07/31] include: trace: Add Telemetry trace events
` [PATCH v4 08/31] firmware: arm_scmi: Add basic Telemetry support
` [PATCH v4 09/31] firmware: arm_scmi: Add support to parse SHMTIs areas
` [PATCH v4 10/31] firmware: arm_scmi: Add Telemetry configuration operations
` [PATCH v4 11/31] firmware: arm_scmi: Add Telemetry DataEvent read capabilities
` [PATCH v4 12/31] firmware: arm_scmi: Add support for Telemetry reset
` [PATCH v4 13/31] firmware: arm_scmi: Add Telemetry notification support
` [PATCH v4 14/31] firmware: arm_scmi: Add support for boot-on Telemetry
` [PATCH v4 15/31] firmware: arm_scmi: Add Telemetry generation counter
` [PATCH v4 16/31] firmware: arm_scmi: Add common per-protocol debugfs support
` [PATCH v4 17/31] firmware: arm_scmi: Add Telemetry debugfs SHMTI dump support
` [PATCH v4 18/31] firmware: arm_scmi: Add Telemetry debugfs ABI documentation
` [PATCH v4 19/31] firmware: arm_scmi: stlmfs: Add System Telemetry filesystem driver
` [PATCH v4 20/31] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v4 21/31] firmware: arm_scmi: stlmfs: Add basic mount options
` [PATCH v4 22/31] fs/stlmfs: Document ARM SCMI Telemetry FS "
` [PATCH v4 23/31] firmware: arm_scmi: stlmfs: Add ioctls support
` [PATCH v4 24/31] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v4 25/31] firmware: arm_scmi: stlmfs: Add by-components view
` [PATCH v4 26/31] fs/stlmfs: Document alternative topological view
` [PATCH v4 27/31] firmware: arm_scmi: stlmfs: Add generation file
` [PATCH v4 28/31] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v4 29/31] firmware: arm_scmi: stlmfs: Add lazy population support
` [PATCH v4 30/31] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v4 31/31] [RFC] tools/scmi: Add SCMI Telemetry testing tool

[RFC PATCH 01/15] static kmem_cache instances for core caches
 2026-06-13  5:09 UTC  (14+ messages)
` [PATCH v2 0/9] kmem_cache instances with static storage duration
  ` [PATCH v2 7/9] make seq_file_cache statically allocated
  ` [RFC PATCH v3 00/10] kmem_cache instances with static storage duration
    ` [RFC PATCH v3 01/10] static kmem_cache instances for core caches: infrastructure
    ` [RFC PATCH v3 02/10] static kmem_cache instances for core caches: setup primitives
    ` [RFC PATCH v3 03/10] allow preallocated kmem_cache instances in modules
    ` [RFC PATCH v3 04/10] VFS caches: switch from runtime_const() machinery to slab-static.h
    ` [RFC PATCH v3 05/10] make inode_cache statically allocated
    ` [RFC PATCH v3 06/10] make mnt_cache "
    ` [RFC PATCH v3 07/10] make bh_cachep "
    ` [RFC PATCH v3 08/10] make seq_file_cache "
    ` [RFC PATCH v3 09/10] make thread component caches (fs_cachep, files_cachep, etc.) "
    ` [RFC PATCH v3 10/10] make ufs_inode_cache "

[syzbot] [fs?] memory leak in path_openat (3)
 2026-06-13  1:28 UTC 

[PATCH 6.12.y] iomap: don't revert iov_iter on partially completed buffered writes
 2026-06-13  0:20 UTC  (2+ messages)

[PATCH net v2 0/2] vsock/virtio: fix msg_iter desync on transmission failure
 2026-06-13  0:09 UTC  (3+ messages)
` [PATCH net v2 1/2] iov_iter: export iov_iter_restore
` [PATCH net v2 2/2] vsock/virtio: restore msg_iter on transmission failure

[PATCH] hfsplus: validate thread record before delete key rebuild
 2026-06-12 23:08 UTC  (3+ messages)

[PATCH] exfat: bound uniname advance in exfat_find_dir_entry()
 2026-06-12 19:30 UTC  (3+ messages)

[PATCH] smb: client: Simplify conditional compilation in __cifs_do_create()
 2026-06-12 17:39 UTC 

[PATCH 0/7] ntfs: Support Windows native symbolic links
 2026-06-12 16:28 UTC  (10+ messages)
` [PATCH 1/7] ntfs: fix incorrect size of symbolic link
` [PATCH 2/7] ntfs: support following Windows native symlink with relative paths
` [PATCH 3/7] ntfs: support following Windows native symlink with absolute paths
` [PATCH 4/7] ntfs: add native_symlink mount option
` [PATCH 5/7] ntfs: clean up target name conversion for WSL symlinks
` [PATCH 6/7] ntfs: support creating Windows native symlinks
` [PATCH 7/7] docs/fs/ntfs: add mount options to support Windows native symbolic links

HFS syzbot BUG: test patch validating metadata before hfs_write_inode()
 2026-06-12 16:20 UTC 

[GIT PULL 00/16 for v7.2] v7.2
 2026-06-12 15:16 UTC  (17+ messages)
` [GIT PULL 01/16 for v7.2] vfs kfunc
` [GIT PULL 02/16 for v7.2] vfs exportfs
` [GIT PULL 03/16 for v7.2] vfs inode
` [GIT PULL 04/16 for v7.2] vfs directory delegations
` [GIT PULL 05/16 for v7.2] vfs casefold
` [GIT PULL 06/16 for v7.2] kernel task_exec_state
` [GIT PULL 07/16 for v7.2] kernel misc
` [GIT PULL 08/16 for v7.2] vfs openat2
` [GIT PULL 09/16 for v7.2] vfs super
` [GIT PULL 10/16 for v7.2] vfs writeback
` [GIT PULL 11/16 for v7.2] vfs bh
` [GIT PULL 12/16 for v7.2] vfs eventpoll
` [GIT PULL 13/16 for v7.2] vfs iomap
` [GIT PULL 14/16 for v7.2] vfs xattr
` [GIT PULL 15/16 for v7.2] vfs misc
` [GIT PULL 16/16 for v7.2] vfs procfs

[PATCH 1/2] exfat: reuse valid negative dentries for file creation
 2026-06-12 13:36 UTC  (2+ messages)

[PATCH] iomap: enforce DIO alignment check in iomap
 2026-06-12 13:23 UTC  (8+ messages)

[PATCH] fs: fix ups and tidy ups to /proc/filesystems caching
 2026-06-12 12:26 UTC  (2+ messages)

[PATCH] udf: validate VAT header length against the VAT inode size
 2026-06-12 11:41 UTC  (2+ messages)

[PATCH] pidfs: pin stashed dentry for pid lifetime to fix repeat-open regression
 2026-06-12 11:05 UTC 

[GIT PULL] libfuse: more random fixes for fuse service containers
 2026-06-12 10:58 UTC  (2+ messages)

[PATCH] udf: validate sparing table length as an entry count, not a byte count
 2026-06-12 10:50 UTC  (2+ messages)

[PATCH v3 02/24] firmware: arm_scmi: Reduce the scope of protocols mutex
 2026-06-12 10:15 UTC  (2+ messages)

[PATCH v3 01/24] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
 2026-06-12 10:10 UTC  (2+ messages)

[PATCH v3 0/4] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-12  9:51 UTC  (5+ messages)
` [PATCH v3 1/4] block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
` [PATCH v3 2/4] block: respect iov_iter::nofault flag "
` [PATCH v3 3/4] iomap: reject NOWAIT and BOUNCE direct IOs
` [PATCH v3 4/4] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO

Direct IO page bouncing got some garbage?
 2026-06-12  8:27 UTC  (3+ messages)

[PATCH v1] iomap: release pages on atomic dio size mismatch
 2026-06-12  8:12 UTC  (2+ messages)

[PATCH] ovl: use linked upper dentry in copy-up tmpfile
 2026-06-12  7:43 UTC  (4+ messages)

[PATCH next] fs/hfsplus/xattr: Use memcpy() and strscpy() to build xattr_name
 2026-06-12  7:11 UTC  (5+ messages)

[PATCH v2 0/4] mm: split the file's i_mmap tree for NUMA
 2026-06-12  7:02 UTC  (10+ messages)
` [PATCH v2 1/4] mm: use mapping_mapped to simplify the code
` [PATCH v2 3/4] mm/fs: split the file's i_mmap tree
` [syzbot ci] Re: mm: split the file's i_mmap tree for NUMA

[PATCH] hfsplus: terminate xattr names before listing them
 2026-06-12  4:14 UTC  (2+ messages)

[PATCH v2] hfs: return -EFSCORRUPTED instead of BUG() in hfs_write_inode()
 2026-06-12  4:08 UTC  (2+ messages)

[PATCH V5 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-12  3:08 UTC  (12+ messages)
  ` [PATCH V5 1/9] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V5 2/9] dax/fsdev: fix multi-range offset in memory_failure handler
  ` [PATCH V5 3/9] dax/fsdev: clear vmemmap_shift when binding static pgmap
  ` [PATCH V5 4/9] dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failure
  ` [PATCH V5 5/9] dax/fsdev: use __va(phys) for kaddr in direct_access
  ` [PATCH V5 6/9] dax/fsdev: fail probe on invalid pgmap offset
  ` [PATCH V5 7/9] dax: read holder_ops once in dax_holder_notify_failure()

[PATCH v4 1/3] ntfs: validate resident attribute lists and harden the validator
 2026-06-11 22:02 UTC  (5+ messages)
` [PATCH v4 3/3] ntfs: bound the attribute-list entry in ntfs_read_inode_mount()

[PATCH] affs: validate blocks before freeing them
 2026-06-11 21:21 UTC 

[PATCH] vfs: missing inode operation should return a consistent error code
 2026-06-11 20:31 UTC  (6+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-11 18:53 UTC  (8+ messages)

[PATCH v2 0/3] virtiofs: hiprio FORGET robustness and no-reply request completion
 2026-06-11 17:25 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