public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-02 16:30:01 to 2026-04-06 20:21:28 UTC [more...]

[RFC] [PATCH] Fix warning at fs/dcache.c:430 dentry_free
 2026-04-06 20:21 UTC  (3+ messages)

[PATCH v5] mm: Fix a hmm_range_fault() livelock / starvation problem
 2026-04-06 19:11 UTC  (4+ messages)

[PATCH V10 00/10] famfs: port into fuse
 2026-04-06 17:43 UTC  (2+ messages)

[PATCH] dcache: warn when a dentry is freed with a non-empty ->d_lru
 2026-04-06 16:44 UTC 

[RFC PATCH] bufmap: manage as folios
 2026-04-06 16:30 UTC 

[PATCH v1 00/10] Remove READ_ONLY_THP_FOR_FS Kconfig
 2026-04-06 16:17 UTC  (4+ messages)

[PATCH v6 0/4] OPENAT2_REGULAR flag support for openat2
 2026-04-06 15:30 UTC  (8+ messages)
` [PATCH v6 1/4] openat2: new OPENAT2_REGULAR flag support

[PATCH v2 00/17] Landlock tracepoints
 2026-04-06 15:01 UTC  (19+ messages)
` [PATCH v2 01/17] landlock: Prepare ruleset and domain type split
` [PATCH v2 02/17] landlock: Move domain query functions to domain.c
` [PATCH v2 03/17] landlock: Split struct landlock_domain from struct landlock_ruleset
` [PATCH v2 04/17] landlock: Split denial logging from audit into common framework
` [PATCH v2 05/17] tracing: Add __print_untrusted_str()
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 07/17] landlock: Add landlock_add_rule_fs and landlock_add_rule_net tracepoints
` [PATCH v2 08/17] landlock: Add restrict_self and free_domain tracepoints
` [PATCH v2 09/17] landlock: Add tracepoints for rule checking
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks
` [PATCH v2 11/17] landlock: Add landlock_deny_access_fs and landlock_deny_access_net
` [PATCH v2 12/17] landlock: Add tracepoints for ptrace and scope denials
` [PATCH v2 13/17] selftests/landlock: Add trace event test infrastructure and tests
` [PATCH v2 14/17] selftests/landlock: Add filesystem tracepoint tests
` [PATCH v2 15/17] selftests/landlock: Add network "
` [PATCH v2 16/17] selftests/landlock: Add scope and ptrace "
` [PATCH v2 17/17] landlock: Document tracepoints

[PATCH 0/5] exfat: convert to iomap
 2026-04-06 14:13 UTC  (6+ messages)
` [PATCH 1/5] exfat: add iomap support
` [PATCH 3/5] exfat: add iomap buffered I/O support

[PATCH 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-06 13:32 UTC  (10+ messages)
` [PATCH 1/4] mm: fix IOCB_DONTCACHE write performance with rate-limited writeback
` [PATCH 2/4] mm: add atomic flush guard for IOCB_DONTCACHE writeback

[PATCH v1 0/1] exfat: add limited FALLOC_FL_ZERO_RANGE support
 2026-04-06 10:01 UTC  (6+ messages)
` [PATCH v1 1/1] "

[PATCH] vfs: init/main.c: change comment: opening /dev/console may fail
 2026-04-06  9:54 UTC  (2+ messages)

[PATCH 6.6.y v2 0/2] Fix `fremovexattr` missing `fdput`
 2026-04-06  7:18 UTC  (5+ messages)
` [PATCH 6.6.y v2 1/2] Revert "xattr: switch to CLASS(fd)"
` [PATCH 6.6.y v2 2/2] xattr: switch to CLASS(fd)

cleanup truncate handling in ecryptfs
 2026-04-06  6:59 UTC  (19+ messages)
` [PATCH 1/7] ecryptfs: streamline truncate_upper
` [PATCH 2/7] ecryptfs: cleanup ecryptfs_setattr
` [PATCH 3/7] ecryptfs: use ZERO_PAGE instead of allocating zeroed memory in truncate_upper
` [PATCH 4/7] ecryptfs: combine the two ATTR_SIZE blocks in ecryptfs_setattr
` [PATCH 5/7] ecryptfs: sanitize struct iattr handling in truncate_upper
` [PATCH 6/7] ecryptfs: merge ecryptfs_inode_newsize_ok into truncate_upper
` [PATCH 7/7] ecryptfs: call notify_change from truncate_upper

fs/dcache.c: bogus comment re LIST_POISON2 around __d_drop()
 2026-04-06  5:47 UTC  (4+ messages)

[PATCH 0/1] hfsplus: optimize b-tree node allocation with next-fit strategy
 2026-04-06  5:30 UTC  (2+ messages)
` [PATCH 1/1] hfsplus: switch hfs_bmap_alloc() to next-fit allocation using alloc_hint

[PATCH 1/2] vfs: introduce d_mark_tmpfile_name()
 2026-04-06  3:23 UTC  (5+ messages)
` [PATCH 2/2] smb: client: add support for O_TMPFILE

[PATCH 0/4] VFS: clean ups and simplifications related to name lookup
 2026-04-06  2:13 UTC  (5+ messages)
` [PATCH 4/4] VFS: use global wait-queue table for d_alloc_parallel()
      ` [PATCH v2 4/4] VFS: use wait_var_event for waiting in d_alloc_parallel()

[PATCH v4 00/15] mm, kvm: allow uffd support in guest_memfd
 2026-04-06  1:54 UTC  (14+ messages)
` [PATCH v4 02/15] userfaultfd: introduce struct mfill_state
` [PATCH v4 04/15] userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
` [PATCH v4 05/15] userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
` [PATCH v4 07/15] userfaultfd: introduce vm_uffd_ops
` [PATCH v4 11/15] userfaultfd: mfill_atomic(): remove retry logic
` [PATCH v4 13/15] KVM: guest_memfd: implement userfaultfd operations

[RFC PATCH v1 0/6] provenance_time (ptime): a new settable timestamp for cross-filesystem provenance
 2026-04-05 22:54 UTC  (8+ messages)
` [PATCH 1/6] vfs: add provenance_time (ptime) infrastructure
` [PATCH 2/6] btrfs: add provenance time (ptime) support
` [PATCH 3/6] ntfs3: map ptime to NTFS creation time with rename-over
` [PATCH 4/6] ext4: add dedicated ptime field alongside i_crtime
` [PATCH 5/6] fat: map ptime to FAT creation time with rename-over
` [PATCH 6/6] exfat: map ptime to exFAT "

[PATCH 0/1] iomap: avoid compaction for costly folio order allocation
 2026-04-05 22:43 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] virtio-fs: avoid double-free on failed queue setup
 2026-04-05 19:30 UTC 

[PATCH] Revert "xattr: switch to CLASS(fd)"
 2026-04-05  5:32 UTC  (3+ messages)

[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
 2026-04-05  5:18 UTC 

[PATCH v4 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-04-05  3:12 UTC  (9+ messages)
` [PATCH v4 1/3] fs: prepare for adding LSM blob to backing_file
` [PATCH v4 2/3] lsm: add backing_file LSM hooks
` [PATCH v4 3/3] selinux: fix overlayfs mmap() and mprotect() access checks

[PATCH] NFS: Fix directory delegation verifier checks
 2026-04-05  2:39 UTC  (3+ messages)

[PATCH] fuse: Send FORGET over io_uring when ring is ready
 2026-04-05  2:26 UTC  (2+ messages)

[PATCH 0/3] coda dcache-related cleanups and fixes
 2026-04-05  2:15 UTC  (4+ messages)
` [PATCH 1/3] coda: is_bad_inode() is always false there
` [PATCH 2/3] sanitize coda_dentry_delete()
` [PATCH 3/3] coda_flag_children(): fix a UAF

[PATCH][RFC] get rid of busy-wait in shrink_dcache_tree()
 2026-04-05  0:04 UTC  (24+ messages)
` [RFC PATCH v2 0/4] getting rid of busy-wait in shrink_dcache_parent()
  ` [RFC PATCH v2 1/4] for_each_alias(): helper macro for iterating through dentries of given inode
  ` [RFC PATCH v2 2/4] struct dentry: make ->d_u anonymous
  ` [RFC PATCH v2 3/4] dcache.c: more idiomatic "positives are not allowed" sanity checks
  ` [RFC PATCH v2 4/4] get rid of busy-waiting in shrink_dcache_tree()
` [RFC PATCH v3 0/4] getting rid of busy-wait in shrink_dcache_parent()
  ` [RFC PATCH v3 1/4] for_each_alias(): helper macro for iterating through dentries of given inode
  ` [RFC PATCH v3 2/4] struct dentry: make ->d_u anonymous
  ` [RFC PATCH v3 3/4] dcache.c: more idiomatic "positives are not allowed" sanity checks
  ` [RFC PATCH v3 4/4] get rid of busy-waiting in shrink_dcache_tree()

ANNOUNCE: nfs-utils-2.9.1 released
 2026-04-04 20:43 UTC 

[PATCH] rust: fs: file: add FMODE constants and stream_open for LocalFile
 2026-04-04 20:15 UTC  (2+ messages)

[RFC PATCH] smb: client: add support for O_TMPFILE
 2026-04-04 15:54 UTC  (3+ messages)

[PATCH] xattr: restore file descriptor checks
 2026-04-04 10:27 UTC  (3+ messages)

[RFC PATCH 0/2] mm: continue using per-VMA lock when retrying page faults after I/O
 2026-04-04  9:19 UTC  (2+ messages)

[PATCH] rust: seq_file: add puts, putc, write, and hex_dump methods
 2026-04-03 23:39 UTC 

[PATCH 0/5] hfsplus: fix b-tree logic issues
 2026-04-03 23:05 UTC  (6+ messages)
` [PATCH 1/5] hfsplus: fix potential race conditions in b-tree functionality
` [PATCH 2/5] hfsplus: fix error processing issue in hfs_bmap_free()
` [PATCH 3/5] hfsplus: fix logic of alloc/free b-tree node
` [PATCH 4/5] hfsplus: rework logic of map nodes creation in xattr b-tree
` [PATCH 5/5] hfsplus: fix generic/642 failure

[RFC] weird stuff in exfat_lookup()
 2026-04-03 20:02 UTC  (6+ messages)

[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
 2026-04-03 19:00 UTC  (2+ messages)

[PATCH] ceph: do not fill fscache for RWF_DONTCACHE writeback
 2026-04-03 18:13 UTC  (5+ messages)

[PATCH v3 0/6] exfat: unify FAT chain walking helpers
 2026-04-03 13:44 UTC  (10+ messages)
  ` [PATCH v3 1/6] exfat: fix incorrect directory checksum after rename to shorter name
  ` [PATCH v3 2/6] exfat: introduce exfat_cluster_walk helper
  ` [PATCH v3 3/6] exfat: use "
  ` [PATCH v3 4/6] exfat: remove NULL cache pointer case in exfat_ent_get
  ` [PATCH v3 5/6] exfat: introduce exfat_chain_advance helper
  ` [PATCH v3 6/6] exfat: use "

NFSv4 + FUSE xattr user namespace regression/change?
 2026-04-03  9:46 UTC  (3+ messages)

[PATCH] fs: attr: fix comment formatting and spelling issues
 2026-04-03  9:27 UTC 

[PATCH v2 0/6] exfat: unify FAT chain walking helpers
 2026-04-03  4:28 UTC  (12+ messages)
` [PATCH v2 2/6] exfat: introduce exfat_fat_walk helper
` [PATCH v2 5/6] exfat: introduce exfat_chain_advance helper
  ` [PATCH v2 3/6] exfat: use exfat_fat_walk helper to simplify fat entry walking

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-04-02 21:58 UTC  (3+ messages)
` [PATCH 8/8] arch: use rest_of_page() macro where appropriate

cleanup block-style layouts exports v2
 2026-04-02 21:09 UTC  (2+ messages)

[PATCH] ceph: support RWF_DONTCACHE
 2026-04-02 18:55 UTC  (2+ messages)

[PATCH v3 0/4] mm: improve large folio readahead and alignment for exec memory
 2026-04-02 18:08 UTC  (5+ messages)
` [PATCH v3 1/4] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v3 2/4] mm: use tiered folio allocation "
` [PATCH v3 3/4] elf: align ET_DYN base for PTE coalescing and PMD mapping
` [PATCH v3 4/4] mm: align file-backed mmap to exec folio order in thp_get_unmapped_area

[PATCH v1] fuse: fix io-uring background queue stall on request completion
 2026-04-02 16:32 UTC  (5+ messages)

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-04-02 16:28 UTC  (9+ messages)
` [PATCH v2 07/14] fuse: use named constants for io-uring iovec indices
` [PATCH v2 08/14] fuse: move fuse_uring_abort() from header to dev_uring.c
` [PATCH v2 09/14] fuse: rearrange io-uring iovec and ent allocation logic
` [PATCH v2 10/14] fuse: add io-uring buffer rings
` [PATCH v2 11/14] fuse: add pinned headers capability for "
` [PATCH v2 12/14] fuse: add pinned payload buffers "
` [PATCH v2 13/14] fuse: add zero-copy over io-uring
` [PATCH v2 14/14] docs: fuse: add io-uring bufring and zero-copy documentation


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