public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-26 23:21:03 to 2026-03-01 20:47:04 UTC [more...]

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-03-01 20:47 UTC  (7+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`

[PATCH] uaccess: Fix build of scoped user access with const pointer
 2026-03-01 20:01 UTC  (2+ messages)

[PATCH v3 0/3] Automatic NFSv4 state revocation on filesystem unmount
 2026-03-01 18:19 UTC  (11+ messages)
` [PATCH v3 1/3] fs: add umount notifier chain for filesystem unmount notification

[PATCH v4 0/4] OPENAT2_REGULAR flag support in openat2
 2026-03-01 15:19 UTC  (11+ messages)
` [PATCH v4 1/4] openat2: new OPENAT2_REGULAR flag support

[syzbot] [ext4?] INFO: task hung in filename_unlinkat
 2026-03-01 10:12 UTC  (2+ messages)
` [PATCH] ext4: avoid infinite loops caused by data conflicts

[PATCH] exfat: initialize caching fields during inode allocation
 2026-03-01 10:11 UTC 

[ANNOUNCE] util-linux v2.42-rc1
 2026-03-01  8:40 UTC  (2+ messages)

FAILED: Patch "procfs: fix possible double mmput() in do_procmap_query()" failed to apply to 6.12-stable tree
 2026-03-01  1:28 UTC 

[RESEND PATCH v3 1/2] fs: Add a pool of extra fs->pwd references to fs_struct
 2026-02-28 18:42 UTC  (3+ messages)

[PATCH v4 0/2] fs, audit: Avoid excessive dput/dget in audit_context setup and reset paths
 2026-02-28 18:27 UTC  (3+ messages)
` [PATCH v4 1/2] fs: Add a pool of extra fs->pwd references to fs_struct
` [PATCH v4 2/2] audit: Use the new {get,put}_fs_pwd_pool() APIs to get/put pwd references

[PATCH 6.18 023/752] hfsplus: fix volume corruption issue for generic/480
 2026-02-28 17:35 UTC  (2+ messages)
` [PATCH 6.18 025/752] hfsplus: fix volume corruption issue for generic/498

[PATCH 6.19 035/844] hfsplus: fix volume corruption issue for generic/480
 2026-02-28 17:19 UTC  (2+ messages)
` [PATCH 6.19 037/844] hfsplus: fix volume corruption issue for generic/498

[RFC PATCH v3 0/8] fuse: LOOKUP_HANDLE operation
 2026-02-28 14:50 UTC  (9+ messages)
` [RFC PATCH v3 1/8] fuse: simplify fuse_lookup_name() interface
` [RFC PATCH v3 3/8] fuse: store index of the variable length argument
` [RFC PATCH v3 4/8] fuse: drop unnecessary argument from fuse_lookup_init()

[PATCH v5 0/6] pidfd: add CLONE_AUTOREAP, CLONE_NNP, and CLONE_PIDFD_AUTOKILL
 2026-02-28 12:49 UTC  (2+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-02-28 12:44 UTC  (19+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()

[PATCH v5 0/2] hfsplus: prevent b-tree allocator corruption
 2026-02-28 12:23 UTC  (3+ messages)
` [PATCH v5 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v5 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

[syzbot] [ext4?] INFO: task hung in filename_rmdir
 2026-02-28  9:44 UTC  (4+ messages)

[PATCH v1 0/1] exfat: Valid Data Length(VDL) ioctl
 2026-02-28  8:46 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v1 0/1] exfat: add fallocate mode 0 support
 2026-02-28  8:44 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v6 0/3] fuse: compound commands
 2026-02-28  8:14 UTC  (13+ messages)
` [PATCH v6 1/3] fuse: add compound command to combine multiple requests
    `  "
        `  "
` [PATCH v6 3/3] fuse: add an implementation of open+getattr
    `  "
          `  "

[PATCH] hfs: evaluate the upper 32bits for detecting overflow
 2026-02-28  5:42 UTC  (17+ messages)
                    ` [PATCH] hfs: don't fail operations when files/directories counter overflows

[PATCH net-next] net: datagram: Bypass usercopy checks for kernel iterators
 2026-02-28  3:19 UTC  (2+ messages)

[PATCH] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
 2026-02-28  3:10 UTC  (2+ messages)

[PATCH][next] ntfs: Fix spelling mistake "initiailized" -> "initialized"
 2026-02-28  3:06 UTC  (2+ messages)

[REGRESSION] madvise(MADV_REMOVE) corrupts pages in THP-backed MAP_SHARED memfd (bisected to 7460b470a131)
 2026-02-27 23:44 UTC  (6+ messages)
    ` [External Sender] "
      ` [External Sender] "

[LSF/MM/BPF TOPIC] Compile-time thread-safety analysis for C code
 2026-02-27 22:44 UTC 

v7.0-rc1, name_to_handle_at(..., AT_EMPTY_PATH)
 2026-02-27 22:35 UTC  (6+ messages)

fscrypt API cleanups v2
 2026-02-27 22:29 UTC  (13+ messages)
` [PATCH 01/14] ext4: initialize the write hint in io_submit_init_bio
` [PATCH 02/14] ext4: open code fscrypt_set_bio_crypt_ctx_bh
` [PATCH 04/14] ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bio
` [PATCH 05/14] fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.c
` [PATCH 12/14] fscrypt: pass a byte length to fscrypt_zeroout_range
` [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages

[PATCH v4 0/2] hfsplus: validate btree bitmap during mount and handle corruption gracefully
 2026-02-27 22:10 UTC  (10+ messages)
` [PATCH v4 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v4 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
 2026-02-27 21:05 UTC  (17+ messages)
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 47/61] ubifs: update format strings "
` [PATCH 50/61] zonefs: "
` [PATCH 51/61] security: update audit "

[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
 2026-02-27 20:48 UTC  (20+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "

[RFC v2 0/3] Decoupling large folios dependency on THP
 2026-02-27 20:19 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Large folio support: iomap framework changes versus filesystem-specific implementations
 2026-02-27 19:25 UTC  (8+ messages)

[PATCH v2] iomap: reject delalloc mappings during writeback
 2026-02-27 19:01 UTC  (3+ messages)

[PATCH] jfs: hold LOG_LOCK on umount to avoid null-ptr-deref
 2026-02-27 18:11 UTC 

[PATCHSET v7 7/9] fuse: cache iomap mappings for even better file IO performance
 2026-02-27 18:07 UTC  (3+ messages)
` [PATCH 01/12] fuse: cache iomaps

[PATCHSET v7 4/9] fuse: allow servers to use iomap for better file IO performance
 2026-02-27 18:04 UTC  (5+ messages)
` [PATCH 16/33] fuse: implement buffered IO with iomap
` [PATCH 26/33] fuse: implement inline data file IO via iomap

[PATCH RFC v2] pidfs: convert rb-tree to rhashtable
 2026-02-27 16:54 UTC  (7+ messages)
    ` make_task_dead() & kthread_exit()

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-02-27 16:41 UTC  (3+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context
` [PATCH RFC v3 2/2] block: enable RWF_DONTCACHE for block devices

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-02-27 16:05 UTC  (3+ messages)
` [PATCH 2/5] fuse: quiet down complaints in fuse_conn_limit_write

[PATCH] fuse: refactor duplicate queue teardown operation
 2026-02-27 15:59 UTC  (2+ messages)

[PATCH v2] fs: remove stale and duplicate forward declarations
 2026-02-27 15:41 UTC  (2+ messages)

[PATCH v2] fuse: send forget req when lookup outarg is invalid
 2026-02-27 15:34 UTC  (2+ messages)

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-02-27 15:32 UTC  (30+ messages)
` [PATCH 01/14] xattr: add rcu_head and rhash_head to struct simple_xattr
` [PATCH 02/14] xattr: add rhashtable-based simple_xattr infrastructure
` [PATCH 03/14] shmem: adapt to rhashtable-based simple_xattrs with lazy allocation
` [PATCH 04/14] kernfs: "
` [PATCH 05/14] pidfs: adapt to rhashtable-based simple_xattrs
` [PATCH 06/14] xattr: remove rbtree-based simple_xattr infrastructure
` [PATCH 07/14] xattr: add xattr_permission_error()
` [PATCH 08/14] xattr: switch xattr_permission() to switch statement
` [PATCH 09/14] xattr: move user limits for xattrs to generic infra
` [PATCH 10/14] xattr,net: support limited amount of extended attributes on sockfs sockets
` [PATCH 11/14] xattr: support extended attributes on sockets
` [PATCH 12/14] selftests/xattr: path-based AF_UNIX socket xattr tests
` [PATCH 13/14] selftests/xattr: sockfs "
` [PATCH 14/14] selftests/xattr: test xattrs on various socket families

[PATCH v3] fuse: fix premature writetrhough request for large folio
 2026-02-27 15:23 UTC  (2+ messages)

[PATCH v3] selftests/filesystems: Assume that TIOCGPTPEER is defined
 2026-02-27 15:20 UTC 

[PATCH v3] fuse: invalidate the page cache after direct write
 2026-02-27 15:09 UTC  (2+ messages)

[PATCH] quota: Fix race of dquot_scan_active() with quota deactivation
 2026-02-27 14:27 UTC 

[PATCH] hpfs: obsolete check=none mount option
 2026-02-27 14:20 UTC  (2+ messages)

support file system generated / verified integrity information v4
 2026-02-27 13:46 UTC  (3+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code

[PATCH v8 00/17] Subject: Exposing case folding behavior
 2026-02-27 11:41 UTC  (7+ messages)
` [PATCH v8 01/17] fs: Move file_kattr initialization to callers
` [PATCH v8 02/17] fs: Add case sensitivity flags to file_kattr
` [PATCH v8 03/17] fat: Implement fileattr_get for case sensitivity

[bug report] ntfs: update attrib operations
 2026-02-27  9:46 UTC  (2+ messages)

[PATCH 0/3] ntfs: Bug fixes for attrib.c
 2026-02-27  9:44 UTC  (8+ messages)
` [PATCH 1/3] ntfs: Place check before dereference
` [PATCH 2/3] ntfs: Add missing error code
` [PATCH 3/3] ntfs: Fix possible deadlock

[PATCH v3 0/3] add support for drop_caches for individual filesystem
 2026-02-27  9:02 UTC  (14+ messages)
` [PATCH v3 1/3] mm/vmscan: introduce drop_sb_dentry_inode() helper
` [PATCH v3 2/3] sysctl: add support for drop_caches for individual filesystem
` [PATCH v3 3/3] Documentation: add instructions for using 'drop_fs_caches sysctl' sysctl

[PATCH v3 0/4] 9p: Performance improvements for build workloads
 2026-02-27  7:56 UTC  (5+ messages)
` [PATCH v3 1/4] 9p: Cache negative dentries for lookup performance
` [PATCH v3 2/4] 9p: Add mount option for negative dentry cache retention
` [PATCH v3 3/4] 9p: Set default negative dentry retention time for cache=loose
` [PATCH v3 4/4] 9p: Enable symlink caching in page cache

[PATCH] fuse: skip lookup during atomic_open() when O_CREAT is set
 2026-02-27  7:59 UTC  (9+ messages)
        `  "

[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
 2026-02-27  2:00 UTC  (3+ messages)
  ` [PATCH V4 1/2] daxctl: Add support for famfs mode

[PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
 2026-02-27  1:34 UTC  (6+ messages)

[PATCH RFC v2 0/2] block: enable RWF_DONTCACHE for block devices
 2026-02-27  0:44 UTC  (4+ messages)
` [PATCH RFC v2 2/2] "

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2026-02-27  0:39 UTC  (9+ messages)
` [PATCH v2 1/2] "

[PATCH] iomap: reject delalloc mappings during writeback
 2026-02-26 23:33 UTC  (3+ messages)

[PATCH V7 00/19] famfs: port into fuse
 2026-02-26 23:20 UTC  (4+ messages)
  ` [PATCH V7 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage


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