messages from 2025-11-03 12:06:26 to 2025-11-04 13:10:46 UTC [more...]
[RFC] Another take at restarting FUSE servers
2025-11-04 13:10 UTC (14+ messages)
[PATCH RFC 0/8] fs: introduce super write guard
2025-11-04 13:06 UTC (13+ 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 v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
2025-11-04 12:50 UTC (5+ 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 RFC 0/2] fs: fully sync all fsese even for an emergency sync
2025-11-04 12:42 UTC (14+ 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
[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()
fall back from direct to buffered I/O when stable writes are required
2025-11-04 12:33 UTC (18+ 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 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 (9+ messages)
` [PATCH 04/16] backing-file: use credential guards for writes
` [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 v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
2025-11-04 11:12 UTC (2+ 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
[PATCH v4] fs: hide names_cachep behind runtime access machinery
2025-11-04 10:25 UTC (7+ 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
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-11-04 9:25 UTC (3+ messages)
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES
[PATCH 00/22] coredump: cleanups & pidfd extension
2025-11-04 9:19 UTC (45+ 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 "
[RFC] unicode: Completion of error handling
2025-11-04 8:55 UTC
[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
2025-11-04 8:59 UTC (6+ 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()
[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 (10+ messages)
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion
[patch V5 00/12] uaccess: Provide and use scopes for user access
2025-11-04 6:35 UTC (16+ 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 (21+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()
[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
2025-11-04 3:44 UTC (12+ messages)
[syzbot] [iomap?] kernel BUG in folio_end_read (2)
2025-11-04 2:43 UTC (3+ messages)
[PATCH] hfs: Validate CNIDs in hfs_read_inode
2025-11-04 1:47 UTC (4+ 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 v2 00/50] tree-in-dcache stuff
2025-11-04 1:43 UTC (3+ messages)
` [PATCH v2 18/50] convert pstore
[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
2025-11-04 0:34 UTC (23+ messages)
` [PATCH v4 01/17] filelock: make lease_alloc() take a flags argument
` [PATCH v4 02/17] filelock: rework the __break_lease API to use flags
` [PATCH v4 03/17] filelock: add struct delegated_inode
` [PATCH v4 04/17] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v4 05/17] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v4 06/17] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v4 07/17] vfs: allow rmdir "
` [PATCH v4 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [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 v4 11/17] vfs: make vfs_mknod "
` [PATCH v4 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v4 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v4 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v4 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v4 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v4 17/17] vfs: expose delegation support to userland
[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
[PATCHSET v6 1/8] fuse: general bug fixes
2025-11-03 22:13 UTC (8+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/5] fuse: implement file attributes mask for statx
[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 (15+ messages)
` [PATCH 01/12] cred: add prepare credential guard
` [PATCH 02/12] sev-dev: use guard for path
` [PATCH 03/12] sev-dev: use prepare credential guard
` [PATCH 04/12] sev-dev: use override credential guards
` [PATCH 05/12] coredump: move revert_cred() before coredump_cleanup()
` [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
[PATCH v2] fix missing sb_min_blocksize() return value checks in some filesystems
2025-11-03 13:40 UTC (3+ messages)
[PATCH] Replace BUG_ON with error handling in hfs_new_inode()
2025-11-03 13:10 UTC
[PATCH] init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()
2025-11-03 12:06 UTC (2+ messages)
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;
as well as URLs for NNTP newsgroup(s).