public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-12 09:38:54 to 2025-01-14 20:56:59 UTC [more...]

[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

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

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

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

[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-14 19:11 UTC  (64+ 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"

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

[PATCH 0/8] mm: Remove PG_reclaim
 2025-01-14 18:02 UTC  (26+ messages)
` [PATCH 1/8] drm/i915/gem: Convert __shmem_writeback() to folios
` [PATCH 2/8] drm/i915/gem: Use PG_dropbehind instead of PG_reclaim
` [PATCH 3/8] mm/zswap: "
` [PATCH 4/8] mm/swap: "
` [PATCH 5/8] mm/vmscan: "
` [PATCH 6/8] mm/vmscan: Use PG_dropbehind instead of PG_reclaim in shrink_folio_list()
` [PATCH 7/8] mm/mglru: Check PG_dropcache instead of PG_reclaim in lru_gen_folio_seq()
` [PATCH 8/8] mm: Remove PG_reclaim

[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  (3+ messages)

Bug: INFO_ task hung in lock_two_nondirectories
 2025-01-14 15:39 UTC  (16+ 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 v5 -next 00/16] sysctl: move sysctls from vm_table into its own files
 2025-01-14 13:50 UTC  (5+ messages)
` [PATCH v5 -next 16/16] sysctl: remove unneeded include

[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 v2] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
 2025-01-14 10:19 UTC  (2+ messages)

[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)

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

[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  (7+ 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)

[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
 2025-01-13 15:31 UTC  (4+ 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

[PATCH RFCv2 0/4] iomap: zero range folio batch processing prototype
 2025-01-13 14:32 UTC  (6+ messages)
` [PATCH RFCv2 2/4] iomap: optional zero range dirty folio processing

[PATCH 0/6] iomap: incremental per-operation iter advance
 2025-01-13 14:25 UTC  (10+ messages)
` [PATCH 2/6] iomap: factor out iomap length helper
` [PATCH 3/6] iomap: support incremental iomap_iter advances

[PATCH] kernel/sysctl-test: Fix potential null dereference in sysctl-test
 2025-01-13 13:47 UTC  (2+ messages)

[PATCH resend] hung_task: add task->flags, blocked by coredump to log
 2025-01-13 11:57 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] The future of anon_vma
 2025-01-13 11:21 UTC  (4+ messages)
` [Lsf-pc] "

[PATCH] sysctl: unregister sysctl table after testing
 2025-01-13 10:01 UTC  (5+ messages)
` [PATCH v2] sysctl: expose sysctl_check_table for unit testing and use it
  ` [PATCH v3] "

[issue] cgroup: fail to mount, if mount immediately after umount
 2025-01-13  7:32 UTC  (2+ messages)
` [LTP] "

Bug: task hung in shmem_swapin_folio
 2025-01-13  5:06 UTC  (4+ messages)

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

Bug: soft lockup in exfat_clear_bitmap
 2025-01-12 23:46 UTC  (5+ messages)

[PATCH v2] treewide: const qualify ctl_tables where applicable
 2025-01-12 10:36 UTC  (2+ messages)

Bug: INFO_ task hung in bfs_lookup
 2025-01-12 10:22 UTC 

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


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