messages from 2025-11-01 08:09:26 to 2025-11-03 18:31:12 UTC [more...]
[PATCHSET v6 1/8] fuse: general bug fixes
2025-11-03 18:30 UTC (5+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/5] fuse: implement file attributes mask for statx
[PATCHv4 0/8]
2025-11-03 18:26 UTC (12+ messages)
` [PATCHv4 5/8] iomap: simplify direct io validity check
[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
2025-11-03 17:30 UTC (19+ 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()
[PATCH v4 0/5] mm: Refactor and improve VMA count limit code
2025-11-03 17:13 UTC (5+ messages)
` [PATCH v4 1/5] mm: Document lenient map_count checks
` [PATCH v4 2/5] mm/selftests: add max_vma_count tests
[syzbot] [iomap?] kernel BUG in folio_end_read (2)
2025-11-03 16:58 UTC (3+ messages)
[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
2025-11-03 16:57 UTC (11+ messages)
[PATCH v5 1/5] vfat: fix missing sb_min_blocksize() return value checks
2025-11-03 16:56 UTC (6+ 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 v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
2025-11-03 16:48 UTC
[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 v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
2025-11-03 16:36 UTC (5+ 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] 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 RFC 0/2] fs: fully sync all fsese even for an emergency sync
2025-11-03 16:00 UTC (7+ 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 0/8] creds: add {scoped_}with_kernel_creds()
2025-11-03 15:59 UTC (10+ messages)
` [PATCH 1/8] cleanup: fix scoped_class()
` [PATCH 2/8] cred: add kernel_cred() helper
` [PATCH 3/8] cred: make init_cred static
` [PATCH 4/8] cred: add {scoped_}with_kernel_creds
` [PATCH 5/8] firmware: don't copy kernel creds
` [PATCH 6/8] nbd: "
` [PATCH 7/8] target: "
` [PATCH 8/8] unix: don't copy creds
[PATCH 00/22] coredump: cleanups & pidfd extension
2025-11-03 15:47 UTC (14+ 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 v4 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
2025-11-03 15:31 UTC (4+ messages)
` [PATCH v4 3/3] "
[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 00/16] credentials guards: the easy cases
2025-11-03 14:53 UTC (20+ messages)
` [PATCH 01/16] cred: add {scoped_}with_creds() guards
` [PATCH 02/16] aio: use credential guards
` [PATCH 03/16] backing-file: use credential guards for reads
` [PATCH 04/16] backing-file: use credential guards for writes
` [PATCH 05/16] backing-file: use credential guards for splice read
` [PATCH 06/16] backing-file: use credential guards for splice write
` [PATCH 07/16] backing-file: use credential guards for mmap
` [PATCH 08/16] binfmt_misc: use credential guards
` [PATCH 09/16] erofs: "
` [PATCH 10/16] nfs: use credential guards in nfs_local_call_read()
` [PATCH 11/16] nfs: use credential guards in nfs_local_call_write()
` [PATCH 12/16] nfs: use credential guards in nfs_idmap_get_key()
` [PATCH 13/16] smb: use credential guards in cifs_get_spnego_key()
` [PATCH 14/16] act: use credential guards in acct_write_process()
` [PATCH 15/16] cgroup: use credential guards in cgroup_attach_permissions()
` [PATCH 16/16] net/dns_resolver: use credential guards in dns_query()
[patch V5 00/12] uaccess: Provide and use scopes for user access
2025-11-03 14:46 UTC (3+ messages)
[PATCH 00/25] ext4: enable block size larger than page size
2025-11-03 14:45 UTC (23+ messages)
` [PATCH 01/25] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH 02/25] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH 03/25] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 05/25] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH 06/25] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 08/25] ext4: support large block size in ext4_readdir()
` [PATCH 09/25] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion
[PATCH v2] fix missing sb_min_blocksize() return value checks in some filesystems
2025-11-03 13:40 UTC (4+ messages)
[PATCH v4 00/17] vfs: recall-only directory delegations for knfsd
2025-11-03 13:13 UTC (19+ 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] Replace BUG_ON with error handling in hfs_new_inode()
2025-11-03 13:10 UTC
fall back from direct to buffered I/O when stable writes are required
2025-11-03 12:21 UTC (9+ messages)
[PATCH] init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()
2025-11-03 12:06 UTC (2+ messages)
Improving inode number documentation
2025-11-03 11:28 UTC (5+ messages)
` [PATCH v3] man/man3/readdir.3, man/man3type/stat.3type: Improve documentation about .d_ino and .st_ino
[PATCH v4 00/72] nstree: listns()
2025-11-03 11:21 UTC (4+ messages)
` [PATCH v4 18/72] nstree: add unified namespace list
[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-11-03 11:18 UTC (2+ messages)
[PATCH v7 03/12] mm: introduce AS_NO_DIRECT_MAP
2025-11-03 10:50 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] xfs: remove xarray mark for reclaimable zones
2025-11-03 10:19 UTC (2+ messages)
[PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
2025-11-03 9:34 UTC (11+ messages)
[PATCH v22 00/28] riscv control-flow integrity for usermode
2025-11-02 23:51 UTC (4+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
[syzbot] [netfs?] INFO: task hung in pipe_write (6)
2025-11-02 17:38 UTC (2+ messages)
` [syzbot] [kernfs?] "
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-11-02 16:17 UTC (9+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
[PATCH] fix missing sb_min_blocksize() return value checks in some filesystems
2025-11-02 14:53 UTC (4+ messages)
[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
2025-11-02 14:27 UTC (9+ messages)
[PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
2025-11-02 9:59 UTC (4+ messages)
[PATCH v12 01/13] x86/um: nommu: elf loader for fdpic
2025-11-02 9:49 UTC
[PATCH 0/7] sysctl: Move jiffies converters out of kernel/sysctl.c
2025-11-02 7:54 UTC (3+ messages)
` [PATCH 4/7] sysctl: Move jiffies converters to kernel/time/jiffies.c
[PATCH v4] fs: hide names_cachep behind runtime access machinery
2025-11-01 23:06 UTC (2+ messages)
[PATCH 3/3] fs: hide names_cachep behind runtime access machinery
2025-11-01 17:49 UTC (2+ messages)
[viro@zeniv.linux.org.uk: [RFC] audit reporting (or not reporting) pathnames on early failures in syscalls]
2025-11-01 17:36 UTC (2+ messages)
[PATCH] fs/pipe: stop duplicating union pipe_index declaration
2025-11-01 16:38 UTC (12+ messages)
` fms extension (Was: [PATCH] fs/pipe: stop duplicating union pipe_index declaration)
[PATCH RFC] fs/ntfs3: disable readahead for compressed files
2025-11-01 16:01 UTC (2+ messages)
[PATCH] fs/ntfs3: remove ntfs_bio_pages and use page cache for compressed I/O
2025-11-01 15:25 UTC (2+ messages)
` [PATCH v2] "
open_tree, and bind-mounting directories across mount namespaces
2025-11-01 15:21 UTC (3+ messages)
` [PATCH 1/1] fs: let open_tree open mounts from another namespace
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-11-01 15:06 UTC (18+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 02/10] rust: uaccess: add UserSliceReader::read_slice_partial()
` [PATCH v3 03/10] rust: uaccess: add UserSliceReader::read_slice_file()
` [PATCH v3 04/10] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
[RFC] Detecting missing null pointer checks after memory allocations
2025-11-01 12:42 UTC
[PATCH v4] fs: hide names_cachep behind runtime access machinery
2025-11-01 11:26 UTC (4+ 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 0/5] gfs2 non-blocking lookup
2025-11-01 8:09 UTC (6+ messages)
` [PATCH 1/5] gfs2: No d_revalidate op for "lock_nolock" mounts
` [PATCH 2/5] gfs2: Get rid of had_lock in gfs2_drevalidate
` [PATCH 3/5] gfs2: Use unique tokens for gfs2_revalidate
` [PATCH 4/5] gfs2: Enable non-blocking lookup in gfs2_permission
` [PATCH 5/5] Revert "gfs2: Add GL_NOBLOCK flag"
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