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

[GIT PULL] bcachefs fixes for 6.12-rc2
 2024-10-09  3:51 UTC  (18+ messages)

[PATCH v2 1/2] fs/super.c: introduce get_tree_bdev_flags()
 2024-10-09  3:31 UTC  (2+ messages)
` [PATCH v2 2/2] erofs: use get_tree_bdev_flags() to avoid misleading messages

[linux-next:master] [fs] 2e4c6e78f4: will-it-scale.per_thread_ops -5.7% regression
 2024-10-09  2:53 UTC 

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

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-08 23:31 UTC  (37+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v7 0/3] fuse: add kernel-enforced request timeout option
 2024-10-08 20:58 UTC  (5+ 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 v3 0/3] API for exporting connectable file handles to userspace
 2024-10-08 20:31 UTC  (10+ messages)
` [PATCH v3 1/3] fs: prepare for "explicit connectable" file handles
` [PATCH v3 2/3] fs: name_to_handle_at() support "
` [PATCH v3 3/3] fs: open_by_handle_at() support for decoding "

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

[GIT PULL] ntfs3: bugfixes for 6.12
 2024-10-08 18:32 UTC  (3+ messages)

fix stale delalloc punching for COW I/O v5
 2024-10-08 17:39 UTC  (12+ messages)
` [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
` [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
` [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release
` [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 06/10] xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock
` [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin
` [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes

[PATCH v2 0/3] fs: introduce file_ref_t
 2024-10-08 17:29 UTC  (6+ messages)
` [PATCH v2 2/3] fs: add file_ref

[PATCH V2] hfs: convert hfs to use the new mount api
 2024-10-08 15:21 UTC  (3+ messages)

[PATCH v2 0/2] API for exporting connectable file handles to userspace
 2024-10-08 14:50 UTC  (9+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-08 14:44 UTC  (21+ messages)

[PATCH 0/3] Cleanup some writeback codes
 2024-10-08 14:14 UTC  (6+ messages)
` [PATCH 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to UPDATE_INTERVAL

[PATCH v4 0/2] virtiofs: fix the warning for kernel direct IO
 2024-10-08 13:39 UTC  (2+ messages)

[PATCH v9] pidfd: add ioctl to retrieve pid info
 2024-10-08 13:23 UTC  (4+ messages)

[PATCH v10] pidfd: add ioctl to retrieve pid info
 2024-10-08 13:19 UTC 

[PATCH 1/2] fs/super.c: introduce get_tree_bdev_by_dev()
 2024-10-08 13:12 UTC  (8+ messages)
` [PATCH 2/2] erofs: use get_tree_bdev_by_dev() to avoid misleading messages

[PATCH 6.11 034/558] afs: Fix missing wire-up of afs_retry_request()
 2024-10-08 12:03 UTC  (3+ messages)
` [PATCH 6.11 046/558] netfs: Fix missing wakeup after issuing writes
` [PATCH 6.11 163/558] netfs: Cancel dirty folios that have no storage destination

[PATCH] fs/inode: Fix a typo
 2024-10-08 12:27 UTC  (2+ messages)

[PATCH] fcntl: make F_DUPFD_QUERY associative
 2024-10-08 12:25 UTC  (4+ messages)

[PATCH 6.10 031/482] afs: Fix missing wire-up of afs_retry_request()
 2024-10-08 12:03 UTC  (2+ messages)
` [PATCH 6.10 136/482] netfs: Cancel dirty folios that have no storage destination

[PATCH v8] pidfd: add ioctl to retrieve pid info
 2024-10-08 12:12 UTC  (3+ messages)

[PATCHES] fdtable series v2
 2024-10-08 11:15 UTC  (15+ 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 RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-08 10:04 UTC  (6+ messages)
` [PATCH RFC v2 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
` [PATCH RFC v2 2/2] arm64: Support AT_HWCAP3

[PATCH 00/12] btrfs reads through iomap
 2024-10-08  9:48 UTC  (19+ 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] fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid
 2024-10-08  9:45 UTC 

Incorrect error message from erofs "backed by file" in 6.12-rc
 2024-10-08  8:48 UTC  (5+ messages)

[PATCH] netfs: fix documentation build error
 2024-10-08  8:40 UTC  (2+ messages)

[PATCH v2 0/3] Cleanup some writeback codes
 2024-10-08  6:35 UTC  (6+ messages)
` [PATCH v2 3/3] xfs: Let the max iomap length be consistent with the writeback code

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

[syzbot] [hfs?] possible deadlock in hfsplus_file_extend
 2024-10-08  6:18 UTC  (2+ messages)

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

[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

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

[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 v3 0/5] Store overlay real upper file in ovl_file
 2024-10-07 17:13 UTC  (7+ messages)
` [PATCH v3 1/5] ovl: do not open non-data lower file for fsync

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


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