Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-27 00:47:53 to 2026-05-28 11:18:56 UTC [more...]

[PATCH 0/8] super: retire sget(), convert iterators to RCU
 2026-05-28 11:18 UTC  (7+ messages)
` [PATCH 2/8] ext4: convert mballoc KUnit test to sget_fc()
` [PATCH 5/8] super: drop sb_lock from setup_bdev_super() tuple publication

[PATCH v2 00/10] fanotify namespace monitoring
 2026-05-28 11:05 UTC  (5+ messages)
` [PATCH v2 07/10] fanotify: gate fs events checks in fanotify_mark() by group type

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-28 11:04 UTC  (3+ messages)

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-05-28 11:02 UTC  (15+ messages)
` [RFC PATCH v1 01/13] exec: factor argument setup out of do_execveat_common()
` [RFC PATCH v1 02/13] exec: add an internal helper for opened executables
` [RFC PATCH v1 03/13] file: expose helpers for in-kernel fd actions
` [RFC PATCH v1 04/13] exec: add spawn template UAPI definitions
` [RFC PATCH v1 05/13] exec: add spawn template file descriptors
` [RFC PATCH v1 06/13] exec: add spawn_template_spawn()
` [RFC PATCH v1 07/13] exec: validate spawn template executable identity
` [RFC PATCH v1 08/13] binfmt_elf: cache ELF metadata for spawn templates
` [RFC PATCH v1 09/13] Documentation: describe "
` [RFC PATCH v1 10/13] exec: require absolute paths for path-created templates
` [RFC PATCH v1 11/13] exec: let close-range actions target the max fd
` [RFC PATCH v1 12/13] syscalls: add generic spawn template entries
` [RFC PATCH v1 13/13] selftests/exec: cover spawn template basics

[PATCH] backing-file: fix backing_file_open() kerneldoc parameter
 2026-05-28 10:42 UTC  (2+ messages)
` [PATCH v2] "

[syzbot] [kernfs?] INFO: task hung in do_epoll_ctl_file
 2026-05-28 10:34 UTC 

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-05-28 10:16 UTC  (6+ messages)

[PATCH -next] initramfs: Add CRC32 debugging mechanism for unpack failures
 2026-05-28  9:41 UTC 

[PATCH 00/34] Remove b_end_io from struct buffer_head
 2026-05-28  9:05 UTC  (54+ messages)
` [PATCH 01/34] buffer: Remove forward declaration of submit_bh_wbc()
` [PATCH 02/34] buffer: Add bh_submit()
` [PATCH 03/34] buffer: Remove mark_buffer_async_write_endio()
` [PATCH 04/34] buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()
` [PATCH 05/34] buffer: Convert write_dirty_buffer to bh_submit()
` [PATCH 06/34] buffer: Convert __bread_slow "
` [PATCH 07/34] buffer: Convert __sync_dirty_buffer "
` [PATCH 08/34] buffer: Convert __bh_read "
` [PATCH 09/34] buffer: Convert __bh_read_batch "
` [PATCH 10/34] buffer: Convert block_read_full_folio "
` [PATCH 11/34] buffer: Convert __block_write_full_folio to __bh_submit()
` [PATCH 12/34] ext4; Convert __ext4_read_bh() to bh_submit()
` [PATCH 13/34] ext4: Convert ext4_fc_submit_bh() "
` [PATCH 14/34] ext4: Convert write_mmp_block_thawed() "
` [PATCH 15/34] ext4: Convert ext4_commit_super() "
` [PATCH 16/34] jbd2: Convert journal commit "
` [PATCH 18/34] ocfs2: Convert ocfs2_write_block "
` [PATCH 19/34] ocfs2: Convert ocfs2_read_block "
` [PATCH 20/34] ocfs2: Convert ocfs2_read_blocks "
` [PATCH 21/34] ocfs2: Convert ocfs2_write_super_or_backup "
` [PATCH 27/34] nilfs2: Convert nilfs_btnode_submit_block "
` [PATCH 28/34] nilfs2: Convert nilfs_gccache_submit_read_data "
` [PATCH 29/34] nilfs2: Convert nilfs_mdt_submit_block "

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-28  9:00 UTC  (31+ messages)
` [PATCH 01/15] mm/rmap: introduce anon_rmap APIs for anonymous folios
` [PATCH 02/15] mm: convert anon_vma rmap APIs to anon_rmap
` [PATCH 03/15] mm: introduce anon_vma_tree_t for multiple anon_vma topologies
` [PATCH 04/15] mm: switch to anon_vma_tree_t APIs in preparation for ANON_VMA_LAZY
` [PATCH 05/15] mm: add CONFIG_ANON_VMA_LAZY and folio helpers
` [PATCH 06/15] mm: add CONFIG_VMA_REF and VMA helpers
` [PATCH 07/15] mm: replace direct FOLIO_MAPPING_ANON usage with helpers
` [PATCH 08/15] mm: prepare rmap infrastructure for ANON_VMA_LAZY
` [PATCH 09/15] mm: implement ANON_VMA_LAZY rmap semantics
` [PATCH 10/15] mm: defer anon_vma creation with ANON_VMA_LAZY
` [PATCH 11/15] mm: handle ANON_VMA_LAZY in huge page operations
` [PATCH 12/15] mm: handle ANON_VMA_LAZY during migration
` [PATCH 13/15] mm: support setup and upgrade of ANON_VMA_LAZY folios
` [PATCH 14/15] mm: support merging of ANON_VMA_LAZY VMAs
` [PATCH 15/15] mm: enable CONFIG_ANON_VMA_LAZY on arm64 and x86_64

[PATCH v3] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-28  8:33 UTC  (2+ messages)

[PATCH v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-28  6:40 UTC  (4+ messages)

[PATCH v2] ntfs: validate resident attribute values on lookup
 2026-05-28  5:56 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-05-28  2:31 UTC  (21+ messages)
` [PATCH v2 01/14] fuse: separate next request fetching from sending logic
` [PATCH v2 02/14] fuse: refactor io-uring header copying to ring
` [PATCH v2 03/14] fuse: refactor io-uring header copying from ring
` [PATCH v2 04/14] fuse: use enum types for header copying
` [PATCH v2 05/14] fuse: refactor setting up copy state for payload copying
` [PATCH v2 06/14] fuse: support buffer copying for kernel addresses
` [PATCH v2 07/14] fuse: use named constants for io-uring iovec indices
` [PATCH v2 08/14] fuse: move fuse_uring_abort() from header to dev_uring.c
` [PATCH v2 09/14] fuse: rearrange io-uring iovec and ent allocation logic

[PATCH] ntfs: not change 0-byte $DATA attribute to non-resident
 2026-05-28  2:15 UTC 

[PATCH v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
 2026-05-28  1:19 UTC  (7+ messages)

[PATCH] fuse: disable default bdi strictlimiting
 2026-05-27 23:32 UTC  (11+ messages)
            `  "

[PATCH] man/man3/errno.3: clarify ENOTSUP and EOPNOTSUPP
 2026-05-27 22:59 UTC  (2+ messages)

[RFC PATCH v5 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-27 22:17 UTC  (7+ messages)
` [RFC PATCH v5 1/2] "

[PATCH v4 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-05-27 21:08 UTC  (6+ messages)
` [PATCH v4 1/7] lsm: Add granular mount hooks to replace security_sb_mount

[PATCH] jbd2: Remove special jbd2 slabs
 2026-05-27 20:33 UTC  (2+ messages)

[PATCH] fanotify: report thread pidfds for FAN_REPORT_TID
 2026-05-27 19:50 UTC  (5+ messages)
` [PATCH] fanotify: prepare tests for thread pidfd reporting
    ` [PATCH v2 1/2] fanotify: fix crash when running multiple iterations
      ` [PATCH v2 2/2] fanotify: prepare tests for thread pidfd reporting

[PATCH] hfs: reject volume bitmaps overlapping the MDB
 2026-05-27 19:49 UTC  (2+ messages)

[PATCH v2 0/9] Landlock: Namespace and capability control
 2026-05-27 18:11 UTC  (10+ messages)
` [PATCH v2 1/9] security: add LSM blob and hooks for namespaces
` [PATCH v2 2/9] security: Add LSM_AUDIT_DATA_NS for namespace audit records
` [PATCH v2 3/9] landlock: Wrap per-layer access masks in struct layer_config
` [PATCH v2 4/9] landlock: Enforce namespace use restrictions
` [PATCH v2 5/9] landlock: Enforce capability restrictions
` [PATCH v2 6/9] selftests/landlock: Add namespace restriction tests
` [PATCH v2 7/9] selftests/landlock: Add capability "
` [PATCH v2 8/9] samples/landlock: Add capability and namespace restriction support
` [PATCH v2 9/9] landlock: Add documentation for capability and namespace restrictions

Bug#1137107: netfs local_bh_enable in hard IRQ via cachefiles read completion
 2026-05-27 17:27 UTC  (2+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-05-27 16:24 UTC  (2+ messages)

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-27 16:02 UTC  (5+ messages)
` [PATCH 04/17] nilfs2: replace get_zeroed_page() with kzalloc()

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-27 15:59 UTC  (32+ messages)
              ` [f2fs-dev] "

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-27 15:58 UTC  (15+ messages)
` [PATCH v4 09/23] ext4: implement writeback path using iomap
` [PATCH v4 10/23] ext4: implement mmap "
` [PATCH v4 14/23] ext4: implement partial block zero range "
` [PATCH v4 15/23] ext4: add block mapping tracepoints for iomap buffered I/O path
` [PATCH v4 16/23] ext4: disable online defrag when inode using "
` [PATCH v4 17/23] ext4: submit zeroed post-EOF data immediately in the "
` [PATCH v4 18/23] ext4: wait for ordered I/O "

[PATCH 1/2] bpf: cgroup: fix sysctl new value replacement
 2026-05-27 14:51 UTC  (2+ messages)

[PATCH] fanotify: simplify fanotify_error_event_equal
 2026-05-27 14:22 UTC 

Proper error-handling of cdev_add() after cdev_alloc() ?
 2026-05-27 14:01 UTC 

[PATCH 0/2] proc: protect ptrace_may_access() with exec_update_lock
 2026-05-27 13:57 UTC  (8+ messages)

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-27 13:00 UTC  (7+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[PATCH] ntfs: Fix spelling mistake "etnry" -> "entry"
 2026-05-27 12:05 UTC  (2+ messages)

[BUG] configfs: slab-use-after-free in configfs_drop_dentry() on rmdir
 2026-05-27 10:27 UTC  (2+ messages)

[PATCH v2] fs: fix spelling mistakes in comment
 2026-05-27 10:00 UTC 

回复: Re: [PATCH v1] fs: fix spelling mistakes in comment
 2026-05-27  9:54 UTC 

[PATCH v1] fs: fix spelling mistakes in comment
 2026-05-27  9:17 UTC  (2+ messages)

[PATCH 1/3] tmpfs: simplify constructing "security.foo" xattr names
 2026-05-27  8:49 UTC  (6+ messages)

[PATCH] fs/ntfs3: format code, deal with comments
 2026-05-27  8:49 UTC 

[PATCH] fs/ntfs3: reject SEEK_DATA and SEEK_HOLE past EOF early
 2026-05-27  8:48 UTC 

[PATCH 0/4] fs: mark selected blocking waits as freezable
 2026-05-27  6:49 UTC  (5+ messages)
` [PATCH 1/4] eventpoll: mark ep_poll() sleep "
` [PATCH 2/4] jbd2: make kjournald2 commit wait freezable
` [PATCH 3/4] pipe: mark blocking pipe read and FIFO open sleeps as freezable
` [PATCH 4/4] select: make select() and poll() waits freezable

[PATCH v2] bpf: add bpf_real_inode() kfunc
 2026-05-27  6:36 UTC  (2+ messages)

[BUG] iomap: NULL dereference in iomap_finish_folio_read after deferred failed read
 2026-05-27  4:12 UTC  (4+ messages)

[PATCH v1] fs: fix two spelling mistakes in comments
 2026-05-27  3:31 UTC 

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-05-27  1:49 UTC  (6+ messages)


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