Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-31 06:41:22 to 2026-09-01 12:16:39 UTC [more...]

[PATCH 00/27] fs: port to const struct mnt_idmap
 2026-09-01 12:14 UTC  (24+ messages)
` [PATCH 01/27] userns: pass const uid_gid_map in lookup helpers
` [PATCH 02/27] fs: port mnt_idmap_{get,put}() to const mnt_idmap
` [PATCH 03/27] fs: port vfs{g,u}id helpers "
` [PATCH 04/27] fs: port fs{g,u}id "
` [PATCH 05/27] fs: port i_{g,u}id_into_vfs{g,u}id() "
` [PATCH 06/27] fs: port i_{g,u}id_{needs_}update() "
` [PATCH 07/27] quota: port "
` [PATCH 08/27] fs: port privilege checking helpers "
` [PATCH 09/27] fs: port inode_owner_or_capable() "
` [PATCH 10/27] fs: port inode_init_owner() "
` [PATCH 11/27] fs: port acl "
` [PATCH 12/27] fs: port ->permission() to pass "
` [PATCH 13/27] fs: port xattr to "
` [PATCH 14/27] fs: port ->fileattr_set() to pass "
` [PATCH 15/27] fs: port ->set_acl() "
` [PATCH 16/27] fs: port ->get_acl() "
` [PATCH 17/27] fs: port ->tmpfile() "
` [PATCH 18/27] fs: port ->mknod() "
` [PATCH 19/27] fs: port ->rename() "
` [PATCH 20/27] fs: port ->mkdir() "
` [PATCH 21/27] fs: port ->symlink() "
` [PATCH 22/27] fs: port ->create() "
` [PATCH 23/27] fs: port ->getattr() "

[PATCH bpf-next] exec: Drop bprm loader before closing bprm->file
 2026-09-01 11:40 UTC 

[PATCH] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-09-01 10:44 UTC  (8+ messages)

[PATCH RFC 0/2] Defer final iputs for dirty-time inodes in PF_MEMALLOC context
 2026-09-01 10:10 UTC  (2+ messages)

[PATCH v2 00/21] buffer: stop clearing BH_Uptodate when a write fails
 2026-09-01  9:40 UTC  (6+ messages)
` [PATCH v2 03/21] jbd2: point the shadow buffer at the frozen data directly

fstests: Verify behaviour of "seek" in a directory
 2026-09-01  9:18 UTC  (10+ messages)
` [PATCH] fstests: generic: Add test of seek in directories

[PATCH V2] fs: Kconfig: Alignment of code and text in the FS_DAX help section for better readability
 2026-09-01  9:15 UTC  (2+ messages)

[PATCH 0/2] udf: Fix handling of device spec attrs
 2026-09-01  9:12 UTC  (3+ messages)
` [PATCH 1/2] udf: validate the device specification EA before using it
` [PATCH 2/2] udf: Avoid confusion of missing and corrupted extended attributes

[PATCH bpf-next v3 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-01  8:56 UTC  (16+ messages)
` [PATCH bpf-next v3 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v3 2/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v3 3/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v3 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v3 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v3 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v3 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

lazy bounce buffering for checksummed reads V2
 2026-09-01  8:12 UTC  (25+ messages)
` [PATCH 01/17] block: pass a maxlen argument to bio_iov_iter_get_pages
` [PATCH 02/17] block: warn on too larger integrity allocations
` [PATCH 03/17] block: split bio_iov_iter_bounce_write
` [PATCH 04/17] block: export fs_bio_integrity_{alloc,free}
` [PATCH 05/17] iomap: respect maximum I/O size in iomap_dio_bio_iter_one
` [PATCH 09/17] xfs: move PI generation into xfs_submit_zoned_bio
` [PATCH 10/17] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 11/17] iomap: better read bounce buffering support
` [PATCH 12/17] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH 13/17] iomap,xfs: move integrity verification to the file system
` [PATCH 14/17] xfs: add support for lazy direct read bounce buffering
` [PATCH 15/17] xfs: add error injection for lazy "
` [PATCH 16/17] xfs: log a message at mount time when using integrity protection
` [PATCH 17/17] block,iomap: remove the old read side bounce buffering support

[PATCH v2] exit: hold a reference to thread_pid across proc_flush_pid
 2026-09-01  8:01 UTC  (3+ messages)

[PATCH v2 00/12] Convert barrier pairs to acquire/release for better performance
 2026-09-01  6:44 UTC  (16+ messages)
` [PATCH v2 01/12] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH v2 02/12] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH v2 03/12] fs: aio: Use acquire/release for ring->tail publication
` [PATCH v2 04/12] fs: Use acquire/release for fdtable resize synchronization
` [PATCH v2 05/12] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH v2 06/12] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH v2 07/12] ext4: Fix out-of-bounds read in ext4_get_group_info()
` [PATCH v2 08/12] ext4: Convert group-count barrier protocol to acquire/release
` [PATCH v2 09/12] soreuseport: publish num_socks with acquire/release
` [PATCH v2 10/12] net: sched: act_gact: use acquire/release for tcfg_ptype
` [PATCH v2 11/12] 8021q: Fix data race when publishing vlan net_device pointers
` [PATCH v2 12/12] 8021q: publish vlan_devices_arrays entries with acquire/release

[PATCH 0/9] Remove FGP_NOFS
 2026-09-01  5:55 UTC  (22+ messages)
` [PATCH 1/9] mm: Improve memalloc_nofs_save() documentation
` [PATCH 2/9] ext4: Remove uses of FGP_NOFS
` [PATCH 3/9] erofs: Remove redundant FGP_NOFS
` [PATCH 4/9] nfs: "
` [PATCH 5/9] ntfs: Remove FGP_NOFS from __ntfs_inode_resident_attr_pwrite()
` [PATCH 6/9] ntfs: Remove redundant FGP_NOFS from ntfs_wof_collect_dest()
` [PATCH 7/9] squashfs: Remove use of FGP_NOFS
` [PATCH 8/9] filemap: Remove redundant FGP_NOFS
` [PATCH 9/9] filemap: Remove FGP_NOFS

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-01  2:17 UTC  (8+ messages)
` [PATCH v2 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v2 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v2 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v2 11/14] treewide: remove folio_set/clear_private()
` [PATCH v2 14/14] mm/page-flags: remove PG_private

[PATCH 00/11] Convert barrier pairs to acquire/release for better performance
 2026-09-01  1:44 UTC  (12+ messages)
` [PATCH 03/11] fs: aio: Use acquire/release for ring->tail publication
` [PATCH 04/11] fs: Use acquire/release for fdtable resize synchronization
` [PATCH 06/11] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH 07/11] ext4: Convert group-count barrier protocol to acquire/release

[PATCH v3 00/17] crash: Rework and add arm64 crash hotplug support
 2026-09-01  1:41 UTC  (8+ messages)
` [PATCH v3 05/17] LoongArch: kexec: Fix CMA page leaks in segment placement retry loops
` [PATCH v3 07/17] crash_dump: Fix potential double-free of keys_header

[PATCH v2 0/7] hfsplus: convert regular file I/O to iomap-based operations
 2026-08-31 23:08 UTC  (7+ messages)

[PATCH 0/7] docs: core-api: Fix stale function names and a broken example
 2026-08-31 21:34 UTC  (2+ messages)

[PATCH v2] sched/cache: Fix use-after-free of the mm replaced by exec
 2026-08-31 21:33 UTC 

[PATCH] XArray: document that tags persist after storing new elements
 2026-08-31 21:29 UTC  (2+ messages)

[PATCH] docs: filesystems: proc: fix typos
 2026-08-31 21:28 UTC  (2+ messages)

[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
 2026-08-31 21:26 UTC  (3+ messages)
` [PATCH v3 3/12] "

[syzbot] [fs?] KASAN: slab-use-after-free Read in sysfs_emit
 2026-08-31 19:42 UTC  (2+ messages)

[PATCH v2] posix-cpu-timers: Dequeue per-thread timers before exchange_tids()
 2026-08-31 18:24 UTC  (6+ messages)

[PATCH v3] audit: free proctitle in context so it can be re-set by fork on exec_binprm
 2026-08-31 18:01 UTC  (3+ messages)

[PATCH v6] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-08-31 16:14 UTC  (15+ messages)
                    ` [PATCH v7] "

[PATCH v7] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-08-31 16:11 UTC  (4+ messages)

[BUG] fanotify: destroy/add race leaves a mark on a detached connector
 2026-08-31 14:54 UTC  (9+ messages)

[PATCH] signalfd: wake shared signalfd waiters after mask updates
 2026-08-31 14:44 UTC 

[BUG] fanotify: WARNING in fanotify_handle_event with crafted msdos image and long path
 2026-08-31 14:25 UTC  (3+ messages)

[PATCH AUTOSEL 6.18-5.10] hfs: rework hfsplus_readdir() logic
 2026-08-31 13:30 UTC  (12+ messages)
` [PATCH AUTOSEL 6.18-6.12] virtio-fs: avoid double-free on failed queue setup
` [PATCH AUTOSEL 6.18-5.10] affs: handle set_blocksize failures
` [PATCH AUTOSEL 6.18] netfs: Fix DIO write retry for filesystems without a ->prepare_write()
` [PATCH AUTOSEL 6.18-5.10] isofs: handle set_blocksize failures
` [PATCH AUTOSEL 6.18-5.10] hfsplus: rework hfsplus_readdir() logic
` [PATCH AUTOSEL 6.18-6.12] netfs: Fix decision whether to disallow write-streaming due to fscache use
` [PATCH AUTOSEL 6.18-6.1] cachefiles: Fix double fput
` [PATCH AUTOSEL 6.18] iomap: prevent ioend merge when io_private differs
` [PATCH AUTOSEL 6.18-6.12] iomap: don't make REQ_POLLED imply REQ_NOWAIT
` [PATCH AUTOSEL 6.18] pidfs: preserve thread pidfds reopened by file handle
` [PATCH AUTOSEL 6.18-5.10] hfsplus: fix issue of direct writes beyond end-of-file

[PATCH v3 0/2] selinux: fix nested backing-file mprotect checks
 2026-08-31 13:47 UTC  (5+ messages)
` [PATCH v3 1/2] selinux: preserve user SID across nested backing files
` [PATCH v3 2/2] selinux: recheck intermediate backing files on mprotect

[PATCH 00/10] net: support thread-specific pidfds for send and connect
 2026-08-31 11:21 UTC  (11+ messages)
` [PATCH 01/10] pid: add helpers to operate on a struct pid array
` [PATCH 02/10] af_unix: record the pid of the sending thread
` [PATCH 03/10] net: add SO_PASSPIDFD_THREAD to get a thread-specific SCM_PIDFD
` [PATCH 04/10] selftests/net: SO_PASSPIDFD_THREAD
` [PATCH 05/10] net: turn sk_peer_pid into an array indexed by pid type
` [PATCH 06/10] af_unix: record the pid of the connecting thread
` [PATCH 07/10] net: add SO_PEERPIDFD_THREAD to get a thread-specific pidfd
` [PATCH 08/10] selftests/net: SO_PEERPIDFD_THREAD
` [PATCH 09/10] pidfs: record the coredump on the dumping thread's pid too
` [PATCH 10/10] selftests/coredump: check the dumping thread's pidfd

[PATCH] selftests/filesystems: fix missing and stale TARGETS entries
 2026-08-31  9:46 UTC  (3+ messages)

[PATCH v5 00/10] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-08-31  9:40 UTC  (6+ messages)
` [PATCH v5 05/10] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v5 06/10] vfs: add O_CREAT|O_DIRECTORY to open*(2)

[PATCH bpf-next 2/3] bpf: Add user memory access kfuncs for linux_binprm
 2026-08-31  9:25 UTC  (2+ messages)

[PATCH] mm/oom_kill, proc: replace magic number 1000 with OOM_SCORE_ADJ_MAX
 2026-08-31  9:09 UTC  (3+ messages)

[PATCH 0/6] Buffer head documentation updates
 2026-08-31  8:52 UTC  (13+ messages)
` [PATCH 1/6] buffer: Remove reference to unmap_buffer()
` [PATCH 2/6] fs: Remove references to mark_buffer_dirty_inode()
` [PATCH 3/6] buffer: Document sb_bread(), sb_bread_unmovable() and sb_breadahead()
` [PATCH 4/6] buffer: Document mmb_mark_buffer_dirty()
` [PATCH 5/6] buffer: Refer to folios in comments
` [PATCH 6/6] buffer: Rename label

[PATCH v2 0/3] pidfd: add task path ioctls
 2026-08-31  8:49 UTC  (2+ messages)

[PATCH v4] reboot: fix cad_pid use-after-free race
 2026-08-31  8:25 UTC  (2+ messages)

[PATCH] fs: fix comment typo in inode.c
 2026-08-31  8:24 UTC  (2+ messages)

[PATCH] fs/aio: fix comment typos
 2026-08-31  8:23 UTC  (2+ messages)

[PATCH] fs: fix comment typo in fs-writeback.c
 2026-08-31  8:23 UTC  (2+ messages)

[PATCH] iomap: remove the unused ifs parameter from ifs_find_dirty_range
 2026-08-31  8:05 UTC  (2+ messages)

[PATCH] selftests/filesystems: Add .gitignore for fscontext_ns_test
 2026-08-31  8:02 UTC  (2+ messages)

[PATCH] fs: fix comment typo in bpf_fs_kfuncs.c
 2026-08-31  8:01 UTC  (2+ messages)

[PATCH] fs: refuse to drop a dentry reference d_make_persistent() never took
 2026-08-31  7:59 UTC  (2+ messages)

[PATCH v4 00/10] netfs, cachefiles: Miscellaneous fixes
 2026-08-31  7:55 UTC  (2+ messages)

[PATCH] aio: prevent eventfd/epoll recursion on poll
 2026-08-31  7:52 UTC  (2+ messages)

[PATCH] fs: fix s_fs_info leak when setup_bdev_super() fails
 2026-08-31  7:37 UTC  (2+ messages)

[PATCH v3] adfs: fix memory leak in sb->s_fs_info
 2026-08-31  7:36 UTC  (2+ messages)


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