Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-11 00:12:27 to 2026-08-11 20:55:07 UTC [more...]

[PATCH 00/11] coredump: allow to create sparse coredumps on the coredump socket
 2026-08-11 20:55 UTC  (15+ messages)
` [PATCH 01/11] selftests/coredump: discard the right amount after the coredump request
` [PATCH 02/11] selftests/coredump: collapse the expected request check into the helper
` [PATCH 03/11] coredump: pin the protocol struct sizes
` [PATCH 04/11] coredump: move the negotiated mask into struct coredump_params
` [PATCH 05/11] coredump: deduplicate the to_skip flush
` [PATCH 06/11] coredump: add COREDUMP_HEADER to the coredump socket protocol
` [PATCH 07/11] coredump: add COREDUMP_SPARSE "
` [PATCH 08/11] tools: sync coredump.h header
` [PATCH 09/11] coredump: frame the coredump when COREDUMP_HEADER is negotiated
` [PATCH 10/11] coredump: describe the holes when COREDUMP_SPARSE "
` [PATCH 11/11] selftests/coredump: test COREDUMP_HEADER and COREDUMP_SPARSE

[PATCH v2 00/13] CRASH_WIPE_SECRETS: Wipe secrets before kdump (was: CRASH_ZEROIZE)
 2026-08-11 20:41 UTC  (18+ messages)
` [PATCH v2 01/13] kexec: add CRASH_WIPE_SECRETS to wipe secrets before kdump
` [PATCH v2 02/13] crash-core: Flush caches on CRASH_WIPE_SECRETS
` [PATCH v2 03/13] arm64/mm: add set_direct_map_default_nosplit()
` [PATCH v2 04/13] mm/secretmem: wipe secret pages before kdump
` [PATCH v2 05/13] security/keys: wipe key payloads "
` [PATCH v2 06/13] security/keys: implement wipe op for user-type keys
` [PATCH v2 07/13] security/keys: implement wipe op for big_key
` [PATCH v2 08/13] security/keys: implement wipe op for trusted and encrypted keys
` [PATCH v2 09/13] security/keys: implement wipe op for asymmetric keys
` [PATCH v2 10/13] rxrpc: implement wipe op for rxrpc keys
` [PATCH v2 11/13] fscrypt: wipe master keys before kdump
` [PATCH v2 12/13] crypto: api - wipe tfm contexts "
` [PATCH v2 13/13] dm crypt: wipe key material "

[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
 2026-08-11 20:16 UTC  (2+ messages)
` [PATCH v3 3/12] "

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-11 20:08 UTC  (34+ messages)
` [PATCH v4 02/20] mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()
` [PATCH v4 03/20] mm: introduce linear_anon_page_index()
` [PATCH v4 07/20] mm/vma: fix self-merge check in copy_vma()
` [PATCH v4 08/20] tools/testing/vma: add tests for copy_vma() self-merge
` [PATCH v4 10/20] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v4 11/20] mm: clean up vma_address_end()
` [PATCH v4 12/20] mm/huge_memory: update remove_migration_pmd() to accept a folio
` [PATCH v4 13/20] mm/migrate: calculate large folio page index using PFN
` [PATCH v4 14/20] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios
` [PATCH v4 15/20] tools/testing/vma: expand VMA merge tests to assert anon pgoff
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous

[PATCH v3 00/17] fscrypt: Standardize on blk-crypto
 2026-08-11 18:04 UTC  (3+ messages)

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-11 16:29 UTC  (7+ messages)
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification

[PATCH v8] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-11 16:22 UTC  (4+ messages)

Fwd: BadBunny: UFFDIO_COPY shmem killpriv bypass leading to local privilege escalation
 2026-08-11 16:12 UTC  (5+ messages)

[PATCH v2 0/8] Support Clang context analysis for ext2
 2026-08-11 16:03 UTC  (9+ messages)
` [PATCH v2 1/8] ext2: mark s_next_generation as guarded by s_next_gen_lock
` [PATCH v2 2/8] ext2: annotate ext2_update_dynamic_rev() as requiring s_lock
` [PATCH v2 3/8] ext2: mark statfs overhead cache as guarded by s_lock
` [PATCH v2 4/8] ext2: mark s_mount_state "
` [PATCH v2 5/8] ext2: annotate ext2_init_block_alloc_info() as requiring truncate_mutex
` [PATCH v2 6/8] ext2: annotate block-mapping helpers "
` [PATCH v2 7/8] ext2: annotate s_rsv_window_root as requiring s_rsv_window_lock
` [PATCH v2 8/8] ext2: enable context analysis support for ext2 filesystem

[PATCH v5 0/2] erofs: share the superblock for file-backed mounts
 2026-08-11 15:59 UTC  (7+ messages)
` [PATCH v5 1/2] fs: rename vfs_get_super() to get_tree_super() and export it
` [PATCH v5 2/2] erofs: reuse superblock for file-backed mounts

[PATCH 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
 2026-08-11 15:42 UTC  (5+ messages)
` [PATCH 2/2] vfs: Add KUnit tests for fdtable

[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-08-11 15:22 UTC  (2+ messages)

[PATCH 0/9] mm: distinguish PTE table storage from PTE values
 2026-08-11 14:09 UTC  (21+ messages)
` [PATCH 1/9] mm: introduce hw_pte_t for PTE table storage
` [PATCH 2/9] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH 3/9] mm: name pointers to copied PTE values ptentp
` [PATCH 6/9] mm: convert PTE table entry to pte

[PATCH] tracing: report buffer memory in /proc/meminfo
 2026-08-11 12:44 UTC  (7+ messages)

[PATCH] mm/oom_kill, proc: replace magic number 1000 with OOM_SCORE_ADJ_MAX
 2026-08-11 12:58 UTC  (2+ messages)

[PATCH RFC/RFT v1 00/12] Fix easy bits of the negative dentry problem
 2026-08-11 12:14 UTC  (13+ messages)
` [PATCH v1 01/12] VFS: don't count references through ->d_parent
` [PATCH v1 02/12] Add and use d_for_each_positive_child family of iterators
` [PATCH v1 03/12] fsnotify: don't hold a spin_lock across fsnotify_recalc_mask() calls
` [PATCH v1 04/12] fsnotify: reduce i_lock hold time in fsnotify_set_children_dentry_flags()

[PATCH v6] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-11 12:13 UTC  (5+ messages)

[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
 2026-08-11 11:41 UTC  (4+ messages)
` [syzbot] [kernfs?] [ext4?] "

[RFC] mnt_already_visible(): should regular-file mountpoints participate in the visibility check?
 2026-08-11 10:49 UTC  (4+ messages)

[PATCH v2 0/4] VFS: prepare for changes to directory locking
 2026-08-11 10:29 UTC  (4+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-11  9:24 UTC  (5+ messages)
  ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount

[PATCH] fs: document semantics of kstat::{uid,gid} fields
 2026-08-11  9:01 UTC  (3+ messages)

[PATCH] pidfd: hold exec_update_lock around namespace ioctl
 2026-08-11  8:54 UTC  (3+ messages)

[PATCH] coredump: add filesz truncation and filter
 2026-08-11  8:51 UTC  (2+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-08-11  8:09 UTC  (3+ messages)
` [PATCH 1/4] netfs: clear PG_private_2 on copy-to-cache append failure

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-11  8:03 UTC  (3+ messages)
  ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)

[PATCH v9 00/26] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-11  7:26 UTC  (3+ messages)

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-11  6:47 UTC  (5+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v2 3/4] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v2 4/4] blk-cgroup: move async bio punt state to blkcg

[PATCH] fuse: reject a duplicate fd= mount option
 2026-08-11  5:39 UTC  (2+ messages)

[syzbot] Monthly fs report (Aug 2026)
 2026-08-11  4:32 UTC 

[RFC PATCH RESEND] eventpoll: add lockless fast-path for eventfd
 2026-08-11  3:15 UTC 

memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
 2026-08-11  0:48 UTC  (4+ messages)

[syzbot] [fs?] possible deadlock in configfs_detach_group
 2026-08-11  0:24 UTC 

[syzbot] [fs?] [mm?] BUG: sleeping function called from invalid context in kvm_xen_set_evtchn_fast (2)
 2026-08-11  0:12 UTC 


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