public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH] fuse: fix inode initialization race
 2026-03-26 15:06 UTC  (6+ messages)
  `  "

[PATCH] fuse: when copying a folio delay the mark dirty until the end
 2026-03-26 15:05 UTC  (3+ messages)
  ` [LTP] "

[REGRESSION] osnoise: "eventpoll: Replace rwlock with spinlock" causes ~50µs noise spikes on isolated PREEMPT_RT cores
 2026-03-26 14:52 UTC  (3+ messages)

[PATCH v4 0/2] pidfds: add coredump_code field to pidfd_info
 2026-03-26 14:42 UTC  (2+ messages)

[RFC PATCH] fdinfo: Option for public fdinfo
 2026-03-26 14:42 UTC  (6+ messages)

[Lsf-pc] [LSF/MM/BPF TOPIC] Where is fuse going? API cleanup, restructuring and more
 2026-03-26 14:39 UTC  (11+ messages)

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-26 14:33 UTC  (9+ messages)
  ` [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

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-03-26 14:22 UTC  (5+ messages)
` [RFC PATCH v1 03/11] nsproxy: Add FOR_EACH_NS_TYPE() X-macro and CLONE_NS_ALL
  ` (subset) "

[PATCH v4 0/2] udf: Fix race between file type conversion and writeback
 2026-03-26 14:22 UTC  (5+ messages)
` [PATCH v3 1/2] mpage: Provide variant of mpage_writepages() with own optional folio handler
` [PATCH v3 2/2] udf: Fix race between file type conversion and writeback

[PATCH 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-03-26 14:19 UTC  (29+ messages)
` [PATCH 01/26] netfs: Fix NULL pointer dereference in netfs_unbuffered_write() on retry
` [PATCH 02/26] netfs: Fix kernel BUG in netfs_limit_iter() for ITER_KVEC iterators
` [PATCH 03/26] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 04/26] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH 05/26] netfs: Fix read abandonment during retry
` [PATCH 06/26] netfs: Fix the handling of stream->front by removing it
` [PATCH 07/26] cachefiles: Fix excess dput() after end_removing()
` [PATCH 08/26] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH 09/26] mm: Make readahead store folio count in readahead_control
` [PATCH 10/26] netfs: Bulk load the readahead-provided folios up front
` [PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH 13/26] netfs: Add some tools for managing bvecq chains
` [PATCH 14/26] netfs: Add a function to extract from an iter into a bvecq
` [PATCH 15/26] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH 16/26] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH 17/26] cifs: Support ITER_BVECQ in smb_extract_iter_to_rdma()
` [PATCH 18/26] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH 19/26] cifs: Remove support for ITER_KVEC/BVEC/FOLIOQ from smb_extract_iter_to_rdma()
` [PATCH 20/26] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH 21/26] netfs: Remove netfs_extract_user_iter()
` [PATCH 22/26] iov_iter: Remove ITER_FOLIOQ
` [PATCH 23/26] netfs: Remove folio_queue and rolling_buffer
` [PATCH 24/26] netfs: Check for too much data being read
` [PATCH 25/26] netfs: Limit the the minimum trigger for progress reporting
` [PATCH 26/26] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH] netfs: Fix the handling of stream->front by removing it
 2026-03-26 14:19 UTC  (3+ messages)

trivial ->setattr cleanups
 2026-03-26 14:18 UTC  (4+ messages)
` [PATCH 1/5] hfs: update comments on hfs_inode_setattr

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

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-26 14:06 UTC  (44+ 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 34/42] ext2: Track metadata bhs in fs-private inode part
` [PATCH 35/42] affs: "
` [PATCH 36/42] bfs: "
` [PATCH 37/42] fat: "
` [PATCH 38/42] udf: "
` [PATCH 39/42] minix: "
` [PATCH 40/42] ext4: "
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[ANNOUNCE] util-linux v2.42-rc1
 2026-03-26 14:01 UTC  (4+ messages)
` unshare regression in 2.42-rc1

[PATCH v2 00/17] Introduce SCMI Telemetry FS support
 2026-03-26 13:32 UTC  (4+ messages)
` [PATCH v2 05/17] firmware: arm_scmi: Add Telemetry protocol support

[PATCH v2 0/4] mm: improve large folio readahead and alignment for exec memory
 2026-03-26 12:40 UTC  (4+ messages)
` [PATCH v2 2/4] mm: replace exec_folio_order() with generic preferred_exec_order()

support multiple block devices per file system for block-style layouts
 2026-03-26 12:37 UTC  (11+ 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 v2] udf: Fix race between file type conversion and writeback
 2026-03-26 12:29 UTC  (3+ messages)

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

[PATCH v2] ext4: do not check fast symlink during orphan recovery
 2026-03-26 11:57 UTC  (2+ messages)

[PATCH 0/5] exfat: convert to iomap
 2026-03-26 11:50 UTC  (6+ messages)
` [PATCH 1/5] exfat: add iomap support
` [PATCH 2/5] exfat: add iomap direct I/O support
` [PATCH 3/5] exfat: add iomap buffered "
` [PATCH 4/5] exfat: add support for multi-cluster allocation
` [PATCH 5/5] exfat: add support for SEEK_HOLE and SEEK_DATA in llseek

[PATCH v3 00/11] ext4: refactor partial block zero-out for iomap conversion
 2026-03-26 11:10 UTC  (12+ messages)
` [PATCH v3 01/11] ext4: add did_zero output parameter to ext4_block_zero_page_range()
` [PATCH v3 02/11] ext4: rename and extend ext4_block_truncate_page()
` [PATCH v3 03/11] ext4: factor out journalled block zeroing range
` [PATCH v3 04/11] ext4: rename ext4_block_zero_page_range() to ext4_block_zero_range()
` [PATCH v3 05/11] ext4: move ordered data handling out of ext4_block_do_zero_range()
` [PATCH v3 06/11] ext4: remove handle parameters from zero partial block functions
` [PATCH v3 07/11] ext4: pass allocate range as loff_t to ext4_alloc_file_blocks()
` [PATCH v3 08/11] ext4: move zero partial block range functions out of active handle
` [PATCH v3 09/11] ext4: remove ctime/mtime update from ext4_alloc_file_blocks()
` [PATCH v3 10/11] ext4: move pagecache_isize_extended() out of active handle
` [PATCH v3 11/11] ext4: zero post-EOF partial block before appending write

[RFC PATCH 0/1] vfs: transitive upgrade restrictions for fds
 2026-03-26 11:09 UTC  (4+ messages)
` [PATCH] "

[PATCH v4 00/21] mm: expand mmap_prepare functionality and usage
 2026-03-26 10:46 UTC  (5+ messages)
` [PATCH v4 20/21] mm: add mmap_action_map_kernel_pages[_full]()
` [PATCH v4 21/21] mm: on remap assert that input range within the proposed VMA

[PATCH] cachefiles: Fix excess dput() after end_removing()
 2026-03-26 10:15 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 00/10] ext4: refactor partial block zero-out for iomap conversion
 2026-03-26  8:53 UTC  (2+ 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)

[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-26  6:20 UTC  (16+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes

[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  (3+ messages)

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

[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  (2+ 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  (19+ messages)
` [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 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] "


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