linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-27 16:34:54 to 2025-07-01 05:33:12 UTC [more...]

[PATCH v2 0/6] btrfs: add remove_bdev() callback
 2025-07-01  5:32 UTC  (3+ messages)
` [PATCH v2 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
` [PATCH v2 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-07-01  5:23 UTC  (19+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls

[PATCH] hfs: add logic of correcting a next unused CNID
 2025-06-30 19:36 UTC  (3+ messages)

[PATCH v6 0/6] fs: introduce file_getattr and file_setattr syscalls
 2025-06-30 18:05 UTC  (8+ messages)
` [PATCH v6 1/6] fs: split fileattr related helpers into separate file
` [PATCH v6 2/6] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v6 3/6] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v6 4/6] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v6 5/6] fs: prepare for extending file_get/setattr()
` [PATCH v6 6/6] fs: introduce file_getattr and file_setattr syscalls

[viro-vfs:work.mount 30/42] Warning: fs/namespace.c:2792 function parameter 'pinned' not described in 'do_lock_mount'
 2025-06-30 17:18 UTC 

[PATCH] hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
 2025-06-30 17:18 UTC  (2+ messages)

[PATCH v1 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-30 17:07 UTC  (42+ messages)
` [PATCH v1 01/29] mm/balloon_compaction: we cannot have isolated pages in the balloon list
` [PATCH v1 02/29] mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()
` [PATCH v1 03/29] mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
` [PATCH v1 04/29] mm/page_alloc: let page freeing clear any set page type
` [PATCH v1 05/29] mm/balloon_compaction: make PageOffline sticky until the page is freed
` [PATCH v1 06/29] mm/zsmalloc: make PageZsmalloc() "
` [PATCH v1 07/29] mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()
` [PATCH v1 08/29] mm/migrate: rename putback_movable_folio() to putback_movable_ops_page()
` [PATCH v1 09/29] mm/migrate: factor out movable_ops page handling into migrate_movable_ops_page()
` [PATCH v1 10/29] mm/migrate: remove folio_test_movable() and folio_movable_ops()
` [PATCH v1 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH v1 12/29] mm/zsmalloc: stop using __ClearPageMovable()
` [PATCH v1 13/29] mm/balloon_compaction: "
` [PATCH v1 14/29] mm/migrate: remove __ClearPageMovable()
` [PATCH v1 15/29] mm/migration: remove PageMovable()
` [PATCH v1 16/29] mm: rename __PageMovable() to page_has_movable_ops()
` [PATCH v1 17/29] mm/page_isolation: drop __folio_test_movable() check for large folios
` [PATCH v1 18/29] mm: remove __folio_test_movable()
` [PATCH v1 19/29] mm: stop storing migration_ops in page->mapping
` [PATCH v1 20/29] mm: convert "movable" flag in page->mapping to a page flag
` [PATCH v1 21/29] mm: rename PG_isolated to PG_movable_ops_isolated
` [PATCH v1 22/29] mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSM
` [PATCH v1 23/29] mm/page-alloc: remove PageMappingFlags()
` [PATCH v1 24/29] mm/page-flags: remove folio_mapping_flags()
` [PATCH v1 25/29] mm: simplify folio_expected_ref_count()
` [PATCH v1 26/29] mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*
` [PATCH v1 27/29] docs/mm: convert from "Non-LRU page migration" to "movable_ops page migration"
` [PATCH v1 28/29] mm/balloon_compaction: "movable_ops" doc updates
` [PATCH v1 29/29] mm/balloon_compaction: provide single balloon_page_insert() and balloon_mapping_gfp_mask()

[PATCHES][RFC][CFR] mount-related stuff
 2025-06-30 17:04 UTC  (62+ 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 00/10] convert the majority of file systems to mmap_prepare
 2025-06-30 17:04 UTC  (4+ messages)
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH] fanotify: introduce unique event identifier
 2025-06-30 16:06 UTC  (8+ messages)

[PATCH] fanotify: support custom default close response
 2025-06-30 15:56 UTC  (4+ messages)

[PATCH v3] eventpoll: Fix priority inversion problem
 2025-06-30 15:08 UTC  (2+ messages)

[PATCH 0/6] NFSD: add enable-dontcache and initially use it to add DIO support
 2025-06-30 14:50 UTC  (12+ messages)
` [PATCH 1/6] NFSD: add the ability to enable use of RWF_DONTCACHE for all IO

[PATCH for-next v5 0/4] add ioctl to query metadata and protection info capabilities
 2025-06-30 13:30 UTC  (6+ messages)
    ` [PATCH for-next v5 1/4] block: rename tuple_size field in blk_integrity to metadata_size
    ` [PATCH for-next v5 2/4] block: introduce pi_tuple_size field in blk_integrity
    ` [PATCH for-next v5 3/4] nvme: set pi_offset only when checksum type is not BLK_INTEGRITY_CSUM_NONE
    ` [PATCH for-next v5 4/4] fs: add ioctl to query metadata and protection info capabilities

refactor the iomap writeback code v3
 2025-06-30 12:41 UTC  (26+ messages)
` [PATCH 01/12] iomap: pass more arguments using the iomap writeback context
` [PATCH 03/12] iomap: refactor the writeback interface
` [PATCH 04/12] iomap: hide ioends from the generic writeback code
` [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 10/12] iomap: replace iomap_folio_ops with iomap_write_ops
` [PATCH 11/12] iomap: add read_folio_range() handler for buffered writes

[PATCH RFC 00/29] mm/migration: rework movable_ops page migration (part 1)
 2025-06-30 12:07 UTC  (30+ 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 11/29] mm/migrate: move movable_ops page handling out of move_to_new_folio()
` [PATCH RFC 13/29] mm/balloon_compaction: stop using __ClearPageMovable()
` [PATCH RFC 18/29] mm: remove __folio_test_movable()

[PATCH v2] fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressable
 2025-06-30 11:57 UTC  (3+ messages)

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

[PATCH v3] ovl: support layers on case-folding capable filesystems
 2025-06-30 11:33 UTC  (2+ messages)

[PATCH] fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressable
 2025-06-30 10:25 UTC  (2+ messages)

[PATCH] ocfs2: update d_splice_alias() return code checking
 2025-06-30 10:21 UTC  (5+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

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

[RFC][PATCH] fix proc_sys_compare() handling of in-lookup dentries
 2025-06-30  8:48 UTC  (2+ messages)

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

[PATCH v3 0/4] fs: refactor write_begin/write_end and add ext4 IOCB_DONTCACHE support
 2025-06-30  6:41 UTC  (4+ messages)
` [PATCH v3 4/4] ext4: support uncached buffered I/O

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

[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

[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  (8+ 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  (11+ messages)

[PATCH V3] fs: generalize anon_inode_make_secure_inode() and fix secretmem LSM bypass
 2025-06-27 18:21 UTC  (2+ 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  (3+ messages)
` [PATCH 08/16] MAINTAINERS: Include GDB scripts under MEMORY MANAGEMENT entry


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