messages from 2026-01-07 10:51:26 to 2026-01-08 09:28:28 UTC [more...]
[PATCH] erofs: don't bother with s_stack_depth increasing for now
2026-01-08 9:28 UTC (15+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v3 RESEND] "
[PATCH 0/6] vfs: properly deny directory leases on filesystems with special lease handling
2026-01-08 9:24 UTC (11+ messages)
` [PATCH 1/6] nfs: properly disallow delegation requests on directories
` [PATCH 2/6] smb/client: properly disallow delegations "
` [PATCH 3/6] 9p: don't allow delegations to be set "
` [PATCH 4/6] gfs2: "
` [PATCH 5/6] ceph: "
` [EXTERNAL] "
` [PATCH 6/6] vboxsf: "
[PATCH v2 00/13] Enable multi-cluster fetching for exfat_get_block
2026-01-08 7:59 UTC (14+ messages)
` [PATCH v2 01/13] exfat: add cache option for __exfat_ent_get
` [PATCH v2 02/13] exfat: support reuse buffer head for exfat_ent_get
` [PATCH v2 03/13] exfat: improve exfat_count_num_clusters
` [PATCH v2 04/13] exfat: improve exfat_find_last_cluster
` [PATCH v2 05/13] exfat: remove the check for infinite cluster chain loop
` [PATCH v2 06/13] exfat: remove the unreachable warning for cache miss cases
` [PATCH v2 07/13] exfat: reduce the number of parameters for exfat_get_cluster()
` [PATCH v2 08/13] exfat: reuse cache to improve exfat_get_cluster
` [PATCH v2 09/13] exfat: remove handling of non-file types in exfat_map_cluster
` [PATCH v2 10/13] exfat: support multi-cluster for exfat_map_cluster
` [PATCH v2 11/13] exfat: tweak cluster cache to support zero offset
` [PATCH v2 12/13] exfat: return the start of next cache in exfat_cache_lookup
` [PATCH v2 13/13] exfat: support multi-cluster for exfat_get_cluster
[PATCH v2] readdir: require opt-in for d_type flags
2026-01-08 7:45 UTC
[RFC PATCH 0/8] experimental struct filename followups
2026-01-08 7:42 UTC (9+ messages)
` [RFC PATCH 1/8] non-consuming variant of do_renameat2()
` [RFC PATCH 2/8] non-consuming variant of do_linkat()
` [RFC PATCH 3/8] non-consuming variant of do_symlinkat()
` [RFC PATCH 4/8] non-consuming variant of do_mkdirat()
` [RFC PATCH 5/8] non-consuming variant of do_mknodat()
` [RFC PATCH 6/8] non-consuming variants of do_{unlinkat,rmdir}()
` [RFC PATCH 7/8] execve: fold {compat_,}do_execve{,at}() into their sole callers
` [RFC PATCH 8/8] do_execveat_common(): don't consume filename reference
[PATCH v4 00/59] struct filename series
2026-01-08 7:38 UTC (60+ messages)
` [PATCH v4 01/59] do_faccessat(): import pathname only once
` [PATCH v4 02/59] do_fchmodat(): "
` [PATCH v4 03/59] do_fchownat(): "
` [PATCH v4 04/59] do_utimes_path(): "
` [PATCH v4 05/59] chdir(2): "
` [PATCH v4 06/59] chroot(2): "
` [PATCH v4 07/59] user_statfs(): "
` [PATCH v4 08/59] do_sys_truncate(): "
` [PATCH v4 09/59] do_readlinkat(): "
` [PATCH v4 10/59] get rid of audit_reusename()
` [PATCH v4 11/59] ntfs: ->d_compare() must not block
` [PATCH v4 12/59] getname_flags() massage, part 1
` [PATCH v4 13/59] getname_flags() massage, part 2
` [PATCH v4 14/59] struct filename: use names_cachep only for getname() and friends
` [PATCH v4 15/59] struct filename: saner handling of long names
` [PATCH v4 16/59] fs: hide names_cache behind runtime const machinery
` [PATCH v4 17/59] allow to use CLASS() for struct filename *
` [PATCH v4 18/59] switch __getname_maybe_null() to CLASS(filename_flags)
` [PATCH v4 19/59] allow incomplete imports of filenames
` [PATCH v4 20/59] struct filename ->refcnt doesn't need to be atomic
` [PATCH v4 21/59] file_getattr(): filename_lookup() accepts ERR_PTR() as filename
` [PATCH v4 22/59] file_setattr(): "
` [PATCH v4 23/59] move_mount(): "
` [PATCH v4 24/59] ksmbd_vfs_path_lookup(): vfs_path_parent_lookup() accepts ERR_PTR() as name
` [PATCH v4 25/59] ksmbd_vfs_rename(): "
` [PATCH v4 26/59] do_filp_open(): DTRT when getting ERR_PTR() as pathname
` [PATCH v4 27/59] rename do_filp_open() to do_file_open()
` [PATCH v4 28/59] do_sys_openat2(): get rid of useless check, switch to CLASS(filename)
` [PATCH v4 29/59] simplify the callers of file_open_name()
` [PATCH v4 30/59] simplify the callers of do_open_execat()
` [PATCH v4 31/59] simplify the callers of alloc_bprm()
` [PATCH v4 32/59] switch {alloc,free}_bprm() to CLASS()
` [PATCH v4 33/59] file_[gs]etattr(2): switch to CLASS(filename_maybe_null)
` [PATCH v4 34/59] mount_setattr(2): don't mess with LOOKUP_EMPTY
` [PATCH v4 35/59] do_open_execat(): don't care about LOOKUP_EMPTY
` [PATCH v4 36/59] vfs_open_tree(): use CLASS(filename_uflags)
` [PATCH v4 37/59] name_to_handle_at(): "
` [PATCH v4 38/59] fspick(2): use CLASS(filename_flags)
` [PATCH v4 39/59] do_fchownat(): unspaghettify a bit
` [PATCH v4 40/59] chdir(2): "
` [PATCH v4 41/59] do_utimes_path(): switch to CLASS(filename_uflags)
` [PATCH v4 42/59] do_sys_truncate(): switch to CLASS(filename)
` [PATCH v4 43/59] do_readlinkat(): switch to CLASS(filename_flags)
` [PATCH v4 44/59] do_f{chmod,chown,access}at(): use CLASS(filename_uflags)
` [PATCH v4 45/59] do_{renameat2,linkat,symlinkat}(): use CLASS(filename_consume)
` [PATCH v4 46/59] do_{mknodat,mkdirat,unlinkat,rmdir}(): "
` [PATCH v4 47/59] namei.c: convert getname_kernel() callers to CLASS(filename_kernel)
` [PATCH v4 48/59] namei.c: switch user pathname imports to CLASS(filename{,_flags})
` [PATCH v4 49/59] filename_...xattr(): don't consume filename reference
` [PATCH v4 50/59] move_mount(2): switch to CLASS(filename_maybe_null)
` [PATCH v4 51/59] chroot(2): switch to CLASS(filename)
` [PATCH v4 52/59] quotactl_block(): "
` [PATCH v4 53/59] statx: switch to CLASS(filename_maybe_null)
` [PATCH v4 54/59] user_statfs(): switch to CLASS(filename)
` [PATCH v4 55/59] mqueue: "
` [PATCH v4 56/59] ksmbd: use CLASS(filename_kernel)
` [PATCH v4 57/59] alpha: switch osf_mount() to strndup_user()
` [PATCH v4 58/59] sysfs(2): fs_index() argument is _not_ a pathname
` [PATCH v4 59/59] switch init_mkdir() to use of do_mkdirat(), etc
[PATCH] overlayfs: mask d_type high bits before whiteout check
2026-01-08 7:21 UTC (3+ messages)
[PATCH 0/3 v2] exec: inherit HWCAPs from the parent process
2026-01-08 5:07 UTC (4+ messages)
` [PATCH 1/3] binfmt_elf_fdpic: fix AUXV size calculation for ELF_HWCAP3 and ELF_HWCAP4
` [PATCH 2/3] exec: inherit HWCAPs from the parent process
` [PATCH 3/3] selftests/exec: add test for HWCAP inheritance
[PATCH] fuse: add hang check in request_wait_answer()
2026-01-08 2:25 UTC (9+ messages)
` [External] "
[RFC v2 00/11] Add dmabuf read/write via io_uring
2026-01-08 2:19 UTC (10+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
[PATCH RFC v2 0/2] fuse: compound commands
2026-01-08 1:42 UTC (7+ messages)
` [PATCH RFC v2 1/2] fuse: add compound command to combine multiple requests
` "
[PATCH v2 0/6] Automatic NFSv4 state revocation on filesystem unmount
2026-01-08 0:40 UTC (7+ messages)
` [PATCH v2 1/6] nfsd: cancel async COPY operations when admin revokes filesystem state
` [PATCH v2 2/6] fs: export pin_insert and pin_remove for modular filesystems
` [PATCH v2 3/6] fs: add pin_insert_sb() for superblock-only pins
` [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 6/6] nfsd: close cached files on filesystem unmount
move blk-crypto-fallback to sit above the block layer v4
2026-01-08 0:22 UTC (3+ messages)
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
2026-01-07 23:20 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH BUNDLE] famfs: Fabric-Attached Memory File System
2026-01-07 21:30 UTC (32+ messages)
` [PATCH V3 00/21] famfs: port into fuse
` [PATCH V3 01/21] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V3 02/21] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V3 03/21] dax: Save the kva from memremap
` [PATCH V3 04/21] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V3 05/21] dax: Add dax_set_ops() for setting dax_operations at bind time
` [PATCH V3 06/21] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V3 07/21] dax: prevent driver unbind while filesystem holds device
` [PATCH V3 08/21] dax: export dax_dev_get()
` [PATCH V3 09/21] famfs_fuse: magic.h: Add famfs magic numbers
` [PATCH V3 10/21] famfs_fuse: Kconfig
` [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 16/21] famfs_fuse: GET_DAXDEV message and daxdev_table
` [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 V3 19/21] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V3 20/21] famfs_fuse: Add famfs fmap metadata documentation
` [PATCH V3 21/21] famfs_fuse: Add documentation
` [PATCH V3 0/4] libfuse: add basic famfs support to libfuse
` [PATCH V3 1/4] fuse_kernel.h: bring up to baseline 6.19
` [PATCH V3 2/4] fuse_kernel.h: add famfs DAX fmap protocol definitions
` [PATCH V3 3/4] fuse: add API to set kernel mount options
` [PATCH V3 4/4] fuse: add famfs DAX fmap support
` [PATCH 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
` [PATCH 1/2] daxctl: Add support for famfs mode
` [PATCH 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:
[PATCH] fs/namei: Remove redundant DCACHE_MANAGED_DENTRY check in __follow_mount_rcu
2026-01-07 20:54 UTC (4+ messages)
[PATCH 0/5] Add READ_ONCE and WRITE_ONCE to Rust
2026-01-07 19:17 UTC (15+ messages)
` [PATCH 3/5] rust: sync: support using bool with READ_ONCE
[PATCHSET V4] xfs: autonomous self healing of filesystems
2026-01-07 19:15 UTC (13+ messages)
` [PATCH 01/11] docs: discuss autonomous self healing in the xfs online repair design doc
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring
` [PATCH 03/11] xfs: create event queuing, formatting, and discovery infrastructure
` [PATCH 11/11] xfs: add media error reporting ioctl
[PATCH v8 00/18] Live Update Orchestrator
2026-01-07 18:54 UTC (8+ messages)
` [PATCH v8 04/18] liveupdate: luo_session: add sessions support
` [PATCH v8 05/18] liveupdate: luo_core: add user interface
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd
[PATCH 4/5] rust: hrtimer: use READ_ONCE instead of read_volatile
2026-01-07 18:21 UTC (8+ messages)
[PATCH 0/3] fs: add immutable rootfs and support pivot_root() in the initramfs
2026-01-07 16:33 UTC (11+ messages)
` [PATCH 3/3] fs: add immutable rootfs
[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
2026-01-07 16:21 UTC (13+ messages)
[PATCH] iomap: add allocation cache for iomap_dio
2026-01-07 16:18 UTC (4+ messages)
[PATCH] device_cgroup: remove branch hint after code refactor
2026-01-07 15:20 UTC (4+ messages)
[syzbot] [jfs?] KASAN: user-memory-access Write in __destroy_inode
2026-01-07 15:05 UTC (3+ messages)
[RFC PATCH 1/2] NFSD: Add aggressive write throttling control
2026-01-07 14:49 UTC (4+ messages)
[PATCH fstests v3 0/3] generic: new testcases for delegation support
2026-01-07 13:03 UTC (6+ messages)
` [PATCH fstests v3 3/3] generic: add tests for file delegations
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-01-07 12:19 UTC (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
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