linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-09 18:55:37 to 2025-02-11 17:23:29 UTC [more...]

[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-02-11 17:22 UTC 

[PATCH 0/2] acct: don't allow access to internal filesystems
 2025-02-11 17:16 UTC  (3+ messages)
  ` [PATCH 1/2] acct: perform last write from workqueue
  ` [PATCH 2/2] acct: block access to kernel internal filesystems

Large folios for overlayfs (and potential BUG)
 2025-02-11 17:11 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] vfs write barriers
 2025-02-11 14:53 UTC  (5+ messages)

[syzbot] [ext4?] WARNING in __ext4_iget
 2025-02-11 16:15 UTC 

[PATCH 1/5] ovl: don't allow datadir only
 2025-02-11 15:51 UTC  (16+ messages)
` [PATCH 2/5] ovl: remove unused forward declaration
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH 4/5] ovl: don't require metacopy=on for lower -> data redirect
` [PATCH 5/5] ovl: don't require "metacopy=on" for "verity"

[PATCH v5 0/3] mount notification
 2025-02-11 13:32 UTC  (7+ messages)
` [PATCH v5 1/3] fsnotify: add mount notification infrastructure
` [PATCH v5 2/3] fanotify: notify on mount attach and detach
` [PATCH v5 3/3] vfs: add notifications for "

[PATCH v7 0/6] introduce PIDFD_SELF* sentinels
 2025-02-11 15:45 UTC  (4+ messages)
` [PATCH v7 1/6] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process

[LSF/MM/BPF TOPIC] Parallelizing filesystem writeback
 2025-02-11 13:43 UTC  (8+ messages)
          ` [Lsf-pc] "

[REGRESSION][BISECTED] Crash with Bad page state for FUSE/Flatpak related applications since v6.13
 2025-02-11 14:01 UTC  (17+ messages)
  ` [PATCH] fuse: prevent folio use-after-free in readahead

[PATCH v4] fuse: add new function to invalidate cache for all inodes
 2025-02-11  9:26 UTC 

[PATCH] mm: pgtable: fix incorrect reclaim of non-empty PTE pages
 2025-02-11  7:26 UTC 

[PATCH 0/2] pipe: change pipe_write() to never add a zero-sized buffer
 2025-02-11  3:59 UTC  (15+ messages)
` [PATCH 1/2] "
` [PATCH v2 1/1] "

xfs/folio splat with v6.14-rc1
 2025-02-11  2:43 UTC  (14+ messages)

Job Vacancies! Someone you know might need this information
 2025-02-11  2:25 UTC 

[PATCH AUTOSEL 5.10 8/8] vboxsf: fix building with GCC 15
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 5.15 9/9] vboxsf: fix building with GCC 15
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 6.1 11/11] vboxsf: fix building with GCC 15
 2025-02-11  1:32 UTC 

[PATCH AUTOSEL 6.6 15/15] vboxsf: fix building with GCC 15
 2025-02-11  1:31 UTC 

[PATCH AUTOSEL 6.12 18/19] vboxsf: fix building with GCC 15
 2025-02-11  1:30 UTC 

[PATCH AUTOSEL 6.13 20/21] vboxsf: fix building with GCC 15
 2025-02-11  1:29 UTC 

[PATCH] netfs: Fix a number of read-retry hangs
 2025-02-11  1:07 UTC  (9+ messages)
` [PATCH] netfs: Add retry stat counters

[PATCH] ceph: is_root_ceph_dentry() cleanup
 2025-02-11  0:15 UTC  (6+ messages)

[PATCH] ceph: cleanup hardcoded constants of file handle size
 2025-02-10 23:01 UTC 

[RFC PATCH v2 0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-02-10 22:34 UTC  (5+ messages)
` [RFC PATCH v2 4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support

[RFC PATCH v3] fuse: add new function to invalidate cache for all inodes
 2025-02-10 21:39 UTC  (4+ messages)

Possible regression with buffered writes + NOWAIT behavior, under memory pressure
 2025-02-10 21:27 UTC  (6+ messages)

[PATCH v10 00/27] riscv control-flow integrity for usermode
 2025-02-10 20:27 UTC  (28+ messages)
` [PATCH v10 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v10 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v10 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v10 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v10 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v10 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v10 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v10 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v10 09/27] riscv mmu: write protect and shadow stack
` [PATCH v10 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v10 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v10 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v10 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v10 14/27] riscv/traps: Introduce software check exception
` [PATCH v10 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v10 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v10 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v10 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v10 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v10 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v10 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v10 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-10 19:01 UTC  (13+ messages)
` [PATCH v7 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v7 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v7 14/20] rmap: Add support for PUD sized mappings to rmap
` [PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v7 16/20] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages

[PATCH 0/2 v6] add ioctl/sysfs to donate file-backed pages
 2025-02-10 19:01 UTC  (9+ messages)

[RFC PATCH 0/6] debugfs: Replace dentry with an opaque handle in debugfs API
 2025-02-10 17:59 UTC  (18+ messages)
` [RFC PATCH 1/6] debugfs: Add temporary "#define debugfs_node dentry" directives
` [RFC PATCH 2/6] debugfs: Add helper functions for debugfs_node encapsulation
` [RFC PATCH 3/6] relay: Replace dentry with debugfs_node
` [RFC PATCH 4/6] debugfs: Automated conversion from dentry to debugfs_node
` [RFC PATCH 5/6] debugfs: Manual fixes for incomplete Coccinelle conversions
` [RFC PATCH 6/6] debugfs: Replace debugfs_node #define with struct wrapping dentry

[syzbot] [fs?] WARNING: refcount bug in io_submit_one
 2025-02-10 17:37 UTC 

[PATCH RFC 00/10] large atomic writes for xfs with CoW
 2025-02-10 16:59 UTC  (3+ messages)
` [PATCH RFC 07/10] xfs: Add xfs_file_dio_write_atomic()

[PATCH 1/2] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
 2025-02-10 16:33 UTC  (3+ messages)

[RFC PATCH v2] fuse: add new function to invalidate cache for all inodes
 2025-02-10 15:58 UTC  (5+ messages)

[PATCH] fs: don't needlessly acquire f_lock
 2025-02-10 14:58 UTC  (5+ messages)

[PATCH next 1/1] fs: Mark get_sigset_argpack() __always_inline
 2025-02-10 13:59 UTC  (6+ messages)

[PATCH v2 0/2] ovl: allow O_PATH file descriptor when specifying layers
 2025-02-10 13:55 UTC  (5+ messages)
` [PATCH v2 1/2] fs: support O_PATH fds with FSCONFIG_SET_FD
` [PATCH v2 2/2] selftests/overlayfs: test specifying layers as O_PATH file descriptors

[PATCH v6 00/10] iomap: incremental per-operation iter advance
 2025-02-10 13:53 UTC  (3+ messages)

[PATCH 0/8] More GFS2 folio conversions
 2025-02-10 13:34 UTC  (9+ messages)
` [PATCH 1/8] gfs2: Use b_folio in gfs2_log_write_bh()
` [PATCH 2/8] gfs2: Use b_folio in gfs2_trans_add_meta()
` [PATCH 3/8] gfs2: Use b_folio in gfs2_submit_bhs()
` [PATCH 4/8] gfs2: Use b_folio in gfs2_check_magic()
` [PATCH 5/8] gfs2: Convert gfs2_jhead_pg_srch() to gfs2_jhead_folio_srch()
` [PATCH 6/8] gfs2: Convert gfs2_find_jhead() to use a folio
` [PATCH 7/8] gfs2: Convert gfs2_end_log_write_bh() to work on "
` [PATCH 8/8] gfs2: Convert gfs2_meta_read_endio() to use "

[PATCH 0/2] ovl: allow O_PATH file descriptor when specifying layers
 2025-02-10 12:07 UTC  (5+ messages)
` [PATCH 1/2] fs: support O_PATH fds with FSCONFIG_SET_FD

[PATCH 0/2] VFS: minor improvements to a couple of interfaces
 2025-02-10  9:41 UTC  (4+ messages)

[syzbot] [net?] [bcachefs?] general protection fault in ipv6_get_saddr_eval
 2025-02-10  8:29 UTC 

[PATCH v4 0/3] CONFIG_DEBUG_VFS at last
 2025-02-10  8:28 UTC  (5+ messages)
` [PATCH v4 1/3] vfs: add initial support for CONFIG_DEBUG_VFS
` [PATCH v4 2/3] vfs: catch invalid modes in may_open()
` [PATCH v4 3/3] vfs: use the new debug macros in inode_set_cached_link()

[PATCH v3 0/3] CONFIG_VFS_DEBUG at last
 2025-02-10  8:21 UTC  (3+ messages)
` [PATCH v3 3/3] vfs: use the new debug macros in inode_set_cached_link()

[PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm
 2025-02-10  8:10 UTC  (6+ messages)
` [PATCH net 00/24] net/rxrpc, crypto: Add Kerberos crypto lib and AF_RXRPC GSSAPI security class

[PATCH v9 00/26] riscv control-flow integrity for usermode
 2025-02-10  7:42 UTC  (5+ messages)
` [PATCH v9 14/26] riscv/traps: Introduce software check exception

[RFC PATCH v4 0/3] Add NUMA mempolicy support for KVM guest-memfd
 2025-02-10  6:32 UTC  (4+ messages)
` [RFC PATCH v4 1/3] mm/filemap: add mempolicy support to the filemap layer
` [RFC PATCH v4 2/3] mm/mempolicy: export memory policy symbols
` [RFC PATCH v4 3/3] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy

[PATCH 02/19] VFS: use global wait-queue table for d_alloc_parallel()
 2025-02-10  5:15 UTC  (3+ messages)

[PATCH 01/19] VFS: introduce vfs_mkdir_return()
 2025-02-10  4:36 UTC  (2+ messages)

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-09 23:35 UTC  (6+ messages)
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages

[PATCH 00/19 v7?] RFC: Allow concurrent and async changes in a directory
 2025-02-09 23:33 UTC  (4+ messages)
` [PATCH 05/19] VFS: add common error checks to lookup_one_qstr()

[PATCH 0/2] uaccess: Add masked_user_read_access_begin
 2025-02-09 21:38 UTC  (11+ messages)
` [PATCH 1/2] uaccess: Simplify code pattern for masked user copies


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