messages from 2026-01-16 23:31:25 to 2026-01-19 15:45:17 UTC [more...]
[PATCH v2 00/17] Introduce SCMI Telemetry FS support
2026-01-19 15:45 UTC (14+ messages)
` [PATCH v2 01/17] firmware: arm_scmi: Define a common SCMI_MAX_PROTOCOLS value
` [PATCH v2 02/17] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v2 03/17] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v2 04/17] uapi: Add ARM SCMI definitions
` [PATCH v2 12/17] firmware: arm_scmi: Add Telemetry components view
[PATCHSET v6] xfs: autonomous self healing of filesystems
2026-01-19 15:44 UTC (5+ messages)
` [PATCH 04/11] xfs: convey filesystem unmount events to the health monitor
` [PATCH 06/11] xfs: convey filesystem shutdown "
[PATCH RFC] pidfs: convert rb-tree to rhashtable
2026-01-19 15:05 UTC
[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-01-19 14:49 UTC (13+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions
LSF/MM/BPF: 2026: Call for Proposals
2026-01-19 14:26 UTC (2+ messages)
[PATCH 0/2] mm/readahead: batch folio insertion to improve performance
2026-01-19 14:15 UTC (10+ messages)
` [PATCH 1/2] mm/filemap: refactor __filemap_add_folio to separate critical section
` [PATCH 2/2] mm/readahead: batch folio insertion to improve performance
` [PATCH v2 0/2] "
` [PATCH v2 1/2] mm/filemap: refactor __filemap_add_folio to separate critical section
` [PATCH v2 2/2] mm/readahead: batch folio insertion to improve performance
` [PATCH v2 0/2] mm/readahead: Changes since v1
[PATCH] rust: seq_file: replace `kernel::c_str!` with C-Strings
2026-01-19 12:52 UTC (3+ messages)
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-19 12:30 UTC (18+ messages)
` [PATCH 20/29] nilfs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 23/29] jffs2: "
fsverity optimzations and speedups
2026-01-19 12:06 UTC (14+ messages)
` [PATCH 1/6] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 2/6] fs,fsverity: clear out fsverity_info from common code
` [PATCH 3/6] fs,fsverity: handle fsverity in generic_file_open
` [PATCH 4/6] fsverity: use a hashtable to find the fsverity_info
` [PATCH 5/6] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 6/6] fsverity: kick off hash readahead at data I/O submission time
[PATCH v15 0/9] erofs: Introduce page cache sharing feature
2026-01-19 9:53 UTC (24+ messages)
` [PATCH v15 2/9] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v15 5/9] erofs: introduce the page cache share feature
` [PATCH v15 9/9] erofs: implement .fadvise for page cache share
[PATCH v2 0/1] fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()
2026-01-19 9:44 UTC (12+ messages)
` [PATCH v2 1/1] "
[PATCH v1 0/4] kNFSD Signed Filehandles
2026-01-19 9:14 UTC (8+ messages)
` [PATCH v1 4/4] NFSD: Sign filehandles
[PATCH] fs/namei: fix kernel-doc markup for dentry_create
2026-01-19 8:47 UTC (2+ messages)
[PATCH v3 0/2] fuse: improve crash recovery for backing files
2026-01-19 8:37 UTC (3+ messages)
` [PATCH v3 1/2] fuse: add ioctl to cleanup all "
` [PATCH v3 2/2] fuse: Relax backing file validation to compare backing inodes
[PATCH v1 2/3] fuse: use offset_in_folio() for large folio offset calculations
2026-01-19 8:34 UTC (2+ messages)
[syzbot] [hfs?] WARNING: ODEBUG bug in hfsplus_fill_super (4)
2026-01-19 8:22 UTC
[PATCH v1 0/3] fuse: clean up offset and page count calculations
2026-01-19 6:24 UTC (9+ messages)
` [PATCH v1 1/3] fuse: use DIV_ROUND_UP() for "
` [PATCH v1 2/3] fuse: use offset_in_folio() for large folio offset calculations
` [PATCH v1 3/3] fuse: use offset_in_page() for page "
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-19 7:58 UTC (3+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
bounce buffer direct I/O when stable pages are required v2
2026-01-19 7:44 UTC (15+ messages)
` [PATCH 01/14] block: refactor get_contig_folio_len
` [PATCH 02/14] block: open code bio_add_page and fix handling of mismatching P2P ranges
` [PATCH 03/14] iov_iter: extract a iov_iter_extract_bvecs helper from bio code
` [PATCH 04/14] block: remove bio_release_page
` [PATCH 05/14] block: add helpers to bounce buffer an iov_iter into bios
` [PATCH 06/14] iomap: fix submission side handling of completion side errors
` [PATCH 07/14] iomap: simplify iomap_dio_bio_iter
` [PATCH 08/14] iomap: split out the per-bio logic from iomap_dio_bio_iter
` [PATCH 09/14] iomap: share code between iomap_dio_bio_end_io and iomap_finish_ioend_direct
` [PATCH 10/14] iomap: free the bio before completing the dio
` [PATCH 11/14] iomap: rename IOMAP_DIO_DIRTY to IOMAP_DIO_USER_BACKED
` [PATCH 12/14] iomap: support ioends for direct reads
` [PATCH 13/14] iomap: add a flag to bounce buffer direct I/O
` [PATCH 14/14] xfs: use bounce buffering direct I/O when the device requires stable pages
[PATCH v5 00/14] ntfs filesystem remake
2026-01-19 7:19 UTC (32+ messages)
` [PATCH v5 02/14] ntfs: update in-memory, on-disk structures and headers
` [PATCH v5 04/14] ntfs: update inode operations
` [PATCH v5 06/14] ntfs: update file operations
` [PATCH v5 07/14] ntfs: update iomap and address space operations
` [PATCH v5 08/14] ntfs: update attrib operations
` [PATCH v5 09/14] ntfs: update runlist handling and cluster allocator
` [PATCH v5 11/14] ntfs: update misc operations
` [PATCH v5 13/14] ntfs: add Kconfig and Makefile
[PATCH 00/37] cifs: Scripted header file cleanup and SMB1 split
2026-01-19 6:51 UTC (3+ messages)
` [PATCH 25/37] cifs: SMB1 split: Split SMB1 protocol defs into smb1pdu.h
[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
2026-01-19 6:33 UTC (11+ messages)
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` fsverity metadata offset, was: Re: [PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
[PATCH] fuse: Verify real bytes of readahead in fuse_readpages_end
2026-01-19 4:04 UTC
[PATCH v2 0/2] fuse/passthrough: simplify daemon crash recovery
2026-01-19 2:44 UTC (9+ messages)
` [PATCH 1/2] fuse: add ioctl to cleanup all backing files
[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
2026-01-18 22:36 UTC (28+ messages)
` [PATCH V7 00/19] famfs: port into fuse
` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper
` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V7 04/19] dax: Save the kva from memremap
` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V7 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
` [PATCH V7 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V7 08/19] dax: export dax_dev_get()
` [PATCH V7 09/19] famfs_fuse: magic.h: Add famfs magic numbers
` [PATCH V7 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V7 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V7 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V7 13/19] famfs_fuse: Create files with famfs fmaps
` [PATCH V7 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
` [PATCH V7 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V7 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [PATCH V7 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V7 18/19] famfs_fuse: Add famfs fmap metadata documentation
` [PATCH V7 19/19] famfs_fuse: Add documentation
` [PATCH V7 0/3] libfuse: add basic famfs support to libfuse
` [PATCH V7 1/3] fuse_kernel.h: bring up to baseline 6.19
` [PATCH V7 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
` [PATCH V7 3/3] fuse: add famfs DAX fmap support
` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
` [PATCH V4 1/2] daxctl: Add support for famfs mode
` [PATCH V4 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:
close(2) with EINTR has been changed by POSIX.1-2024
2026-01-18 22:23 UTC (8+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024
[PATCH] docs: filesystems: escape errant underscore in porting.rst
2026-01-18 18:40 UTC (3+ messages)
[PATCH v5 0/2] ceph: add subvolume metrics reporting support
2026-01-18 18:24 UTC (4+ messages)
` [PATCH v5 1/3] ceph: handle InodeStat v8 versioned field in reply parsing
` [PATCH v5 2/3] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v5 3/3] ceph: add subvolume metrics collection and reporting
[PATCH] xfstests: hfs/hfsplus don't support metadata journaling
2026-01-18 18:05 UTC (2+ messages)
[PATCH man-pages v2 0/2] man/man2const: clean up F_GETLEASE and add F_SETDELEG/F_GETDELEG manpages
2026-01-18 15:42 UTC (4+ messages)
` [PATCH man-pages v2 1/2] man/man2const: document the new F_SETDELEG and F_GETDELEG constants
` [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG
[PATCH (REPOST)] hpfs: make check=none mount option excludable
2026-01-18 9:50 UTC (2+ messages)
[PATCH v3 00/13] Enable multi-cluster fetching for exfat_get_block
2026-01-18 5:23 UTC (2+ messages)
[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
2026-01-17 18:51 UTC (10+ messages)
[RFC 0/2] fuse/passthrough: simplify daemon crash recovery
2026-01-17 15:26 UTC (8+ messages)
` [RFC 2/2] fuse: Add new flag to reuse the backing file of fuse_inode
[PATCH RFC 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-01-17 15:25 UTC (3+ messages)
` [PATCH RFC 1/2] rust: poll: make PollCondVar upgradable
` [PATCH RFC 2/2] rust_binder: use UpgradePollCondVar
[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-01-17 5:28 UTC (16+ messages)
` [PATCH v4 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v4 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v4 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v4 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v4 16/25] fuse: use enum types for header copying
` [PATCH v4 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v4 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v4 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v4 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v4 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v4 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v4 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v4 24/25] fuse: add zero-copy over io-uring
` [PATCH v4 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
[PATCH v2 0/1] iomap: fix readahead folio refcounting race
2026-01-17 2:30 UTC (7+ messages)
` [PATCH v2 1/1] "
[PATCH] chardev: fix consistent error handling in cdev_device_add
2026-01-17 0:57 UTC (2+ messages)
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