linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-04 18:59:51 to 2024-10-07 15:20:23 UTC [more...]

fix stale delalloc punching for COW I/O v4
 2024-10-07 15:20 UTC  (6+ messages)

[GIT PULL] bcachefs fixes for 6.12-rc2
 2024-10-07 15:13 UTC  (23+ messages)

[PATCH] namespace: Use atomic64_inc_return() in alloc_mnt_ns()
 2024-10-07 15:02 UTC  (5+ messages)

[PATCH v3 0/5] Store overlay real upper file in ovl_file
 2024-10-07 14:55 UTC  (9+ messages)
` [PATCH v3 1/5] ovl: do not open non-data lower file for fsync
` [PATCH v3 2/5] ovl: allocate a container struct ovl_file for ovl private context
` [PATCH v3 3/5] ovl: store upper real file in ovl_file struct
` [PATCH v3 4/5] ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
` [PATCH v3 5/5] ovl: convert ovl_real_fdget() callers to ovl_real_file()

[PATCH] pidfd: add ioctl to retrieve pid info
 2024-10-07 14:54 UTC  (8+ messages)

[PATCH v9 0/7] Improve the copy of task comm
 2024-10-07 14:49 UTC  (8+ messages)
` [PATCH v9 1/7] Get rid of __get_task_comm()
` [PATCH v9 2/7] auditsc: Replace memcpy() with strscpy()
` [PATCH v9 3/7] security: Replace memcpy() with get_task_comm()
` [PATCH v9 4/7] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v9 5/7] mm/util: Fix possible race condition in kstrdup()
` [PATCH v9 6/7] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}
` [PATCH v9 7/7] drm: Replace strcpy() with strscpy()

[PATCH v2 0/3] fs: introduce file_ref_t
 2024-10-07 14:23 UTC  (4+ messages)
` [PATCH v2 1/3] fs: protect backing files with rcu
` [PATCH v2 2/3] fs: add file_ref
` [PATCH v2 3/3] fs: port files to file_ref

[PATCH v2 0/4] Stash overlay real upper file in backing_file
 2024-10-07 14:21 UTC  (19+ messages)
` [PATCH v2 1/4] ovl: do not open non-data lower file for fsync
` [PATCH v2 2/4] ovl: stash upper real file in backing_file struct
` [PATCH v2 3/4] ovl: convert ovl_real_fdget_path() callers to ovl_real_file_path()
` [PATCH v2 4/4] ovl: convert ovl_real_fdget() callers to ovl_real_file()

[PATCH 0/3] Random netfs folio fixes
 2024-10-07 14:15 UTC  (9+ messages)
` [PATCH 1/3] netfs: Remove call to folio_index()
` [PATCH 2/3] netfs: Fix a few minor bugs in netfs_page_mkwrite()
` [PATCH 3/3] netfs: Remove unnecessary references to pages

[viro-vfs:work.fdtable] 2b6b3f37af: segfault_at_ip_sp_error
 2024-10-07 13:31 UTC 

[PATCH 0/2] vfs: fstatat, statx: Consistently accept AT_EMPTY_PATH and NULL path
 2024-10-07 13:08 UTC  (3+ messages)
` [PATCH 1/2] vfs: support fstatat(..., NULL, AT_EMPTY_PATH | AT_NO_AUTOMOUNT, ...)
` [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...)

[PATCH] fuse: remove useless IOCB_DIRECT in fuse_direct_read/write_iter
 2024-10-07 12:35 UTC  (3+ messages)

[PATCH v5] rust: add PidNamespace
 2024-10-07 11:59 UTC  (4+ messages)

[PATCHSET] fsdax/xfs: unshare range fixes for 6.12
 2024-10-07 11:52 UTC  (2+ messages)

[PATCH] vfs: inode insertion kdoc corrections
 2024-10-07 11:49 UTC  (2+ messages)

[PATCH] netfs: In readahead, put the folio refs as soon extracted
 2024-10-07 11:48 UTC  (2+ messages)

Incorrect error message from erofs "backed by file" in 6.12-rc
 2024-10-07 11:35 UTC  (2+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-07 11:29 UTC  (18+ messages)

[PATCH v2 00/16] overlayfs: Optimize override/revert creds
 2024-10-07 11:12 UTC  (8+ messages)
` [PATCH v2 04/16] overlayfs: Document critical override_creds() operations

[PATCH v10 00/12] timekeeping/fs: multigrain timestamp redux
 2024-10-07 10:58 UTC  (2+ messages)
` (subset) "

[PATCH AUTOSEL 6.11 14/76] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-10-07 10:15 UTC  (4+ messages)
` [PATCH AUTOSEL 6.11 48/76] fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN

[PATCH AUTOSEL 6.10 45/70] fuse: handle idmappings properly in ->write_iter()
 2024-10-07 10:05 UTC  (2+ messages)

[PATCH v2] driver core: Fix userspace expectations of uevent_show() as a probe barrier
 2024-10-07  9:39 UTC 

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-07  8:39 UTC  (3+ messages)
` [PATCH bpf-next 1/2] fs/xattr: bpf: Introduce "

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-07  8:17 UTC  (7+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH RFC 0/4] fs: port files to rcuref_long_t
 2024-10-07  7:37 UTC  (17+ messages)
` [PATCH RFC 1/4] fs: protect backing files with rcu
` [PATCH RFC 2/4] types: add rcuref_long_t
` [PATCH RFC 3/4] rcuref: add rcuref_long_*() helpers
` [PATCH RFC 4/4] fs: port files to rcuref_long_t

[PATCH v7 0/8] block atomic writes for xfs
 2024-10-07  5:42 UTC  (5+ messages)
` [PATCH v7 5/8] xfs: Support FS_XFLAG_ATOMICWRITES

[PATCH v2 0/3] Cleanup some writeback codes
 2024-10-07  5:36 UTC  (6+ messages)
` [PATCH v2 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to BW_DIRTYLIMIT_INTERVAL
` [PATCH v2 2/3] mm/page-writeback.c: Fix comment of wb_domain_writeout_add()
` [PATCH v2 3/3] xfs: Let the max iomap length be consistent with the writeback code

[PATCH] mm/truncate: reset xa_has_values flag on each iteration
 2024-10-06 22:03 UTC  (2+ messages)

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-06 14:59 UTC  (2+ messages)

[PATCH 0/3] Cleanup some writeback codes
 2024-10-06 14:28 UTC  (7+ messages)
` [PATCH 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to UPDATE_INTERVAL
` [PATCH 3/3] xfs: Fix comment of xfs_buffered_write_iomap_begin()

[PATCH 0/4] Stash overlay real upper file in backing_file
 2024-10-06  8:03 UTC  (13+ messages)
` [PATCH 1/4] ovl: do not open non-data lower file for fsync
` [PATCH 3/4] ovl: convert ovl_real_fdget_meta() callers to ovl_real_file_meta()
` [PATCH 4/4] ovl: convert ovl_real_fdget() callers to ovl_real_file()

[RFC][PATCHES] xattr stuff and interactions with io_uring
 2024-10-06  5:28 UTC  (9+ messages)
` [PATCH 1/9] xattr: switch to CLASS(fd)
  ` [PATCH 5/9] replace do_setxattr() with saner helpers

[PATCH v5 07/10] tmpfs: Add casefold lookup support
 2024-10-06  5:10 UTC  (3+ messages)

[PATCH] ext4: don't set SB_RDONLY after filesystem errors
 2024-10-06  3:38 UTC  (6+ messages)
    ` [LTP] "

[PATCH 00/35] Reorganize kerneldoc parameter names
 2024-10-06  1:55 UTC  (2+ messages)
` (subset) "

[PATCH AUTOSEL 6.11 237/244] iomap: fix iomap_dio_zero() for fs bs > system page size
 2024-10-06  0:30 UTC  (3+ messages)

[PATCH 0/5] UFS: Final folio conversions
 2024-10-05 21:21 UTC  (8+ messages)
` [PATCH 1/5] ufs: Convert ufs_inode_getblock() to take a folio
` [PATCH 2/5] ufs: Convert ufs_extend_tail() "
` [PATCH 3/5] ufs: Convert ufs_inode_getfrag() "
` [PATCH 4/5] ufs: Pass a folio to ufs_new_fragments()
` [PATCH 5/5] ufs: Convert ufs_change_blocknr() to take a folio

lsm sb_delete hook, was Re: [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
 2024-10-05 16:03 UTC  (14+ messages)

[syzbot] [exfat?] KMSAN: uninit-value in __exfat_get_dentry_set
 2024-10-05 14:32 UTC 

[syzbot] [hfs?] general protection fault in hfs_mdb_commit
 2024-10-05 10:51 UTC  (2+ messages)

[syzbot] [usb?] [fs?] [input?] INFO: rcu detected stall in __fsnotify_parent
 2024-10-05  8:27 UTC  (2+ messages)

6.12/BUG: KASAN: slab-use-after-free in m_next at fs/proc/task_mmu.c:187
 2024-10-05  6:45 UTC  (8+ messages)

[syzbot] [exfat?] KMSAN: uninit-value in vfat_rename2
 2024-10-05  5:50 UTC  (4+ messages)

[PATCH 00/12] btrfs reads through iomap
 2024-10-05  2:30 UTC  (16+ messages)
` [PATCH 01/12] iomap: check if folio size is equal to FS block size
` [PATCH 02/12] iomap: Introduce iomap_read_folio_ops
` [PATCH 03/12] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset
` [PATCH 04/12] iomap: include iomap_read_end_io() in header
` [PATCH 05/12] iomap: Introduce IOMAP_ENCODED
` [PATCH 06/12] iomap: Introduce read_inline() function hook
` [PATCH 07/12] btrfs: btrfs_em_to_iomap() to convert em to iomap
` [PATCH 08/12] btrfs: iomap_begin() for buffered reads
` [PATCH 09/12] btrfs: define btrfs_iomap_read_folio_ops
` [PATCH 10/12] btrfs: define btrfs_iomap_folio_ops
` [PATCH 11/12] btrfs: add read_inline for folio operations for read() calls
` [PATCH 12/12] btrfs: switch to iomap for buffered reads

[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-05  0:22 UTC  (4+ messages)
` [PATCH RFC v2 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
` [PATCH RFC v2 2/2] arm64: Support AT_HWCAP3

[syzbot] [fuse?] WARNING in fuse_writepages
 2024-10-04 19:04 UTC  (3+ messages)

[PATCH] kernel: add pid_max to pid_namespace
 2024-10-04 19:05 UTC  (2+ messages)

[PATCH v2 0/2] unicode: kunit: refactor selftest to kunit tests
 2024-10-04 19:02 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] unicode: kunit: change tests filename and path


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