messages from 2026-02-05 13:29:24 to 2026-02-06 20:48:53 UTC [more...]
[LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
2026-02-06 20:48 UTC (17+ messages)
` [Lsf-pc] "
[PATCHSET v6] xfs: autonomous self healing of filesystems
2026-02-06 20:41 UTC (10+ messages)
` [PATCH 02/11] xfs: start creating infrastructure for health monitoring
` [PATCH 11/11] xfs: add media verification ioctl
` [PATCH v6.1 "
[Kernel Bug] WARNING in ext4_fill_super
2026-02-06 20:36 UTC (3+ messages)
[PATCH] ceph: fix generic/639 xfstests failure
2026-02-06 20:27 UTC
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-02-06 20:01 UTC (15+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users to use vma_flags_t
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
[PATCH v5 1/1] NFSD: Enforce timeout on layout recall and integrate lease manager fencing
2026-02-06 19:40 UTC (6+ messages)
[LSF/MM/BPF TOPIC] Machine Learning (ML) library in Linux kernel
2026-02-06 19:38 UTC
[PATCH v4 0/3] kNFSD Signed Filehandles
2026-02-06 19:17 UTC (12+ messages)
` [PATCH v4 1/3] NFSD: Add a key for signing filehandles
` [PATCH v4 2/3] NFSD/export: Add sign_fh export option
` [PATCH v4 3/3] NFSD: Sign filehandles
[RFC PATCH v1 0/4] Machine Learning (ML) library in Linux kernel
2026-02-06 19:11 UTC (5+ messages)
` [RFC PATCH v1 1/4] ml-lib: Introduce Machine Learning (ML) library declarations
` [RFC PATCH v1 2/4] ml-lib: Implement PoC of Machine Learning (ML) library functionality
` [RFC PATCH v1 3/4] ml-lib: Implement simple testing character device driver
` [RFC PATCH v1 4/4] ml-lib: Implement simple user-space testing application
[PATCH v4 0/4] openat2: new OPENAT2_REGULAR flag support
2026-02-06 19:03 UTC (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] kselftest/openat2: test for OPENAT2_REGULAR flag
` [PATCH v4 3/4] sparc/fcntl.h: convert O_* flag macros from hex to octal
` [PATCH v4 4/4] mips/fcntl.h: "
[RFC PATCH] fs/pidfs: Add permission check to pidfd_info()
2026-02-06 18:02 UTC
[RFC v2 00/11] Add dmabuf read/write via io_uring
2026-02-06 18:01 UTC (8+ messages)
` [RFC v2 02/11] iov_iter: introduce iter type for pre-registered dma
` [RFC v2 04/11] block: introduce dma token backed bio type
` [RFC v2 05/11] block: add infra to handle dmabuf tokens
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-02-06 17:42 UTC (32+ messages)
` [PATCH v3 2/6] xfs: add helpers to pack AG prediction info for per-folio tracking
` [PATCH v3 4/6] xfs: tag folios with AG number during buffered write via iomap attach hook
` [PATCH v3 5/6] xfs: add per-AG writeback workqueue infrastructure
` [PATCH v3 3/6] xfs: add per-inode AG prediction map and dirty-AG bitmap
[GIT PULL 00/12 for v7.0] v7.0
2026-02-06 16:50 UTC (13+ messages)
` [GIT PULL 01/12 for v7.0] vfs rust
` [GIT PULL 02/12 for v7.0] vfs initrd
` [GIT PULL 03/12 for v7.0] vfs nonblocking_timestamps
` [GIT PULL 04/12 for v7.0] vfs leases
` [GIT PULL 05/12 for v7.0] vfs fserror
` [GIT PULL 06/12 for v7.0] vfs btrfs
` [GIT PULL 07/12 for v7.0] vfs minix
` [GIT PULL 08/12 for v7.0] vfs nullfs
` [GIT PULL 09/12 for v7.0] vfs atomic_open
` [GIT PULL 10/12 for v7.0] vfs namespace
` [GIT PULL 11/12 for v7.0] vfs iomap
` [GIT PULL 12/12 for v7.0] vfs misc
[PATCH -next v2 00/22] ext4: use iomap for regular file's buffered I/O path
2026-02-06 15:35 UTC (20+ messages)
` [PATCH -next v2 03/22] ext4: only order data when partially block truncating down
close(2) with EINTR has been changed by POSIX.1-2024
2026-02-06 15:13 UTC (6+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024
[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
2026-02-06 14:27 UTC (25+ messages)
` [PATCH 01/31] fuse: implement the basic iomap mechanisms
` [PATCH 12/31] fuse: implement direct IO with iomap
` [PATCH 13/31] fuse_trace: "
` [PATCH 14/31] fuse: implement buffered "
` [PATCH 19/31] fuse: query filesystem geometry when using iomap
` [PATCH 24/31] fuse: implement inline data file IO via iomap
` [PATCH 29/31] fuse: disable direct reclaim for any fuse server that uses iomap
[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-02-06 13:39 UTC (15+ messages)
` [PATCH v4 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v4 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v4 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v4 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
[PATCH 00/13] Further centralising of directory locking for name ops
2026-02-06 13:35 UTC (18+ messages)
` [PATCH 03/13] libfs: change simple_done_creating() to use end_creating()
` [PATCH 04/13] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH 08/13] ovl: Simplify ovl_lookup_real_one()
` [PATCH 10/13] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH 12/13] ovl: remove ovl_lock_rename_workdir()
[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
2026-02-06 13:12 UTC (19+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles
[PATCH] bpf: use FS_USERNS_DELEGATABLE for bpffs
2026-02-06 12:45 UTC (17+ messages)
[PATCH] pidfs: return -EREMOTE when PIDFD_GET_INFO is called on another ns
2026-02-06 12:24 UTC (3+ messages)
linux-next: build failure after merge of the vfs-brauner tree
2026-02-06 12:19 UTC (2+ messages)
[PATCH v8 00/17] ntfs filesystem remake
2026-02-06 7:19 UTC (18+ messages)
` [PATCH v8 01/17] Revert "fs: Remove NTFS classic"
` [PATCH v8 02/17] fs: add generic FS_IOC_SHUTDOWN definitions
` [PATCH v8 03/17] ntfs: update in-memory, on-disk structures and headers
` [PATCH v8 04/17] ntfs: update super block operations
` [PATCH v8 05/17] ntfs: update inode operations
` [PATCH v8 06/17] ntfs: update mft operations
` [PATCH v8 07/17] ntfs: update directory operations
` [PATCH v8 08/17] ntfs: update file operations
` [PATCH v8 09/17] ntfs: update iomap and address space operations
` [PATCH v8 10/17] ntfs: update attrib operations
` [PATCH v8 11/17] ntfs: update runlist handling and cluster allocator
` [PATCH v8 12/17] ntfs: add reparse and ea operations
` [PATCH v8 13/17] ntfs: update misc operations
` [PATCH v8 14/17] ntfs3: remove legacy ntfs driver support
` [PATCH v8 15/17] ntfs: add Kconfig and Makefile
` [PATCH v8 16/17] Documentation: filesystems: update NTFS driver documentation
` [PATCH v8 17/17] MAINTAINERS: update ntfs filesystem entry
[syzbot] [exfat?] KCSAN: data-race in fat12_ent_put / fat_mirror_bhs
2026-02-06 7:40 UTC (3+ messages)
[syzbot] [fuse?] KMSAN: uninit-value in fuse_fileattr_get
2026-02-06 6:53 UTC (6+ messages)
` [PATCH] fs: init flags_valid before calling vfs_fileattr_get
[LSF/MM/BPF TOPIC] Documenting the correct pushback on AI inspired (and other) fixes in older drivers
2026-02-06 5:18 UTC (9+ messages)
[PATCHSET v6 7/8] fuse: cache iomap mappings for even better file IO performance
2026-02-06 4:42 UTC (10+ messages)
` [PATCH 03/10] fuse: use the iomap cache for iomap_begin
` [PATCH 05/10] fuse: invalidate iomap cache after file updates
` [PATCH 07/10] fuse: enable iomap cache management
[PATCH] dma-buf: add SB_I_NOEXEC flag to dmabuf pseudo-filesystem
2026-02-06 4:01 UTC (3+ messages)
[PATCH 5.15.y] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2026-02-06 0:56 UTC
[PATCH 6.1.y] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
2026-02-06 0:38 UTC
[git pull] tree-in-dcache regression fixes (rust_binderfs and functionfs)
2026-02-05 23:34 UTC (2+ messages)
[PATCHSET v6 1/8] fuse: general bug fixes
2026-02-05 23:28 UTC (4+ messages)
` [PATCH 5/5] fuse: propagate default and file acls on creation
[PATCH v2] hfsplus: fix s_fs_info leak on mount setup failure
2026-02-05 23:08 UTC (3+ messages)
` [PATCH] hfsplus: avoid double unload_nls() on mount failure
[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-02-05 22:19 UTC (8+ messages)
` [PATCH v3 19/25] fuse: add io-uring kernel-managed buffer ring
[PATCH RFC 0/2] configfs: enable kernel-space item registration
2026-02-05 17:46 UTC (5+ messages)
[PATCH 0/5] Make Rust Binder build as a module
2026-02-05 13:45 UTC (6+ messages)
` [PATCH 1/5] export file_close_fd and task_work_add
[PATCH v14 0/9] rust: add `Ownable` trait and `Owned` type
2026-02-05 13:33 UTC (6+ messages)
` [PATCH v14 1/9] rust: types: Add Ownable/Owned types
` [PATCH v14 2/9] rust: rename `AlwaysRefCounted` to `RefCounted`
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