public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 07:33:46 to 2026-03-26 09:57:30 UTC [more...]

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-26  9:54 UTC  (38+ messages)
` [PATCH 01/42] ext4: Use inode_has_buffers()
` [PATCH 02/42] gfs2: Don't zero i_private_data
` [PATCH 03/42] ntfs3: Drop pointless sync_mapping_buffers() and invalidate_inode_buffers() calls
` [PATCH 04/42] ocfs2: Drop pointless sync_mapping_buffers() calls
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 06/42] ufs: Drop pointless invalidate_mapping_buffers() call
` [PATCH 07/42] exfat: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 09/42] udf: Switch to generic_buffers_fsync()
` [PATCH 10/42] minix: "
` [PATCH 11/42] bfs: "
` [PATCH 12/42] fat: Switch to generic_buffers_fsync_noflush()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 16/42] udf: Sync and invalidate metadata buffers from udf_evict_inode()
` [PATCH 17/42] minix: Sync and invalidate metadata buffers from minix_evict_inode()
` [PATCH 18/42] ext2: Sync and invalidate metadata buffers from ext2_evict_inode()
` [PATCH 19/42] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 20/42] bfs: Sync and invalidate metadata buffers from bfs_evict_inode()
` [PATCH 21/42] affs: Sync and invalidate metadata buffers from affs_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 23/42] fs: Stop using i_private_data for metadata bh tracking
` [PATCH 24/42] hugetlbfs: Stop using i_private_data
` [PATCH 25/42] aio: Stop using i_private_data and i_private_lock
` [PATCH 26/42] fs: Remove i_private_data
` [PATCH 27/42] kvm: Use private inode list instead of i_private_list
` [PATCH 28/42] fs: Drop osync_buffers_list()
` [PATCH 29/42] fs: Fold fsync_buffers_list() into sync_mapping_buffers()
` [PATCH 30/42] fs: Move metadata bhs tracking to a separate struct
` [PATCH 31/42] fs: Make bhs point to mapping_metadata_bhs
` [PATCH 32/42] fs: Switch inode_has_buffers() to take mapping_metadata_bhs
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 35/42] affs: Track metadata bhs in fs-private inode part
` [PATCH 36/42] bfs: "
` [PATCH 38/42] udf: "
` [PATCH 40/42] ext4: "

[PATCH v2 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-26  8:53 UTC  (9+ messages)
` [PATCH v2 01/10] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v2 02/10] ext4: ext4_block_truncate_page() returns zeroed length on success
` [PATCH v2 03/10] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v2 04/10] ext4: factor out journalled block zeroing range
` [PATCH v2 08/10] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v2 09/10] ext4: move zero partial block range functions out of active handle
` [PATCH v2 10/10] ext4: zero post-EOF partial block before appending write

[PATCH] cachefiles: Fix excess dput() after end_removing()
 2026-03-26  9:07 UTC  (5+ messages)

[PATCH v1] mm: fix writeback regression for strictlimit BDIs
 2026-03-26  8:48 UTC  (3+ messages)

[PATCH v4] sysctl: fix uninitialized variable in proc_do_large_bitmap
 2026-03-26  7:48 UTC  (2+ messages)

[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
 2026-03-26  7:42 UTC  (8+ messages)
` [RFC 1/1] "

[PATCH] fuse: when copying a folio delay the mark dirty until the end
 2026-03-26  6:35 UTC  (2+ messages)

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-26  6:20 UTC  (51+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata

[PATCH v2] udf: Fix race between file type conversion and writeback
 2026-03-26  5:47 UTC  (2+ messages)

support multiple block devices per file system for block-style layouts
 2026-03-26  5:38 UTC  (10+ messages)
` [PATCH 1/7] exportfs: split out the ops for layout-based block device access
` [PATCH 2/7] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 5/7] nfsd/blocklayout: support GETDEVICEINFO for multiple devices

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-26  3:18 UTC  (13+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH RFC v4 3/3] block: enable RWF_DONTCACHE for block devices

[RFC] Proposal: provenance_time (ptime) — a settable timestamp for cross-filesystem migration
 2026-03-26  2:29 UTC  (4+ messages)

[PATCH v5] selftests/mm: add folio_split() and filemap_get_entry() race test
 2026-03-26  1:53 UTC  (4+ messages)

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-25 22:40 UTC  (12+ messages)
  ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax

[PATCHSET v7 1/9] fuse: general bug fixes
 2026-03-25 22:23 UTC  (7+ messages)
` [PATCH 3/5] fuse: implement file attributes mask for statx
` [PATCH 4/5] fuse: update file mode when updating acls

[PATCH 00/19] libfuse: Add support for synchronous init
 2026-03-25 22:03 UTC  (13+ messages)
` [PATCH 12/19] fuse mount: Support synchronous FUSE_INIT (privileged daemon)
` [PATCH 17/19] Make fusermount work bidirectional for sync init

[RFC PATCH] iov: Bypass usercopy hardening for kernel iterators
 2026-03-25 21:29 UTC  (4+ messages)

[PATCH v3] sysctl: fix check against uninitialized variable in proc_do_large_bitmap
 2026-03-25 20:48 UTC  (4+ messages)

[RFC PATCH 0/1] mm/filemap: make writeback wait killable in __filemap_fdatawait_range()
 2026-03-25 19:15 UTC 

[PATCH 0/6] mm: vma flag tweaks
 2026-03-25 19:11 UTC  (33+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH v2 0/41] fs: Move metadata bh tracking from address_space
 2026-03-25 19:01 UTC  (11+ messages)
` [PATCH 12/41] fs: Drop sync_mapping_buffers() from __generic_file_fsync()
` [PATCH 31/41] fs: Provide functions for handling mapping_metadata_bhs directly

[RFC PATCH 0/3] ipc/mqueue: add fcntl(F_MQ_PEEK) for non-destructive message inspection
 2026-03-25 19:00 UTC  (4+ messages)
` [RFC PATCH 1/3] mqueue: uapi: add struct mq_peek_attr and F_MQ_PEEK
` [RFC PATCH 2/3] msg: move struct msg_msgseg and DATALEN_* to include/linux/msg.h
` [RFC PATCH 3/3] ipc/mqueue: implement fcntl(F_MQ_PEEK) for non-destructive message inspection

[RFC PATCH v5 0/2] sysctl: add CTLTBL_ENTRY_XXX() macros for ctl_table initialization
 2026-03-25 18:39 UTC  (3+ messages)
` [RFC PATCH v5 1/2] sysctl: introduce CTLTBL_ENTRY_XXX() helper macros
` [RFC PATCH v5 2/2] sysctl: convert kernel/sysctl-test.c to use CTLTBL_ENTRY_XXX()

[PATCH v2 0/2] udf: Fix race between file type conversion and writeback
 2026-03-25 16:12 UTC  (4+ messages)
` [PATCH v2 2/2] "

[RFC PATCH v2 0/2] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-25 17:36 UTC  (4+ messages)
` [RFC PATCH v2 1/2] lsm: add backing_file LSM hooks

trivial ->setattr cleanups
 2026-03-25 16:38 UTC  (12+ messages)
` [PATCH 1/5] hfs: update comments on hfs_inode_setattr
` [PATCH 2/5] adfs: rename adfs_notify_change to adfs_setattr
` [PATCH 3/5] affs: rename affs_notify_change to affs_setattr
` [PATCH 4/5] proc: rename proc_setattr to proc_nochmod_setattr
` [PATCH 5/5] proc: rename proc_notify_change to proc_setattr

[PATCH] netfs: Fix the handling of stream->front by removing it
 2026-03-25 15:46 UTC  (2+ messages)

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-03-25 15:26 UTC  (9+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 02/11] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-25 14:13 UTC  (24+ messages)
` [PATCH v4 09/21] fs: afs: revert mmap_prepare() change
` [PATCH v4 10/21] fs: afs: restore mmap_prepare implementation
` [PATCH v4 11/21] mm: add mmap_action_simple_ioremap()
` [PATCH v4 12/21] misc: open-dice: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 13/21] hpet: "
` [PATCH v4 14/21] mtdchar: replace deprecated mmap hook with mmap_prepare, clean up
` [PATCH v4 15/21] stm: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 16/21] staging: vme_user: "
` [PATCH v4 17/21] mm: allow handling of stacked mmap_prepare hooks in more drivers
` [PATCH v4 18/21] drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepare
` [PATCH v4 19/21] uio: replace deprecated mmap hook with mmap_prepare in uio_info

[PATCH] ovl: make fsync after metadata copy-up opt-in mount option
 2026-03-25 13:11 UTC  (4+ messages)

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-25 12:12 UTC  (5+ messages)
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership

[PATCH] xfs: use GFP_NOFS in __xfs_trans_alloc
 2026-03-25 11:34 UTC  (5+ messages)
` [PATCH] xfs: defer lazytime timestamp updates to inodegc during eviction

[RFC PATCH] quota: allow unprivileged users to query ID 0 default limits
 2026-03-25  9:11 UTC  (10+ messages)
` [PATCH v2] xfs: return default quota limits for IDs without a dquot

[PATCH v2 0/9] memblock: improve late freeing of reserved memory
 2026-03-25  8:51 UTC  (2+ messages)

[PATCH] fuse: fix inode initialization race
 2026-03-25  7:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox