linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-21 14:21:31 to 2025-08-22 14:16:04 UTC [more...]

[PATCH v5 0/9] ovl: Enable support for casefold layers
 2025-08-22 14:15 UTC  (10+ messages)
` [PATCH v5 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()

[PATCH v2 00/10] powerpc: Implement masked user access
 2025-08-22 14:11 UTC  (14+ messages)
` [PATCH v2 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v2 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v2 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v2 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v2 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v2 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v2 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v2 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v2 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v2 10/10] powerpc/uaccess: Implement masked user access

[PATCH v2 00/16] VFS: prepare for changes to directory locking
 2025-08-22 14:08 UTC  (21+ messages)
` [PATCH v2 01/16] VFS: discard err2 in filename_create()
` [PATCH v2 02/16] VFS: unify old_mnt_idmap and new_mnt_idmap in renamedata
` [PATCH v2 03/16] Introduce wake_up_key()
` [PATCH v2 04/16] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH v2 05/16] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH v2 06/16] VFS: introduce start_dirop()
` [PATCH v2 07/16] VFS: introduce end_dirop() and end_dirop_mkdir()
` [PATCH v2 08/16] VFS: implement simple_start_creating() with start_dirop()
` [PATCH v2 09/16] VFS: introduce simple_end_creating() and simple_failed_creating()
` [PATCH v2 10/16] Use simple_start_creating() in various places
` [PATCH v2 11/16] VFS/nfsd/cachefiles: add start_creating() and end_creating()
` [PATCH v2 12/16] nfsd: move name lookup out of nfsd4_list_rec_dir()
` [PATCH v2 13/16] VFS/nfsd/cachefiles: introduce start_removing()
` [PATCH v2 14/16] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v2 15/16] VFS: introduce start_removing_dentry()
` [PATCH v2 16/16] VFS: add start_creating_killable() and start_removing_killable()

[PATCH 00/50] fs: rework inode reference counting
 2025-08-22 13:56 UTC  (64+ messages)
` [PATCH 01/50] fs: add an i_obj_count refcount to the inode
` [PATCH 02/50] fs: make the i_state flags an enum
    ` [PATCH 02/50] "
` [PATCH 03/50] fs: hold an i_obj_count reference in wait_sb_inodes
` [PATCH 04/50] fs: hold an i_obj_count reference for the i_wb_list
` [PATCH 05/50] fs: hold an i_obj_count reference for the i_io_list
` [PATCH 06/50] fs: hold an i_obj_count reference in writeback_sb_inodes
` [PATCH 07/50] fs: hold an i_obj_count reference while on the hashtable
` [PATCH 08/50] fs: hold an i_obj_count reference while on the LRU list
` [PATCH 09/50] fs: hold an i_obj_count reference while on the sb inode list
` [PATCH 10/50] fs: stop accessing ->i_count directly in f2fs and gfs2
  ` (subset) "
` [PATCH 11/50] fs: hold an i_obj_count when we have an i_count reference
` [PATCH 12/50] fs: rework iput logic
` [PATCH 13/50] fs: add an I_LRU flag to the inode
` [PATCH 14/50] fs: maintain a list of pinned inodes
` [PATCH 15/50] fs: delete the inode from the LRU list on lookup
` [PATCH 16/50] fs: change evict_inodes to use iput instead of evict directly
` [PATCH 17/50] fs: hold a full ref while the inode is on a LRU
` [PATCH 18/50] fs: disallow 0 reference count inodes
` [PATCH 19/50] fs: make evict_inodes add to the dispose list under the i_lock
` [PATCH 20/50] fs: convert i_count to refcount_t
` [PATCH 21/50] fs: use refcount_inc_not_zero in igrab
` [PATCH 22/50] fs: use inode_tryget in find_inode*
` [PATCH 23/50] fs: update find_inode_*rcu to check the i_count count
` [PATCH 24/50] fs: use igrab in insert_inode_locked
` [PATCH 25/50] fs: remove I_WILL_FREE|I_FREEING check from __inode_add_lru
` [PATCH 26/50] fs: remove I_WILL_FREE|I_FREEING check in inode_pin_lru_isolating
` [PATCH 27/50] fs: use inode_tryget in evict_inodes
` [PATCH 28/50] fs: change evict_dentries_for_decrypted_inodes to use refcount
` [PATCH 29/50] block: use igrab in sync_bdevs
` [PATCH 30/50] bcachefs: use the refcount instead of I_WILL_FREE|I_FREEING
` [PATCH 31/50] btrfs: don't check I_WILL_FREE|I_FREEING
` [PATCH 32/50] fs: use igrab in drop_pagecache_sb
` [PATCH 33/50] fs: stop checking I_FREEING in d_find_alias_rcu
` [PATCH 34/50] ext4: stop checking I_WILL_FREE|IFREEING in ext4_check_map_extents_env
` [PATCH 35/50] fs: remove I_WILL_FREE|I_FREEING from fs-writeback.c
` [PATCH 36/50] gfs2: remove I_WILL_FREE|I_FREEING usage
` [PATCH 37/50] fs: remove I_WILL_FREE|I_FREEING check from dquot.c
` [PATCH 38/50] notify: remove I_WILL_FREE|I_FREEING checks in fsnotify_unmount_inodes
` [PATCH 39/50] xfs: remove I_FREEING check
` [PATCH 40/50] landlock: remove I_FREEING|I_WILL_FREE check
` [PATCH 41/50] fs: change inode_is_dirtytime_only to use refcount
` [PATCH 42/50] btrfs: remove references to I_FREEING
` [PATCH 43/50] ext4: remove reference to I_FREEING in inode.c
` [PATCH 44/50] ext4: remove reference to I_FREEING in orphan.c
` [PATCH 45/50] pnfs: use i_count refcount to determine if the inode is going away
` [PATCH 46/50] fs: remove some spurious I_FREEING references in inode.c
` [PATCH 47/50] xfs: remove reference to I_FREEING|I_WILL_FREE
` [PATCH 48/50] ocfs2: do not set I_WILL_FREE
` [PATCH 49/50] fs: remove I_FREEING|I_WILL_FREE
` [PATCH 50/50] fs: add documentation explaining the reference count rules for inodes

[PATCH v4 0/3] introduce kernel file mapped folios
 2025-08-22 13:46 UTC  (7+ messages)
` [PATCH v4 1/3] mm/filemap: add AS_KERNEL_FILE
  ` [PATCH] mm: fix CONFIG_MEMCG build for AS_KERNEL_FILE
` [PATCH v4 2/3] mm: add vmstat for kernel_file pages
` [PATCH v4 3/3] btrfs: set AS_KERNEL_FILE on the btree_inode

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-22 13:27 UTC  (2+ messages)

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-22 13:40 UTC  (6+ messages)
` [PATCH v3 05/12] man/man2/fspick.2: "

[PATCHSET RFC v4 1/4] libfuse: general bug fixes
 2025-08-22 12:54 UTC  (6+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-22 13:25 UTC  (6+ messages)

[MAINTAINER SUMMIT] Adding more formality around feature inclusion and ejection
 2025-08-22 13:15 UTC  (16+ messages)

[PATCH 0/1] man2/mount.2: expand and clarify docs for MS_REMOUNT | MS_BIND
 2025-08-22 13:06 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH 6.16 000/564] 6.16.2-rc2 review
 2025-08-22 12:41 UTC  (4+ messages)

[PATCH] fuse: allow synchronous FUSE_INIT
 2025-08-22 12:33 UTC  (2+ messages)

Serious error in autofs docs, which has design implications
 2025-08-22 12:31 UTC  (2+ messages)

[PATCH v8 3/5] treewide: Replace 'get_task_comm()' with 'strscpy_pad()'
 2025-08-22 12:06 UTC  (3+ messages)

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

[PATCHSET RFC v4 1/4] fuse: general bug fixes
 2025-08-22 11:32 UTC  (11+ messages)
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/7] fuse: implement file attributes mask for statx
` [PATCH 7/7] fuse: enable FUSE_SYNCFS for all servers

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-08-22 11:01 UTC  (3+ messages)
` [PATCH v2 2/2] mm: "

[PATCH] rust: file: use to_result for error handling
 2025-08-22 10:34 UTC  (2+ messages)

[syzbot] [fs?] [mm?] linux-next test error: WARNING in __folio_start_writeback
 2025-08-22 10:09 UTC 

[PATCH 0/3] memcg, writeback: Don't wait writeback completion
 2025-08-22  9:29 UTC  (12+ messages)
` [PATCH] memcg: Don't wait writeback completion when release memcg
    ` [External] "
  ` [External] Re: [PATCH 0/3] memcg, writeback: Don't wait writeback completion

[PATCH v5 0/5] Rust support for `struct iov_iter`
 2025-08-22  8:42 UTC  (6+ messages)
` [PATCH v5 1/5] rust: iov: add iov_iter abstractions for ITER_SOURCE
` [PATCH v5 2/5] rust: iov: add iov_iter abstractions for ITER_DEST
` [PATCH v5 3/5] rust: fs: add Kiocb struct
` [PATCH v5 4/5] rust: miscdevice: Provide additional abstractions for iov_iter and kiocb structures
` [PATCH v5 5/5] samples: rust_misc_device: Expand the sample to support read()ing from userspace

[PATCH] iomap: allow iomap using the per-cpu bio cache
 2025-08-22  8:26 UTC 

[PATCH] tmpfs: preserve SB_I_VERSION on remount
 2025-08-22  4:03 UTC  (2+ messages)

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-08-22  3:56 UTC  (8+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-08-22  3:42 UTC  (7+ 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
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps

[PATCH 6.12.y] netfs: Fix unbuffered write error handling
 2025-08-22  3:08 UTC 

[PATCH] selftests: centralise maybe-unused definition in kselftest.h
 2025-08-22  1:21 UTC  (4+ messages)

[PATCH v8] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-08-21 22:51 UTC 

[patch 0/4] uaccess: Provide and use helpers for user masked access
 2025-08-21 22:49 UTC  (10+ messages)

[RFC v4] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-08-21 22:29 UTC  (4+ messages)
` [PATCHSET RFC v4 4/4] libfuse: implement syncfs

[PATCH v3 0/4] introduce uncharged file mapped folios
 2025-08-21 19:37 UTC  (6+ messages)
` [PATCH v3 1/4] mm/filemap: add AS_UNCHARGED

[PATCH v3 0/8] gen_init_cpio: add copy_file_range / reflink support
 2025-08-21 19:09 UTC  (2+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-21 17:34 UTC  (8+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "
            ` [PATCH v17] "

[PATCH] fs/namespace: describe @pinned parameter in do_lock_mount()
 2025-08-21 17:19 UTC 

[PATCHSET RFC v4 2/4] fuse: allow servers to use iomap for better file IO performance
 2025-08-21 16:15 UTC  (11+ messages)
` [PATCH 04/23] fuse: move the backing file idr and code into a new source file
` [PATCH 05/23] fuse: move the passthrough-specific code back to passthrough.c
` [PATCH 06/23] fuse: add an ioctl to add new iomap devices

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

[PATCH] docs: fs: fix kernel-doc warning in name_contains_dotdot
 2025-08-21 14:44 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).