Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-06-04 20:13:55 to 2026-06-07 18:39:40 UTC [more...]

[PATCH 2/3] xattrat: accept empty O_PATH file descriptors
 2026-06-07 18:39 UTC 

[PATCH] fuse: use min_t() instead of ternary operator
 2026-06-07 17:58 UTC 

[PATCH 1/3] file: add fd_except cleanup class
 2026-06-07 16:41 UTC  (3+ messages)
` [PATCH 2/3] xattrat: accept empty O_PATH file descriptors
` [PATCH 3/3] file: consolidate fd cleanup classes using fdget_except

[PATCH V3 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-07 15:37 UTC  (4+ messages)
  ` [PATCH V3 7/9] dax: fix holder_ops race in fs_put_dax()

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-06-07 13:22 UTC  (3+ messages)

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-06-07 10:54 UTC  (3+ messages)
  ` [PATCH v4] "

[PATCH] fuse: {io-uring} use request cleanup helper on commit setup failure
 2026-06-07 10:00 UTC  (4+ messages)

[PATCHSET v9 1/4] fuse: cleanups ahead of adding fuse support
 2026-06-07  8:51 UTC  (5+ messages)
` [PATCH 1/4] fuse: move the passthrough-specific code back to passthrough.c

[PATCH] cramfs: bound the XIP direct-mapping reads to the image size
 2026-06-07  6:41 UTC 

[PATCH v5 0/4] ntfs: finish index root lookup validation
 2026-06-07  5:17 UTC  (5+ messages)
` [PATCH v5 1/4] ntfs: reject non-resident records for resident-only attributes
` [PATCH v5 2/4] ntfs: grow index root value before reparent header update
` [PATCH v5 3/4] ntfs: update index root allocated size before shrink
` [PATCH v5 4/4] ntfs: validate index root allocated_size on lookup

[PATCH v2] hfs: return -EFSCORRUPTED instead of BUG() in hfs_write_inode()
 2026-06-07  3:53 UTC 

[PATCH v2] isofs: bound Rock Ridge symlink components to the SL record
 2026-06-07  1:18 UTC 

[PATCH] isofs: bound Rock Ridge symlink components to the SL record
 2026-06-07  1:18 UTC  (3+ messages)

[PATCH v5 0/2] fanotify: lift pidfd reporting restrictions
 2026-06-07  0:33 UTC  (3+ messages)
` [PATCH v5 1/2] fanotify: report thread pidfds for FAN_REPORT_TID
` [PATCH v5 2/2] fanotify: allow reporting pidfds for reaped tasks

[PATCH v2] ntfs: fix u16 truncation of restart-area length check
 2026-06-07  0:03 UTC 

[PATCH v4 0/6] ntfs: validate attribute values on lookup
 2026-06-07  0:00 UTC  (5+ messages)
` [PATCH v4 6/6] ntfs: validate resident index root "

[PATCH v4 2/2] fanotify: allow reporting pidfds for reaped tasks
 2026-06-06 23:45 UTC  (15+ messages)
    ` [DRAFT][PATCH] fanotify: lift pidfd reporting restrictions

[GIT PULL for v7.1] vfs fixes
 2026-06-06 23:09 UTC  (2+ messages)

[PATCH] hfs: return -EIO instead of BUG() in hfs_write_inode()
 2026-06-06 21:47 UTC  (2+ messages)

[PATCH] ntfs: fix u16 truncation of restart-area length check
 2026-06-06 14:09 UTC  (3+ messages)

[PATCH] vfs: uapi: retire octal and hex numbers in favor of (1 << n) for O_ flags
 2026-06-06 13:36 UTC  (2+ messages)

[PATCH v4 0/4] simple xattr improvements
 2026-06-06 13:23 UTC  (6+ messages)
` [PATCH v4 1/4] kernfs: fix xattr race condition with multiple superblocks
` [PATCH v4 2/4] tmpfs: simplify constructing "security.foo" xattr names
` [PATCH v4 3/4] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH v4 4/4] simpe_xattr: use per-sb cache

[PATCH 0/6] d_add() misuses in ->lookup()
 2026-06-06 12:51 UTC  (10+ messages)
` [PATCH 1/6] tracefs: use d_splice_alias() in ->lookup() instances
` [PATCH 2/6] configfs_lookup(): switch to d_splice_alias()
` [PATCH 3/6] ecryptfs: use d_splice_alias() for ->lookup() return value
` [PATCH 4/6] simple_lookup(): "
` [PATCH 5/6] ntfs: "
` [PATCH 6/6] gfs2: "

[PATCH v2] fat: stop reading directory entries past the end-of-directory marker
 2026-06-06 10:54 UTC 

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-06 10:22 UTC  (17+ messages)

[PATCH 2/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-06  9:16 UTC  (17+ messages)

[PATCH 0/2] fs/qnx4: fix bh leak and extent-count OOB read in qnx4_block_map()
 2026-06-06  8:21 UTC  (3+ messages)
` [PATCH 1/2] fs/qnx4: release the buffer head on an invalid extent-block signature
` [PATCH 2/2] fs/qnx4: validate the extent count before walking the extent block

[PATCH 1/2] fs/proc/task_mmu: change lock_vma_range() to return error code
 2026-06-06  8:12 UTC  (4+ messages)
` [PATCH 2/2] fs/proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock

[PATCH] befs: validate b+tree node geometry to prevent out-of-bounds reads
 2026-06-06  6:40 UTC  (2+ messages)

[PATCH 0/5] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-06  6:10 UTC  (6+ messages)
` [PATCH 1/5] vmsplice: open-code do_writev and do_readv
` [PATCH 2/5] vmsplice: change argument type back to "int"
` [PATCH 3/5] splice: turn wait_for_space flags argument into bool
` [PATCH 4/5] pipe: move wait_for_space to fs/pipe.c and rename it
` [PATCH 5/5] vmsplice: make sure we don't wait after writing some data

[RFC] Maintainership of the EFS filesystem
 2026-06-06  5:17 UTC  (8+ messages)

[PATCHSET v9 4/4] fuse: discovery and configuration of iomap
 2026-06-06  4:31 UTC  (11+ messages)
` [PATCH 7/9] fuse: invalidate ranges of backing devices being used for iomap
` [PATCH 9/9] fuse: set iomap backing device block size

[PATCH v3 0/3] bpf: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-06-05 23:00 UTC  (4+ messages)
` [PATCH v3 3/3] bpf: Restore sysctl new-value from 1 to 0

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-05 20:54 UTC  (19+ messages)
` [PATCH 2/3] "
  ` (no subject)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-06-05 20:54 UTC  (9+ messages)
` [PATCH 10/17] jbd2: replace __get_free_pages() "
` [PATCH 00/17] replace __get_free_pages() call "

[PATCH] fuse: fs-verity: aoid out-of-range comparison
 2026-06-05 20:43 UTC  (6+ messages)

[PATCH v2] hfs: prevent MDB and bitmap buffer_head aliasing
 2026-06-05 18:56 UTC  (7+ messages)

[viro-vfs:more.configfs] [configfs] 2bbdcd7eab: BUG:kernel_NULL_pointer_dereference,address
 2026-06-05 18:39 UTC  (3+ messages)

[PATCH] fuse: allow server to increase max_readahead via FUSE_INIT reply
 2026-06-05 18:21 UTC  (2+ messages)

[PATCH v2 0/9] Landlock: Namespace and capability control
 2026-06-05 18:08 UTC  (4+ messages)
` [PATCH v2 1/9] security: add LSM blob and hooks for namespaces

[PATCH] fs: efs: Fix compilation bug and use pr_debug()
 2026-06-05 16:59 UTC  (7+ messages)

[BUG] iomap/io_uring: O_APPEND async buffered write silently re-appends a data chunk (corruption) on XFS, 6.1.y/6.12.y
 2026-06-05 15:55 UTC  (2+ messages)

[PATCH 0/2] proc: protect ptrace_may_access() with exec_update_lock
 2026-06-05 14:39 UTC  (8+ messages)
` [PATCH 1/2] proc: protect ptrace_may_access() with exec_update_lock (part 1)

[PATCH] ext4: avoid full buffer walks for large folio partial writes
 2026-06-05 14:24 UTC  (4+ messages)

[PATCH] ntfs: detect mapping-pairs LCN accumulator overflow
 2026-06-05 13:44 UTC  (2+ messages)

[PATCH] famfs: FUSE_FAMFS_EXT_INTERLEAVE -> FUSE_DEV_IOC_STRIPE_OPEN
 2026-06-05 12:56 UTC  (7+ messages)

[PATCH v2 0/3] simple xattr improvements
 2026-06-05 12:37 UTC  (3+ messages)

[PATCH v3 0/4] simple xattr improvements
 2026-06-05 12:33 UTC  (5+ messages)
` [PATCH v3 1/4] kernfs: fix xattr race condition with multiple superblocks
` [PATCH v3 2/4] tmpfs: simplify constructing "security.foo" xattr names
` [PATCH v3 3/4] simple_xattr: change interface to pass struct simple_xattrs **
` [PATCH v3 4/4] simpe_xattr: use per-sb cache

[PATCH v3 0/2] mm/hmm: A fix and a selftest
 2026-06-05 11:31 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-06-05 10:58 UTC  (2+ messages)

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-06-05 10:56 UTC  (4+ messages)

[PATCH] backing-file: fix backing_file_open() kerneldoc parameter
 2026-06-05 10:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] fixup! proc: protect ptrace_may_access() with exec_update_lock (part 1)
 2026-06-05  8:00 UTC  (2+ messages)

[PATCH v2] common/defrag: skip defrag tests on DAX-enabled filesystems
 2026-06-05  7:02 UTC  (3+ messages)

[PATCH v3 0/2] libfs: set SB_I_NOEXEC and SB_I_NODEV in init_pseudo()
 2026-06-05  6:47 UTC  (5+ messages)
` [PATCH v3 1/2] libfs: set SB_I_NOEXEC and SB_I_NODEV by default "
` [PATCH v3 2/2] libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callers

[RFC PATCH 00/25] assorted dcache cleanups and fixes
 2026-06-05  5:09 UTC  (24+ messages)
` [PATCH v2 00/22] "
  ` [PATCH v2 01/22] VFS: use wait_var_event for waiting in d_alloc_parallel()
  ` [PATCH v2 02/22] alloc_path_pseudo(): make sure we don't end up with NORCU dentries for directories
  ` [PATCH v2 03/22] fix a race between d_find_any_alias() and final dput() of NORCU dentries
  ` [PATCH v2 04/22] find_acceptable_alias(): skip NORCU aliases with zero refcount
  ` [PATCH v2 05/22] select_collect(): ignore dentries on shrink lists if they have positive refcounts
  ` [PATCH v2 06/22] make to_shrink_list() return whether it has moved dentry to list
  ` [PATCH v2 07/22] kill d_dispose_if_unused()
  ` [PATCH v2 08/22] d_prune_aliases(): make sure to skip NORCU aliases
  ` [PATCH v2 09/22] shrink_dentry_list(): start with removing from shrink list
  ` [PATCH v2 10/22] fold lock_for_kill() into shrink_kill()
  ` [PATCH v2 11/22] fold lock_for_kill() and __dentry_kill() into common helper
  ` [PATCH v2 12/22] simplify safety for lock_for_kill() slowpath
  ` [PATCH v2 13/22] Shift rcu_read_{,un}lock() inside fast_dput()
  ` [PATCH v2 14/22] Document rcu_read_lock() use in select_collect2()
  ` [PATCH v2 15/22] adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dentry_kill()
  ` [PATCH v2 16/22] document dentry_kill()
  ` [PATCH v2 17/22] d_walk(): shrink rcu_read_lock() scope
  ` [PATCH v2 18/22] shrinking rcu_read_lock() scope in d_alloc_parallel()
  ` [PATCH v2 19/22] shrink_dentry_tree(): unify the calls of shrink_dentry_list()
  ` [PATCH v2 20/22] wind ->s_roots via ->d_sib instead of ->d_hash
  ` [PATCH v2 21/22] nfs: get rid of fake root dentries
  ` [PATCH v2 22/22] make cursors NORCU

[PATCH v2] fs: efs: Remove unneeded debug prints
 2026-06-05  3:52 UTC 

[PATCH/RFC 00/18] VFS/nfsd: replace dentry_create()
 2026-06-05  2:08 UTC  (5+ messages)
` [PATCH 16/18] nfsd: switch nfsd4_create_file() to use vfs_lookup_open()
` [PATCH 17/18] nfsd: use vfs_lookup_open() for non-creating open requests too

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-04 20:11 UTC  (7+ messages)
` [PATCH v17 01/10] rust: alloc: add `KBox::into_non_null`
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 04/10] rust: page: update formatting of `use` statements
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 09/10] rust: Add `OwnableRefCounted`
` [PATCH v17 10/10] rust: page: add `from_raw()`


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