linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-28 23:08:11 to 2025-09-01 09:19:34 UTC [more...]

[PATCH v4 00/12] mm: establish const-correctness for pointer parameters
 2025-09-01  9:19 UTC  (6+ messages)
` [PATCH v4 01/12] mm/shmem: add `const` to pointer parameters for improved const-correctness
` [PATCH v4 02/12] mm/pagemap: "
` [PATCH v4 03/12] mm/mmzone: add const "
` [PATCH v4 04/12] fs: "
` [PATCH v4 05/12] mm/oom_kill: add const to pointer parameter "

Highmem, large folio, and bvec. What is the proper interface to iterate mp bvecs?
 2025-09-01  9:14 UTC 

[PATCH v2 03/54] fs: rework iput logic
 2025-09-01  8:50 UTC  (4+ messages)
` [PATCH] fs: revamp iput()

ETXTBSY window in __fput
 2025-09-01  8:44 UTC  (14+ messages)

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-09-01  8:22 UTC  (12+ messages)

[syzbot] [jfs?] INFO: task hung in deactivate_super (3)
 2025-09-01  7:59 UTC  (3+ messages)
` [syzbot] [hfs?] "

[PATCH v3 00/12] mm: add `const` to lots of pointer parameters
 2025-09-01  7:39 UTC 

[PATCH 0/4] btrfs: bs > ps support preparation
 2025-09-01  6:25 UTC  (6+ messages)
` [PATCH 1/4] btrfs: support all block sizes which is no larger than page size
` [PATCH 2/4] btrfs: cache max and min order inside btrfs_fs_info
` [PATCH 3/4] btrfs: replace single page bio_iter_iovec() usage
` [PATCH 4/4] btrfs: replace bio_for_each_segment usage

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-09-01  6:21 UTC  (13+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 4/6] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps

[PATCH v8 0/5] Add support for long task name
 2025-09-01  5:28 UTC  (4+ messages)
` [PATCH v8 4/5] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-09-01  2:46 UTC  (12+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[RFC PATCH 0/5] 9p: Performance improvements for build workloads
 2025-08-31 19:03 UTC  (6+ messages)
` [RFC PATCH 1/5] 9p: Cache negative dentries for lookup performance
` [RFC PATCH 2/5] 9p: Introduce option for negative dentry cache retention time
` [RFC PATCH 3/5] 9p: Enable symlink caching in page cache
` [RFC PATCH 4/5] wait: Introduce io_wait_event_killable()
` [RFC PATCH 5/5] 9p: Track 9P RPC waiting time as IO

New September Order. 45296 Sunday, August 31, 2025 at 09:05:05 PM
 2025-08-31 19:05 UTC 

[PATCH] add documentation for function parameter
 2025-08-31 16:53 UTC 

[PATCH v4 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-31  9:50 UTC  (3+ messages)
  ` [PATCH v4 1/1] "

[PATCH v3 0/2] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
 2025-08-31  9:16 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] man2/mount.2: tfix (mountpoint => mount point)

[PATCHv4 0/8]
 2025-08-31  0:41 UTC  (7+ messages)
` [PATCHv4 1/8] block: check for valid bio while splitting
` [PATCHv4 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv4 3/8] block: align the bio after building it

[PATCHES v2][RFC][CFT] mount-related stuff
 2025-08-30 20:42 UTC  (70+ messages)
` [PATCH v2 01/63] fs/namespace.c: fix the namespace_sem guard mess
  ` [PATCH v2 02/63] introduced guards for mount_lock
  ` [PATCH v2 04/63] __detach_mounts(): use guards
  ` [PATCH v2 13/63] has_locked_children(): "
  ` [PATCH v2 14/63] mnt_set_expiry(): "
  ` [PATCH v2 18/63] switch do_new_mount_fc() to fc_mount()
  ` [PATCH v2 24/63] pivot_root(2): use __free() to deal with struct path in it
  ` [PATCH v2 26/63] do_new_mount_rc(): use __free() to deal with dropping mnt on failure
  ` [PATCH v2 27/63] finish_automount(): "
  ` [PATCH v2 28/63] change calling conventions for lock_mount() et.al
  ` [PATCH v2 29/63] do_move_mount(): use the parent mount returned by do_lock_mount()
  ` [PATCH v2 30/63] do_add_mount(): switch to passing pinned_mountpoint instead of mountpoint + path
  ` [PATCH v2 31/63] graft_tree(), attach_recursive_mnt() - pass pinned_mountpoint
  ` [PATCH v2 32/63] pivot_root(2): use old_mp.mp->m_dentry instead of old.dentry
  ` [PATCH v2 33/63] don't bother passing new_path->dentry to can_move_mount_beneath()
  ` [PATCH v2 34/63] new helper: topmost_overmount()
  ` [PATCH v2 35/63] do_lock_mount(): don't modify path
  ` [PATCH v2 36/63] constify check_mnt()
  ` [PATCH v2 37/63] do_mount_setattr(): constify path argument
  ` [PATCH v2 38/63] do_set_group(): constify path arguments
  ` [PATCH v2 39/63] drop_collected_paths(): constify arguments
  ` [PATCH v2 40/63] collect_paths(): constify the return value
  ` [PATCH v2 41/63] do_move_mount(), vfs_move_mount(), do_move_mount_old(): constify struct path argument(s)
  ` [PATCH v2 42/63] mnt_warn_timestamp_expiry(): constify struct path argument
  ` [PATCH v2 43/63] do_new_mount{,_fc}(): "
  ` [PATCH v2 44/63] do_{loopback,change_type,remount,reconfigure_mnt}(): "
  ` [PATCH v2 45/63] path_mount(): "
  ` [PATCH v2 46/63] may_copy_tree(), __do_loopback(): "
  ` [PATCH v2 47/63] path_umount(): "
  ` [PATCH v2 48/63] constify can_move_mount_beneath() arguments
  ` [PATCH v2 49/63] do_move_mount_old(): use __free(path_put)
  ` [PATCH v2 50/63] do_mount(): "
  ` [PATCH v2 51/63] umount_tree(): take all victims out of propagation graph at once
  ` [PATCH v2 52/63] ecryptfs: get rid of pointless mount references in ecryptfs dentries
  ` [PATCH v2 53/63] fs/namespace.c: sanitize descriptions for {__,}lookup_mnt()
  ` [PATCH v2 54/63] open_detached_copy(): don't bother with mount_lock_hash()
  ` [PATCH v2 55/63] open_detached_copy(): separate creation of namespace into helper
  ` [PATCH v2 56/63] mnt_ns_tree_remove(): DTRT if mnt_ns had never been added to mnt_ns_list
  ` [PATCH v2 57/63] copy_mnt_ns(): use the regular mechanism for freeing empty mnt_ns on failure
  ` [PATCH v2 58/63] copy_mnt_ns(): use guards
  ` [PATCH v2 59/63] setup_mnt(): primitive for connecting a mount to filesystem
  ` [PATCH v2 60/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
  ` [PATCH v2 61/63] struct mount: relocate MNT_WRITE_HOLD bit
            ` [59/63] simplify the callers of mnt_unhold_writers()
            ` [60/63] setup_mnt(): primitive for connecting a mount to filesystem
                    ` [RFC] does # really need to be escaped in devnames?
            ` [61/63] preparations to taking MNT_WRITE_HOLD out of ->mnt_flags
            ` [62/63] struct mount: relocate MNT_WRITE_HOLD bit
  ` [PATCH v2 62/63] simplify the callers of mnt_unhold_writers()
  ` [PATCH v2 63/63] WRITE_HOLD machinery: no need for to bump mount_lock seqcount

[PATCH] initrd: support erofs as initrd
 2025-08-30 12:23 UTC  (13+ messages)

[PATCH] fs: remove vfs_ioctl export
 2025-08-30 10:55 UTC 

[PATCH] cramfs: Verify inode mode when loading from disk
 2025-08-30 10:01 UTC 

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-30  8:35 UTC  (8+ messages)
` [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v3 29/30] luo: allow preserving memfd

[syzbot] [exfat?] [ext4?] WARNING in __rt_mutex_slowlock_locked
 2025-08-30  6:15 UTC  (3+ messages)

[PATCH] exfat: Remove unnecessary parentheses
 2025-08-30  5:41 UTC  (2+ messages)

[PATCH] rust: file: fix build error
 2025-08-30  4:01 UTC 

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-08-30  1:54 UTC  (18+ messages)
` [PATCH v1 01/16] iomap: move async bio read logic into helper function
` [PATCH v1 02/16] iomap: rename cur_folio_in_bio to folio_unlocked
` [PATCH v1 03/16] iomap: refactor read/readahead completion
` [PATCH v1 04/16] iomap: use iomap_iter->private for stashing read/readahead bio
` [PATCH v1 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v1 06/16] iomap: move read/readahead logic out of CONFIG_BLOCK guard
` [PATCH v1 07/16] iomap: iterate through entire folio in iomap_readpage_iter()
` [PATCH v1 08/16] iomap: rename iomap_readpage_iter() to iomap_readfolio_iter()
` [PATCH v1 09/16] iomap: rename iomap_readpage_ctx struct to iomap_readfolio_ctx
` [PATCH v1 10/16] iomap: add iomap_start_folio_read() helper
` [PATCH v1 11/16] iomap: make start folio read and finish folio read public APIs
` [PATCH v1 12/16] iomap: add iomap_read_ops for read and readahead
` [PATCH v1 13/16] iomap: add a private arg "
` [PATCH v1 14/16] fuse: use iomap for read_folio
` [PATCH v1 15/16] fuse: use iomap for readahead
` [PATCH v1 16/16] fuse: remove fuse_readpages_end() null mapping check

[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
 2025-08-29 23:39 UTC  (13+ messages)
` [PATCH v2 01/12] mm: pass number of pages to __folio_start_writeback()
` [PATCH v2 02/12] mm: pass number of pages to __folio_end_writeback()
` [PATCH v2 03/12] mm: add folio_end_writeback_pages() helper
` [PATCH v2 04/12] mm: pass number of pages dirtied to __folio_mark_dirty()
` [PATCH v2 05/12] mm: add filemap_dirty_folio_pages() helper
` [PATCH v2 06/12] mm: add __folio_clear_dirty_for_io() helper
` [PATCH v2 07/12] mm: add no_stats_accounting bitfield to wbc
` [PATCH v2 08/12] mm: refactor clearing dirty stats into helper function
` [PATCH v2 09/12] mm: add clear_dirty_for_io_stats() helper
` [PATCH v2 10/12] iomap: refactor dirty bitmap iteration
` [PATCH v2 11/12] iomap: refactor uptodate "
` [PATCH v2 12/12] iomap: add granular dirty and writeback accounting

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-29 23:02 UTC  (6+ messages)
` [RFC PATCH v1 10/10] iomap: "

[PATCH 0/5] Documentation: sharedsubtree: reST massaging
 2025-08-29 22:41 UTC  (2+ messages)

[PATCH] hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_create
 2025-08-29 21:53 UTC  (2+ messages)

[PATCH] ceph: cleanup in ceph_alloc_readdir_reply_buffer()
 2025-08-29 21:29 UTC 

[PATCHED][RFC][CFT] mount-related stuff
 2025-08-29 18:25 UTC  (12+ messages)

[PATCH v2] fuse: allow synchronous FUSE_INIT
 2025-08-29 16:15 UTC  (4+ messages)

[PATCH v2 0/4] xfsprogs: utilize file_getattr() and file_setattr()
 2025-08-29 15:42 UTC  (4+ messages)
` [PATCH v2 2/4] xfs_quota: utilize file_setattr to set prjid on special files

[PATCHSET RFC v4 1/4] fuse: general bug fixes
 2025-08-29 15:39 UTC  (4+ messages)
` [PATCH 4/7] fuse: implement file attributes mask for statx

[PATCH v2 00/54] fs: rework inode reference counting
 2025-08-29 13:42 UTC  (8+ messages)
` [PATCH v2 23/54] fs: use refcount_inc_not_zero in igrab
` [PATCH v2 30/54] fs: change evict_dentries_for_decrypted_inodes to use refcount

[RFC PATCH] vfs: exclude ntfs3 from file mode validation in may_open()
 2025-08-29 13:37 UTC  (3+ messages)

[PATCH] Add RWF_NOSIGNAL flag for pwritev2
 2025-08-29 13:08 UTC  (4+ messages)

[PATCH] fhandle: use more consistent rules for decoding file handle from userns
 2025-08-29 12:55 UTC  (4+ messages)

[syzbot] Monthly fs report (Aug 2025)
 2025-08-29 12:52 UTC 

[PATCH] fs: Replace offsetof() with struct_size()
 2025-08-29 10:39 UTC  (2+ messages)

[PATCH] fs: Replace offsetof() with struct_size() in ioctl_file_dedupe_range()
 2025-08-29 10:01 UTC  (3+ messages)

[PATCH v2] ceph: fix potential NULL dereferenced issue in ceph_fill_trace()
 2025-08-29  9:36 UTC  (2+ messages)

[PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
 2025-08-29  9:31 UTC  (3+ messages)

[RFC 0/1] writeback: add sysfs to config the number of writeback contexts
 2025-08-29  8:59 UTC  (2+ messages)

[PATCHES] fs_context stuff
 2025-08-29  7:47 UTC  (5+ messages)
` [PATCH 1/2] change the calling conventions for vfs_parse_fs_string()
` [PATCH 2/2] do_nfs4_mount(): switch to vfs_parse_fs_string()

[syzbot] [hfs?] kernel BUG in hfsplus_bnode_put
 2025-08-29  6:53 UTC  (3+ messages)
` syztest

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-29  4:26 UTC  (11+ messages)
                  ` [External] "

[PATCH v2 1/2] mpage: terminate read-ahead on read error
 2025-08-29  2:36 UTC  (2+ messages)
` [PATCH v2 2/2] mpage: convert do_mpage_readpage() to return void type

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-29  1:52 UTC  (2+ messages)

[PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
 2025-08-29  1:27 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).