linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-05 18:23:14 to 2024-10-08 04:08:19 UTC [more...]

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

[PATCH 0/2] vfs: fstatat, statx: Consistently accept AT_EMPTY_PATH and NULL path
 2024-10-08  3:57 UTC  (4+ 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 | ..., "", ...)

Incorrect error message from erofs "backed by file" in 6.12-rc
 2024-10-08  2:13 UTC  (3+ messages)

[RFC PATCH 0/7] vfs: improving inode cache iteration scalability
 2024-10-08  0:54 UTC  (9+ messages)
` [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
  ` lsm sb_delete hook, was "

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

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-07 23:30 UTC  (5+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone

[PATCH v2 0/3] Cleanup some writeback codes
 2024-10-07 21:36 UTC  (9+ 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

[syzbot] [hfs?] general protection fault in hfs_mdb_commit
 2024-10-07 20:59 UTC  (3+ messages)

[PATCH v6 0/2] fuse: add timeout option for requests
 2024-10-07 20:02 UTC  (8+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "

[PATCH v7 0/3] fuse: add kernel-enforced request timeout option
 2024-10-07 18:42 UTC  (4+ messages)
` [PATCH v7 1/3] fs_parser: add fsparam_u16 helper
` [PATCH v7 2/3] fuse: add optional kernel-enforced timeout for requests
` [PATCH v7 3/3] fuse: add default_request_timeout and max_request_timeout sysctls

[PATCH v2 0/3] fs: introduce file_ref_t
 2024-10-07 18:27 UTC  (6+ 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

[PATCHES] fdtable series v2
 2024-10-07 18:12 UTC  (14+ messages)
` [PATCHES] fdtable series v3
  ` [PATCH v3 01/11] get rid of ...lookup...fdget_rcu() family
    ` [PATCH v3 02/11] remove pointless includes of <linux/fdtable.h>
    ` [PATCH v3 03/11] close_files(): don't bother with xchg()
    ` [PATCH v3 04/11] move close_range(2) into fs/file.c, fold __close_range() into it
    ` [PATCH v3 05/11] fs/file.c: remove sanity_check and add likely/unlikely in alloc_fd()
    ` [PATCH v3 06/11] fs/file.c: conditionally clear full_fds
    ` [PATCH v3 07/11] fs/file.c: add fast path in find_next_fd()
    ` [PATCH v3 08/11] alloc_fdtable(): change calling conventions
    ` [PATCH v3 09/11] file.c: merge __{set,clear}_close_on_exec()
    ` [PATCH v3 10/11] make __set_open_fd() set cloexec state as well
    ` [PATCH v3 11/11] expand_files(): simplify calling conventions

[PATCH v2 0/2] API for exporting connectable file handles to userspace
 2024-10-07 18:09 UTC  (4+ messages)

[PATCH 00/12] btrfs reads through iomap
 2024-10-07 17:47 UTC  (12+ 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 04/12] iomap: include iomap_read_end_io() in header
` [PATCH 06/12] iomap: Introduce read_inline() function hook

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

[PATCH] netfs: fix documentation build error
 2024-10-07 17:04 UTC 

[PATCH v3 0/5] Store overlay real upper file in ovl_file
 2024-10-07 17:13 UTC  (13+ 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 0/3] Cleanup some writeback codes
 2024-10-07 16:23 UTC  (8+ 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 v2 00/16] overlayfs: Optimize override/revert creds
 2024-10-07 16:13 UTC  (9+ messages)
` [PATCH v2 04/16] overlayfs: Document critical override_creds() operations

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

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

[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/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 2/3] netfs: Fix a few minor bugs in netfs_page_mkwrite()
 2024-10-07 14:15 UTC  (8+ messages)
` [PATCH 0/3] Random netfs folio fixes
  ` [PATCH 1/3] netfs: Remove call to folio_index()
  ` [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] 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)

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

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

[PATCH AUTOSEL 6.11 48/76] fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN
 2024-10-07 10:15 UTC  (2+ messages)

[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 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] 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/4] Stash overlay real upper file in backing_file
 2024-10-06  8:03 UTC  (8+ messages)
` [PATCH 1/4] ovl: do not open non-data lower file for fsync

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

[PATCH 3/3] netfs: Remove unnecessary references to pages
 2024-10-05 18:23 UTC 


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