linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-02 18:28:28 to 2025-05-05 22:22:49 UTC [more...]

[PATCH AUTOSEL 6.14 009/642] fuse: Return EPERM rather than ENOSYS from link()
 2025-05-05 22:07 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 010/642] exfat: call bh_read in get_block only when necessary
` [PATCH AUTOSEL 6.14 067/642] pidfs: improve multi-threaded exec and premature thread-group leader exit polling
` [PATCH AUTOSEL 6.14 209/642] fs/pipe: Limit the slots in pipe_resize_ring()

[PATCH v5 00/11] fuse: support large folios
 2025-05-05 22:05 UTC  (23+ messages)
` [PATCH v5 01/11] fuse: support copying "
` [PATCH v5 02/11] fuse: support large folios for retrieves
` [PATCH v5 03/11] fuse: refactor fuse_fill_write_pages()
` [PATCH v5 04/11] fuse: support large folios for writethrough writes
` [PATCH v5 05/11] fuse: support large folios for folio reads
` [PATCH v5 06/11] fuse: support large folios for symlinks
` [PATCH v5 08/11] fuse: support large folios for queued writes
` [PATCH v5 09/11] fuse: support large folios for readahead
` [PATCH v5 10/11] fuse: optimize direct io large folios processing

[PATCH] fs: Prevent panic from NULL dereference in alloc_fs_context() during do_exit()
 2025-05-05 20:38 UTC 

[PATCH][RFC][CFT] kill vfs_submount(), already
 2025-05-05 22:00 UTC  (6+ messages)
  ` [PATCH v2] kill vfs_submount()

[PATCH v2 0/9] support ksm_stat showing at cgroup level
 2025-05-05 21:30 UTC  (2+ messages)

Request for clarification about FILESYSTEM_MAX_STACK_DEPTH
 2025-05-05 21:02 UTC 

[PATCH RFC v3 00/10] coredump: add coredump socket
 2025-05-05 20:41 UTC  (31+ messages)
` [PATCH RFC v3 01/10] coredump: massage format_corname()
` [PATCH RFC v3 02/10] coredump: massage do_coredump()
` [PATCH RFC v3 03/10] net: reserve prefix
` [PATCH RFC v3 04/10] coredump: add coredump socket
` [PATCH RFC v3 05/10] coredump: validate socket name as it is written
` [PATCH RFC v3 06/10] coredump: show supported coredump modes
` [PATCH RFC v3 07/10] pidfs, coredump: add PIDFD_INFO_COREDUMP
` [PATCH RFC v3 08/10] net, pidfs, coredump: only allow coredumping tasks to connect to coredump socket
` [PATCH RFC v3 09/10] selftests/pidfd: add PIDFD_INFO_COREDUMP infrastructure
` [PATCH RFC v3 10/10] selftests/coredump: add tests for AF_UNIX coredumps

[PATCH] swapfile: disable swapon for bs > ps devices
 2025-05-05 19:35 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
 2025-05-05 19:21 UTC  (3+ messages)

[PATCH RFC v2 0/6] coredump: support AF_UNIX sockets
 2025-05-05 19:03 UTC  (12+ messages)
` [PATCH RFC v2 3/6] "
` [PATCH RFC v2 4/6] coredump: show supported coredump modes

[RFC] MNT_LOCKED vs. finish_automount()
 2025-05-05 19:02 UTC  (6+ messages)

[PATCH] vfs: change 'struct file *' argument to 'const struct file *' where possible
 2025-05-05 17:29 UTC  (3+ messages)

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-05-05 16:38 UTC  (9+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "

[RFC PATCH v4 0/5] Readahead tweaks for larger folios
 2025-05-05 16:14 UTC  (21+ messages)
` [RFC PATCH v4 1/5] mm/readahead: Honour new_order in page_cache_ra_order()
` [RFC PATCH v4 2/5] mm/readahead: Terminate async readahead on natural boundary
` [RFC PATCH v4 3/5] mm/readahead: Make space in struct file_ra_state
` [RFC PATCH v4 4/5] mm/readahead: Store folio order "
` [RFC PATCH v4 5/5] mm/filemap: Allow arch to request folio size for exec memory

[PATCH v11 00/16] large atomic writes for xfs
 2025-05-05 15:27 UTC  (33+ messages)
` [PATCH v11 01/16] fs: add atomic write unit max opt to statx
` [PATCH v11 02/16] xfs: only call xfs_setsize_buftarg once per buffer target
` [PATCH v11 03/16] xfs: add helpers to compute log item overhead
` [PATCH v11 04/16] xfs: add helpers to compute transaction reservation for finishing intent items
` [PATCH v11 05/16] xfs: rename xfs_inode_can_atomicwrite() -> xfs_inode_can_hw_atomic_write()
` [PATCH v11 06/16] xfs: ignore HW which cannot atomic write a single block
` [PATCH v11 07/16] xfs: allow block allocator to take an alignment hint
` [PATCH v11 08/16] xfs: refactor xfs_reflink_end_cow_extent()
` [PATCH v11 09/16] xfs: refine atomic write size check in xfs_file_write_iter()
` [PATCH v11 10/16] xfs: add xfs_atomic_write_cow_iomap_begin()
` [PATCH v11 11/16] xfs: add large atomic writes checks in xfs_direct_write_iomap_begin()
` [PATCH v11 12/16] xfs: commit CoW-based atomic writes atomically
` [PATCH v11 13/16] xfs: add xfs_file_dio_write_atomic()
` [PATCH v11 14/16] xfs: add xfs_calc_atomic_write_unit_max()
` [PATCH v11 15/16] xfs: update atomic write limits
` [PATCH v11 16/16] xfs: allow sysadmins to specify a maximum atomic write limit at mount time

[PATCH] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
 2025-05-05 14:42 UTC  (3+ messages)

[PATCH 0/6] iomap: misc buffered write path cleanups and prep
 2025-05-05 14:39 UTC  (20+ messages)
` [PATCH 1/6] iomap: resample iter->pos after iomap_write_begin() calls
` [PATCH 2/6] iomap: drop unnecessary pos param from iomap_write_[begin|end]
` [PATCH 3/6] iomap: drop pos param from __iomap_[get|put]_folio()
` [PATCH 4/6] iomap: helper to trim pos/bytes to within folio
` [PATCH 5/6] iomap: push non-large folio check into get folio path
` [PATCH 6/6] iomap: rework iomap_write_begin() to return folio offset and length

[RFC PATCH v4 00/11] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-05-05 14:29 UTC  (14+ messages)
` [RFC PATCH v4 01/11] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [RFC PATCH v4 02/11] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [RFC PATCH v4 03/11] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [RFC PATCH v4 04/11] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [RFC PATCH v4 07/11] fs: statx add write zeroes unmap attribute
` [RFC PATCH v4 08/11] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate

[RFC] move_mount(2): still breakage around new mount detection
 2025-05-05 14:20 UTC  (8+ messages)

[PATCH][CFT][RFC] sanitize handling of long-term internal mounts
 2025-05-05 14:03 UTC  (4+ messages)

[RFC PATCH v2 0/3] eliminate mmap() retry merge, add .mmap_prepare hook
 2025-05-05 13:37 UTC  (4+ messages)

[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
 2025-05-05 13:35 UTC  (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[RFC PATCH 0/3] eliminate mmap() retry merge, add .mmap_proto hook
 2025-05-05 13:29 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: introduce new .mmap_proto() f_op callback

[QUESTION vfs] Namespaces from kernel code for user mode threads
 2025-05-05 13:21 UTC  (2+ messages)

[RFC PATCH v2] fuse: add optional workqueue to periodically invalidate expired dentries
 2025-05-05 12:35 UTC  (2+ messages)

[RFF] realpathat system call
 2025-05-05 11:37 UTC  (7+ messages)

[PATCH v10 00/15] large atomic writes for xfs
 2025-05-05  5:22 UTC  (5+ messages)
` [PATCH v10 05/15] xfs: ignore HW which cannot atomic write a single block
  ` [PATCH v10.1 "
` [PATCH v10 13/15] xfs: add xfs_calc_atomic_write_unit_max()

[syzbot] [mm?] [hfs?] KASAN: slab-out-of-bounds Read in generic_perform_write
 2025-05-04  9:52 UTC  (2+ messages)
` [syzbot] [hfs?] [mm?] "

HFS/HFS+ maintainership action items
 2025-05-03  5:39 UTC  (13+ messages)
  ` 回复: "
      ` 回复: "
          ` 回复: "
              ` 回复: "

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

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-02 20:35 UTC  (4+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response

[PATCH v10 01/15] fs: add atomic write unit max opt to statx
 2025-05-02 20:12 UTC  (2+ messages)
` [PATCH v10.1 1.1/15] xfs: only call xfs_setsize_buftarg once per buffer target

KASAN: slab-out-of-bounds in hfsplus_bnode_read+0x268/0x290
 2025-05-02 19:28 UTC  (2+ messages)

[PATCH v2] hfs: fix not erasing deleted b-tree node issue
 2025-05-02 19:10 UTC  (3+ 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).