messages from 2025-06-23 19:26:04 to 2025-06-25 04:50:53 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-25 4:50 UTC (5+ messages)
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH] xfs: report a writeback error on a read() call
2025-06-25 2:44 UTC (5+ messages)
[PATCHES][CFR][CFT] securityfs cleanups and fixes
2025-06-25 2:07 UTC (7+ messages)
` [PATCH 01/10] securityfs: don't pin dentries twice, once is enough
` [PATCH 09/10] ipe: don't bother with removal of files in directory we'll be removing
[PATCH] landlock: opened file never has a negative dentry
2025-06-25 0:57 UTC (5+ messages)
` [PATCH] apparmor: file never has NULL f_path.mnt
` [PATCH] selinuxfs_fill_super(): don't bother with selinuxfs_info_free() on failures
[PATCH v2 00/11] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
2025-06-24 23:07 UTC (45+ messages)
` [PATCH v2 01/11] fhandle: raise FILEID_IS_DIR in handle_type
` [PATCH v2 02/11] fhandle: hoist copy_from_user() above get_path_from_fd()
` [PATCH v2 03/11] fhandle: rename to get_path_anchor()
` [PATCH v2 04/11] pidfs: add pidfs_root_path() helper
` [PATCH v2 05/11] fhandle: reflow get_path_anchor()
` [PATCH v2 06/11] uapi/fcntl: mark range as reserved
` [PATCH v2 07/11] uapi/fcntl: add FD_INVALID
` [PATCH v2 08/11] exportfs: add FILEID_PIDFS
` [PATCH v2 09/11] fhandle: add EXPORT_OP_AUTONOMOUS_HANDLES marker
` [PATCH v2 10/11] fhandle, pidfs: support open_by_handle_at() purely based on file handle
` [PATCH v2 11/11] selftests/pidfd: decode pidfd file handles withou having to specify an fd
[PATCH 00/12] ovl: narrow regions protected by directory i_rw_sem
2025-06-24 22:55 UTC (13+ messages)
` [PATCH 01/12] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH 02/12] ovl: Call ovl_create_temp() and ovl_create_index() without lock held
` [PATCH 03/12] ovl: narrow the locked region in ovl_copy_up_workdir()
` [PATCH 04/12] ovl: narrow locking in ovl_create_upper()
` [PATCH 05/12] ovl: narrow locking in ovl_clear_empty()
` [PATCH 06/12] ovl: narrow locking in ovl_create_over_whiteout()
` [PATCH 07/12] ovl: narrow locking in ovl_rename()
` [PATCH 08/12] ovl: narrow locking in ovl_cleanup_whiteouts()
` [PATCH 09/12] ovl: whiteout locking changes
` [PATCH 10/12] ovl: narrow locking in ovl_check_rename_whiteout()
` [PATCH 11/12] ovl: change ovl_create_real() to receive dentry parent
` [PATCH 12/12] ovl: rename ovl_cleanup_unlocked() to ovl_cleanup()
[PATCH] fuse: fix fuse_fill_write_pages() upper bound calculation
2025-06-24 22:57 UTC (6+ messages)
[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
2025-06-24 22:02 UTC (23+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 02/16] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH v3 03/16] iomap: refactor the writeback interface
` [PATCH v3 04/16] iomap: hide ioends from the generic writeback code
` [PATCH v3 05/16] iomap: add public helpers for uptodate state manipulation
` [PATCH v3 06/16] iomap: move all ioend handling to ioend.c
` [PATCH v3 07/16] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH v3 08/16] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH v3 09/16] iomap: export iomap_writeback_folio
` [PATCH v3 10/16] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH v3 11/16] iomap: add read_folio_range() handler for buffered writes
` [PATCH v3 12/16] fuse: use iomap "
` [PATCH v3 13/16] fuse: use iomap for writeback
` [PATCH v3 14/16] fuse: use iomap for folio laundering
` [PATCH v3 15/16] fuse: hook into iomap for invalidating and checking partial uptodateness
` [PATCH v3 16/16] fuse: refactor writeback to use iomap_writepage_ctx inode
[PATCH 0/5] powerpc: Implement masked user access
2025-06-24 21:37 UTC (17+ messages)
` [PATCH 1/5] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()
[PATCH v5 bpf-next 0/5] bpf path iterator
2025-06-24 21:38 UTC (7+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()
[PATCH RFC 0/6] btrfs: go fs_holder_ops and add shutdown_bdev() callback
2025-06-24 21:06 UTC (16+ messages)
` [PATCH RFC 5/6] fs: introduce a shutdown_bdev super block operation
[PATCH v5 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
2025-06-24 19:33 UTC (8+ messages)
` [PATCH v5 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v5 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v5 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v5 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v5 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v5 6/7] mm/maps: read proc/pid/maps under per-vma lock
` [PATCH v5 7/7] mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks
[RFC][BUG] ns_mkdir_op() locking is FUBAR
2025-06-24 17:25 UTC (4+ messages)
[syzbot] [fs?] WARNING in minix_rename
2025-06-24 17:02 UTC
[PATCH] cifs: Collapse smbd_recv_*() into smbd_recv() and just use copy_to_iter()
2025-06-24 16:05 UTC (3+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-06-24 14:10 UTC (9+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH] fs: Remove three arguments from block_write_end()
2025-06-24 13:54 UTC (2+ messages)
[syzbot] Monthly hfs report (Jun 2025)
2025-06-24 13:52 UTC
[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
2025-06-24 12:54 UTC (10+ messages)
` [PATCH v2 1/5] drm/i915: Use kernel_write() in shmem object create
` [PATCH v2 2/5] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v2 4/5] ext4: handle IOCB_DONTCACHE in buffered write path
` [PATCH v2 5/5] ext4: declare support for FOP_DONTCACHE
AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN
2025-06-24 12:39 UTC (7+ messages)
` How to handle P2P DMA with only {physaddr,len} in bio_vec?
[PATCH] fanotify: support custom default close response
2025-06-24 11:11 UTC (3+ messages)
[PATCHES][RFC][CFR] mount-related stuff
2025-06-24 11:03 UTC (7+ messages)
` [PATCHES v2][RFC][CFR] "
[syzbot] [fs?] general protection fault in pidfs_free_pid
2025-06-24 10:52 UTC (7+ messages)
[PATCH] fanotify: introduce unique event identifier
2025-06-24 10:41 UTC (2+ messages)
[PATCH][RFC] userns and mnt_idmap leak in open_tree_attr(2)
2025-06-24 9:05 UTC (2+ messages)
[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
2025-06-24 9:02 UTC (11+ messages)
next-20250623: arm64 devices kernel panic Internal error Oops at pidfs_free_pid (fs/pidfs.c:162)
2025-06-24 8:54 UTC (4+ messages)
[PATCH 3/5] mm: add static PMD zero page
2025-06-24 8:51 UTC (2+ messages)
[PATCH v2 5.10/5.15 1/3] fuse: move fuse_invalidate_attr() into fuse_update_ctime()
2025-06-24 8:35 UTC (3+ messages)
` [PATCH v2 5.10/5.15 2/3] fuse: decrement nlink on overwriting rename
` [PATCH v2 5.10/5.15 3/3] fuse: don't increment nlink in link()
[PATCH 0/9] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
2025-06-24 8:25 UTC (11+ messages)
` [PATCH 6/9] exportfs: add FILEID_PIDFS
[ANNOUNCE] util-linux v2.41.1
2025-06-24 8:19 UTC
[viro-vfs:work.debugfs] [vmscan] 1c90302a35: kernel-selftests.kvm.access_tracking_perf_test.fail
2025-06-24 8:11 UTC
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-24 7:29 UTC (3+ messages)
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
[PATCH 00/13] Parallelizing filesystem writeback
2025-06-24 5:59 UTC (8+ messages)
[PATCH] fanotify: selftests for fanotify permission events
2025-06-24 5:58 UTC (2+ messages)
[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-06-24 4:16 UTC (3+ messages)
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache
[PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
2025-06-24 2:20 UTC (2+ messages)
[PATCH] fs/proc/vmcore: a few cleanups for vmcore_add_device_dump
2025-06-24 2:14 UTC (2+ messages)
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-06-24 1:16 UTC (3+ messages)
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
[PATCH v9 00/17] fuse: fuse-over-io-uring
2025-06-24 1:09 UTC (6+ messages)
[PATCH v3] fuse: Fix runtime warning on truncate_folio_batch_exceptionals()
2025-06-24 0:03 UTC (2+ messages)
[PATCH] selftests/landlock: Add tests for access through disconnected paths
2025-06-23 23:16 UTC (5+ messages)
[PATCH v2 00/16] fuse: use iomap for buffered writes + writeback
2025-06-23 20:53 UTC (10+ messages)
` [PATCH v2 04/16] iomap: add wrapper function iomap_bio_readpage()
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).