linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-26 18:53:19 to 2025-06-30 08:17:27 UTC [more...]

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-30  8:17 UTC  (28+ messages)
` [PATCH RFC 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH RFC 04/29] mm/page_alloc: allow for making page types sticky until freed
` [PATCH RFC 05/29] mm/balloon_compaction: make PageOffline sticky
` [PATCH RFC 06/29] mm/zsmalloc: make PageZsmalloc() sticky
` [PATCH RFC 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()

[PATCH v4 0/3] Add support for long task name
 2025-06-30  7:58 UTC  (7+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

[PATCH v1] fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folio
 2025-06-30  7:55 UTC  (3+ messages)

[RFC][PATCH] fix proc_sys_compare() handling of in-lookup dentries
 2025-06-30  7:20 UTC 

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-30  6:41 UTC  (9+ messages)
` [PATCH v3 1/4] drm/i915: Use kernel_write() in shmem object create
` [PATCH v3 2/4] drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter
` [PATCH v3 3/4] fs: change write_begin/write_end interface to take struct kiocb *
` [PATCH v3 4/4] ext4: support uncached buffered I/O

refactor the iomap writeback code v3
 2025-06-30  5:47 UTC  (33+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 02/12] iomap: cleanup the pending writeback tracking in iomap_writepage_map_blocks
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [PATCH 05/12] iomap: add public helpers for uptodate state manipulation
` [PATCH 06/12] iomap: move all ioend handling to ioend.c
` [PATCH 07/12] iomap: rename iomap_writepage_map to iomap_writeback_folio
` [PATCH 08/12] iomap: move folio_unlock out of iomap_writeback_folio
` [PATCH 09/12] iomap: export iomap_writeback_folio
` [PATCH 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes
` [PATCH 12/12] iomap: build the writeback code without CONFIG_BLOCK

[PATCH] mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counter
 2025-06-30  4:02 UTC  (4+ messages)

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-06-30  3:14 UTC  (17+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH] fs: Prevent file descriptor table allocations exceeding INT_MAX
 2025-06-30  3:13 UTC  (3+ messages)

[PATCHES][RFC][CFR] mount-related stuff
 2025-06-30  2:52 UTC  (65+ messages)
` [PATCHES v2][RFC][CFR] "
  ` [PATCH v2 01/35] replace collect_mounts()/drop_collected_mounts() with a safer variant
    ` [PATCH v2 17/35] sanitize handling of long-term internal mounts
          ` [RFC] vfs_parse_fs_string() calling conventions change (was Re: [PATCH v2 17/35] sanitize handling of long-term internal mounts)
  ` [PATCHES v3][RFC][CFR] mount-related stuff
    ` [PATCH v3 01/48] attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
      ` [PATCH v3 02/48] get rid of mnt_set_mountpoint_beneath()
      ` [PATCH v3 03/48] prevent mount hash conflicts
      ` [PATCH v3 04/48] copy_tree(): don't set ->mnt_mountpoint on the root of copy
      ` [PATCH v3 05/48] constify mnt_has_parent()
      ` [PATCH v3 06/48] pnode: lift peers() into pnode.h
      ` [PATCH v3 07/48] new predicate: mount_is_ancestor()
      ` [PATCH v3 08/48] constify is_local_mountpoint()
      ` [PATCH v3 09/48] new predicate: anon_ns_root(mount)
      ` [PATCH v3 10/48] dissolve_on_fput(): use anon_ns_root()
      ` [PATCH v3 11/48] __attach_mnt(): lose the second argument
      ` [PATCH v3 12/48] don't set MNT_LOCKED on parentless mounts
      ` [PATCH v3 13/48] clone_mnt(): simplify the propagation-related logics
      ` [PATCH v3 14/48] do_umount(): simplify the "is it still mounted" checks
      ` [PATCH v3 15/48] sanitize handling of long-term internal mounts
      ` [PATCH v3 16/48] Rewrite of propagate_umount()
      ` [PATCH v3 17/48] make commit_tree() usable in same-namespace move case
      ` [PATCH v3 18/48] attach_recursive_mnt(): unify the mnt_change_mountpoint() logics
      ` [PATCH v3 19/48] attach_recursive_mnt(): pass destination mount in all cases
      ` [PATCH v3 20/48] attach_recursive_mnt(): get rid of flags entirely
      ` [PATCH v3 21/48] do_move_mount(): take dropping the old mountpoint into attach_recursive_mnt()
      ` [PATCH v3 22/48] do_move_mount(): get rid of 'attached' flag
      ` [PATCH v3 23/48] attach_recursive_mnt(): remove from expiry list on move
      ` [PATCH v3 24/48] take ->mnt_expire handling under mount_lock [read_seqlock_excl]
      ` [PATCH v3 25/48] pivot_root(): reorder tree surgeries, collapse unhash_mnt() and put_mountpoint()
      ` [PATCH v3 26/48] combine __put_mountpoint() with unhash_mnt()
      ` [PATCH v3 27/48] get rid of mountpoint->m_count
      ` [PATCH v3 28/48] don't have mounts pin their parents
      ` [PATCH v3 29/48] mount: separate the flags accessed only under namespace_sem
      ` [PATCH v3 30/48] propagate_one(): get rid of dest_master
      ` [PATCH v3 31/48] propagate_mnt(): handle all peer groups in the same loop
      ` [PATCH v3 32/48] propagate_one(): separate the "do we need secondary here?" logics
      ` [PATCH v3 33/48] propagate_one(): separate the "what should be the master for this copy" part
      ` [PATCH v3 34/48] propagate_one(): fold into the sole caller
      ` [PATCH v3 35/48] fs/pnode.c: get rid of globals
      ` [PATCH v3 36/48] propagate_mnt(): get rid of last_dest
      ` [PATCH v3 37/48] propagate_mnt(): fix comment and convert to kernel-doc, while we are at it
      ` [PATCH v3 38/48] change_mnt_propagation() cleanups, step 1
      ` [PATCH v3 39/48] change_mnt_propagation(): do_make_slave() is a no-op unless IS_MNT_SHARED()
      ` [PATCH v3 40/48] do_make_slave(): choose new master sanely
      ` [PATCH v3 41/48] turn do_make_slave() into transfer_propagation()
      ` [PATCH v3 42/48] mnt_slave_list/mnt_slave: turn into hlist_head/hlist_node
      ` [PATCH v3 43/48] change_mnt_propagation(): move ->mnt_master assignment into MS_SLAVE case
      ` [PATCH v3 44/48] copy_tree(): don't link the mounts via mnt_list
      ` [PATCH v3 45/48] take freeing of emptied mnt_namespace to namespace_unlock()
      ` [PATCH v3 46/48] get rid of CL_SHARE_TO_SLAVE
      ` [PATCH v3 47/48] invent_group_ids(): zero ->mnt_group_id always implies !IS_MNT_SHARED()
      ` [PATCH v3 48/48] statmount_mnt_basic(): simplify the logics for group id

[PATCH] ocfs2: update d_splice_alias() return code checking
 2025-06-30  1:58 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC PATCH v8 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-06-29 18:25 UTC  (4+ messages)
` [RFC PATCH v8 5/7] KVM: guest_memfd: Add slab-allocated inode cache

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

[PATCH] fanotify: introduce unique event identifier
 2025-06-29  6:50 UTC  (6+ messages)

[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
 2025-06-29  5:10 UTC 

[PATCH] scripts: gdb: vfs: Support external dentry names
 2025-06-29  0:38 UTC 

[PATCH] fanotify: selftests for fanotify permission events
 2025-06-28 18:45 UTC  (3+ messages)

[GIT PULL] bcachefs fixes for 6.16-rc4
 2025-06-28  8:06 UTC  (10+ messages)

[PATCH v2 00/16] netfs, cifs: Fixes to retry-related code and RDMA support
 2025-06-28  5:16 UTC  (3+ messages)
` [PATCH v2 01/16] netfs: Fix hang due to missing case in final DIO read result collection

[PATCH 02/12] ovl: Call ovl_create_temp() and ovl_create_index() without lock held
 2025-06-28  3:08 UTC  (2+ messages)

[PATCH] xfs: report a writeback error on a read() call
 2025-06-27 21:19 UTC  (12+ messages)

[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-27 18:21 UTC  (3+ messages)

[PATCH] fanotify: sanitize handle_type values when reporting fid
 2025-06-27 17:17 UTC  (2+ messages)

[PATCH 00/16] MAINTAINERS: Include GDB scripts under their relevant subsystems
 2025-06-27 17:10 UTC  (7+ messages)
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-06-27 16:20 UTC  (7+ messages)

[RFC 00/12] io_uring dmabuf read/write support
 2025-06-27 15:10 UTC  (13+ messages)
` [RFC 01/12] file: add callback returning dev for dma operations
` [RFC 02/12] iov_iter: introduce iter type for pre-registered dma
` [RFC 03/12] block: move around bio flagging helpers
` [RFC 04/12] block: introduce dmavec bio type
` [RFC 05/12] block: implement ->get_dma_device callback
` [RFC 06/12] nvme-pci: add support for user passed dma vectors
` [RFC 07/12] io_uring/rsrc: extended reg buffer registration
` [RFC 08/12] io_uring: add basic dmabuf helpers
` [RFC 09/12] io_uring/rsrc: add imu flags
` [RFC 10/12] io_uring/rsrc: add dmabuf-backed buffer registeration
` [RFC 11/12] io_uring/rsrc: implement dmabuf regbuf import
` [RFC 12/12] io_uring/rw: enable dma registered buffers

[REGRESSION] 9pfs issues on 6.12-rc1
 2025-06-27 10:33 UTC  (13+ messages)

[PATCH 0/5] sysctl: Remove last two ctl_tables from the kern_table array
 2025-06-27  9:27 UTC  (6+ messages)
` [PATCH 1/5] sysctl: Nixify sysctl.sh
` [PATCH 2/5] sysctl: Removed unused variable
` [PATCH 3/5] uevent: mv uevent_helper into kobject_uevent.c
` [PATCH 4/5] kernel/sys.c: Move overflow{uid,gid} sysctl into kernel/sys.c
` [PATCH 5/5] sysctl: rename kern_table -> sysctl_subsys_table

[PATCH v4 00/15] kunit: Introduce UAPI testing framework
 2025-06-27  8:27 UTC  (6+ messages)
` [PATCH v4 12/15] "

refactor the iomap writeback code v2
 2025-06-27  7:02 UTC  (3+ messages)

[GIT PULL] bcachefs fixes for 6.16-rc3
 2025-06-27  3:33 UTC  (2+ messages)

[PATCH v2 0/5] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-27  2:40 UTC  (5+ messages)
` [PATCH v2 3/5] fs: change write_begin/write_end interface to take struct kiocb *

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-27  0:21 UTC  (3+ messages)

[PATCH 0/5] powerpc: Implement masked user access
 2025-06-26 22:01 UTC  (10+ messages)

[PATCH] fanotify: support custom default close response
 2025-06-26 21:19 UTC  (2+ messages)

[PATCH V2] fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-26 19:46 UTC  (6+ 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).