linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-05 20:01:52 to 2025-09-08 17:36:37 UTC [more...]

[PATCHES v3][RFC][CFT] mount-related stuff
 2025-09-08 17:36 UTC  (4+ messages)
` [PATCH v3 01/65] fs/namespace.c: fix the namespace_sem guard mess
  ` [PATCH v3 52/65] ecryptfs: get rid of pointless mount references in ecryptfs dentries

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-08 17:30 UTC  (67+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete

[PATCH v6 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-09-08 16:40 UTC  (2+ messages)
` [PATCH v6 1/1] "

[GIT PULL] vfs fixes
 2025-09-08 15:41 UTC  (3+ messages)

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-09-08 15:40 UTC  (8+ messages)
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely

[External] : Re: [WIP RFC PATCH] fs: retire I_WILL_FREE
 2025-09-08 15:39 UTC  (10+ messages)
` [PATCH] ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage
  ` [External] : "

[PATCH] readahead: Add trace points
 2025-09-08 14:55 UTC 

[PATCH 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-08 13:01 UTC  (3+ messages)
` [PATCH 1/2] iomap: prioritize iter.status error over ->iomap_end()
` [PATCH 2/2] iomap: revert the iomap_iter pos on ->iomap_end() error

[PATCH] initrd: Fix unused variable warning in rd_load_image() on s390
 2025-09-08 12:13 UTC 

[syzbot] [netfs?] kernel BUG in netfs_perform_write
 2025-09-08  9:57 UTC  (4+ messages)
` [PATCH] netfs: Prevent duplicate unlocking

[PATCHES] file->f_path safety and struct path constifications
 2025-09-08  9:52 UTC  (41+ messages)
` [PATCH 01/21] backing_file_user_path(): constify struct path *
  ` [PATCH 02/21] constify path argument of vfs_statx_path()
  ` [PATCH 03/21] filename_lookup(): constify root argument
  ` [PATCH 04/21] done_path_create(): constify path argument
  ` [PATCH 05/21] bpf...d_path(): "
  ` [PATCH 06/21] nfs: constify path argument of __vfs_getattr()
  ` [PATCH 07/21] rqst_exp_get_by_name(): constify path argument
  ` [PATCH 08/21] export_operations->open(): "
  ` [PATCH 09/21] check_export(): "
  ` [PATCH 10/21] ksmbd_vfs_path_lookup_locked(): root_share_path can be const struct path *
  ` [PATCH 11/21] ksmbd_vfs_kern_path_unlock(): constify path argument
  ` [PATCH 12/21] ksmbd_vfs_inherit_posix_acl(): "
  ` [PATCH 13/21] ksmbd_vfs_set_init_posix_acl(): "
  ` [PATCH 14/21] ovl_ensure_verity_loaded(): constify datapath argument
  ` [PATCH 15/21] ovl_validate_verity(): constify {meta,data}path arguments
  ` [PATCH 16/21] ovl_get_verity_digest(): constify path argument
  ` [PATCH 17/21] ovl_lower_dir(): "
  ` [PATCH 18/21] ovl_sync_file(): "
  ` [PATCH 19/21] ovl_is_real_file: constify realpath argument
  ` [PATCH 20/21] apparmor/af_unix: constify struct path * arguments
  ` [PATCH 21/21] configfs:get_target() - release path as soon as we grab configfs_item reference
` [PATCH 1/2] kernel/acct.c: saner struct file treatment
` [PATCH 2/2] Have cc(1) catch attempts to modify ->f_path

[RFC] a possible way of reducing the PITA of ->d_name audits
 2025-09-08  9:05 UTC  (10+ messages)

[PATCH v2] ext4: increase i_disksize to offset + len in ext4_update_disksize_before_punch()
 2025-09-08  7:58 UTC  (2+ messages)

[PATCH 0/6] VFS: more prep for change to directory locking
 2025-09-08  7:09 UTC  (17+ messages)
` [PATCH 1/6] fs/proc: Don't look root inode when creating "self" and "thread-self"
` [PATCH 2/6] VFS/ovl: add lookup_one_positive_killable()
` [PATCH 3/6] VFS: discard err2 in filename_create()
` [PATCH 4/6] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH 5/6] VFS/audit: introduce kern_path_parent() for audit
` [PATCH 6/6] VFS: rename kern_path_locked() to kern_path_removing()

[PATCH v1 00/16] fuse: use iomap for buffered reads + readahead
 2025-09-08  6:56 UTC  (9+ messages)
` [PATCH v1 13/16] iomap: add a private arg for read and readahead

regression, btrfs mount failure when multiple rescue mount options used
 2025-09-07 22:41 UTC  (2+ messages)

[syzbot] [jfs?] INFO: task hung in deactivate_super (3)
 2025-09-07  2:03 UTC  (5+ messages)
` [syzbot] [hfs?] "

[SECURITY] [PATCH V2] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2025-09-07  1:08 UTC 

[PATCH] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2025-09-06 21:37 UTC  (3+ messages)

[PATCH v9 2/5] mm: uffd_wp: Add pte_uffd_wp_available()
 2025-09-06 13:31 UTC  (2+ messages)

[PATCH v5 0/5] Rust support for `struct iov_iter`
 2025-09-06 11:23 UTC  (2+ messages)

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

general protection fault in hfs_find_init
 2025-09-06  6:21 UTC  (3+ messages)
` [syzbot] [hfs?] "

New September Order. 20546 Saturday, September 6, 2025 at 08:05:21 AM
 2025-09-06  6:05 UTC 

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-09-06  4:25 UTC  (12+ messages)
                  ` [External] "

[PATCH RFC 0/2] iomap: ->iomap_end() error handling fixes
 2025-09-06  4:23 UTC  (3+ messages)
` [PATCH RFC 1/2] iomap: prioritize iter.status error over ->iomap_end()

[PATCH v2 00/12] mm/iomap: add granular dirty and writeback accounting
 2025-09-05 23:30 UTC  (11+ messages)
` [PATCH v2 12/12] iomap: "

[PATCH] exfat: validate cluster allocation bits of the allocation bitmap
 2025-09-05 23:19 UTC 

[PATCH] hfsplus: add and rework comments for key metadata structures
 2025-09-05 22:58 UTC 

[PATCH] hfs: add and rework comments for key metadata structures
 2025-09-05 22:57 UTC 

[RFC PATCH 00/20] add comments in include/linux/ceph/*.h
 2025-09-05 22:18 UTC  (24+ messages)
` [RFC PATCH 01/20] ceph: add comments to metadata structures in auth.h
` [RFC PATCH 02/20] ceph: add comments to metadata structures in buffer.h
` [RFC PATCH 04/20] ceph: add comments to declarations in ceph_features.h
` [RFC PATCH 05/20] ceph: rework comments in ceph_frag.h
` [RFC PATCH 06/20] ceph: add comments to metadata structures in ceph_fs.h
` [RFC PATCH 07/20] ceph: add comments in ceph_hash.h
` [RFC PATCH 08/20] ceph: add comments to metadata structures in cls_lock_client.h
` [RFC PATCH 09/20] ceph: add comments to metadata structures in libceph.h
` [RFC PATCH 10/20] ceph: add comments to metadata structures in messenger.h
` [RFC PATCH 11/20] ceph: add comments to metadata structures in mon_client.h
` [RFC PATCH 12/20] ceph: add comments to metadata structures in msgpool.h
` [RFC PATCH 13/20] ceph: add comments to metadata structures in msgr.h
` [RFC PATCH 14/20] ceph: add comments to metadata structures in osd_client.h
` [RFC PATCH 15/20] ceph: add comments to metadata structures in osdmap.h
` [RFC PATCH 16/20] ceph: add comments to metadata structures in pagelist.h
` [RFC PATCH 17/20] ceph: add comments to metadata structures in rados.h
` [RFC PATCH 18/20] ceph: add comments to metadata structures in string_table.h
` [RFC PATCH 19/20] ceph: add comments to metadata structures in striper.h
` [RFC PATCH 20/20] ceph: add comments to metadata structures in types.h


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