public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-27 20:05:13 to 2026-03-02 20:26:55 UTC [more...]

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-02 20:23 UTC  (9+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "

[PATCH v3 00/15] Further centralising of directory locking for name ops
 2026-03-02 20:11 UTC  (5+ messages)
` [PATCH v3 01/15] VFS: note error returns in documentation for various lookup functions
` [PATCH v3 04/15] libfs: change simple_done_creating() to use end_creating()

[PATCH v6 0/3] fuse: compound commands
 2026-03-02 20:03 UTC  (15+ 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 v1 00/11] io_uring: add kernel-managed buffer rings
 2026-03-02 19:49 UTC  (21+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "

[PATCH v3] fuse: invalidate the page cache after direct write
 2026-03-02 19:29 UTC  (3+ messages)

[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
 2026-03-02 19:02 UTC  (5+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs

[PATCH v2 0/5] uaccess: Updates to scoped_user_access()
 2026-03-02 18:55 UTC  (12+ messages)
` [PATCH v2 1/5] uaccess: Fix scoped_user_read_access() for 'pointer to const'
` [PATCH v2 2/5] compiler.h: Add generic support for 'autoterminating nested for() loops'
` [PATCH v2 3/5] uaccess.h: Use with() and and_with() in __scoped_user_access()
` [PATCH v2 4/5] uaccess: Disable -Wshadow "
` [PATCH v2 next 5/5] signal: Use scoped_user_access() instead of __put/get_user()

[PATCH 0/2] fsnotify hooks consolidation
 2026-03-02 18:37 UTC  (3+ messages)
` [PATCH 1/2] fsnotify: make fsnotify_create() agnostic to file/dir
` [PATCH 2/2] fs: use simple_end_creating helper to consolidate fsnotify hooks

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

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-03-02 17:37 UTC  (6+ 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

[PATCH v2] iomap: reject delalloc mappings during writeback
 2026-03-02 17:30 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v5 0/6] pidfd: add CLONE_AUTOREAP, CLONE_NNP, and CLONE_PIDFD_AUTOKILL
 2026-03-02 17:16 UTC  (5+ messages)
` [PATCH v5 3/6] pidfd: add CLONE_PIDFD_AUTOKILL

[RFC PATCH] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-02 16:45 UTC  (2+ messages)

[PATCH] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
 2026-03-02 16:36 UTC  (9+ messages)

[ANNOUNCE] util-linux v2.42-rc1
 2026-03-02 15:59 UTC  (4+ messages)

[PATCH] fuse: replace BUG_ON with WARN_ON and -EBUSY in fuse_ctl_fill_super
 2026-03-02 15:43 UTC  (2+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 15:41 UTC  (26+ 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()

[syzbot] [fuse?] KMSAN: uninit-value in fuse_dentry_revalidate (2)
 2026-03-02 15:30 UTC  (3+ messages)
` [PATCH] fuse: fix uninit-value in fuse_dentry_revalidate()

[PATCH V7 00/19] famfs: port into fuse
 2026-03-02 15:06 UTC  (4+ messages)
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper

dropping the non-inline mode for fscrypt?
 2026-03-02 14:27 UTC 

fscrypt API cleanups v3
 2026-03-02 14:18 UTC  (15+ 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 03/14] ext4: factor out a io_submit_need_new_bio helper
` [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 06/14] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 07/14] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 08/14] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 09/14] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 10/14] fscrypt: pass a byte length "
` [PATCH 11/14] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 12/14] fscrypt: pass a byte length "
` [PATCH 13/14] fscrypt: pass a real sector_t "
` [PATCH 14/14] ext4: use a byte granularity cursor in ext4_mpage_readpages

[PATCH] exfat: initialize caching fields during inode allocation
 2026-03-02 14:10 UTC  (3+ messages)

[PATCH] fuse: update atime on DAX read
 2026-03-02 14:01 UTC  (2+ messages)

support file system generated / verified integrity information v4
 2026-03-02 13:48 UTC  (3+ messages)

[PATCH v2] vfs: add support for empty path to openat2(2)
 2026-03-02 13:16 UTC 

[PATCH v2 0/4] fuse: clean up offset and page count calculations
 2026-03-02 13:10 UTC  (2+ messages)

[syzbot] [ext4?] INFO: task hung in filename_unlinkat
 2026-03-02 13:01 UTC  (5+ messages)
` [PATCH] ext4: avoid infinite loops caused by data conflicts
  ` [syzbot ci] "
    ` [PATCH v2] "

[PATCH] fuse: Check for large folio with SPLICE_F_MOVE
 2026-03-02 12:51 UTC  (2+ messages)

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

[PATCH RFC v2 0/6] guest_memfd: Track amount of memory allocated on inode
 2026-03-02 11:28 UTC  (3+ messages)
` [PATCH RFC v2 2/6] KVM: guest_memfd: Directly allocate folios with filemap_alloc_folio()

[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
 2026-03-02 10:15 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH v3] selftests/filesystems: Assume that TIOCGPTPEER is defined
 2026-03-02 10:08 UTC  (2+ messages)

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-03-02 10:06 UTC  (8+ messages)
` [PATCH 04/14] kernfs: adapt to rhashtable-based simple_xattrs with lazy allocation
` [PATCH 05/14] pidfs: adapt to rhashtable-based simple_xattrs

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-02  8:39 UTC  (4+ messages)

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

[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

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  (7+ 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

[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] 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][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  (7+ messages)
` [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  (4+ messages)
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino

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


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