messages from 2026-01-08 19:15:34 to 2026-01-10 05:34:01 UTC [more...]
[RFC PATCH 00/15] kmem_cache instances with static storage duration
2026-01-10 5:33 UTC (17+ messages)
` [RFC PATCH 01/15] static kmem_cache instances for core caches
` [RFC PATCH 02/15] allow static-duration kmem_cache in modules
` [RFC PATCH 03/15] make mnt_cache static-duration
` [RFC PATCH 04/15] turn thread_cache static-duration
` [RFC PATCH 05/15] turn signal_cache static-duration
` [RFC PATCH 06/15] turn bh_cachep static-duration
` [RFC PATCH 07/15] turn dentry_cache static-duration
` [RFC PATCH 08/15] turn files_cachep static-duration
` [RFC PATCH 09/15] make filp and bfilp caches static-duration
` [RFC PATCH 10/15] turn sighand_cache static-duration
` [RFC PATCH 11/15] turn mm_cachep static-duration
` [RFC PATCH 12/15] turn task_struct_cachep static-duration
` [RFC PATCH 13/15] turn fs_cachep static-duration
` [RFC PATCH 14/15] turn inode_cachep static-duration
` [RFC PATCH 15/15] turn ufs_inode_cache static-duration
[PATCH v3 0/3] btrfs: only use bdev's page cache for super block writeback
2026-01-10 3:56 UTC (4+ messages)
` [PATCH v3 1/3] btrfs: use bdev_rw_virt() to read and scratch the disk super block
` [PATCH v3 2/3] btrfs: minor improvement on super block writeback
` [PATCH v3 3/3] mm/filemap: remove read_cache_page_gfp()
feedback: fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-01-10 2:10 UTC (15+ messages)
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-01-10 1:47 UTC (25+ messages)
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 11/24] jffs2: "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
[PATCH v2] erofs: don't bother with s_stack_depth increasing for now
2026-01-10 1:45 UTC (3+ messages)
` [PATCH v3 RESEND] "
[PATCH BUNDLE] famfs: Fabric-Attached Memory File System
2026-01-10 0:38 UTC (32+ messages)
` [PATCH V3 00/21] famfs: port into fuse
` [PATCH V3 02/21] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V3 04/21] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V3 11/21] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V3 11/21] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX
` [PATCH V3 12/21] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V3 13/21] famfs_fuse: Famfs mount opt: -o shadow=<shadowpath>
` [PATCH V3 14/21] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V3 15/21] famfs_fuse: Create files with famfs fmaps
` [PATCH V3 17/21] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V3 18/21] famfs_fuse: Add holder_operations for dax notify_failure()
[PATCH] hfsplus: fix generic/037 xfstests failure
2026-01-09 23:42 UTC
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-09 21:40 UTC (12+ messages)
` [RFC PATCH v3 1/8] numa,memory_hotplug: create N_PRIVATE (Private Nodes)
` [RFC PATCH v3 2/8] mm: constify oom_control, scan_control, and alloc_context nodemask
` [RFC PATCH v3 3/8] mm: restrict slub, compaction, and page_alloc to sysram
` [RFC PATCH v3 4/8] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v3 5/8] Documentation/admin-guide/cgroups: update docs for mems_allowed
` [RFC PATCH v3 6/8] drivers/cxl/core/region: add private_region
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
` [RFC PATCH v3 8/8] drivers/cxl: add zswap private_region type
[PATCH] fs: move initializing f_mode before file_ref_init()
2026-01-09 21:15 UTC
[PATCH v4] ceph: fix kernel crash in ceph_open()
2026-01-09 20:43 UTC (3+ messages)
move blk-crypto-fallback to sit above the block layer v5
2026-01-09 20:18 UTC (11+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer
[RFC PATCH v2 0/6] fuse: LOOKUP_HANDLE operation
2026-01-09 19:55 UTC (19+ messages)
` [RFC PATCH v2 4/6] fuse: implementation of the FUSE_LOOKUP_HANDLE operation
` "
[PATCH v2] fuse: uapi: use UAPI types
2026-01-09 19:13 UTC (16+ messages)
[PATCH v4 0/3] fuse: compound commands
2026-01-09 18:27 UTC (4+ messages)
` [PATCH v4 1/3] fuse: add compound command to combine multiple requests
` [PATCH v4 2/3] fuse: create helper functions for filling in fuse args for open and getattr
` [PATCH v4 3/3] fuse: add an implementation of open+getattr
[PATCH v14 00/10] erofs: Introduce page cache sharing feature
2026-01-09 18:14 UTC (12+ messages)
` [PATCH v14 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v14 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v14 03/10] fs: Export alloc_empty_backing_file
` [PATCH v14 04/10] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v14 05/10] erofs: support user-defined fingerprint name
` [PATCH v14 06/10] erofs: support domain-specific page cache share
` [PATCH v14 07/10] erofs: introduce the page cache share feature
` [PATCH v14 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v14 09/10] erofs: support compressed "
` [PATCH v14 10/10] erofs: implement .fadvise "
[PATCH 0/4] btrfs: stop duplicating VFS code for subvolume/snapshot dentry
2026-01-09 17:08 UTC (8+ messages)
` [PATCH 3/4] btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()
` [PATCH 4/4] btrfs: use may_create_dentry() in btrfs_mksubvol()
[GIT PULL] vfs fixes
2026-01-09 16:40 UTC (2+ messages)
[PATCH v2 0/6] Automatic NFSv4 state revocation on filesystem unmount
2026-01-09 16:25 UTC (7+ messages)
` [PATCH v2 4/6] fs: invoke group_pin_kill() during mount teardown
` [PATCH v2 5/6] nfsd: revoke NFSv4 state when filesystem is unmounted
[PATCH v2] fs: improve dump_inode() to safely access inode fields
2026-01-09 15:40 UTC
[PATCH v1] fs: improve dump_inode() to safely access inode fields
2026-01-09 15:16 UTC (2+ messages)
[PATCH v2] fuse: invalidate the page cache after direct write
2026-01-09 14:05 UTC (2+ messages)
[PATCH 6.1 238/634] hfsplus: fix volume corruption issue for generic/070
2026-01-09 11:38 UTC (2+ messages)
` [PATCH 6.1 241/634] hfsplus: fix volume corruption issue for generic/073
[PATCH 6.6 318/737] hfsplus: fix volume corruption issue for generic/070
2026-01-09 11:37 UTC (2+ messages)
` [PATCH 6.6 321/737] hfsplus: fix volume corruption issue for generic/073
[PATCH 0/5] Add READ_ONCE and WRITE_ONCE to Rust
2026-01-09 12:00 UTC (11+ messages)
[PATCH v1] exfat: reduce unnecessary writes during mmap write
2026-01-09 11:56 UTC (3+ messages)
[PATCH v13 00/10] erofs: Introduce page cache sharing feature
2026-01-09 10:43 UTC (17+ messages)
` [PATCH v13 01/10] iomap: stash iomap read ctx in the private field of iomap_iter
` [PATCH v13 02/10] erofs: hold read context in iomap_iter if needed
` [PATCH v13 03/10] fs: Export alloc_empty_backing_file
` [PATCH v13 04/10] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v13 05/10] erofs: support user-defined fingerprint name
` [PATCH v13 06/10] erofs: support domain-specific page cache share
` [PATCH v13 07/10] erofs: introduce the page cache share feature
` [PATCH v13 08/10] erofs: support unencoded inodes for page cache share
` [PATCH v13 09/10] erofs: support compressed "
` [PATCH v13 10/10] erofs: implement .fadvise "
[PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile
2026-01-09 10:42 UTC (4+ messages)
[RFC PATCH] ext4: fix e4b bitmap inconsistency reports
2026-01-09 10:33 UTC (3+ messages)
[viro-vfs:work.filename 15/59] fs/namei.c:160 getname_long() warn: the 'EMBEDDED_NAME_MAX' macro might need parens
2026-01-09 9:57 UTC
[PATCH v3 2/7] fs/dax: Use folio_split_unref helper
2026-01-09 8:54 UTC
[PATCH RFC v3 0/3] fuse: compound commands
2026-01-09 7:20 UTC (7+ messages)
` [PATCH RFC v3 1/3] fuse: add compound command to combine multiple requests
` [PATCH RFC v3 3/3] fuse: use the newly created helper functions
` "
[RFC v2 01/11] file: add callback for pre-mapping dmabuf
2026-01-09 5:58 UTC (12+ messages)
[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-01-09 2:43 UTC (30+ messages)
` [PATCH v3 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v3 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v3 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v3 08/25] io_uring: add io_uring_cmd_fixed_index_get() and io_uring_cmd_fixed_index_put()
` [PATCH v3 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v3 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v3 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v3 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v3 24/25] fuse: add zero-copy over io-uring
[PATCH] fuse: invalidate the page cache after direct write
2026-01-09 2:21 UTC (4+ messages)
[PATCH 1/2] mm: add filemap_lock_folio_nowait helper
2026-01-09 2:17 UTC (4+ messages)
` [PATCH 2/2] Fix an AB-BA deadlock in hugetlbfs_punch_hole() involving page migration
[PATCH] fuse: add hang check in request_wait_answer()
2026-01-08 22:57 UTC (10+ messages)
` [External] "
[PATCH 0/2] mount: add OPEN_TREE_NAMESPACE
2026-01-08 22:37 UTC (3+ messages)
` [PATCH 1/2] "
RFC: removing extra lookup in fuse_atomic_open()
2026-01-08 22:36 UTC
[PATCH] scsi: target: Fix recursive locking in __configfs_open_file()
2026-01-08 19:15 UTC
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