messages from 2025-06-11 12:23:36 to 2025-06-12 19:36:32 UTC [more...]
[PATCH 0/5] Remove zero_user()
2025-06-12 19:36 UTC (7+ messages)
` [PATCH 1/5] bio: Use memzero_page() in bio_truncate()
` [PATCH 2/5] null_blk: Use memzero_page()
` [PATCH 3/5] direct-io: "
` [PATCH 4/5] ceph: Convert ceph_zero_partial_page() to use a folio
` [PATCH 5/5] mm: Remove zero_user()
[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
2025-06-12 19:08 UTC (49+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO
` need SUNRPC TCP to receive into aligned pages [was: Re: [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO]
` [PATCH 4/6] fs: introduce RWF_DIRECT to allow using O_DIRECT on a per-IO basis
` [PATCH 5/6] NFSD: leverage DIO alignment to selectively issue O_DIRECT reads and writes
[RFC] Keyrings: How to make them more useful
2025-06-12 18:27 UTC (3+ messages)
[PATCH] fs: don't needlessly acquire f_lock
2025-06-12 18:07 UTC (8+ messages)
` [PATCH] fs: drop assert in file_seek_cur_needs_f_lock
[PATCHES][CFR][CFT] securityfs cleanups and fixes
2025-06-12 17:43 UTC (12+ messages)
` [PATCH 01/10] securityfs: don't pin dentries twice, once is enough
` [PATCH 02/10] securityfs: pin filesystem only for objects directly in root
` [PATCH 03/10] fix locking in efi_secret_unlink()
` [PATCH 04/10] make securityfs_remove() remove the entire subtree
` [PATCH 05/10] efi_secret: clean securityfs use up
` [PATCH 06/10] ima_fs: don't bother with removal of files in directory we'll be removing
` [PATCH 07/10] ima_fs: get rid of lookup-by-dentry stuff
` [PATCH 08/10] evm_secfs: clear securityfs interactions
` [PATCH 09/10] ipe: don't bother with removal of files in directory we'll be removing
` [PATCH 10/10] tpm: "
Getting Unexpected Lookup entries calls after Readdirplus
2025-06-12 15:56 UTC (2+ messages)
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-12 15:03 UTC (10+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
[PATCH 0/2] squashfs: Remove page->mapping references
2025-06-12 14:39 UTC (3+ messages)
` [PATCH 1/2] squashfs: Pass the inode to squashfs_readahead_fragment()
` [PATCH 2/2] squashfs: Use folios in squashfs_bio_read_cached()
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-12 14:15 UTC (12+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
[PATCH 0/5] add STATIC_PMD_ZERO_PAGE config option
2025-06-12 14:09 UTC (8+ messages)
` [PATCH 1/5] mm: move huge_zero_page declaration from huge_mm.h to mm.h
` [PATCH 2/5] huge_memory: add huge_zero_page_shrinker_(init|exit) function
` [PATCH 3/5] mm: add static PMD zero page
` [PATCH 4/5] mm: add mm_get_static_huge_zero_folio() routine
` [PATCH 5/5] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()
[PATCH 00/24] coredump: further cleanups
2025-06-12 13:25 UTC (25+ messages)
` [PATCH 01/24] coredump: rename format_corename()
` [PATCH 02/24] coredump: make coredump_parse() return bool
` [PATCH 03/24] coredump: fix socket path validation
` [PATCH 04/24] coredump: validate that path doesn't exceed UNIX_PATH_MAX
` [PATCH 05/24] fs: move name_contains_dotdot() to header
` [PATCH 06/24] coredump: don't allow ".." in coredump socket path
` [PATCH 07/24] coredump: validate socket path in coredump_parse()
` [PATCH 08/24] selftests/coredump: make sure invalid paths are rejected
` [PATCH 09/24] coredump: rename do_coredump() to vfs_coredump()
` [PATCH 10/24] coredump: split file coredumping into coredump_file()
` [PATCH 11/24] coredump: prepare to simplify exit paths
` [PATCH 12/24] coredump: move core_pipe_count to global variable
` [PATCH 13/24] coredump: split pipe coredumping into coredump_pipe()
` [PATCH 14/24] coredump: move pipe specific file check "
` [PATCH 15/24] coredump: use a single helper for the socket
` [PATCH 16/24] coredump: add coredump_write()
` [PATCH 17/24] coredump: auto cleanup argv
` [PATCH 18/24] coredump: directly return
` [PATCH 19/24] cred: add auto cleanup method
` [PATCH 20/24] coredump: auto cleanup prepare_creds()
` [PATCH 21/24] coredump: add coredump_cleanup()
` [PATCH 22/24] coredump: order auto cleanup variables at the top
` [PATCH 23/24] coredump: avoid pointless variable
` [PATCH 24/24] coredump: add coredump_skip() helper
[PATCH 0/2] Minor VFS-related cleanups
2025-06-12 13:03 UTC (9+ messages)
` [PATCH 1/2] VFS: change old_dir and new_dir in struct renamedata to dentrys
` [PATCH 2/2] fs/proc: take rcu_read_lock() in proc_sys_compare()
[PATCH] fs/xattr.c: fix simple_xattr_list()
2025-06-12 12:54 UTC (7+ messages)
[PATCH v3 bpf-next 0/5] bpf path iterator
2025-06-12 12:31 UTC (16+ messages)
` [PATCH v3 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
[PATCH] fs: unlock the superblock during iterate_supers_type
2025-06-12 12:27 UTC (3+ messages)
[PATCH] ovl: fix debug print in case of mkdir error
2025-06-12 12:25 UTC (2+ messages)
[PATCH for-next v3 0/2] add ioctl to query metadata and protection info capabilities
2025-06-12 12:24 UTC (5+ messages)
` [PATCH for-next v3 2/2] fs: "
[PATCH v2 0/6] Extend freeze support to suspend and hibernate
2025-06-12 12:20 UTC (4+ messages)
` [PATCH v2 1/6] super: remove pointless s_root checks
[PATCH 0/2] mount: fix detached mount regression
2025-06-12 12:16 UTC (11+ messages)
` [PATCH 1/2] "
[PATCHES][RFC][CFR] mount-related stuff
2025-06-12 12:09 UTC (15+ messages)
` [PATCH 01/26] copy_tree(): don't set ->mnt_mountpoint on the root of copy
` [PATCH 06/26] new predicate: anon_ns_root(mount)
` [PATCH 17/26] attach_recursive_mnt(): unify the mnt_change_mountpoint() logics
` [PATCH 25/26] get rid of mountpoint->m_count
[PATCH v5 0/5] Readahead tweaks for larger folios
2025-06-12 11:37 UTC (3+ messages)
` [PATCH v5 4/5] mm/readahead: Store folio order in struct file_ra_state
[BUG] fuse/virtiofs: kernel module build fail
2025-06-12 11:22 UTC
[PATCH] Documentation: fuse: Consolidate FUSE docs into its own subdirectory
2025-06-12 10:53 UTC (4+ messages)
[PATCH] man/man2/memfd_secret.2: Correct the flags
2025-06-12 9:45 UTC
[PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
2025-06-12 9:40 UTC
[PATCH v3 RESEND] selftests: filesystems: Add functional test for the abort file in fusectl
2025-06-12 8:56 UTC (2+ messages)
[PATCH v5] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-06-12 8:20 UTC (4+ messages)
[linus:master] [select] 5730609ffd: will-it-scale.per_process_ops 3.9% improvement
2025-06-12 7:17 UTC
[PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
2025-06-12 6:59 UTC (5+ messages)
` [PATCH 5/5] Change vfs_mkdir() to unlock on failure
[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
2025-06-12 6:29 UTC (9+ messages)
[PATCH RESEND] doc: fuse: Add max_background and congestion_threshold
2025-06-12 6:22 UTC (2+ messages)
[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
2025-06-12 6:10 UTC (14+ messages)
[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
2025-06-12 4:42 UTC (25+ messages)
` [PATCH v1 2/8] iomap: add IOMAP_IN_MEM iomap type
` [PATCH v1 3/8] iomap: add buffered write support for IOMAP_IN_MEM iomaps
` [PATCH v1 4/8] iomap: add writepages "
[PATCH 0/7] iomap: zero range folio batch support
2025-06-12 4:06 UTC (7+ messages)
` [PATCH 3/7] iomap: optional zero range dirty folio processing
[RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
2025-06-11 22:10 UTC (3+ messages)
[PATCH v4 bpf-next 0/5] bpf path iterator
2025-06-11 22:02 UTC (6+ messages)
` [PATCH v4 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
` [PATCH v4 bpf-next 2/5] landlock: Use path_walk_parent()
` [PATCH v4 bpf-next 3/5] bpf: Introduce path iterator
` [PATCH v4 bpf-next 4/5] selftests/bpf: Add tests for bpf "
` [PATCH v4 bpf-next 5/5] selftests/bpf: Path walk test
[PATCH 0/2] backing_file accessors cleanup
2025-06-11 20:59 UTC (4+ messages)
` [PATCH 1/2] fs: constify file ptr in backing_file accessor helpers
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-11 15:51 UTC (7+ messages)
[PATCH] Revert "block: don't reorder requests in blk_add_rq_to_plug"
2025-06-11 15:26 UTC (3+ messages)
[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-06-11 15:12 UTC (8+ messages)
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock
[PATCH] binfmt_elf: use check_mul_overflow() for size calc
2025-06-11 14:17 UTC (4+ messages)
[syzbot] [netfs?] kernel BUG in folio_unlock (3)
2025-06-11 14:08 UTC (4+ messages)
[PATCH v3 0/6] KVM: guest_memfd: support for uffd minor
2025-06-11 12:56 UTC (5+ messages)
` [PATCH v3 1/6] mm: userfaultfd: generic continue for non hugetlbfs
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).