Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-05-22 22:26:10 to 2025-05-27 08:44:28 UTC [more...]

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-27  8:43 UTC  (14+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting
` [RFC PATCH v2 06/51] KVM: Query guest_memfd for private/shared status
` [RFC PATCH v2 32/51] KVM: guest_memfd: Support guestmem_hugetlb as custom allocator
` [RFC PATCH v2 33/51] KVM: guest_memfd: Allocate and truncate from "
` [RFC PATCH v2 38/51] KVM: guest_memfd: Split allocator pages for guest_memfd use

[PATCH] kernel/sysctl-test: Unregister sysctl table after test completion
 2025-05-27  7:09 UTC  (5+ messages)

[GIT PULL] sysctl changes for v6.16-rc1
 2025-05-26  6:35 UTC 

notify: wake_up response waiters on release
 2025-05-27  5:28 UTC  (8+ messages)
` [RFC PATCH] fanotify: wake-up all "

[Bug] v6.15+: kernel panic when mount & umount btrfs
 2025-05-27  5:21 UTC  (2+ messages)

[RFC 0/3] add STATIC_PMD_ZERO_PAGE config option
 2025-05-27  5:04 UTC  (4+ messages)
` [RFC 1/3] mm: move huge_zero_folio from huge_memory.c to memory.c
` [RFC 2/3] mm: add STATIC_PMD_ZERO_PAGE config option
` [RFC 3/3] block: use mm_huge_zero_folio in __blkdev_issue_zero_pages()

[BUG] regression from 974c5e6139db "xfs: flag as supporting FOP_DONTCACHE" (double free on page?)
 2025-05-27  1:29 UTC  (20+ messages)

Apparent mount behaviour change in 6.15
 2025-05-26 21:32 UTC  (11+ messages)

[GIT PULL] bcachefs changes for 6.16
 2025-05-26 21:20 UTC  (3+ messages)

[GIT PULL] fscrypt update for 6.16
 2025-05-26 21:20 UTC  (2+ messages)

[GIT PULL for v6.16] vfs selftests
 2025-05-26 18:36 UTC  (2+ messages)

[GIT PULL for v6.16] vfs iomap
 2025-05-26 18:36 UTC  (2+ messages)

[GIT PULL for v6.16] vfs pidfs
 2025-05-26 18:36 UTC  (4+ messages)
` [GIT PULL for v6.16] vfs coredump

[GIT PULL for v6.16] vfs mount
 2025-05-26 18:36 UTC  (2+ messages)

[GIT PULL for v6.16] vfs misc
 2025-05-26 18:35 UTC  (2+ messages)

[GIT PULL for v6.16] vfs freeze
 2025-05-26 18:35 UTC  (2+ messages)

[GIT PULL for v6.16] vfs writepages
 2025-05-26 18:35 UTC  (2+ messages)

[GIT PULL for v6.16] vfs mount api
 2025-05-26 18:35 UTC  (2+ messages)

[GIT PULL for v6.16] vfs lookup_{noperm,one}() cleanup
 2025-05-26 18:35 UTC  (2+ messages)

[PATCH] generic: remove incorrect _require_idmapped_mounts checks
 2025-05-26 17:54 UTC 

warning on flushing page cache on block device removal
 2025-05-26 16:39 UTC  (2+ messages)

[PATCH v2] ext4: inline: convert when mmap is called, not when page is written
 2025-05-26 16:20 UTC  (2+ messages)

[PATCH] exportfs: require ->fh_to_parent() to encode connectable file handles
 2025-05-26 15:10 UTC  (2+ messages)

[PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"
 2025-05-26 14:43 UTC  (2+ messages)

[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
 2025-05-26 14:34 UTC  (10+ messages)
` [PATCH v2 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH v2 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH v2 3/4] mm: prevent KSM from completely breaking VMA merging
` [PATCH v2 4/4] tools/testing/selftests: add VMA merge tests for KSM merge

[PATCH] ext4: inline: do not convert when writing to memory map
 2025-05-26 14:10 UTC  (5+ messages)

[PATCH v4 0/3] Add support for long task name
 2025-05-26 11:13 UTC  (6+ messages)
` [PATCH v4 3/3] exec: Add support for 64 byte 'tsk->comm_ext'

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-26 10:11 UTC  (7+ messages)
` [PATCH] fuse: add max_stack_depth to fuse_init_in

[PATCH v3] selftests: filesystems: Add functional test for the abort file in fusectl
 2025-05-26  5:58 UTC  (2+ messages)

[PATCH v2] eventpoll: Fix priority inversion problem
 2025-05-26  5:39 UTC  (4+ messages)

[PATCH v2] selftests: Add functional test for the abort file in fusectl
 2025-05-26  1:41 UTC  (3+ messages)

[PATCH 0/6] overlayfs + casefolding
 2025-05-25 18:27 UTC  (14+ messages)

[PATCH] hfsplus: remove mutex_lock check in hfsplus_free_extents
 2025-05-25 15:03 UTC  (3+ messages)
  ` 回复: "

[PATCH RESEND v2 2/2] open_by_handle: add a test for connectable file handles
 2025-05-25 10:49 UTC  (2+ messages)

[PATCH v2 0/2] Tests for AT_HANDLE_CONNECTABLE
 2025-05-25 10:49 UTC  (8+ messages)
` [PATCH v2 1/2] open_by_handle: add support for testing connectable file handles

[PATCH] ovl: Allow mount options to be parsed on remount
 2025-05-25 10:39 UTC  (9+ messages)

[syzbot] [fs?] possible deadlock in input_inject_event
 2025-05-24 20:38 UTC  (2+ messages)

close(2) with EINTR has been changed by POSIX.1-2024
 2025-05-24 19:25 UTC  (9+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024

[syzbot] Monthly exfat report (May 2025)
 2025-05-24 10:05 UTC 

[syzbot] Monthly hfs report (May 2025)
 2025-05-24 10:05 UTC 

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-05-24  1:59 UTC 

[RFC PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-05-24  1:29 UTC  (10+ messages)

[bug report] fuse: support copying large folios
 2025-05-23 18:51 UTC  (3+ messages)

[PATCH 1/2] fuse: Fix fuse_copy_folio() size assignation
 2025-05-23 18:16 UTC  (2+ messages)
` [PATCH 2/2] fuse: clean up null folio check in fuse_copy_folio()

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

[PATCH v2] traceevent/block: Add REQ_ATOMIC flag to block trace events
 2025-05-23 15:19 UTC  (3+ messages)

[GIT PULL] vfs fixes
 2025-05-23 14:56 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.15
 2025-05-23 14:56 UTC  (2+ messages)

[PATCH V2] hfsplus: Return null terminated string from hfsplus_uni2asc()
 2025-05-23 12:57 UTC 

mips gcc-12 malta_defconfig 'SOCK_COREDUMP' undeclared (first use in this function); did you mean 'SOCK_RDM'?
 2025-05-23 12:15 UTC  (4+ messages)

[PATCH] iomap: fix potential NULL pointer dereference in iomap_alloc_ioend
 2025-05-23 12:12 UTC  (2+ messages)

[PATCH 0/3] Remove copy_page_from_iter_atomic()
 2025-05-23 11:58 UTC  (3+ messages)
` [PATCH 2/3] ntfs3: Use folios more in ntfs_compress_write()

[PATCH 4/6] fs: dcache locking for exlusion between overlayfs, casefolding
 2025-05-23 11:54 UTC  (2+ messages)
` [PATCH v2] fs: dcache "

[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
 2025-05-23 10:12 UTC  (12+ messages)

[PATCH v4 2/3] treewide: Switch memcpy() users of 'task->comm' to a more safer implementation
 2025-05-23  9:40 UTC  (2+ messages)

[PATCH] netfs: Fix undifferentiation of DIO reads from unbuffered reads
 2025-05-23  8:35 UTC  (2+ messages)

[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
 2025-05-23  4:46 UTC 

[BUG] propagate_umount() breakage
 2025-05-23  2:10 UTC  (11+ messages)
        ` [RFC][CFT][PATCH] Rewrite of propagate_umount() (was Re: [BUG] propagate_umount() breakage)
                  ` [RFC][CFT][PATCH v2] Rewrite of propagate_umount()

[PATCH v8 0/9] coredump: add coredump socket
 2025-05-23  0:59 UTC  (4+ messages)
` [PATCH v8 4/9] "

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-23  0:30 UTC  (6+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response

[PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
 2025-05-22 22:26 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