public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-04 09:45:49 to 2025-11-05 12:05:46 UTC [more...]

open_tree, and bind-mounting directories across mount namespaces
 2025-11-05 12:05 UTC  (2+ messages)

[PATCH 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-05 12:04 UTC  (5+ messages)
` [PATCH 1/2] ext4: fix incorrect group number assertion in mb_check_buddy for exhausted preallocations
` [PATCH 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

[PATCH v4 0/1] vfs-6.19.iomap commit 51311f045375 fixup
 2025-11-05 11:57 UTC  (2+ messages)

[PATCH] mount: fix duplicate mounts using the new mount API
 2025-11-05 11:54 UTC  (6+ messages)

generic_permission() optimization
 2025-11-05 11:51 UTC  (13+ messages)

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-05 11:49 UTC  (15+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[PATCH] init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()
 2025-11-05 11:49 UTC  (2+ messages)

[PATCH v2 00/50] tree-in-dcache stuff
 2025-11-05 11:47 UTC  (10+ messages)
` [PATCH v2 22/50] convert efivarfs

[PATCH 1/3] rust: fs: add a new type for file::Offset
 2025-11-05 11:39 UTC  (8+ messages)
` [PATCH 2/3] rust fs: kiocb: take advantage from file::Offset
` [PATCH 3/3] rust: iov: "

[PATCH v3] fs: push list presence check into inode_io_list_del()
 2025-11-05 11:33 UTC  (3+ messages)

[PATCH RFC 0/2] fs: fully sync all fsese even for an emergency sync
 2025-11-05 11:32 UTC  (11+ messages)
` [PATCH RFC 2/2] fs: fully sync all fses "

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-05 11:28 UTC  (34+ messages)
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion
` [PATCH 11/25] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH 12/25] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH 13/25] ext4: support large block size in ext4_mb_init_cache()
` [PATCH 14/25] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH 15/25] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH 16/25] ext4: support large block size in ext4_mpage_readpages()
` [PATCH 17/25] ext4: support large block size in ext4_block_write_begin()
` [PATCH 18/25] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH 19/25] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH 20/25] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH 21/25] ext4: make online defragmentation support large block size
` [PATCH 24/25] ext4: add checks for large folio incompatibilities when BS > PS
` [PATCH 25/25] ext4: enable block size larger than page size

[PATCH] fs: inline current_umask() and move it to fs_struct.h
 2025-11-05 11:20 UTC  (2+ messages)

[PATCH v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05 11:17 UTC  (9+ messages)
` [PATCH v6 2/5] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
` [PATCH v6 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super
` [PATCH v6 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
` [PATCH v6 5/5] block: add __must_check attribute to sb_min_blocksize()

[PATCHBOMB v2 6.19] xfs: autonomous self healing
 2025-11-05 11:14 UTC  (33+ messages)
` [PATCHSET V3 1/2] xfs: autonomous self healing of filesystems
  ` [PATCH 01/22] docs: remove obsolete links in the xfs online repair documentation
  ` [PATCH 02/22] docs: discuss autonomous self healing in the xfs online repair design doc
  ` [PATCH 03/22] xfs: create debugfs uuid aliases
  ` [PATCH 04/22] xfs: create hooks for monitoring health updates
  ` [PATCH 05/22] xfs: create a filesystem shutdown hook
  ` [PATCH 06/22] xfs: create hooks for media errors
  ` [PATCH 07/22] iomap: report buffered read and write io errors to the filesystem
  ` [PATCH 08/22] iomap: report directio read and write errors to callers
  ` [PATCH 09/22] xfs: create file io error hooks
  ` [PATCH 10/22] xfs: create a special file to pass filesystem health to userspace
  ` [PATCH 11/22] xfs: create event queuing, formatting, and discovery infrastructure
  ` [PATCH 12/22] xfs: report metadata health events through healthmon
  ` [PATCH 13/22] xfs: report shutdown "
  ` [PATCH 14/22] xfs: report media errors "
  ` [PATCH 15/22] xfs: report file io "
  ` [PATCH 16/22] xfs: allow reconfiguration of the health monitoring device
  ` [PATCH 17/22] xfs: validate fds against running healthmon
  ` [PATCH 18/22] xfs: add media error reporting ioctl
  ` [PATCH 19/22] xfs: send uevents when major filesystem events happen
  ` [PATCH 20/22] xfs: merge health monitoring events when possible
  ` [PATCH 21/22] xfs: restrict healthmon users further
  ` [PATCH 22/22] xfs: charge healthmon event objects to the memcg of the listening process
` [PATCHSET V3 2/2] iomap: generic file IO error reporting
  ` [PATCH 1/6] iomap: report file IO errors to fsnotify
  ` [PATCH 2/6] xfs: switch healthmon to use the iomap I/O error reporting
  ` [PATCH 3/6] xfs: port notify-failure to use the new vfs io "
  ` [PATCH 4/6] xfs: remove file I/O error hooks
  ` [PATCH 5/6] iomap: remove "
  ` [PATCH 6/6] xfs: report fs metadata errors via fsnotify

[PATCH] binfmt_misc: restore write access before closing files opened by open_exec()
 2025-11-05 11:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: add idr core-api doc file to XARRAY
 2025-11-05 10:58 UTC 

[RFC] Another take at restarting FUSE servers
 2025-11-05 10:21 UTC  (16+ messages)

[PATCH 0/4] platform/x86: wmi: Prepare for future changes
 2025-11-05  9:41 UTC  (7+ messages)
` [PATCH 1/4] fs/nls: Fix utf16 to utf8 conversion
` [PATCH 2/4] platform/x86: wmi: Use correct type when populating ACPI objects
` [PATCH 3/4] platform/x86: wmi: Remove extern keyword from prototypes
` [PATCH 4/4] platform/x86: wmi: Move WMI core code into a separate directory

[bug report] fstests generic/085 btrfs hang with use-after-free at bdev_super_lock
 2025-11-05  6:54 UTC  (2+ messages)

[PATCH] fs: touch up predicts in putname()
 2025-11-05  6:25 UTC  (9+ messages)

[syzbot] [netfs?] INFO: task hung in anon_pipe_write
 2025-11-05  5:48 UTC  (2+ messages)
` [syzbot] [nfs?] "

[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-11-05  2:59 UTC  (3+ messages)

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05  2:41 UTC  (2+ messages)

[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05  2:08 UTC  (6+ messages)
` [PATCH v4 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
` [PATCH v4 5/5] block: add __must_check attribute to sb_min_blocksize()

[PATCH v3 0/8] iomap: buffered io changes
 2025-11-05  1:50 UTC  (17+ messages)
` [PATCH v3 1/8] iomap: account for unaligned end offsets when truncating read range
` [PATCH v3 2/8] docs: document iomap writeback's iomap_finish_folio_write() requirement
` [PATCH v3 3/8] iomap: optimize pending async writeback accounting
` [PATCH v3 4/8] iomap: simplify ->read_folio_range() error handling for reads
` [PATCH v3 5/8] iomap: simplify when reads can be skipped for writes
` [PATCH v3 6/8] iomap: use loff_t for file positions and offsets in writeback code
` [PATCH v3 7/8] iomap: use find_next_bit() for dirty bitmap scanning
` [PATCH v3 8/8] iomap: use find_next_bit() for uptodate "

[PATCH v3] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-05  0:36 UTC 

[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
 2025-11-05  0:31 UTC  (7+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update

[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
 2025-11-05  0:25 UTC  (2+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-04 23:38 UTC  (18+ messages)
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 3/4] xfs: use IOCB_DONTCACHE when falling back to buffered writes

[PATCH] pidfs: reduce wait_pidfd lock scope
 2025-11-04 23:05 UTC 

[PATCH] hfs: Validate CNIDs in hfs_read_inode
 2025-11-04 23:01 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] hfs: Update sanity check of the root record

[PATCHSET v6 1/8] fuse: general bug fixes
 2025-11-04 21:47 UTC  (8+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
` [PATCH 2/5] fuse: signal that a fuse inode should exhibit local fs behaviors

NEW PO 68216 Tuesday, November 4, 2025 at 10:18:21 PM
 2025-11-04 21:18 UTC 

[PATCH 00/22] coredump: cleanups & pidfd extension
 2025-11-04 21:00 UTC  (3+ messages)

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-04 20:57 UTC  (18+ messages)
` [PATCH RFC 1/8] fs: add super_write_guard
` [PATCH RFC 2/8] btrfs: use super write guard in btrfs_reclaim_bgs_work()
` [PATCH RFC 3/8] btrfs: use super write guard btrfs_run_defrag_inode()
` [PATCH RFC 4/8] btrfs: use super write guard in sb_start_write()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
` [PATCH RFC 6/8] btrfs: use super write guard in relocating_repair_kthread()
` [PATCH RFC 7/8] open: use super write guard in do_ftruncate()
` [PATCH RFC 8/8] xfs: use super write guard in xfs_file_ioctl()

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-04 18:25 UTC  (4+ messages)

[PATCH v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-04 18:10 UTC  (4+ messages)

[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-04 18:10 UTC  (4+ messages)
` [PATCH v4 10/17] vfs: make vfs_create break delegations on parent directory

RFC: NFSD administrative interface to prevent offering NFSv4 delegation
 2025-11-04 15:54 UTC 

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-04 15:29 UTC  (4+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES

[PATCH 0/3] fs: start to split up fs.h
 2025-11-04 14:46 UTC  (4+ messages)
` [PATCH 1/3] fs: rename fs_types.h to fs_dirent.h
` [PATCH 2/3] fs: add fs_super_types header
` [PATCH 3/3] fs: add fs_super.h header

[PATCH v5 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-04 12:36 UTC  (15+ messages)
` [PATCH v5 2/5] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
` [PATCH v5 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super
` [PATCH v5 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super
` [PATCH v5 5/5] block: add __must_check attribute to sb_min_blocksize()

[PATCH 00/16] credentials guards: the easy cases
 2025-11-04 11:40 UTC  (5+ messages)
` [PATCH 14/16] act: use credential guards in acct_write_process()

[PATCHv4 5/8] iomap: simplify direct io validity check
 2025-11-04 11:35 UTC  (11+ messages)

[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
 2025-11-04 11:08 UTC  (8+ messages)
` [PATCH v7 04/12] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
  ` [PATCH v7 05/12] KVM: guest_memfd: Add flag to remove from direct map


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