messages from 2026-03-02 20:49:13 to 2026-03-03 16:29:36 UTC [more...]
[RFC PATCH] iov: Bypass usercopy hardening for kernel iterators
2026-03-03 16:29 UTC
[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
2026-03-03 16:17 UTC (108+ 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 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 023/110] ceph: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 036/110] jfs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 051/110] fsnotify: "
` [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 068/110] nilfs2: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 076/110] ceph: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 101/110] fscrypt: "
` [PATCH v2 102/110] fsverity: "
` [PATCH v2 103/110] iomap: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 106/110] drm/amdgpu: "
` [PATCH v2 107/110] dma-buf: "
` [PATCH v2 108/110] net: "
` [PATCH v2 109/110] uprobes: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro
[PATCHSET v8 1/2] fstests: test generic file IO error reporting
2026-03-03 16:12 UTC (8+ messages)
` [PATCH 1/1] generic: test fsnotify filesystem "
[PATCH net-next] net: datagram: Bypass usercopy checks for kernel iterators
2026-03-03 15:53 UTC (2+ messages)
support file system generated / verified integrity information v4
2026-03-03 15:21 UTC (4+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code
[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 v3 0/4] 9p: Performance improvements for build workloads
2026-03-03 14:53 UTC (3+ messages)
` [PATCH v3 2/4] 9p: Add mount option for negative dentry cache retention
[PATCH] netfs: fix error handling in netfs_extract_user_iter()
2026-03-03 14:45 UTC
[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
2026-03-03 14:37 UTC (6+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs
[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
[RFC v2 0/3] Decoupling large folios dependency on THP
2026-03-03 14:17 UTC (3+ messages)
[PATCH] fuse: move page cache invalidation after AIO to workqueue
2026-03-03 14:16 UTC (4+ messages)
[PATCH 0/32] fs: Move metadata bh tracking from address_space
2026-03-03 14:09 UTC (36+ messages)
` [PATCH 01/32] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 02/32] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 03/32] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 04/32] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 06/32] ext4: Use inode_has_buffers()
` [PATCH 07/32] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 08/32] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 09/32] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 10/32] fs: Stop using i_private_data for metadata bh tracking
` [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
[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] exfat: Fix 2 issues found by static code analysis
2026-03-03 11:50 UTC (4+ messages)
` [PATCH] exfat: Fix bitwise operation having different size
` [PATCH] exfat: Drop dead assignment of num_clusters
[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
[PATCH v6 0/3] fuse: compound commands
2026-03-03 10:38 UTC (13+ messages)
` [PATCH v6 3/3] fuse: add an implementation of open+getattr
` "
` "
[PATCH v2] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
2026-03-03 10:01 UTC (5+ messages)
make_task_dead() & kthread_exit()
2026-03-03 10:03 UTC (2+ messages)
[PATCH] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
2026-03-03 9:59 UTC (4+ messages)
[PATCH v1 0/1] exfat: Valid Data Length(VDL) ioctl
2026-03-03 9:27 UTC (2+ messages)
[RFC PATCH] binfmt_elf: Align eligible read-only PT_LOAD segments to PMD_SIZE for THP
2026-03-03 9:14 UTC (6+ messages)
[PATCH v2 0/5] uaccess: Updates to scoped_user_access()
2026-03-03 9:12 UTC (4+ messages)
` [PATCH v2 4/5] uaccess: Disable -Wshadow in __scoped_user_access()
[PATCH] hfsplus: limit sb_maxbytes to partition size
2026-03-03 8:28 UTC
[syzbot] Monthly hfs report (Mar 2026)
2026-03-03 8:06 UTC
[PATCH v2] ext4: avoid infinite loops caused by data conflicts
2026-03-03 7:47 UTC (2+ messages)
` [syzbot ci] "
[PATCH v3] fuse: invalidate the page cache after direct write
2026-03-03 6:47 UTC (7+ messages)
[PATCH v1 0/1] exfat: add fallocate mode 0 support
2026-03-03 6:13 UTC (3+ messages)
` [PATCH v1 1/1] "
[PATCH] fsverity: add dependency on 64K or smaller pages
2026-03-03 5:06 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-03-03 4:57 UTC (10+ messages)
[PATCH] exfat: initialize caching fields during inode allocation
2026-03-03 4:16 UTC (3+ messages)
[PATCH v2 0/6] exfat: improve performance of NO_FAT_CHAIN to FAT_CHAIN conversion
2026-03-03 3:14 UTC (7+ messages)
` [PATCH v2 1/6] exfat: add block readahead in exfat_chain_cont_cluster
` [PATCH v2 2/6] exfat: use readahead helper in exfat_allocate_bitmap
` [PATCH v2 3/6] exfat: use readahead helper in exfat_get_dentry
` [PATCH v2 4/6] exfat: drop redundant sec parameter from exfat_mirror_bh
` [PATCH v2 5/6] exfat: optimize exfat_chain_cont_cluster with cached buffer heads
` [PATCH v2 6/6] exfat: fix error handling for FAT table operations
[PATCH v3 0/3] add support for drop_caches for individual filesystem
2026-03-03 2:32 UTC (9+ messages)
[PATCH v5 0/2] hfsplus: prevent b-tree allocator corruption
2026-03-02 23:45 UTC (5+ 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
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-02 23:29 UTC (2+ messages)
dropping the non-inline mode for fscrypt?
2026-03-02 21:22 UTC (2+ messages)
[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
2026-03-02 20:50 UTC (9+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox