public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-13 14:40:13 to 2025-01-15 09:31:52 UTC [more...]

[PATCHv2 00/11] Get rid of PG_reclaim and rename PG_dropbehind
 2025-01-15  9:31 UTC  (3+ messages)
` [PATCHv2 01/11] mm/migrate: Transfer PG_dropbehind to the new folio
` [PATCHv2 02/11] drm/i915/gem: Convert __shmem_writeback() to folios

[PATCH 0/4] large atomic writes for xfs
 2025-01-15  9:30 UTC  (11+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes

[syzbot] [fs?] INFO: rcu detected stall in sys_readlink (5)
 2025-01-15  8:39 UTC  (2+ messages)
` [syzbot] [fs?] [mm?] "

Two questions on sparse files
 2025-01-15  8:34 UTC 

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-15  7:27 UTC  (62+ messages)
` [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 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 v1 1/2] landlock: Handle weird files
 2025-01-15  7:15 UTC  (4+ messages)

[PATCH v2] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
 2025-01-15  6:33 UTC  (3+ messages)

Immutable vs read-only for Windows compatibility
 2025-01-15  6:26 UTC  (16+ messages)

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2025-01-15  5:47 UTC  (7+ messages)
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing

[PATCH 0/6] iomap: incremental per-operation iter advance
 2025-01-15  5:46 UTC  (5+ messages)
` [PATCH 4/6] iomap: advance the iter directly on buffered writes

[PATCH 0/8] mm: Remove PG_reclaim
 2025-01-15  4:31 UTC  (13+ messages)
` [PATCH 3/8] mm/zswap: Use PG_dropbehind instead of PG_reclaim
` [PATCH 4/8] mm/swap: "
` [PATCH 8/8] mm: Remove PG_reclaim

[PATCH v2 1/5] squashfs: Use a folio throughout squashfs_read_folio()
 2025-01-14 21:12 UTC  (10+ messages)
` [PATCH v2 2/5] squashfs: Pass a folio to squashfs_readpage_fragment()
` [PATCH v2 3/5] squashfs: Convert squashfs_readpage_block() to take a folio
` [PATCH v2 4/5] squashfs; Convert squashfs_copy_cache() "
` [PATCH v2 5/5] squashfs: Convert squashfs_fill_page() "

[PATCH] fix a file reference leak in drivers/misc/ntsync.c
 2025-01-15  2:50 UTC 

[LSF/MM/BPF TOPIC] Implementing the NFS v4.2 WRITE_SAME operation: VFS or NFS ioctl() ?
 2025-01-15  2:10 UTC  (3+ messages)

[PATCH v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-01-15  1:53 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Improving large folio writeback performance
 2025-01-15  1:50 UTC  (3+ messages)

[RFC PATCH] ceph: Fix kernel crash in generic/397 test
 2025-01-15  0:49 UTC 

[PATCH] ceph: Introduce CONFIG_CEPH_LIB_DEBUG and CONFIG_CEPH_FS_DEBUG
 2025-01-15  0:41 UTC 

Bug: INFO_ task hung in lock_two_nondirectories
 2025-01-15  0:38 UTC  (21+ messages)

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-15  0:05 UTC  (4+ messages)

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

[PATCH 1/5] squashfs: Use a folio throughout squashfs_read_folio()
 2025-01-14 21:10 UTC  (11+ messages)
` [PATCH 2/5] squashfs: Pass a folio to squashfs_readpage_fragment()
` [PATCH 3/5] squashfs: Convert squashfs_readpage_block() to take a folio
` [PATCH 4/5] squashfs; Convert squashfs_copy_cache() "
` [PATCH 5/5] squashfs: Convert squashfs_fill_page() "

[PATCH v6 4/5] mm/migrate: skip migrating folios under writeback with AS_WRITEBACK_INDETERMINATE mappings
 2025-01-14 21:40 UTC  (27+ messages)

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

[PATCH v23 0/8] Script execution control (was O_MAYEXEC)
 2025-01-14 20:56 UTC  (3+ messages)
` [PATCH v23 7/8] samples/check-exec: Add an enlighten "inc" interpreter and 28 tests

[LSF/MM/BPF TOPIC] fanotify filter
 2025-01-14 19:41 UTC 

Bug: slab-out-of-bounds Write in __bh_read
 2025-01-14 18:05 UTC  (12+ messages)

[RFC PATCH 0/2] mm: filemap: add filemap_grab_folios
 2025-01-14 16:08 UTC  (8+ messages)
` [RFC PATCH 2/2] KVM: guest_memfd: use filemap_grab_folios in write

[LSF/MM/BPF TOPIC] Predictive readahead of dentries
 2025-01-14 15:59 UTC  (6+ messages)
` [Lsf-pc] "

[PATCH v5] ksm: add ksm involvement information for each process
 2025-01-14 15:46 UTC  (2+ messages)

[PATCH] mm/page-writeback: Consolidate wb_thresh bumping logic into __wb_calc_thresh
 2025-01-14 15:01 UTC  (4+ messages)

[PATCH] afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call
 2025-01-14 14:46 UTC 

[PATCH v2 0/7] ima: Remove unnecessary inode locks
 2025-01-14 14:32 UTC  (7+ messages)
` [PATCH v2 2/7] ima: Remove inode lock
` [PATCH v2 3/7] ima: Ensure lock is held when setting iint pointer in inode security blob
` [PATCH v2 4/7] ima: Mark concurrent accesses to the iint pointer in the "

Bug: general protection fault in hfs_find_init
 2025-01-14 14:25 UTC  (3+ messages)

[PATCH v6 02/13] x86/um: nommu: elf loader for fdpic
 2025-01-14 11:30 UTC 

[PATCH v6 0/3] iomap: fix zero padding data issue in concurrent append writes
 2025-01-14 10:30 UTC  (3+ messages)
` [PATCH v6 3/3] xfs: clean up xfs_end_ioend() to reuse local variables

[PATCH] fs: Fix return type of do_mount() from long to int
 2025-01-14 10:15 UTC  (3+ messages)

[syzbot] [fs?] KASAN: global-out-of-bounds Read in number
 2025-01-14  5:29 UTC  (2+ messages)

[PATCHSET v8 0/12] Uncached buffered IO
 2025-01-14  0:56 UTC  (5+ messages)

Spooling large metadata updates / Proposal for a new API/feature in the Linux Kernel (VFS/Filesystems):
 2025-01-13 23:31 UTC  (2+ messages)

[PATCH v9 00/17] fuse: fuse-over-io-uring
 2025-01-13 22:44 UTC  (3+ messages)
` [PATCH v9 10/17] fuse: Add io-uring sqe commit and fetch support

[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs
 2025-01-13 22:00 UTC 

[PATCH] select: Fix unbalanced user_access_end()
 2025-01-13 19:47 UTC  (3+ messages)

[brauner-vfs:vfs-6.14.misc] [pipe_read] aaec5a95d5: hackbench.throughput 7.5% regression
 2025-01-13 18:57 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 2/4] hfs: Sanity check the root record
 2025-01-13 18:36 UTC 

[PATCH AUTOSEL 5.10 2/5] hfs: Sanity check the root record
 2025-01-13 18:36 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 3/5] fs: fix missing declaration of init_files

[PATCH AUTOSEL 5.15 2/6] hfs: Sanity check the root record
 2025-01-13 18:35 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 3/6] fs: fix missing declaration of init_files

[PATCH AUTOSEL 6.1 02/10] hfs: Sanity check the root record
 2025-01-13 18:35 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 03/10] fs: fix missing declaration of init_files
` [PATCH AUTOSEL 6.1 09/10] iomap: avoid avoid truncating 64-bit offset to 32 bits

[PATCH AUTOSEL 6.6 02/10] hfs: Sanity check the root record
 2025-01-13 18:35 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 03/10] fs: fix missing declaration of init_files
` [PATCH AUTOSEL 6.6 09/10] iomap: avoid avoid truncating 64-bit offset to 32 bits

[PATCH AUTOSEL 6.12 02/20] hfs: Sanity check the root record
 2025-01-13 18:34 UTC  (5+ messages)
` [PATCH AUTOSEL 6.12 04/20] iomap: pass byte granular end position to iomap_add_to_ioend
` [PATCH AUTOSEL 6.12 05/20] fs: fix missing declaration of init_files
` [PATCH AUTOSEL 6.12 07/20] netfs: Fix non-contiguous donation between completed reads
` [PATCH AUTOSEL 6.12 18/20] iomap: avoid avoid truncating 64-bit offset to 32 bits

[ANNOUNCE] util-linux v2.40.4
 2025-01-13 17:30 UTC 

[PATCH v4 27/30] fs: Add iput() cleanup helper
 2025-01-13 16:45 UTC  (2+ messages)

[PATCHES v2][RFC][CFT] debugfs cleanups
 2025-01-13 14:57 UTC  (13+ messages)
` [PATCH v2 01/21] debugfs: separate cache for debugfs inodes
  ` [PATCH v2 02/21] debugfs: move ->automount into debugfs_inode_info
  ` [PATCH v2 03/21] debugfs: get rid of dynamically allocation proxy_ops
  ` [PATCH v2 04/21] debugfs: don't mess with bits in ->d_fsdata
  ` [PATCH v2 05/21] debugfs: allow to store an additional opaque pointer at file creation
  ` [PATCH v2 06/21] debugfs: take debugfs_short_fops definition out of ifdef


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox