linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-15 19:46:42 to 2025-10-17 20:12:30 UTC [more...]

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-10-17 20:11 UTC  (2+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings

[PATCH v2 0/3] Do not change split folio target order
 2025-10-17 19:11 UTC  (16+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling
` [PATCH v2 3/3] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[PATCH v1 0/9] iomap: buffered io changes
 2025-10-17 18:41 UTC  (19+ messages)
` [PATCH v1 1/9] iomap: account for unaligned end offsets when truncating read range

Regression in generic/749 with 8k fsblock size on 6.18-rc1
 2025-10-17 17:14 UTC  (9+ messages)

allow file systems to increase the minimum writeback chunk size v2
 2025-10-17 15:45 UTC  (5+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
` [PATCH 3/3] xfs: set s_min_writeback_pages for zoned file systems

[PATCH] mm/filemap: Implement fast short reads
 2025-10-17 14:15 UTC 

[patch V3 00/12] uaccess: Provide and use scopes for user masked access
 2025-10-17 13:45 UTC  (30+ messages)
` [patch V3 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V3 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V3 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V3 04/12] powerpc/uaccess: "
` [patch V3 05/12] riscv/uaccess: "
` [patch V3 06/12] s390/uaccess: "
` [patch V3 07/12] uaccess: Provide scoped masked user access regions
` [patch V3 08/12] uaccess: Provide put/get_user_masked()
` [patch V3 09/12] [RFC] coccinelle: misc: Add scoped_masked_$MODE_access() checker script
` [patch V3 10/12] futex: Convert to scoped masked user access
` [patch V3 11/12] x86/futex: "
` [patch V3 12/12] select: "

*** Urgent Change ***
 2025-10-17 12:45 UTC 

New October Order. 41896 Friday, October 17, 2025 at 02:03:44 PM
 2025-10-17 12:03 UTC 

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-17 12:46 UTC  (6+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
 2025-10-17 11:32 UTC  (12+ messages)
` [PATCH v2 01/11] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v2 02/11] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v2 03/11] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v2 04/11] vfs: allow rmdir "
` [PATCH v2 05/11] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v2 06/11] vfs: make vfs_create break delegations on parent directory
` [PATCH v2 07/11] vfs: make vfs_mknod "
` [PATCH v2 08/11] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v2 09/11] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v2 10/11] nfsd: allow DELEGRETURN on directories
` [PATCH v2 11/11] nfsd: wire up GET_DIR_DELEGATION handling

[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
 2025-10-17 11:28 UTC  (3+ messages)

[PATCH v3 00/10] powerpc: Implement masked user access
 2025-10-17 10:21 UTC  (11+ messages)
` [PATCH v3 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v3 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v3 03/10] uaccess: Add masked_user_{read/write}_access_begin
` [PATCH v3 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v3 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v3 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v3 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v3 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v3 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v3 10/10] powerpc/uaccess: Implement masked user access

Long running ioctl and pm, which should have higher priority?
 2025-10-17 10:46 UTC  (4+ messages)

[PATCH] fs/ntfs3: Support timestamps prior to epoch
 2025-10-17 10:17 UTC 

[PATCH] fs/ntfs3: fix mount failure for sparse runs in run_unpack()
 2025-10-17 10:18 UTC 

[PATCH] fs/ntfs3: Reformat code and update terminology
 2025-10-17 10:17 UTC 

6.18.0-rc1: LTP syscalls ioctl_pidfd05: TFAIL: ioctl(pidfd, PIDFD_GET_INFO_SHORT, info_invalid) expected EINVAL: ENOTTY (25)
 2025-10-17  9:40 UTC  (4+ messages)

[PATCH v3 0/5] mm: VMA count limit fixes and improvements
 2025-10-17  9:00 UTC  (9+ messages)
` [PATCH v3 1/5] mm: fix off-by-one error in VMA count limit checks

[PATCH 0/7] sysctl: Move jiffies converters out of kernel/sysctl.c
 2025-10-17  8:32 UTC  (8+ messages)
` [PATCH 1/7] sysctl: Allow custom converters from outside sysctl
` [PATCH 2/7] sysctl: Move INT converter macros to sysctl header
` [PATCH 3/7] sysctl: Move UINT "
` [PATCH 4/7] sysctl: Move jiffies converters to kernel/time/jiffies.c
` [PATCH 5/7] sysctl: Move proc_doulongvec_ms_jiffies_minmax "
` [PATCH 6/7] sysctl: Create pipe-max-size converter using sysctl UINT macros
` [PATCH 7/7] sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv

[ANNOUNCE] zloopctl - a small zloop administration utility
 2025-10-17  8:00 UTC 

[PATCH] sysctl: fix kernel-doc format warning
 2025-10-17  7:08 UTC 

[PATCH v3 0/3] initrd: remove half of classic initrd support
 2025-10-17  6:09 UTC  (4+ messages)
` [PATCH v3 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v3 3/3] init: remove /proc/sys/kernel/real-root-dev

[RFC PATCH 2/2] smb: client: add directory change tracking via SMB2 Change Notify
 2025-10-17  4:05 UTC  (4+ messages)

[PATCH v2] fuse: Wake requests on the same cpu
 2025-10-17  0:01 UTC  (10+ messages)

[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
 2025-10-16 19:03 UTC  (7+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 5/6] xfs: only flush when COW fork blocks overlap data fork holes
` [PATCH 6/6] xfs: replace zero range flush with folio batch

[PATCH] fuse: fix digest size check in fuse_setup_measure_verity()
 2025-10-16 17:46 UTC  (2+ messages)

[PATCH v20 00/28] riscv control-flow integrity for usermode
 2025-10-16 15:32 UTC  (6+ messages)
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v21 00/28] riscv control-flow integrity for usermode
 2025-10-16 15:31 UTC  (4+ messages)
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH v1] man/man2/flock.2: Mention non-atomicity w.r.t close
 2025-10-16 15:22 UTC 

[PATCH rust-next v2 0/3] rust: miscdevice: add llseek support
 2025-10-16 14:39 UTC  (5+ messages)

[PATCH kvm-next V11 0/7] Add NUMA mempolicy support for KVM guest-memfd
 2025-10-16 14:17 UTC  (8+ messages)
` [PATCH kvm-next V11 6/7] KVM: guest_memfd: Enforce NUMA mempolicy using shared policy
      ` [f2fs-dev] "

[PATCH v2 00/11] sysctl: Generalize proc handler converter creation
 2025-10-16 12:57 UTC  (12+ messages)
` [PATCH v2 01/11] sysctl: Replace void pointer with const pointer to ctl_table
` [PATCH v2 02/11] sysctl: Remove superfluous tbl_data param from "dovec" functions
` [PATCH v2 03/11] sysctl: Remove superfluous __do_proc_* indirection
` [PATCH v2 04/11] sysctl: Indicate the direction of operation with macro names
` [PATCH v2 05/11] sysctl: Discriminate between kernel and user converter params
` [PATCH v2 06/11] sysctl: Create converter functions with two new macros
` [PATCH v2 07/11] sysctl: Create integer converters with one macro
` [PATCH v2 08/11] sysctl: Add optional range checking to SYSCTL_INT_CONV_CUSTOM
` [PATCH v2 09/11] sysctl: Create unsigned int converter using new macro
` [PATCH v2 10/11] sysctl: Add optional range checking to SYSCTL_UINT_CONV_CUSTOM
` [PATCH v2 11/11] sysctl: Create macro for user-to-kernel uint converter

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-16 12:10 UTC  (2+ messages)

[PATCH 1/1] init/initramfs_test: add NULL check after kmalloc
 2025-10-16 12:02 UTC 

[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2025-10-16 11:33 UTC  (7+ messages)
` [PATCH v3 3/6] fuse: {io-uring} Use bitmaps to track registered queues

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-10-16 10:42 UTC  (3+ messages)
` [PATCH v2 17/19] rust: sync: "

[PATCH] man/man2/move_mount.2: document EINVAL on multiple instances
 2025-10-16 10:29 UTC  (6+ messages)

[RFC PATCH 0/5] FDP file I/O
 2025-10-16  9:57 UTC  (7+ messages)
  ` [RFC PATCH 4/5] fs: propagate write stream
  ` [RFC PATCH 2/5] fs: add the interface to query user write streams

[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-16  8:42 UTC  (7+ messages)
` [PATCH v17 06/11] rust: alloc: use `kernel::fmt`
` [PATCH v17 08/11] rust: pci: "
  ` [PATCH v17 05/11] rnull: "

[PATCH 0/2] Do not change split folio target order
 2025-10-16  8:34 UTC  (5+ messages)
` [PATCH 1/2] mm/huge_memory: do not change split_huge_page*() target order silently

allow file systems to increase the minimum writeback chunk size
 2025-10-16  8:23 UTC  (9+ messages)
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-16  7:59 UTC  (8+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h

[RFC PATCH 0/1] ovl: brtfs' temp_fsid doesn't work with ovl index=on
 2025-10-16  4:57 UTC  (3+ messages)

[PATCH V5 0/6] loop: improve loop aio perf by IOCB_NOWAIT
 2025-10-16  2:19 UTC  (4+ messages)
` [PATCH V5 1/6] loop: add helper lo_cmd_nr_bvec()

[GIT PULL] vfs fixes
 2025-10-15 22:30 UTC  (2+ messages)

[PATCH v7 00/14] hide ->i_state behind accessors
 2025-10-15 22:06 UTC  (7+ messages)
` [PATCH v7 03/14] fs: provide accessors for ->i_state

[PATCH 5.15] fuse: Fix race condition in writethrough path A race
 2025-10-15 20:28 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).