public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-28 18:27:37 to 2024-10-30 18:10:02 UTC [more...]

[PATCH v6 00/10] Read/Write with metadata/integrity
 2024-10-30 18:01 UTC 

[PATCH][next] xattr: remove redundant check on variable err
 2024-10-30 18:01 UTC 

[PATCH v8 0/3] fuse: add kernel-enforced request timeout option
 2024-10-30 17:50 UTC  (11+ messages)
` [PATCH v8 1/3] fs_parser: add fsparam_u16 helper
` [PATCH v8 2/3] fuse: add optional kernel-enforced timeout for requests
` [PATCH v8 3/3] fuse: add default_request_timeout and max_request_timeout sysctls

[syzbot] [fs?] [usb?] [input?] INFO: rcu detected stall in __virt_addr_valid
 2024-10-30 17:45 UTC 

[PATCHv10 0/9] write hints with nvme fdp, scsi streams
 2024-10-30 17:44 UTC  (36+ messages)
` [PATCHv10 1/9] block: use generic u16 for write hints
` [PATCHv10 2/9] block: introduce max_write_hints queue limit
` [PATCHv10 3/9] statx: add write hint information
` [PATCHv10 4/9] block: allow ability to limit partition write hints
` [PATCHv10 5/9] block, fs: add write hint to kiocb
` [PATCHv10 6/9] io_uring: enable per-io hinting capability
` [PATCHv10 7/9] block: export placement hint feature
` [PATCHv10 9/9] scsi: set permanent stream count in block limits
  ` [PATCHv10 8/9] nvme: enable FDP support

[PATCH v2 0/2] fuse: remove extra page copies in writeback
 2024-10-30 17:35 UTC  (28+ messages)
` [PATCH v2 2/2] fuse: remove tmp folio for writebacks and internal rb tree

xa_cmpxchg and XA_ZERO_ENTRY?
 2024-10-30 17:21 UTC  (3+ messages)

[PATCH v6 0/5] introduce PIDFD_SELF* sentinels
 2024-10-30 16:37 UTC  (5+ messages)
` [PATCH v6 2/5] pidfd: add PIDFD_SELF_* sentinels to refer to own thread/process

[PATCH v3 0/4] ext4: Add atomic writes support for DIO
 2024-10-30 15:57 UTC  (5+ messages)
` [PATCH v3 1/4] ext4: Add statx support for atomic writes
` [PATCH v3 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v3 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v3 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[RFC bpf-next fanotify 0/5] Fanotify fastpath handler
 2024-10-30 13:03 UTC  (12+ messages)
` [RFC bpf-next fanotify 1/5] fanotify: Introduce fanotify "
` [RFC bpf-next fanotify 2/5] samples/fanotify: Add a sample "
` [RFC bpf-next fanotify 3/5] bpf: Make bpf inode storage available to tracing programs
` [RFC bpf-next fanotify 4/5] fanotify: Enable bpf based fanotify fastpath handler
` [RFC bpf-next fanotify 5/5] selftests/bpf: Add test for BPF "

[PATCH v5 00/10] Read/Write with meta/integrity
 2024-10-30 11:17 UTC  (22+ messages)
  ` [PATCH v5 01/10] block: define set of integrity flags to be inherited by cloned bip
  ` [PATCH v5 02/10] block: copy back bounce buffer to user-space correctly in case of split
  ` [PATCH v5 03/10] block: modify bio_integrity_map_user to accept iov_iter as argument
  ` [PATCH v5 04/10] fs, iov_iter: define meta io descriptor
  ` [PATCH v5 05/10] fs: introduce IOCB_HAS_METADATA for metadata
  ` [PATCH v5 06/10] io_uring/rw: add support to send metadata along with read/write
  ` [PATCH v5 07/10] block: introduce BIP_CHECK_GUARD/REFTAG/APPTAG bip_flags
  ` [PATCH v5 08/10] nvme: add support for passing on the application tag
  ` [PATCH v5 09/10] scsi: add support for user-meta interface
  ` [PATCH v5 10/10] block: add support to pass user meta buffer

[PATCH v1] exfat: fix file being changed by unaligned direct write
 2024-10-30  7:47 UTC 

[PATCH v1 1/2] exfat: fix out-of-bounds access of directory entries
 2024-10-30  7:47 UTC 

[PATCH v1 2/2] exfat: fix uninit-value in __exfat_get_dentry_set
 2024-10-30  7:47 UTC 

[PATCH v1 0/2] exfat: fixes for invalid start_clu
 2024-10-30  7:46 UTC 

[linux-next:fs-next] [fs] 0eccf222d7: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]PREEMPT_SMP_KASAN_PTI
 2024-10-30  6:45 UTC 

[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in
 2024-10-30  6:37 UTC  (11+ messages)

[PATCH v1 5/6] exfat: code cleanup for exfat_readdir()
 2024-10-30  6:12 UTC 

[PATCH v1 6/6] exfat: reduce FAT chain traversal
 2024-10-30  6:12 UTC 

[PATCH v1 4/6] exfat: remove argument 'p_dir' from exfat_add_entry()
 2024-10-30  6:12 UTC 

[PATCH v1 2/6] exfat: add exfat_get_dentry_set_by_inode() helper
 2024-10-30  6:12 UTC 

[PATCH v1 3/6] exfat: move exfat_chain_set() out of __exfat_resolve_path()
 2024-10-30  6:12 UTC 

[PATCH v1 0/6] exfat: reduce FAT chain traversal
 2024-10-30  6:11 UTC 

[PATCH v1 1/6] exfat: remove unnecessary read entry in __exfat_rename()
 2024-10-30  6:12 UTC 

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-30  5:57 UTC  (10+ messages)
` [PATCH 10/12] fs/dax: Properly refcount fs dax pages

[PATCH] kernel: add pid_max to pid_namespace
 2024-10-30  5:29 UTC 

[PATCH v3] initramfs: avoid filename buffer overrun
 2024-10-30  3:55 UTC 

[PATCH v2] initramfs: avoid filename buffer overrun
 2024-10-30  2:02 UTC 

[PATCH] initramfs: avoid filename buffer overrun
 2024-10-30  1:42 UTC  (3+ messages)

[PATCH v1 1/1] fs/proc/kcore.c: fix coccinelle reported ERROR instances
 2024-10-30  1:29 UTC  (2+ messages)

lots of fstests cases fail on overlay with util-linux 2.40.2 (new mount APIs)
 2024-10-30  1:23 UTC  (8+ messages)

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-10-29 23:51 UTC  (8+ messages)
` [PATCH 4/6] ext4: Warn if we ever fallback to buffered-io for DIO atomic writes

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

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-10-29 23:05 UTC  (3+ messages)
` [PATCH 05/10] guestmemfs: add file mmap callback

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-29 22:06 UTC  (4+ messages)
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv

[PATCH v4 net-next 00/14] AccECN protocol preparation patch series
 2024-10-29 21:29 UTC  (12+ messages)
` [PATCH v4 net-next 04/14] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v4 net-next 09/14] gro: prevent ACE field corruption & better AccECN handling
` [PATCH v4 net-next 11/14] tcp: allow ECN bits in TOS/traffic class
` [PATCH v4 net-next 14/14] net: sysctl: introduce sysctl SYSCTL_FIVE

[PATCH net-next v2 0/6] Suspend IRQs during application busy periods
 2024-10-29 17:53 UTC  (4+ messages)

[PATCH v2 0/3] fs: introduce file_ref_t
 2024-10-29 17:30 UTC  (8+ messages)
` [PATCH v2 3/3] fs: port files to file_ref
          ` Endorsing __randomize_layout for projects! "

[PATCH v2 0/4] ext4: Add atomic writes support for DIO
 2024-10-29 15:27 UTC  (12+ messages)
` [PATCH v2 1/4] ext4: Add statx support for atomic writes
` [PATCH v2 2/4] ext4: Check for atomic writes support in write iter
` [PATCH v2 3/4] ext4: Support setting FMODE_CAN_ATOMIC_WRITE
` [PATCH v2 4/4] ext4: Do not fallback to buffered-io for DIO atomic write

[PATCHv9 0/7] write hints with nvme fdp, scsi streams
 2024-10-29 12:46 UTC  (10+ messages)
` [PATCHv9 1/7] block: use generic u16 for write hints
` [PATCHv9 3/7] block: allow ability to limit partition "
` [PATCHv9 7/7] scsi: set permanent stream count in block limits
  ` [PATCHv9 5/7] io_uring: enable per-io hinting capability

[syzbot] [exfat?] KMSAN: uninit-value in __exfat_get_dentry_set
 2024-10-29  9:28 UTC  (3+ messages)

[syzbot] [netfs?] KASAN: slab-use-after-free Read in iov_iter_advance
 2024-10-29  8:15 UTC  (2+ messages)

[PATCH v2] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-29  2:42 UTC  (3+ messages)

Dear Respectable, I wait for your response to this my message
 2024-10-29  2:25 UTC 

[RFC] [Design] Planning the famfs port into fs/fuse
 2024-10-29  1:13 UTC 

[syzbot] [kernfs?] INFO: task hung in do_coredump (3)
 2024-10-28 22:23 UTC  (2+ messages)

[RFC PATCH v1 00/13] zswap IAA compress batching
 2024-10-28 18:53 UTC  (4+ messages)
` [RFC PATCH v1 13/13] mm: vmscan, swap, zswap: Compress batching of folios in shrink_folio_list()

[PATCH] iov_iter: fix copy_page_from_iter_atomic() if KMAP_LOCAL_FORCE_MAP
 2024-10-28 18:50 UTC  (3+ messages)

[PATCH] xfs: Do not fallback to buffered-io for DIO atomic write
 2024-10-28 18:39 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