linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-24 08:39:00 to 2025-04-25 18:16:57 UTC [more...]

[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-04-25 18:16 UTC  (12+ messages)
` [PATCH v4 3/3] "

HFS/HFS+ maintainership action items
 2025-04-25 18:02 UTC  (10+ messages)
          ` 回复: "
              ` 回复: "

[GIT PULL] bcachefs fixes for 6.15-rc4
 2025-04-25 18:01 UTC  (6+ messages)

[PATCH 0/4] move all VMA allocation, freeing and duplication logic to mm
 2025-04-25 17:26 UTC  (31+ messages)
` [PATCH 1/4] mm: abstract initial stack setup to mm subsystem
` [PATCH 2/4] mm: perform VMA allocation, freeing, duplication in mm
` [PATCH 3/4] mm: move dup_mmap() to mm
` [PATCH 4/4] mm: move vm_area_alloc,dup,free() functions to vma.c

[PATCH] fs/xattr.c: fix simple_xattr_list to always include security.* xattrs
 2025-04-25 17:21 UTC  (5+ messages)

[PATCH] devtmpfs: don't use vfs_getattr_nosec to query i_mode
 2025-04-25 17:17 UTC  (10+ messages)

[RFC][PATCH] saner calling conventions for ->d_automount()
 2025-04-25 17:16 UTC  (6+ messages)

[PATCH v2 0/3] move all VMA allocation, freeing and duplication logic to mm
 2025-04-25 17:09 UTC  (5+ messages)
` [PATCH v2 1/3] mm: abstract initial stack setup to mm subsystem
` [PATCH v2 2/3] mm: move dup_mmap() to mm
` [PATCH v2 3/3] mm: perform VMA allocation, freeing, duplication in mm

[syzbot] [jfs?] KASAN: null-ptr-deref Read in drop_buffers (3)
 2025-04-25 16:52 UTC  (4+ messages)
` [RFC PATCH] fs/buffer: Handle non folio buffer case for drop_buffer()

[PATCH v2 0/3] coredump: hand a pidfd to the usermode coredump helper
 2025-04-25 16:49 UTC  (6+ messages)
` [PATCH v2 3/3] "

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

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-04-25 16:39 UTC  (27+ messages)
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls

[PATCH] mm/userfaultfd: prevent busy looping for tasks with signals pending
 2025-04-25 15:44 UTC  (14+ messages)

[PATCH RESEND 0/6] support ksm_stat showing at cgroup level
 2025-04-25 14:30 UTC  (5+ messages)
` [PATCH RESEND 1/6] memcontrol: rename mem_cgroup_scan_tasks()

[bug report] coredump: hand a pidfd to the usermode coredump helper
 2025-04-25 14:23 UTC 

[PATCH] fs: move the bdex_statx call to vfs_getattr_nosec
 2025-04-25 13:39 UTC  (2+ messages)

[PATCH] fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)
 2025-04-25 13:33 UTC  (5+ messages)

casefold is using unsuitable case mapping table
 2025-04-25 11:40 UTC  (3+ messages)

[DISCUSSION] Revisiting Slab Movable Objects
 2025-04-25 11:09 UTC  (2+ messages)

[WTF][landlock] d_is_negative(fd_file(f)->f_path.dentry) ???
 2025-04-25  9:38 UTC  (2+ messages)

[PATCH v2 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
 2025-04-25  8:38 UTC  (6+ messages)
` [PATCH v2 1/4] pidfs: register pid in pidfs
` [PATCH v2 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
` [PATCH v2 3/4] pidfs: get rid of __pidfd_prepare()
` [PATCH v2 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid

[PATCH RFC 0/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid
 2025-04-25  8:02 UTC  (13+ messages)
` [PATCH RFC 1/4] pidfs: register pid in pidfs
` [PATCH RFC 2/4] net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid
` [PATCH RFC 3/4] pidfs: get rid of __pidfd_prepare()
` [PATCH RFC 4/4] net, pidfs: enable handing out pidfds for reaped sk->sk_peer_pid

[PATCH] smaps: Fix crash in smaps_hugetlb_range for non-present hugetlb entries
 2025-04-25  2:09 UTC  (7+ messages)

[syzbot] [fs?] [mm?] kernel BUG in __filemap_add_folio
 2025-04-25  1:19 UTC 

[RFC PATCH 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-04-24 21:31 UTC  (13+ messages)
` [RFC PATCH 1/3] filemap: Add a helper for filesystems implementing dropbehind
` [RFC PATCH 2/3] filemap: Mark folios as dropbehind in generic_perform_write()
` [RFC PATCH 3/3] NFS: Enable the RWF_DONTCACHE flag for the NFS client
` [PATCH 4/3] NFS: add RWF_DONTCACHE support to LOCALIO

[PATCH v3 0/8] perform /proc/pid/maps read and PROCMAP_QUERY under RCU
 2025-04-24 17:44 UTC  (11+ messages)
` [PATCH v3 7/8] mm/maps: read proc/pid/maps "

[PATCH] MAINTAINERS: hfs/hfsplus: add myself as maintainer
 2025-04-24 17:09 UTC  (3+ messages)

[PATCH v13 00/28] riscv control-flow integrity for usermode
 2025-04-24 16:41 UTC  (4+ messages)
` [PATCH v13 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe

[PATCH v2 0/2] Fix 100% CPU usage issue in IOU worker threads
 2025-04-24 15:51 UTC  (16+ messages)
` [PATCH v2 1/2] io_uring: Add new functions to handle user fault scenarios

[PATCH] vfs,shmem,kernfs: fix listxattr to include security.* xattrs
 2025-04-24 15:43 UTC  (5+ messages)

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-24 14:38 UTC  (4+ messages)
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps

[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
 2025-04-24 14:25 UTC  (14+ messages)

[PATCH V3 0/7] f2fs: new mount API conversion
 2025-04-23 17:08 UTC  (8+ messages)
` [PATCH V3 1/7] f2fs: Add fs parameter specifications for mount options
` [PATCH V3 2/7] f2fs: move the option parser into handle_mount_opt
` [PATCH V3 3/7] f2fs: Allow sbi to be NULL in f2fs_printk
` [PATCH V3 4/7] f2fs: Add f2fs_fs_context to record the mount options
` [PATCH V3 5/7] f2fs: separate the options parsing and options checking
` [PATCH V3 6/7] f2fs: introduce fs_context_operation structure
` [PATCH V3 7/7] f2fs: switch to the new mount api

add more bio helper
 2025-04-24 12:01 UTC  (8+ messages)

[PATCH RFC] : fhandle: relax open_by_handle_at() permission checks
 2025-04-24 11:28 UTC  (8+ messages)
      ` fanotify sb/mount watch inside userns (Was: [PATCH RFC] : fhandle: relax open_by_handle_at() permission checks)

[PATCH 0/2] fanotify fixes for v6.15-rc3
 2025-04-24 11:16 UTC  (2+ messages)

[PATCH] Revert "fs: move the bdex_statx call to vfs_getattr_nosec"
 2025-04-24 10:55 UTC  (4+ messages)

[PATCH] splice: remove duplicate noinline from pipe_clear_nowait
 2025-04-24  9:02 UTC  (2+ messages)

[PATCH][RFC] ->mnt_devname is never NULL
 2025-04-24  8:56 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).