public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-09-11 01:36:26 to 2024-09-13 00:18:45 UTC [more...]

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

[PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-09-13  0:18 UTC  (5+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-09-13  0:00 UTC  (12+ messages)

[PATCH v15 00/26] nfs/nfsd: add support for LOCALIO
 2024-09-12 23:42 UTC  (13+ messages)

[PATCH v6 00/17] Hardware wrapped key support for QCom ICE and UFS core
 2024-09-12 23:17 UTC  (9+ messages)
` [PATCH v6 09/17] soc: qcom: ice: add HWKM support to the ICE driver

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-12 22:56 UTC  (7+ messages)

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-12 21:28 UTC  (9+ messages)
` [PATCH v8 2/8] auditsc: Replace memcpy() with strscpy()
` [PATCH v8 4/8] bpftool: Ensure task comm is always NUL-terminated
` [PATCH v8 7/8] net: Replace strcpy() with strscpy()
` [PATCH v8 8/8] drm: "

[PATCH v5 0/5] data placement hints and FDP
 2024-09-12 20:36 UTC  (17+ messages)
  ` [PATCH v5 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v5 2/5] fcntl: rename rw_hint_* to rw_lifetime_hint_*
  ` [PATCH v5 4/5] sd: limit to use write life hints
  ` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX

[PATCH v2] timekeeping: move multigrain timestamp floor handling into timekeeper
 2024-09-12 20:35 UTC  (6+ messages)

[PATCH] cifs: Fix signature miscalculation
 2024-09-12 19:49 UTC  (3+ messages)

[PATCH v1 0/4] Fixup NLM and kNFSD file lock callbacks
 2024-09-12 19:28 UTC  (16+ messages)
` [PATCH v1 1/4] fs: Introduce FOP_ASYNC_LOCK
` [PATCH v1 2/4] gfs2/ocfs2: set FOP_ASYNC_LOCK
` [PATCH v1 3/4] NLM/NFSD: Fix lock notifications for async-capable filesystems
` [PATCH v1 4/4] exportfs: Remove EXPORT_OP_ASYNC_LOCK

[PATCH v4 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-09-12 19:16 UTC  (19+ messages)
` [PATCH v4 01/10] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v4 02/10] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v4 03/10] unicode: Recreate utf8_parse_version()
` [PATCH v4 04/10] unicode: Export latest available UTF-8 version number
` [PATCH v4 05/10] libfs: Check for casefold dirs on simple_lookup()
` [PATCH v4 06/10] libfs: Export generic_ci_ dentry functions
` [PATCH v4 07/10] tmpfs: Add casefold lookup support
` [PATCH v4 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v4 09/10] tmpfs: Expose filesystem features via sysfs
` [PATCH v4 10/10] docs: tmpfs: Add casefold options

[PATCH 2/2] uprobes: add speculative lockless VMA-to-inode-to-uprobe resolution
 2024-09-12 17:54 UTC  (6+ messages)

Interrupt on readdirplus?
 2024-09-12 17:48 UTC  (14+ messages)

[PATCH RFC 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-09-12 17:29 UTC  (5+ messages)
` [PATCH RFC 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4

[PATCH] timekeeping: move multigrain ctime floor handling into timekeeper
 2024-09-12 16:51 UTC  (14+ messages)

[GIT PULL] AFFS updates for 6.12
 2024-09-12 15:22 UTC 

[PATCH] fs/fuse: fix null-ptr-deref when checking SB_I_NOIDMAP flag
 2024-09-12 15:01 UTC  (2+ messages)

[syzbot] [fuse?] linux-next test error: general protection fault in fuse_get_req
 2024-09-12 14:43 UTC 

[PATCH RFC] vfs: Introduce a new open flag to imply dentry deletion on file removal
 2024-09-12 13:32 UTC  (5+ messages)

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-09-12 12:55 UTC  (4+ messages)
` [PATCH 12/12] mm: Remove devmap related functions and page table bits

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-12 12:48 UTC  (6+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[PATCH 04/12] mm: Allow compound zone device pages
 2024-09-12 12:44 UTC  (3+ messages)

[PATCH] Documentation: iomap: fix a typo
 2024-09-12 12:07 UTC  (3+ messages)

[PATCH] cifs: Fix up netfs-writeback vs cifs fixes merge conflicts
 2024-09-12 11:50 UTC 

[RFC PATCHv2 1/1] fs: ext4: Don't use CMA for buffer_head
 2024-09-12 10:16 UTC  (10+ messages)

[bug report] fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
 2024-09-12 10:06 UTC  (4+ messages)

[PATCH RFC 00/20] file: remove f_version
 2024-09-12 10:02 UTC  (4+ messages)
` [PATCH RFC 12/20] input: remove f_version abuse

[syzbot] [fs?] KASAN: slab-use-after-free Read in invalidate_bh_lru
 2024-09-12  9:19 UTC 

[PATCH v2] unicode: change the reference of database file
 2024-09-12  9:03 UTC  (3+ messages)

[PATCH] netfs: remove some unnecessary code in netfs_read_gaps()
 2024-09-12  8:52 UTC 

[PATCH] docs: filesystems: corrected grammar of netfs page
 2024-09-12  1:25 UTC 

[PATCH 0/2] mm: optimize shadow entries removal
 2024-09-11 22:20 UTC  (5+ messages)
` [PATCH 1/2] mm: optimize truncation of shadow entries
` [PATCH 2/2] mm: optimize invalidation "

[PATCH v7 bpf-next 00/10] Harden and extend ELF build ID parsing logic
 2024-09-11 17:10 UTC  (2+ messages)

[PATCH 0/7] lockd: dlm: async lock request changes
 2024-09-11 14:35 UTC  (7+ messages)
` [PATCH 1/7] lockd: introduce safe async lock op

workqueue CPU hog with filesystem access
 2024-09-11 14:17 UTC 

[PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one
 2024-09-11 13:51 UTC  (2+ messages)

[PATCH v1] exfat: fix memory leak in exfat_load_bitmap()
 2024-09-11 11:40 UTC  (2+ messages)

[RFC PATCH 1/1] fs: jbd2: try to launch cp transaction when bh refer cma
 2024-09-11 10:50 UTC  (2+ messages)

[PATCH] proc: fold kmalloc() + strcpy() into kmemdup()
 2024-09-11 10:42 UTC  (3+ messages)

[RFC 0/5] ext4: Implement support for extsize hints
 2024-09-11  9:01 UTC  (6+ messages)
` [RFC 1/5] ext4: add aligned allocation hint in mballoc
` [RFC 2/5] ext4: allow inode preallocation for aligned alloc
` [RFC 3/5] ext4: Support for extsize hint using FS_IOC_FS(GET/SET)XATTR
` [RFC 4/5] ext4: pass lblk and len explicitly to ext4_split_extent*()
` [RFC 5/5] ext4: Add extsize hint support

[PATCH 1/2] iomap: Do not unshare exents beyond EOF
 2024-09-11  4:01 UTC  (11+ messages)

[syzbot] [f2fs?] WARNING in rcu_sync_dtor
 2024-09-11  2:12 UTC  (3+ messages)

[PATCH 0/9] f2fs: new mount API conversion
 2024-09-11  2:04 UTC  (2+ messages)

[PATCH v4 0/7] fuse: writeback clean up / refactoring
 2024-09-11  1:36 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