linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-03 14:05:17 to 2025-06-04 23:12:29 UTC [more...]

[PATCH v4 0/7] use per-vma locks for /proc/pid/maps reads and PROCMAP_QUERY
 2025-06-04 23:11 UTC  (8+ messages)
` [PATCH v4 1/7] selftests/proc: add /proc/pid/maps tearing from vma split test
` [PATCH v4 2/7] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
` [PATCH v4 3/7] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
` [PATCH v4 4/7] selftests/proc: test PROCMAP_QUERY ioctl while vma is concurrently modified
` [PATCH v4 5/7] selftests/proc: add verbose more for tests to facilitate debugging
` [PATCH v4 6/7] mm/maps: read proc/pid/maps under per-vma lock
` [PATCH v4 7/7] mm/maps: execute PROCMAP_QUERY ioctl under per-vma locks

[PATCH] ceph: fix overflowed value issue in ceph_submit_write()
 2025-06-04 22:41 UTC 

[GIT PULL] bcachefs changes for 6.16, part 2
 2025-06-04 21:23 UTC 

[PATCH 0/2] Use guest mem inodes instead of anonymous inodes
 2025-06-04 21:13 UTC  (5+ messages)
` [PATCH 1/2] fs: Provide function that allocates a secure anonymous inode

[Bug] possible deadlock in vfs_rmdir in Linux kernel v6.12
 2025-06-04 21:11 UTC  (9+ messages)
` [Bug] kernel BUG in may_delete in linux "
  ` [BUG] task hung in fs_bdev_sync in linux v6.12

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-04 21:05 UTC  (7+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST

[RFC PATCH 0/3] landlock: walk parent dir with RCU, without taking references
 2025-06-04 21:05 UTC  (12+ messages)
` [RFC PATCH 1/3] landlock: walk parent dir "
` [RFC PATCH 2/3] selftests/landlock: Add fs_race_test
` [RFC PATCH 3/3] Restart pathwalk on rename seqcount change

[PATCH] pidfs: never refuse ppid == 0 in PIDFD_GET_INFO
 2025-06-04 20:50 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] bpf path iterator
 2025-06-04 20:37 UTC  (14+ messages)
` [PATCH v2 bpf-next 2/4] landlock: Use path_walk_parent()
` [PATCH v2 bpf-next 3/4] bpf: Introduce path iterator

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-04 19:56 UTC  (17+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o
` [PATCH v4 3/7] cxl/pci: Add pci_loaded tracking to mark PCI driver readiness
` [PATCH v4 4/7] cxl/acpi: Add background worker to wait for cxl_pci and cxl_mem probe
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 6/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation

[PATCH v11 00/10] Read/Write with meta/integrity
 2025-06-04 19:53 UTC  (5+ messages)

LInux NFSv4.1 client and server- case insensitive filesystems supported?
 2025-06-04 18:52 UTC 

[PATCH] proc: Avoid costly high-order page allocations when reading proc files
 2025-06-04 18:42 UTC  (11+ messages)
            ` [PATCH] mm: kvmalloc: make kmalloc fast path real fast path

[PATCH v1] fuse: support configurable number of uring queues
 2025-06-04 17:57 UTC  (8+ messages)

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

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-06-04 16:54 UTC  (15+ messages)

[RFC PATCH v2 0/3] fanotify HSM events for directories
 2025-06-04 16:35 UTC  (5+ messages)
` [RFC PATCH v2 1/3] fanotify: allow creating FAN_PRE_ACCESS events on directories
` [RFC PATCH v2 2/3] fanotify: allow O_PATH flag in event_f_flags
` [RFC PATCH v2 3/3] fanotify: introduce FAN_PATH_ACCESS event

[PATCH 0/3] mm: userfaultfd: assorted fixes and cleanups
 2025-06-04 15:17 UTC  (11+ messages)
` [PATCH 1/3] userfaultfd: correctly prevent registering VM_DROPPABLE regions
` [PATCH 2/3] userfaultfd: prevent unregistering VMAs through a different userfaultfd
` [PATCH 3/3] userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET

[RFC] binfmt_elf: preserve original ELF e_flags in core dumps
 2025-06-04 15:05 UTC 

[linus:master] [pipe] ee5eda8ea5: stress-ng.pipeherd.ops_per_sec 26.0% improvement
 2025-06-04 14:47 UTC 

warning on flushing page cache on block device removal
 2025-06-04 14:32 UTC  (10+ messages)

[PATCH v1] fuse: ensure all DAX pages are idle prior to filesystem unmount
 2025-06-04 14:22 UTC 

[PATCH v2] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-04 13:40 UTC  (4+ messages)

[PATCHES][CFR] vfs fixes
 2025-06-04 11:57 UTC  (12+ messages)
` [PATCH 1/5] fs/fhandle.c: fix a race in call of has_locked_children()
` [PATCH 2/5] path_overmount(): avoid false negatives
` [PATCH 3/5] finish_automount(): don't leak MNT_LOCKED from parent to child
` [PATCH 4/5] fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)
` [PATCH 5/5] fs: allow clone_private_mount() for a path on real rootfs

[PATCH] fs: don't needlessly acquire f_lock
 2025-06-04  9:53 UTC  (6+ messages)

[PATCH 00/13] Parallelizing filesystem writeback
 2025-06-04  9:22 UTC  (8+ messages)

important orangefs merge conflict request
 2025-06-04  8:45 UTC  (2+ messages)

[RFC] fs: add ioctl to query protection info capabilities
 2025-06-04  7:57 UTC  (11+ messages)

[RFC] separate the internal mount flags from the rest
 2025-06-04  7:36 UTC  (3+ messages)

[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
 2025-06-04  7:29 UTC  (13+ messages)

[QUESTION] xfs, iomap: Handle writeback errors to prevent silent data corruption
 2025-06-04  6:33 UTC  (11+ messages)

[Bug] WARNING in remove_proc_entry in Linux 6.6
 2025-06-04  5:18 UTC 

[BUG] WARNING in simple_rmdir in Linux kernel v6.12
 2025-06-04  4:47 UTC  (2+ messages)

[PATCH v3] ovl: support layers on case-folding capable filesystems
 2025-06-04  4:43 UTC  (2+ messages)

[Bug] unable to handle kernel access to user memory in step_into in Linux v6.12
 2025-06-04  3:27 UTC  (2+ messages)

[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-04  2:08 UTC  (11+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [PATCH 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [PATCH 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [PATCH 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 08/10] block: factor out common part in blkdev_fallocate()
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH 10/10] ext4: "

[PATCH AUTOSEL 6.12 75/93] isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
 2025-06-04  0:59 UTC 

[PATCH AUTOSEL 6.14 087/108] isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
 2025-06-04  0:55 UTC 

[PATCH bpf-next 0/4] bpf path iterator
 2025-06-04  0:58 UTC  (22+ messages)
` [PATCH bpf-next 3/4] bpf: Introduce "

[PATCH AUTOSEL 6.15 096/118] isofs: fix Y2038 and Y2156 issues in Rock Ridge TF entry
 2025-06-04  0:50 UTC 

[ANN] Squashfs-tools 4.7 released
 2025-06-03 22:14 UTC 

[PATCH RFC v2 00/28] vfs, nfsd, nfs: implement directory delegations
 2025-06-03 20:17 UTC  (4+ messages)
` [PATCH RFC v2 21/28] fsnotify: export fsnotify_recalc_mask()

[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
 2025-06-03 19:38 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

RWF_DONTCACHE documentation
 2025-06-03 18:19 UTC  (5+ messages)

[RFC v2 00/35] optimize cost of inter-process communication
 2025-06-03 17:49 UTC  (2+ messages)

[PATCH v4 0/4] Implement dmabuf direct I/O via copy_file_range
 2025-06-03 16:01 UTC  (8+ messages)

[PATCH v2 0/5] coredump: allow for flexible coredump handling
 2025-06-03 14:44 UTC  (2+ messages)

[PATCH 13/13] writeback: set the num of writeback contexts to number of online cpus
 2025-06-03 14:36 UTC  (2+ messages)

[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-06-03 14:07 UTC  (12+ 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).