linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-12 20:33:46 to 2024-09-15 20:24:38 UTC [more...]

[PATCH v10 0/8] File abstractions needed by Rust Binder
 2024-09-15 20:24 UTC  (14+ messages)
` [PATCH v10 1/8] rust: types: add `NotThreadSafe`
` [PATCH v10 2/8] rust: task: add `Task::current_raw`
` [PATCH v10 3/8] rust: file: add Rust abstraction for `struct file`
` [PATCH v10 4/8] rust: cred: add Rust abstraction for `struct cred`
` [PATCH v10 5/8] rust: security: add abstraction for secctx
` [PATCH v10 6/8] rust: file: add `FileDescriptorReservation`
` [PATCH v10 7/8] rust: file: add `Kuid` wrapper
` [PATCH v10 8/8] rust: file: add abstraction for `poll_table`

[PATCH -next] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-09-15 10:40 UTC  (2+ messages)

[PATCH v8 00/11] fs: multigrain timestamp redux
 2024-09-15  8:21 UTC  (15+ messages)
` [PATCH v8 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v8 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v8 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v8 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v8 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v8 06/11] fs: add percpu counters for significant "
` [PATCH v8 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v8 08/11] xfs: switch to "
` [PATCH v8 09/11] ext4: "
` [PATCH v8 10/11] btrfs: convert "
` [PATCH v8 11/11] tmpfs: add support for "

[PATCH] fs/exfat: resolve memory leak from exfat_create_upcase_table()
 2024-09-15  7:26 UTC  (4+ messages)

[PATCH v2] afs: Fix possible infinite loop with unresponsive servers
 2024-09-14 21:12 UTC 

[PATCH] afs: Fix missing wire-up of afs_retry_request()
 2024-09-14 20:40 UTC 

[PATCH v7 00/11] fs: multigrain timestamp redux
 2024-09-14 13:37 UTC  (19+ messages)
` [PATCH v7 01/11] timekeeping: move multigrain timestamp floor handling into timekeeper
` [PATCH v7 02/11] fs: add infrastructure for multigrain timestamps
` [PATCH v7 03/11] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH v7 04/11] fs: handle delegated timestamps in setattr_copy_mgtime
` [PATCH v7 05/11] fs: tracepoints around multigrain timestamp events
` [PATCH v7 06/11] fs: add percpu counters for significant "
` [PATCH v7 07/11] Documentation: add a new file documenting multigrain timestamps
` [PATCH v7 08/11] xfs: switch to "
` [PATCH v7 09/11] ext4: "
` [PATCH v7 10/11] btrfs: convert "
` [PATCH v7 11/11] tmpfs: add support for "

[PATCH] fuse: use exclusive lock when FUSE_I_CACHE_IO_MODE is set
 2024-09-14  9:52 UTC  (2+ messages)

[PATCH RESEND v3 0/2] Introduce tracepoint for hugetlbfs
 2024-09-14  8:09 UTC  (2+ messages)

[PATCH v4 00/30] riscv control-flow integrity for usermode
 2024-09-14  3:26 UTC  (40+ 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

[GIT PULL] vfs mount
 2024-09-14  2:33 UTC  (2+ messages)

[PATCH] sysctl: avoid spurious permanent empty tables
 2024-09-13 23:40 UTC  (2+ messages)

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-09-13 21:30 UTC  (18+ messages)

[HELP] FUSE writeback performance bottleneck
 2024-09-13 20:55 UTC  (15+ messages)

[PATCH] filemap: filemap_read() should check that the offset is positive or zero
 2024-09-13 20:04 UTC 

[PATCH v2] timekeeping: move multigrain timestamp floor handling into timekeeper
 2024-09-13 19:01 UTC  (9+ messages)

[PATCH v4 07/10] tmpfs: Add casefold lookup support
 2024-09-13 18:25 UTC  (3+ messages)

[PATCH] filemap: Fix bounds checking in filemap_read()
 2024-09-13 18:21 UTC  (2+ messages)

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

[PATCH] [RFC] proc: Add mmap callback for /proc/<pid>/mem
 2024-09-13 17:40 UTC 

[PATCH 0/7] mm: Use pxdp_get() for accessing page table entries
 2024-09-13 17:21 UTC  (11+ messages)
` [PATCH 1/7] m68k/mm: Change pmd_val()
` [PATCH 2/7] x86/mm: Drop page table entry address output from pxd_ERROR()
` [PATCH 3/7] mm: Use ptep_get() for accessing PTE entries
` [PATCH 4/7] mm: Use pmdp_get() for accessing PMD entries
` [PATCH 5/7] mm: Use pudp_get() for accessing PUD entries
` [PATCH 6/7] mm: Use p4dp_get() for accessing P4D entries
` [PATCH 7/7] mm: Use pgdp_get() for accessing PGD entries

[GIT PULL] vfs netfs
 2024-09-13 16:56 UTC 

[PATCH v2] unicode: change the reference of database file
 2024-09-13 15:26 UTC  (2+ messages)

[PATCH v5 00/30] Permission Overlay Extension
 2024-09-13 15:14 UTC  (7+ messages)
` [PATCH v5 06/30] arm64: context switch POR_EL0 register

[GIT PULL] vfs procfs
 2024-09-13 14:44 UTC 

[GIT PULL] vfs fallocate
 2024-09-13 14:44 UTC 

[GIT PULL] vfs file
 2024-09-13 14:43 UTC 

[GIT PULL] vfs folio
 2024-09-13 14:42 UTC 

[GIT PULL] vfs misc
 2024-09-13 14:41 UTC 

[syzbot] [fs?] KASAN: slab-use-after-free Read in invalidate_bh_lru
 2024-09-13 13:55 UTC  (3+ messages)

[RFC 0/5] ext4: Implement support for extsize hints
 2024-09-13 13:34 UTC  (4+ messages)

[GIT PULL] bcachefs fixes for 6.10.y
 2024-09-13 12:48 UTC  (2+ messages)

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

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

[PATCH] fuse: allow O_PATH fd for FUSE_DEV_IOC_BACKING_OPEN
 2024-09-13 11:44 UTC  (4+ messages)

[PATCH -next] fs/inode: Modify mismatched function name
 2024-09-13 11:32 UTC  (3+ messages)

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

Interrupt on readdirplus?
 2024-09-13 10:36 UTC  (11+ messages)

[PATCH] vfs: Add a sysctl for automated deletion of dentry
 2024-09-13  8:32 UTC 

[linux-next:master] [netfs] a05b682d49: BUG:KASAN:slab-use-after-free_in_copy_from_iter
 2024-09-13  8:11 UTC  (3+ messages)

[PATCH v5 0/5] data placement hints and FDP
 2024-09-13  8:06 UTC  (13+ messages)
  ` [PATCH v5 3/5] fcntl: add F_{SET/GET}_RW_HINT_EX
  ` [PATCH v5 1/5] fs, block: refactor enum rw_hint
  ` [PATCH v5 4/5] sd: limit to use write life hints

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

[PATCH v8 0/8] Improve the copy of task comm
 2024-09-13  2:23 UTC  (11+ 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 bpf-next 0/8] BPF follow ups to struct fd refactorings
 2024-09-13  0:18 UTC  (5+ 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).