public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 10:35:10 to 2026-03-04 12:48:10 UTC [more...]

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-04 12:48 UTC  (16+ messages)
` [PATCH 1/8] mm: add "
` [PATCH 2/8] fs: use rest_of_page() macro where appropriate
` [PATCH 3/8] net: "
` [PATCH 4/8] core: "
` [PATCH 5/8] spi: "
` [PATCH 6/8] KVM: "
` [PATCH 7/8] drivers: ALSA: "
` [PATCH 8/8] arch: "

[PATCH v3 0/4] 9p: Performance improvements for build workloads
 2026-03-04 12:45 UTC  (8+ messages)
` [PATCH v3 2/4] 9p: Add mount option for negative dentry cache retention

[PATCH 0/32] fs: Move metadata bh tracking from address_space
 2026-03-04 12:32 UTC  (33+ messages)
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 09/32] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 11/32] gfs2: Don't zero i_private_data
` [PATCH 12/32] hugetlbfs: Stop using i_private_data
` [PATCH 13/32] aio: Stop using i_private_data and i_private_lock
` [PATCH 14/32] fs: Remove i_private_data
` [PATCH 15/32] fs: Drop osync_buffers_list()
` [PATCH 16/32] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 17/32] fs: Move metadata bhs tracking to a separate struct
` [PATCH 18/32] fs: Provide operation for fetching mapping_metadata_bhs
` [PATCH 19/32] ntfs3: Drop pointless sync_mapping_buffers() call
` [PATCH 20/32] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 21/32] bdev: Drop pointless invalidate_mapping_buffers() call
` [PATCH 22/32] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 23/32] ext2: Track metadata bhs in fs-private inode part
` [PATCH 24/32] affs: "
` [PATCH 25/32] bfs: "
` [PATCH 26/32] fat: "
` [PATCH 27/32] udf: "
` [PATCH 28/32] minix: "
` [PATCH 29/32] ext4: "
` [PATCH 30/32] vfs: Drop mapping_metadata_bhs from address space
` [PATCH 31/32] kvm: Use private inode list instead of i_private_list
` [PATCH 32/32] fs: Drop i_private_list from address_space
` [syzbot ci] Re: fs: Move metadata bh tracking "

[PATCH v2] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
 2026-03-04 11:47 UTC 

[PATCH] ntfs: reduce stack usage in ntfs_write_mft_block()
 2026-03-04 10:50 UTC  (2+ messages)

[PATCH v1 0/1] exfat: add fallocate mode 0 support
 2026-03-04 10:30 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH v3] exfat: initialize caching fields during inode allocation
 2026-03-04 10:27 UTC 

[PATCH] exfat: Fix 2 issues found by static code analysis
 2026-03-04 10:25 UTC  (7+ messages)
` [PATCH] exfat: Fix bitwise operation having different size
` [PATCH] exfat: Drop dead assignment of num_clusters
` exfat: Fix 2 issues found by static code analysis

[PATCHSET v8 1/2] fstests: test generic file IO error reporting
 2026-03-04 10:10 UTC  (13+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "

support file system generated / verified integrity information v4
 2026-03-04  9:57 UTC  (5+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code

[PATCH] fs/ntfs3: add a subset of W=1 warnings for stricter checks
 2026-03-04  9:53 UTC 

[PATCH v6 0/3] fuse: compound commands
 2026-03-04  9:37 UTC  (16+ messages)
` [PATCH v6 3/3] fuse: add an implementation of open+getattr
    `  "
          `  "

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04  9:30 UTC  (82+ 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 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-04  8:47 UTC  (11+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()

[PATCH v2 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
 2026-03-04  7:59 UTC  (4+ messages)
` [PATCH v2 1/2] rust: poll: make PollCondVar upgradable

Possible newline injection into fdinfo
 2026-03-04  6:53 UTC 

[PATCH 6.12.y] binfmt_misc: restore write access before closing files opened by open_exec()
 2026-03-04  5:43 UTC 

[syzbot] [mm?] [f2fs?] [exfat?] memory leak in __kfree_rcu_sheaf
 2026-03-04  1:30 UTC  (4+ messages)

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

[GIT PULL] libfuse: run fuse servers as a contained service
 2026-03-04  0:11 UTC 

[PATCHSET v8] libfuse: run fuse servers as a contained service
 2026-03-04  0:10 UTC  (4+ messages)
` [PATCH 1/3] libfuse: add systemd/inetd socket service mounting helper
` [PATCH 2/3] libfuse: integrate fuse services into mount.fuse3
` [PATCH 3/3] example/service_ll: create a sample systemd service fuse server

[PATCH v2 0/1] iomap: don't mark folio uptodate if read IO has bytes pending
 2026-03-03 23:34 UTC  (2+ messages)
` [PATCH v2 1/1] "

[syzbot] [fuse?] KASAN: use-after-free Write in fuse_copy_do
 2026-03-03 22:38 UTC  (3+ messages)

[RFC PATCH v1 0/4] ceph: manual client session reset via debugfs
 2026-03-03 22:37 UTC  (4+ messages)
` [EXTERNAL] "

fscrypt API cleanups v3
 2026-03-03 22:35 UTC  (2+ messages)

[RFC PATCH] iov: Bypass usercopy hardening for kernel iterators
 2026-03-03 19:59 UTC  (4+ messages)

dropping the non-inline mode for fscrypt?
 2026-03-03 19:31 UTC  (4+ messages)

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

[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-03 17:28 UTC  (11+ messages)

[RFC v2 0/3] Decoupling large folios dependency on THP
 2026-03-03 16:44 UTC  (4+ messages)

[PATCH v2] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
 2026-03-03 16:31 UTC  (3+ messages)

[PATCH net-next] net: datagram: Bypass usercopy checks for kernel iterators
 2026-03-03 15:53 UTC  (2+ messages)

[PATCH 0/2] fsnotify hooks consolidation
 2026-03-03 15:17 UTC  (14+ messages)
` [PATCH 2/2] fs: use simple_end_creating helper to consolidate fsnotify hooks

[PATCH RFC DRAFT POC 00/11] fs,kthread: isolate all kthreads in nullfs
 2026-03-03 15:03 UTC  (13+ messages)
` [PATCH RFC DRAFT POC 01/11] kthread: refactor __kthread_create_on_node() to take a struct argument
` [PATCH RFC DRAFT POC 02/11] kthread: remove unused flags argument from kthread worker creation API
` [PATCH RFC DRAFT POC 03/11] kthread: add extensible kthread_create()/kthread_run() pattern
` [PATCH RFC DRAFT POC 04/11] fs: notice when init abandons fs sharing
` [PATCH RFC DRAFT POC 05/11] fs: add LOOKUP_IN_INIT
` [PATCH RFC DRAFT POC 06/11] fs: add file_open_init()
` [PATCH RFC DRAFT POC 07/11] block: add bdev_file_open_init()
` [PATCH RFC DRAFT POC 08/11] fs: allow to pass lookup flags to filename_*()
` [PATCH RFC DRAFT POC 09/11] fs: add init_root()
` [PATCH RFC DRAFT POC 10/11] tree-wide: make all kthread path lookups to use LOOKUP_IN_INIT
` [PATCH RFC DRAFT POC 11/11] fs: isolate all kthreads in nullfs

[PATCH] netfs: fix error handling in netfs_extract_user_iter()
 2026-03-03 14:45 UTC 

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-03-03 14:27 UTC  (11+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED

[PATCH] fuse: move page cache invalidation after AIO to workqueue
 2026-03-03 14:16 UTC  (4+ messages)

[PATCH v2] exfat: initialize caching fields during inode allocation
 2026-03-03 14:05 UTC 

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-03-03 12:40 UTC  (2+ messages)

[PATCH RFC v3 0/2] block: enable RWF_DONTCACHE for block devices
 2026-03-03 10:39 UTC  (5+ messages)
` [PATCH RFC v3 1/2] filemap: defer dropbehind invalidation from IRQ context


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