Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-09 02:50:25 to 2025-01-10 17:13:59 UTC [more...]

[PATCH] treewide: const qualify ctl_tables where applicable
 2025-01-10 17:13 UTC  (8+ messages)

[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
 2025-01-10 17:01 UTC  (4+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10 16:54 UTC  (31+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 02/26] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v6 03/26] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v6 04/26] fs/dax: Refactor wait for dax idle page
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 09/26] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
` [PATCH v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
` [PATCH v6 26/26] Revert "LoongArch: Add ARCH_HAS_PTE_DEVMAP support"

[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
 2025-01-10 16:49 UTC  (4+ messages)

[PATCHES][RFC][CFT] ->d_revalidate() calling conventions changes (->d_parent/->d_name stability problems)
 2025-01-10 16:46 UTC  (32+ messages)
` [PATCH 01/20] make sure that DNAME_INLINE_LEN is a multiple of word size
  ` [PATCH 02/20] dcache: back inline names with a struct-wrapped array of unsigned long
  ` [PATCH 03/20] make take_dentry_name_snapshot() lockless
  ` [PATCH 04/20] dissolve external_name.u into separate members
  ` [PATCH 05/20] ext4 fast_commit: make use of name_snapshot primitives
  ` [PATCH 06/20] generic_ci_d_compare(): use shortname_storage
  ` [PATCH 07/20] Pass parent directory inode and expected name to ->d_revalidate()
  ` [PATCH 08/20] afs_d_revalidate(): use stable name and parent inode passed by caller
  ` [PATCH 09/20] ceph_d_revalidate(): use stable "
  ` [PATCH 10/20] ceph_d_revalidate(): propagate stable name down into request enconding
  ` [PATCH 11/20] fscrypt_d_revalidate(): use stable parent inode passed by caller
  ` [PATCH 12/20] exfat_d_revalidate(): "
  ` [PATCH 13/20] vfat_revalidate{,_ci}(): "
  ` [PATCH 14/20] fuse_dentry_revalidate(): use stable parent inode and name "
  ` [PATCH 15/20] gfs2_drevalidate(): "
  ` [PATCH 16/20] nfs{,4}_lookup_validate(): use stable parent inode "
  ` [PATCH 17/20] nfs: fix ->d_revalidate() UAF on ->d_name accesses
  ` [PATCH 18/20] ocfs2_dentry_revalidate(): use stable parent inode and name passed by caller
  ` [PATCH 19/20] orangefs_d_revalidate(): "
  ` [PATCH 20/20] 9p: fix ->rename_sem exclusion

[PATCH v1 1/2] landlock: Handle weird files
 2025-01-10 16:39 UTC  (4+ messages)
` [PATCH v1 2/2] landlock: Constify get_mode_access()

[PATCH 1/2] mm: Fix assertion in folio_end_read()
 2025-01-10 16:32 UTC  (2+ messages)
` [PATCH 2/2] squashfs: Fix "convert squashfs_fill_page() to take a folio"

[PATCH resend] hung_task: add task->flags, blocked by coredump to log
 2025-01-10 16:03 UTC 

[PATCH] fs/proc: fix softlockup in __read_vmcore (part 2)
 2025-01-10 15:28 UTC 

[syzbot] [fs?] kernel BUG in kpagecount_read
 2025-01-10 15:18 UTC  (3+ messages)

[GIT PULL] vfs fixes
 2025-01-10 15:16 UTC 

[RFC PATCH 0/8] crypto: Add generic Kerberos library with crypto as AEAD algorithms
 2025-01-10 14:33 UTC  (20+ messages)
` [RFC PATCH 1/8] crypto/krb5: Add some constants out of sunrpc headers
` [RFC PATCH 2/8] crypto/krb5: Provide Kerberos 5 crypto through AEAD API
` [RFC PATCH 3/8] crypto/krb5: Test manager data
` [RFC PATCH 4/8] rxrpc: Add the security index for yfs-rxgk
` [RFC PATCH 5/8] rxrpc: Add YFS RxGK (GSSAPI) security class
` [RFC PATCH 6/8] rxrpc: rxgk: Provide infrastructure and key derivation
` [RFC PATCH 7/8] rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
` [RFC PATCH 8/8] rxrpc: rxgk: Implement connection rekeying

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-10 14:16 UTC 

[syzbot] [exfat?] KASAN: slab-use-after-free Read in __find_get_block
 2025-01-10 14:10 UTC 

[syzbot] [exfat?] KASAN: slab-use-after-free Read in __brelse
 2025-01-10 14:05 UTC 

Inquiry regarding FUSE filesystem behavior with mount bind in docker
 2025-01-10 13:56 UTC  (2+ messages)

[syzbot] [fs?] possible deadlock in iterate_dir (2)
 2025-01-10 13:31 UTC 

[PATCH v2 0/7] large atomic writes for xfs
 2025-01-10 11:59 UTC  (12+ messages)
` [PATCH v2 2/7] iomap: Add zero unwritten mappings dio support

[RFC PATCH v2 0/2] Add file seal to prevent future exec mappings
 2025-01-10 11:37 UTC  (3+ messages)
` [RFC PATCH v2 2/2] selftests/memfd: Add tests for F_SEAL_FUTURE_EXEC

Bug: soft lockup in exfat_clear_bitmap
 2025-01-10 11:14 UTC  (3+ messages)

[PATCH] kernel/sysctl-test: Fix potential null dereference in sysctl-test
 2025-01-10 10:07 UTC 

Bug: slab-out-of-bounds Write in __bh_read
 2025-01-10 10:08 UTC  (6+ messages)

[PATCH linux-next v4] ksm: add ksm involvement information for each process
 2025-01-10  9:57 UTC  (2+ messages)

[GIT PULL] XFS fixes for 6.13-rc7
 2025-01-10  9:51 UTC 

[PATCH v5] ksm: add ksm involvement information for each process
 2025-01-10  9:40 UTC 

[PATCH v2 1/5] squashfs: Use a folio throughout squashfs_read_folio()
 2025-01-10  9:46 UTC  (8+ messages)
` [PATCH v2 5/5] squashfs: Convert squashfs_fill_page() to take a folio

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-10  9:44 UTC  (3+ messages)

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  6:56 UTC  (13+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts

[syzbot] [exfat?] possible deadlock in exfat_get_block (2)
 2025-01-10  6:23 UTC 

[xfstests PATCH v3] generic: add a partial pages zeroing out test
 2025-01-10  5:52 UTC  (5+ messages)

[PATCH] hostfs: Convert to writepages
 2025-01-10  5:43 UTC  (2+ messages)

[viro-vfs:work.d_revalidate] [dcache] 077ab1260a: will-it-scale.per_process_ops 1.9% improvement
 2025-01-10  3:14 UTC 

[brauner-vfs:vfs-6.14.misc] [pipe_read] aaec5a95d5: hackbench.throughput 7.5% regression
 2025-01-10  3:09 UTC 

[linux-next:master] [fs] f8f25893a4: WARNING:at_fs/debugfs/file.c:#open_proxy_open
 2025-01-10  2:43 UTC 

[RFC PATCH v1 0/2] Add file seal to prevent future exec mappings
 2025-01-09 23:30 UTC  (8+ messages)
` [RFC PATCH v1 1/2] mm/memfd: Add support for F_SEAL_FUTURE_EXEC to memfd

[PATCH] sysv: Remove the filesystem
 2025-01-09 23:08 UTC  (5+ messages)

[PATCH bpf-next v6 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2025-01-09 21:24 UTC  (7+ messages)
` [PATCH bpf-next v6 4/5] bpf: Make fs kfuncs available for SYSCALL program type
      ` per st_ops kfunc allow/deny mask. Was: "

[PATCH] netfs: Fix read-retry for fs with no ->prepare_read()
 2025-01-09 16:20 UTC  (2+ messages)

[PATCH] netfs: Fix kernel async DIO
 2025-01-09 16:19 UTC  (2+ messages)

[PATCH v2 0/6] convert efivarfs to manage object data correctly
 2025-01-09 16:11 UTC  (5+ messages)

add STATX_DIO_READ_ALIGN v3
 2025-01-09 15:24 UTC  (9+ messages)
` [PATCH 1/5] fs: reformat the statx definition
` [PATCH 2/5] fs: add STATX_DIO_READ_ALIGN
` [PATCH 3/5] xfs: cleanup xfs_vn_getattr
` [PATCH 4/5] xfs: report the correct read/write dio alignment for reflinked inodes
` [PATCH 5/5] xfs: report larger dio alignment for COW inodes
` [PATCH] statx.2: document STATX_DIO_READ_ALIGN

[PATCH] iomap: avoid avoid truncating 64-bit offset to 32 bits
 2025-01-09 15:09 UTC  (6+ messages)

[ANNOUNCE] util-linux v2.40.3
 2025-01-09 13:21 UTC  (2+ messages)

[syzbot] [overlayfs?] BUG: unable to handle kernel NULL pointer dereference in __lookup_slow (3)
 2025-01-09 13:13 UTC  (5+ messages)

[xfstests PATCH v2] generic: add a partial pages zeroing out test
 2025-01-09 13:07 UTC  (4+ messages)

mnt_list corruption triggered during btrfs/326
 2025-01-09 12:51 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] The future of anon_vma
 2025-01-09 12:33 UTC  (3+ messages)
` [Lsf-pc] "

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-09 11:22 UTC  (12+ messages)

[PATCH v2 2/3] tun: Pad virtio header with zero
 2025-01-09 10:37 UTC  (2+ messages)

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2025-01-09  7:26 UTC  (7+ messages)
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing
` [PATCH RFCv2 3/4] xfs: always trim mapping to requested range for zero range
` [PATCH RFCv2 4/4] xfs: fill dirty folios on zero range of unwritten mappings

[PATCH 0/6] iomap: incremental per-operation iter advance
 2025-01-09  7:10 UTC  (9+ messages)
` [PATCH 1/6] iomap: split out iomap check and reset logic from "
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances
` [PATCH 4/6] iomap: advance the iter directly on buffered writes

[PATCH v3] mm: fix div by zero in bdi_ratio_from_pages
 2025-01-09  6:48 UTC  (2+ messages)

[PATCH v2] mm: fix div by zero in bdi_ratio_from_pages
 2025-01-09  6:28 UTC  (3+ messages)

add STATX_DIO_READ_ALIGN v2
 2025-01-09  6:25 UTC  (4+ messages)
` [PATCH 4/5] xfs: report the correct read/write dio alignment for reflinked inodes

[PATCH v4 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2025-01-09  2:50 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 read-only IMAP folder(s) and NNTP newsgroup(s).