messages from 2026-08-01 22:01:30 to 2026-08-03 20:09:53 UTC [more...]
[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
2026-08-03 20:08 UTC (16+ messages)
` [PATCH v14 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v14 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v14 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v14 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v14 07/21] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v14 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v14 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v14 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing
` [PATCH v14 15/21] xfs: add fs-verity support
[BUG] ext4: NULL/invalid pointer dereference in ext4_writepages() during generic/039
2026-08-03 19:48 UTC (3+ messages)
[PATCH] fs: document semantics of kstat::{uid,gid} fields
2026-08-03 19:46 UTC
[GIT PULL] fsverity fix for v7.2-rc7
2026-08-03 19:28 UTC (2+ messages)
[GIT PULL] fscrypt fix for v7.2-rc7
2026-08-03 19:28 UTC (2+ messages)
[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
2026-08-03 19:13 UTC (15+ messages)
` [PATCH V12 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount
` [PATCH V12 03/12] famfs: Add daxdev table and dax notify_failure support
` [PATCH V12 04/12] famfs: Introduce inode_operations and super_operations
` [PATCH V12 05/12] famfs: Introduce file_operations read/write
` [PATCH V12 06/12] famfs: Introduce mmap and VM fault handling
` [PATCH V12 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
` [PATCH V12 08/12] famfs: iomap_begin and file-to-dax offset resolution
` [PATCH V12 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
` [PATCH V12 10/12] famfs: Add runtime operation-permission (opts) framework
` [PATCH V12 11/12] famfs: Report device capacity via statfs so df works
` [PATCH V12 12/12] famfs: Add documentation
[PATCH v2 0/6] mm: add basic PTE const type-safety
2026-08-03 18:38 UTC (8+ messages)
` [PATCH v2 1/6] mm/arm64: constify pte_get*() and contpte get logic
` [PATCH v2 2/6] parisc: Drop own implementations for ptep_get() and ptep_test_and_clear_young()
` [PATCH v2 3/6] mm/powerpc/8xx: constify ptep_get() argument
` [PATCH v2 4/6] mm/s390: "
` [PATCH v2 5/6] mm: constify generic pte_get*()
` [PATCH v2 6/6] mm: constify the pte_offset_map_ro_nolock() return value
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-03 18:13 UTC (6+ messages)
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private
[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
2026-08-03 18:11 UTC (16+ messages)
` [PATCH 01/19] buffer_head: Remove b_page
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 12/19] ext4: check for a metadata write error with buffer_write_io_error()
` [PATCH 13/19] ocfs2: "
` [PATCH 14/19] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH 15/19] gfs2: check for a metadata write error with buffer_write_io_error()
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails
[PATCH v2 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
2026-08-03 17:55 UTC (12+ messages)
` [PATCH v2 1/2] mm/huge_memory: use folio's memcg inside __folio_split()
` [PATCH v2 2/2] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
2026-08-03 17:18 UTC (6+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled
` [PATCH 2/9] selftests/exec: let binfmt_flag_supported() return a bool
[PATCH] squashfs: avoid thundering-herd cache wakeups
2026-08-03 14:43 UTC (5+ messages)
ext4: spurious "orphan cleanup on readonly fs" due to remount,ro failing to reset orphan_file structures
2026-08-03 15:14 UTC (5+ messages)
[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
2026-08-03 14:32 UTC (33+ messages)
` [PATCH v3 01/15] mm/vma: introduce VMA anon page offset field and add helpers
` [PATCH v3 02/15] mm: introduce linear_anon_page_index()
` [PATCH v3 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH v3 04/15] mm: update print_bad_page_map() to show anonymous page index
` [PATCH v3 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v3 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v3 09/15] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
[PATCH v4] pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumers
2026-08-03 13:55 UTC (3+ messages)
[PATCH] pidfd: hold exec_update_lock around namespace ioctl
2026-08-03 13:44 UTC (2+ messages)
[PATCH] f2fs: use the mount idmap for the owner check in f2fs_xattr_advise_set()
2026-08-03 13:43 UTC (3+ messages)
[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-08-03 13:20 UTC (3+ messages)
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
[PATCH v5] fs: avoid spurious dentry ref/unref cycle on open
2026-08-03 12:51 UTC
[PATCH v5] fs/dax: check zero or empty entry before converting xarray entry
2026-08-03 12:34 UTC
[PATCH 0/4] mm, ceph: remove wait_on_page_writeback()
2026-08-03 12:34 UTC (13+ messages)
` [PATCH 1/4] ceph: add ceph_folio_snap_context()
` [PATCH 2/4] ceph: convert ceph_wait_until_current_writes_complete() to folios
` [PATCH 3/4] mm: remove wait_on_page_writeback()
` [PATCH 4/4] ceph: remove page_snap_context()
[PATCH 0/3] binfmt_misc: bound the interpreters an entry can pre-open
2026-08-03 12:15 UTC (4+ messages)
` [PATCH 1/3] binfmt_misc: correctly account pre-opened interpreters
` [PATCH 2/3] selftests/exec: test the pre-opened interpreter limit
` [PATCH 3/3] binfmt_misc: document "
[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
2026-08-03 12:05 UTC (6+ messages)
` [PATCH 1/3] ovl: don't warn when the "
` [PATCH 2/3] binfmt_misc: "
` [PATCH 3/3] selftests/filesystems: test completing a context "
[PATCH v5] erofs: accept source file descriptor via fsconfig
2026-08-03 12:01 UTC (3+ messages)
[PATCH v4] fs: avoid spurious dentry ref/unref cycle on open
2026-08-03 11:15 UTC
[PATCH 0/2] ufs: harden the mount path against malformed images
2026-08-03 10:10 UTC (5+ messages)
` [PATCH 1/2] ufs: create the root dentry after loading cylinder metadata
` [PATCH 2/2] ufs: validate cylinder group metadata before caching it
[PATCH] ufs: do not treat unreadable directory blocks as empty
2026-08-03 10:01 UTC (2+ messages)
[PATCH] MAINTAINERS: add myself as UFS filesystem maintainer
2026-08-03 10:00 UTC (5+ messages)
[PATCH] fuse: wake one waiter per freed slot when raising max_background
2026-08-03 9:25 UTC (2+ messages)
[PATCH 1/1] ntfs: add ioctl support for named data streams
2026-08-03 9:09 UTC (3+ messages)
[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
2026-08-03 7:13 UTC (3+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios
[PATCH 0/2] ext4: ensure WRITE_ZEROES is power-failure-safe
2026-08-03 6:29 UTC (5+ messages)
` [PATCH 2/2] ext4: protect WRITE_ZEROES written extents with orphan list
[PATCH v6 00/22] Introduce SCMI Telemetry support
2026-08-03 6:17 UTC
[PATCH v6 00/22] Introduce SCMI Telemetry support
2026-08-03 6:13 UTC (7+ messages)
` [PATCH v6 06/22] firmware: arm_scmi: Add basic "
` [PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation
[PATCH] adfs: validate zone_spare in adfs_checkdiscrecord()
2026-08-03 3:26 UTC
[PATCH] adfs: bound the F+ directory entry name length
2026-08-03 3:24 UTC
[RFC PATCH RESEND] eventpoll: add lockless fast-path for eventfd
2026-08-03 1:52 UTC
[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
2026-08-03 1:21 UTC (13+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 02/12] Add and use d_for_each_positive_child family of iterators
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()
` [PATCH v1 05/12] libfs: simplify scan_positives()
` [PATCH v1 06/12] libfs: change scan_positives() to use d_for_each_positive_child_continue()
` [PATCH v1 07/12] libfs: allow scan_positives() to be called without a cursor
` [PATCH v1 08/12] libfs: replace find_positive_dentry() with scan_positives()
` [PATCH v1 09/12] autofs: don't hold ->lookup_lock in get_next_positive_*
` [PATCH v1 10/12] VFS: don't move dentries in d_sib list when they have the same parent
` [PATCH v1 11/12] Call cond_reshed() as needed in d_for_each_positive_child()
` [PATCH v1 12/12] libfs: remove cond_resched() from scan_positives()
[RFC PATCH] fs: introduce pluggable ELF interpreter loader registry
2026-08-02 22:54 UTC (10+ messages)
` [RFC PATCH] fs: binfmt_misc: introduce eBPF-based matching and interpreter selection
[PATCH v2] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-08-02 19:14 UTC (2+ messages)
` [syzbot ci] "
[GIT PULL for v7.2] vfs fixes
2026-08-02 17:51 UTC (2+ messages)
[syzbot] [fs?] [mm?] WARNING in path_noexec (2)
2026-08-02 17:07 UTC (2+ messages)
[PATCH v3 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
2026-08-02 16:53 UTC (8+ messages)
[PATCH net-next v6 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
2026-08-02 15:12 UTC (5+ messages)
` [PATCH net-next v6 1/4] net: af_unix: enable custom setsockopt for all socket types
` [PATCH net-next v6 2/4] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
` [PATCH net-next v6 3/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
` [PATCH net-next v6 4/4] selftest: Add tests for "
[PATCH v6 bpf-next 0/4] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-08-02 14:50 UTC (25+ messages)
` [PATCH v6 bpf-next 3/4] "
[PATCH] ufs: free the buffer head container in ubh_bforget
2026-08-02 11:45 UTC (4+ messages)
` [PATCH v2] "
[syzbot] Monthly fuse report (Aug 2026)
2026-08-02 4:32 UTC
[PATCH v2] fsnotify: Fix stale object mask after concurrent mark updates
2026-08-02 1:58 UTC (2+ messages)
` [PATCH v3] "
[PATCH 00/10] ufs: correctness fixes for valid on-disk filesystems
2026-08-01 22:55 UTC (11+ messages)
` [PATCH 01/10] ufs: name the modern UFS2 superblock fields
` [PATCH 02/10] ufs: use i_size to detect fast symlinks
` [PATCH 03/10] ufs: free UFS2 external attribute blocks on inode deletion
` [PATCH 04/10] ufs: do not inherit file flags from the parent directory
` [PATCH 05/10] ufs: honour on-disk immutable and append-only flags
` [PATCH 06/10] ufs: fix fragment relocation offsets within a folio
` [PATCH 07/10] ufs: revalidate filesystem state before remounting read-write
` [PATCH 08/10] ufs: refuse read-write mount when fsck or journal replay is needed
` [PATCH 09/10] ufs: refuse read-write mount of filesystems with active snapshots
` [PATCH 10/10] ufs: refuse read-write mount of check-hashed filesystems
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