Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-25 18:06:29 to 2026-05-27 11:08:09 UTC [more...]

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-27 11:01 UTC  (10+ messages)
` [PATCH 01/15] mm/rmap: introduce anon_rmap APIs for anonymous folios
` [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 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 00/34] Remove b_end_io from struct buffer_head
 2026-05-27 11:02 UTC  (49+ 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 "

[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 v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-27  9:42 UTC  (10+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure
` [PATCH v6 4/4] block: enable RWF_DONTCACHE for block devices

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

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-05-27  9:00 UTC  (19+ 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 v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
 2026-05-27  8:52 UTC  (3+ 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 v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-27  8:03 UTC  (2+ messages)

[PATCH] ntfs: Fix spelling mistake "etnry" -> "entry"
 2026-05-27  7:49 UTC 

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

[PATCH] fanotify: report thread pidfds for FAN_REPORT_TID
 2026-05-27  7:23 UTC  (3+ messages)
` [PATCH] fanotify: prepare tests for thread pidfd reporting

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

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

[PATCH] fuse: disable default bdi strictlimiting
 2026-05-27  5:57 UTC  (8+ 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 v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-05-27  3:00 UTC 

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

[PATCH 0/8] super: retire sget(), convert iterators to RCU
 2026-05-27  0:47 UTC  (10+ messages)
` [PATCH 1/8] ext4: convert extents KUnit test to sget_fc()
` [PATCH 2/8] ext4: convert mballoc "
` [PATCH 3/8] smb: client: convert cifs_smb3_do_mount() "
` [PATCH 4/8] fs: retire sget()
` [PATCH 5/8] super: drop sb_lock from setup_bdev_super() tuple publication
` [PATCH 6/8] super: convert sb->s_count to refcount_t
` [PATCH 7/8] super: switch list manipulation to _rcu primitives
` [PATCH 8/8] super: convert iterators to RCU readers + refcount_inc_not_zero

[PATCH V2 0/7] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-27  0:31 UTC  (15+ messages)
  ` [PATCH V2 1/7] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V2 2/7] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
  ` [PATCH V2 3/7] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset
  ` [PATCH V2 4/7] dax/fsdev: clamp direct_access return to current physical range
  ` [PATCH V2 5/7] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH V2 6/7] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V2 7/7] dax: fsdev.c minor formatting cleanup

[BUG] ufs: UBSAN shift-out-of-bounds in ufs_fill_super() at fs/ufs/super.c:1181
 2026-05-26 23:02 UTC  (3+ messages)

[PATCH] libceph: rework behavior for not recognized tag codes
 2026-05-26 22:38 UTC 

[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-05-26 22:24 UTC  (6+ messages)
` [PATCH 1/2] bpf: cgroup: fix sysctl new value replacement
` [PATCH 2/2] bpf: cgroup: Use kvfree instead of kfree in __cgroup_bpf_run_filter_sysctl

[BUG] ufs: divide-by-zero in ufs_iget() at fs/ufs/inode.c:663 on root-inode load
 2026-05-26 21:58 UTC 

[PATCH v2 00/17] Landlock tracepoints
 2026-05-26 21:34 UTC  (5+ messages)
` [PATCH v2 06/17] landlock: Add create_ruleset and free_ruleset tracepoints
` [PATCH v2 10/17] landlock: Set audit_net.sk for socket access checks

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-05-26 20:27 UTC  (3+ messages)

[BUG] affs: possible recursive locking in affs_remove_header() on rmdir of crafted image
 2026-05-26 20:08 UTC  (2+ messages)
` [PATCH] affs: split hash-lock subclass and reject self-referencing dir entry

[PATCH 0/2] proc: protect ptrace_may_access() with exec_update_lock
 2026-05-26 18:30 UTC  (11+ messages)
` [PATCH 1/2] proc: protect ptrace_may_access() with exec_update_lock (part 1)

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-26 17:11 UTC  (9+ messages)
` [PATCH v4 04/23] ext4: add iomap address space operations for buffered I/O
` [PATCH v4 08/23] ext4: implement buffered write path using iomap

[PATCH] jbd2: update outdated comment for jbd2_journal_try_to_free_buffers()
 2026-05-26 17:02 UTC  (2+ messages)

REQ_NOAIT cleanups
 2026-05-26 16:37 UTC  (2+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-05-26 16:27 UTC  (3+ messages)

[PATCH v3 0/3] memfd-based Userspace MFR Policy for HugeTLB
 2026-05-26 16:23 UTC  (2+ messages)

[PATCH] fuse: add fusex filesystem
 2026-05-26 16:15 UTC  (2+ messages)

[PATCH v4] fuse: back uncached readdir buffers with pages
 2026-05-26 15:20 UTC 

[PATCH 00/17] fs: replace __get_free_pages() call with kmalloc()
 2026-05-26 15:00 UTC  (11+ messages)
` [PATCH 10/17] jbd2: replace __get_free_pages() "
` [PATCH 12/17] fuse: replace __get_free_page() "
` [PATCH 14/17] fs/namespace: use __getname() to allocate mntpath buffer

Occasional 'WARNING: mm/backing-dev.c:636 at cgwb_release_workfn' when running mdadm
 2026-05-26 14:16 UTC  (3+ messages)

[PATCH] backing-file: fix backing_file_open() kerneldoc parameter
 2026-05-26 13:54 UTC  (2+ messages)

[PATCH 0/6] Bugfix and refactoring
 2026-05-26 13:49 UTC  (7+ messages)
` [PATCH 1/6] fs/ntfs3: add fileattr support
` [PATCH 2/6] fs/ntfs3: zero stale pagecache beyond valid data length
` [PATCH 3/6] fs/ntfs3: handle delayed allocation overlap in run lookup
` [PATCH 4/6] fs/ntfs3: fold resident writeback into writepages loop
` [PATCH 5/6] fs/ntfs3: force waiting for direct I/O completion
` [PATCH 6/6] fs/ntfs3: fold file size handling into ntfs_set_size()

[PATCH] VFS: fix possible failure to unlock in nfsd4_create_file()
 2026-05-26 13:43 UTC  (8+ messages)

[PATCH 2/2] ntfs: validate resident file name attribute length
 2026-05-26 13:31 UTC  (5+ messages)
` [PATCH v2] ntfs: validate resident attribute values on lookup
      ` [PATCH v3] "

[PATCH 0/2] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-05-26 13:08 UTC 

Subject:[REGRESSION] fs/qnx6: incorrect pointer arithmetic breaks dir scanning completely
 2026-05-26 13:12 UTC  (2+ messages)

[PATCH] fs/qnx6: fix pointer arithmetic in directory iteration
 2026-05-26 12:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/2] simpe_xattr: fixes for per-sb cache
 2026-05-26 11:58 UTC  (3+ messages)
` [PATCH 1/2] simpe_xattr: fix rcu'd union in struct simple_xattr
` [PATCH 2/2] simpe_xattr: fix racing lazy allocation

[PATCH v10 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-05-26 10:19 UTC  (7+ messages)

[PATCH] mm: make mmap_miss accounting symmetric for VM_SEQ_READ
 2026-05-26  9:30 UTC  (2+ messages)

[PATCH] jbd2: Remove special jbd2 slabs
 2026-05-26  9:08 UTC  (4+ messages)

[PATCH v1 0/5] mm/shmem: optimize read with reduced xarray lookups and folio batching
 2026-05-26  7:12 UTC  (6+ messages)
` [PATCH v1 5/5] mm/shmem: optimize file read with "

[PATCH net] tls: avoid zc receive for file-backed pages
 2026-05-26  7:05 UTC  (2+ messages)

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-26  6:53 UTC  (2+ messages)

[BUG] exfat: rename/move destroys unrecognized benign secondary entries
 2026-05-26  4:49 UTC  (4+ messages)
  ` [PATCH] exfat: preserve benign secondary entries during rename and move

[PATCH] affs: don't instantiate dentry if affs_insert_hash failed
 2026-05-26  2:16 UTC 

[PATCH v3] exfat: preserve benign secondary entries during rename and move
 2026-05-26  1:47 UTC  (3+ messages)
` [PATCH v4] "

[git pull] HPFS fixes for 7.1
 2026-05-25 20:03 UTC  (2+ messages)

[RFC PATCH v4 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-25 19:02 UTC  (4+ messages)
` [syzbot ci] "


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