public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-04 06:20:04 to 2025-11-05 09:19:29 UTC [more...]

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-05  9:19 UTC  (16+ messages)
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [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 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-05  7:42 UTC  (3+ 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

[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] binfmt_misc: restore write access before closing files opened by open_exec()
 2025-11-05  2:29 UTC 

[PATCH v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05  2:17 UTC  (8+ 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()

[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05  2:08 UTC  (7+ 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 v4] fs: hide names_cachep behind runtime access machinery
 2025-11-05  1:50 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

[PATCHBOMB v2 6.19] xfs: autonomous self healing
 2025-11-05  0:55 UTC  (31+ 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 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)

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

fall back from direct to buffered I/O when stable writes are required
 2025-11-04 23:38 UTC  (20+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits
` [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  (35+ messages)
` [PATCH 07/22] pidfs: drop struct pidfs_exit_info
` [PATCH 08/22] pidfs: expose coredump signal
` [PATCH 09/22] selftests/pidfd: update pidfd header
` [PATCH 10/22] selftests/pidfd: add first supported_mask test
` [PATCH 11/22] selftests/pidfd: add second "
` [PATCH 12/22] selftests/coredump: split out common helpers
` [PATCH 13/22] selftests/coredump: split out coredump socket tests
` [PATCH 14/22] selftests/coredump: fix userspace client detection
` [PATCH 15/22] selftests/coredump: fix userspace coredump "
` [PATCH 16/22] selftests/coredump: handle edge-triggered epoll correctly
` [PATCH 17/22] selftests/coredump: add debug logging to test helpers
` [PATCH 18/22] selftests/coredump: add debug logging to coredump socket tests
` [PATCH 19/22] selftests/coredump: add debug logging to coredump socket protocol tests
` [PATCH 20/22] selftests/coredump: ignore ENOSPC errors
` [PATCH 21/22] selftests/coredump: add first PIDFD_INFO_COREDUMP_SIGNAL test
` [PATCH 22/22] selftests/coredump: add second "

[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()

[PATCH 0/4] platform/x86: wmi: Prepare for future changes
 2025-11-04 20:52 UTC  (6+ 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

[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

[PATCH] fs: inline current_umask() and move it to fs_struct.h
 2025-11-04 17:04 UTC 

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

[PATCH RFC 0/2] fs: fully sync all fsese even for an emergency sync
 2025-11-04 15:48 UTC  (12+ messages)
` [PATCH RFC 1/2] fs: do not pass a parameter for sync_inodes_one_sb()
` [PATCH RFC 2/2] fs: fully sync all fses even for an emergency sync

[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

[RFC] Another take at restarting FUSE servers
 2025-11-04 14:52 UTC  (15+ messages)

[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 v3] fs: push list presence check into inode_io_list_del()
 2025-11-04 12:07 UTC  (2+ messages)

[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

[RFC] unicode: Completion of error handling
 2025-11-04  8:55 UTC 

[PATCH v3 00/10] powerpc: Implement masked user access
 2025-11-04  8:01 UTC  (5+ messages)
` [PATCH v3 03/10] uaccess: Add masked_user_{read/write}_access_begin

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-04  7:52 UTC  (5+ messages)
` [PATCH v22 17/28] riscv/signal: save and restore of shadow stack for signal

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-11-04  6:35 UTC  (14+ messages)
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 04/12] powerpc/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 12/12] select: Convert to scoped user access

[f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-11-04  6:31 UTC  (4+ messages)
` [RFC PATCH 9/9] f2fs: Enable buffered read/write path large folios support for normal and atomic file with iomap
    `  "


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