messages from 2025-11-03 14:58:09 to 2025-11-04 23:01:35 UTC [more...]
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-11-04 23:01 UTC (6+ messages)
` [PATCH v2 0/2] hfs: Validate CNIDs read from filesystem
` [PATCH v2 1/2] hfs: Validate CNIDs in hfs_read_inode
` [PATCH v2 2/2] hfs: Update sanity check of the root record
[PATCH v4] fs: hide names_cachep behind runtime access machinery
2025-11-04 22:06 UTC (14+ 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
[PATCHSET v6 1/8] fuse: general bug fixes
2025-11-04 21:47 UTC (12+ 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
` [PATCH 3/5] fuse: implement file attributes mask for statx
[PATCH v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
2025-11-04 21:29 UTC (7+ 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()
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 (47+ messages)
` [PATCH 01/22] pidfs: use guard() for task_lock
` [PATCH 02/22] pidfs: fix PIDFD_INFO_COREDUMP handling
` [PATCH 03/22] pidfs: add missing PIDFD_INFO_SIZE_VER1
` [PATCH 04/22] pidfs: add missing BUILD_BUG_ON() assert on struct pidfd_info
` [PATCH 05/22] pidfd: add a new supported_mask field
` [PATCH 06/22] pidfs: prepare to drop exit_info pointer
` [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
[PATCH v3 0/8] iomap: buffered io changes
2025-11-04 20:51 UTC (9+ 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 "
[syzbot] [iomap?] kernel BUG in folio_end_read (2)
2025-11-04 18:25 UTC (5+ 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 (9+ messages)
` [PATCH v4 09/17] vfs: add struct createdata for passing arguments to vfs_create()
` [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
[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
2025-11-04 15:57 UTC (8+ messages)
` [PATCH v4 2/5] exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
` [PATCH v4 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super
` [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()
RFC: NFSD administrative interface to prevent offering NFSv4 delegation
2025-11-04 15:54 UTC
fall back from direct to buffered I/O when stable writes are required
2025-11-04 15:53 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 RFC 0/2] fs: fully sync all fsese even for an emergency sync
2025-11-04 15:48 UTC (15+ 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 0/8]
2025-11-04 11:35 UTC (13+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check
[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 00/25] ext4: enable block size larger than page size
2025-11-04 6:55 UTC (4+ messages)
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
[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
` "
[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-04 6:17 UTC (8+ messages)
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
2025-11-04 3:44 UTC (12+ messages)
[PATCH v2 00/50] tree-in-dcache stuff
2025-11-04 1:43 UTC (3+ messages)
` [PATCH v2 18/50] convert pstore
[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
2025-11-03 23:58 UTC (6+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests
[PATCH v8] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-11-03 20:03 UTC (5+ messages)
[PATCH] fs: touch up predicts in putname()
2025-11-03 16:44 UTC (8+ messages)
[PATCH v5 0/3] Optimize folio split in memory failure
2025-11-03 16:38 UTC (5+ messages)
` [PATCH v5 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related
[PATCH v3] fix missing sb_min_blocksize() return value checks in some filesystems
2025-11-03 16:22 UTC (3+ messages)
[PATCH 00/12] credential guards: credential preparation
2025-11-03 16:10 UTC (10+ messages)
` [PATCH 06/12] coredump: pass struct linux_binfmt as const
` [PATCH 07/12] coredump: mark struct mm_struct "
` [PATCH 08/12] coredump: split out do_coredump() from vfs_coredump()
` [PATCH 09/12] coredump: use prepare credential guard
` [PATCH 10/12] coredump: use override "
` [PATCH 11/12] trace: use prepare "
` [PATCH 12/12] trace: use override "
[PATCH 0/8] creds: add {scoped_}with_kernel_creds()
2025-11-03 15:59 UTC (2+ messages)
[PATCH v4 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
2025-11-03 15:31 UTC (2+ messages)
[PATCHv3 0/2] Fix SIGBUS semantics with large folios
2025-11-03 15:18 UTC (9+ messages)
` [PATCHv3 1/2] mm/memory: Do not populate page table entries beyond i_size
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