linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-24 09:16:41 to 2025-06-25 15:23:18 UTC [more...]

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-25 15:23 UTC  (9+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown

[PATCH v5 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-25 15:22 UTC  (10+ 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

[PATCH 00/12] ovl: narrow regions protected by directory i_rw_sem
 2025-06-25 14:56 UTC  (15+ 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] selftests/landlock: Add tests for access through disconnected paths
 2025-06-25 14:52 UTC  (6+ messages)

[PATCH v3] eventpoll: Fix priority inversion problem
 2025-06-25 14:50 UTC  (2+ messages)

[PATCH] cifs: Fix the smbd_request and smbd_reponse slabs to allow usercopy
 2025-06-25 14:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-25 14:36 UTC  (16+ 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

[PATCH] cifs: Collapse smbd_recv_*() into smbd_recv() and just use copy_to_iter()
 2025-06-25 14:18 UTC  (9+ messages)

[PATCH v3 13/16] fuse: use iomap for writeback
 2025-06-25 14:17 UTC  (2+ messages)

[PATCH] xfs: report a writeback error on a read() call
 2025-06-25 14:06 UTC  (11+ messages)

[PATCH] coredump: reduce stack usage in vfs_coredump()
 2025-06-25 13:29 UTC  (4+ messages)

[PATCH v2 0/8] ext4: enable large folio for regular files
 2025-06-25 13:15 UTC  (4+ messages)
` [PATCH v2 8/8] ext4: enable large folio for regular file

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-25 13:14 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH v3 00/16] fuse: use iomap for buffered writes + writeback
 2025-06-25 11:10 UTC  (9+ messages)
` [PATCH v3 01/16] iomap: pass more arguments using struct iomap_writepage_ctx
` [PATCH v3 12/16] fuse: use iomap for buffered writes

[PATCHES][RFC][CFR] mount-related stuff
 2025-06-25 10:58 UTC  (9+ messages)
` [PATCHES v2][RFC][CFR] "

[PATCH v3] fs/buffer: remove the min and max limit checks in __getblk_slow()
 2025-06-25 10:53 UTC  (3+ messages)

[PATCH 0/5] Remove zero_user()
 2025-06-25 10:41 UTC  (9+ 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 5/5] mm: Remove zero_user()

[PATCH] ceph: fix potential race condition in ceph_ioctl_lazyio()
 2025-06-25 10:37 UTC  (2+ messages)

[PATCH v6] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-06-25 10:30 UTC  (2+ messages)

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-06-25 10:14 UTC  (33+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 06/14] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 09/14] mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
` [PATCH RFC 10/14] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH RFC 11/14] mm: remove "horrible special case to handle copy-on-write behaviour"
` [PATCH RFC 13/14] mm: introduce and use vm_normal_page_pud()
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH] hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
 2025-06-25 10:10 UTC 

[PATCH] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-25  9:18 UTC  (16+ messages)

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-25  8:30 UTC  (14+ messages)
` [PATCH 2/5] uaccess: Add speculation barrier to copy_from_user_iter()

[PATCH v2 00/11] fhandle, pidfs: allow open_by_handle_at() purely based on file handle
 2025-06-25  7:52 UTC  (47+ 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 0/3] use vm_flags_t consistently
 2025-06-25  6:47 UTC  (11+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t

[PATCH v1 0/8] fuse: use iomap for buffered writes + writeback
 2025-06-25  6:26 UTC  (10+ messages)
` [PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()

[PATCH] hfs: don't use BUG() when we can continue
 2025-06-25  5:03 UTC  (5+ messages)
` [PATCH (REPOST)] "

[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] fuse: fix fuse_fill_write_pages() upper bound calculation
 2025-06-24 22:57 UTC  (5+ messages)

[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

[RFC][BUG] ns_mkdir_op() locking is FUBAR
 2025-06-24 17:25 UTC  (3+ messages)

[syzbot] [fs?] WARNING in minix_rename
 2025-06-24 17:02 UTC 

[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 

How to handle P2P DMA with only {physaddr,len} in bio_vec?
 2025-06-24 12:39 UTC  (6+ messages)
` AF_UNIX/zerocopy/pipe/vmsplice/splice vs FOLL_PIN

[PATCH] fanotify: support custom default close response
 2025-06-24 11:11 UTC  (2+ messages)

[syzbot] [fs?] general protection fault in pidfs_free_pid
 2025-06-24 10:52 UTC  (5+ messages)

[PATCH] fanotify: introduce unique event identifier
 2025-06-24 10:41 UTC  (2+ messages)


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).