linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-21 10:36:38 to 2025-10-22 04:49:50 UTC [more...]

[PATCH v2 0/8] iomap: buffered io changes
 2025-10-22  4:49 UTC  (10+ messages)
` [PATCH v2 1/8] iomap: account for unaligned end offsets when truncating read range
` [PATCH v2 2/8] docs: document iomap writeback's iomap_finish_folio_write() requirement
` [PATCH v2 3/8] iomap: optimize pending async writeback accounting
` [PATCH v2 4/8] iomap: simplify ->read_folio_range() error handling for reads
` [PATCH v2 5/8] iomap: simplify when reads can be skipped for writes
` [PATCH v2 6/8] iomap: use loff_t for file positions and offsets in writeback code
` [PATCH v2 7/8] iomap: use find_next_bit() for dirty bitmap scanning
` [PATCH v2 8/8] iomap: use find_next_bit() for uptodate "

[PATCH v3 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-22  4:41 UTC  (15+ messages)
` [PATCH v3 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v3 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v3 03/14] VFS: tidy up do_unlinkat()
` [PATCH v3 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v3 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v3 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v3 07/14] VFS: introduce start_removing_dentry()
` [PATCH v3 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v3 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v3 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v3 11/14] Add start_renaming_two_dentries()
` [PATCH v3 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v3 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v3 14/14] VFS: introduce end_creating_keep()

[PATCH v2 00/16] Parallelizing filesystem writeback
 2025-10-22  4:39 UTC  (11+ messages)
    ` [PATCH v2 01/16] writeback: add infra for parallel writeback
    ` [PATCH v2 04/16] writeback: affine inode to a writeback ctx within a bdi
    ` [PATCH v2 05/16] writeback: modify bdi_writeback search logic to search across all wb ctxs

[PATCH] mm/filemap: Implement fast short reads
 2025-10-22  4:25 UTC  (7+ messages)

[PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-22  4:01 UTC  (8+ messages)
` [PATCH v18 10/16] rust: opp: use `CStr::as_char_ptr`
` [PATCH v18 11/16] rust: opp: fix broken rustdoc link
` [PATCH v18 14/16] rust: clk: use `CStr::as_char_ptr`

[RESEND PATCH v18 00/16] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-22  3:57 UTC  (4+ messages)
` [RESEND PATCH v18 11/16] rust: opp: fix broken rustdoc link

[PATCH v2 00/14] Create and use APIs to centralise locking for directory ops
 2025-10-22  3:54 UTC  (14+ messages)
` [PATCH v2 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v2 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v2 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v2 13/14] VFS: change vfs_mkdir() to unlock on failure

[PATCH v3 0/4] Optimize folio split in memory failure
 2025-10-22  3:35 UTC  (5+ messages)
` [PATCH v3 1/4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
` [PATCH v3 2/4] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v3 3/4] mm/memory-failure: improve large block size folio handling
` [PATCH v3 4/4] mm/huge_memory: fix kernel-doc comments for folio_split() and related

[DISCUSS] Security implications of slab-out-of-bounds Read issue in hfsplus_strcasecmp
 2025-10-22  2:44 UTC 

[PATCH] btrfs: never trust the bio from direct IO
 2025-10-22  2:27 UTC  (15+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "

[PATCH v3 0/3] initrd: remove half of classic initrd support
 2025-10-22  2:16 UTC  (4+ messages)
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)

[PATCH 00/11] ntfsplus: ntfs filesystem remake
 2025-10-22  2:13 UTC  (5+ messages)

[PATCH v2 0/8] Binary Large Objects for Rust DebugFS
 2025-10-21 23:16 UTC  (19+ messages)
` [PATCH v2 1/8] rust: fs: add file::Offset type alias
` [PATCH v2 3/8] rust: uaccess: add UserSliceWriter::write_slice_partial()
` [PATCH v2 4/8] rust: debugfs: support for binary large objects

strace log before the fix, with fsync fix and with fclose fix
 2025-10-21 22:14 UTC  (2+ messages)

[PATCH RFC] fuse: check if system-wide io_uring is enabled
 2025-10-21 22:13 UTC  (4+ messages)

9P change breaks bpftrace running in qemu+9p?
 2025-10-21 22:12 UTC  (2+ messages)

[PATCH 0/2] fuse: Fix possible memleak at startup with immediate teardown
 2025-10-21 21:33 UTC  (3+ messages)
` [PATCH 1/2] fuse: Move ring queues_refs decrement
` [PATCH 2/2] fs/fuse: fix potential memory leak from fuse_uring_cancel

[patch V3 00/12] uaccess: Provide and use scopes for user masked access
 2025-10-21 20:52 UTC  (11+ messages)
` [patch V3 07/12] uaccess: Provide scoped masked user access regions

6.18.0-rc1: LTP syscalls ioctl_pidfd05: TFAIL: ioctl(pidfd, PIDFD_GET_INFO_SHORT, info_invalid) expected EINVAL: ENOTTY (25)
 2025-10-21 20:48 UTC  (6+ messages)

[PATCH 0/2] fuse: Fix missing fuse_copy_finish in dev_uring.c
 2025-10-21 20:46 UTC  (3+ messages)
` [PATCH 1/2] fuse: missing copy_finish in fuse-over-io-uring argument copies
` [PATCH 2/2] fuse: Fix whitespace for fuse_uring_args_to_ring() comment

[PATCH 6.17 137/159] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
 2025-10-21 19:51 UTC 

[PATCH 6.12 094/136] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
 2025-10-21 19:51 UTC 

[PATCH 6.6 071/105] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
 2025-10-21 19:51 UTC 

[PATCH 0/3] compiler_types: Introduce __counted_by_ptr()
 2025-10-21 19:24 UTC  (6+ messages)
` [PATCH 1/3] "

[PATCH v2 0/3] Do not change split folio target order
 2025-10-21 19:07 UTC  (11+ messages)
` [PATCH v2 2/3] mm/memory-failure: improve large block size folio handling

Regression in generic/749 with 8k fsblock size on 6.18-rc1
 2025-10-21 17:02 UTC  (6+ messages)

[PATCH v3 00/13] vfs: recall-only directory delegations for knfsd
 2025-10-21 16:16 UTC  (15+ messages)
` [PATCH v3 01/13] filelock: push the S_ISREG check down to ->setlease handlers
` [PATCH v3 02/13] vfs: add try_break_deleg calls for parents to vfs_{link,rename,unlink}
` [PATCH v3 03/13] vfs: allow mkdir to wait for delegation break on parent
` [PATCH v3 04/13] vfs: allow rmdir "
` [PATCH v3 05/13] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v3 06/13] vfs: make vfs_create break delegations on parent directory
` [PATCH v3 07/13] vfs: make vfs_mknod "
` [PATCH v3 08/13] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v3 09/13] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v3 10/13] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v3 11/13] nfsd: allow DELEGRETURN on directories
` [PATCH v3 12/13] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v3 13/13] vfs: expose delegation support to userland

[PATCH v3] mm/huge_memory: do not change split_huge_page*() target order silently
 2025-10-21 15:57 UTC  (6+ messages)

[PATCH] ecryptfs: Use MD5 library instead of crypto_shash
 2025-10-21 15:09 UTC  (5+ messages)

[PATCH RFC DRAFT 00/50] nstree: listns()
 2025-10-21 14:41 UTC  (53+ messages)
` [PATCH RFC DRAFT 01/50] libfs: allow to specify s_d_flags
` [PATCH RFC DRAFT 02/50] nsfs: use inode_just_drop()
` [PATCH RFC DRAFT 03/50] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH RFC DRAFT 04/50] pidfs: "
` [PATCH RFC DRAFT 05/50] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH RFC DRAFT 06/50] nstree: simplify return
` [PATCH RFC DRAFT 07/50] ns: initialize ns_list_node for initial namespaces
` [PATCH RFC DRAFT 08/50] ns: add __ns_ref_read()
` [PATCH RFC DRAFT 09/50] ns: add active reference count
` [PATCH RFC DRAFT 10/50] ns: use anonymous struct to group list member
` [PATCH RFC DRAFT 11/50] nstree: introduce a unified tree
` [PATCH RFC DRAFT 12/50] nstree: allow lookup solely based on inode
` [PATCH RFC DRAFT 13/50] nstree: assign fixed ids to the initial namespaces
` [PATCH RFC DRAFT 14/50] ns: maintain list of owned namespaces
` [PATCH RFC DRAFT 15/50] nstree: add listns()
` [PATCH RFC DRAFT 16/50] arch: hookup listns() system call
` [PATCH RFC DRAFT 17/50] nsfs: update tools header
` [PATCH RFC DRAFT 18/50] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH RFC DRAFT 19/50] selftests/namespaces: first active reference count tests
` [PATCH RFC DRAFT 20/50] selftests/namespaces: second "
` [PATCH RFC DRAFT 21/50] selftests/namespaces: third "
` [PATCH RFC DRAFT 22/50] selftests/namespaces: fourth "
` [PATCH RFC DRAFT 23/50] selftests/namespaces: fifth "
` [PATCH RFC DRAFT 24/50] selftests/namespaces: sixth "
` [PATCH RFC DRAFT 25/50] selftests/namespaces: seventh "
` [PATCH RFC DRAFT 26/50] selftests/namespaces: eigth "
` [PATCH RFC DRAFT 27/50] selftests/namespaces: ninth "
` [PATCH RFC DRAFT 28/50] selftests/namespaces: tenth "
` [PATCH RFC DRAFT 29/50] selftests/namespaces: eleventh "
` [PATCH RFC DRAFT 30/50] selftests/namespaces: twelth "
` [PATCH RFC DRAFT 31/50] selftests/namespaces: thirteenth "
` [PATCH RFC DRAFT 32/50] selftests/namespaces: fourteenth "
` [PATCH RFC DRAFT 33/50] selftests/namespaces: fifteenth "
` [PATCH RFC DRAFT 34/50] selftests/namespaces: add listns() wrapper
` [PATCH RFC DRAFT 35/50] selftests/namespaces: first listns() test
` [PATCH RFC DRAFT 36/50] selftests/namespaces: second "
` [PATCH RFC DRAFT 37/50] selftests/namespaces: third "
` [PATCH RFC DRAFT 38/50] selftests/namespaces: fourth "
` [PATCH RFC DRAFT 39/50] selftests/namespaces: fifth "
` [PATCH RFC DRAFT 40/50] selftests/namespaces: sixth "
` [PATCH RFC DRAFT 41/50] selftests/namespaces: seventh "
` [PATCH RFC DRAFT 42/50] selftests/namespaces: ninth "
` [PATCH RFC DRAFT 43/50] "
` [PATCH RFC DRAFT 44/50] selftests/namespaces: first listns() permission test
` [PATCH RFC DRAFT 45/50] selftests/namespaces: second "
` [PATCH RFC DRAFT 46/50] selftests/namespaces: third "
` [PATCH RFC DRAFT 47/50] selftests/namespaces: fourth "
` [PATCH RFC DRAFT 48/50] selftests/namespaces: fifth "
` [PATCH RFC DRAFT 49/50] selftests/namespaces: sixth "
` [PATCH RFC DRAFT 50/50] selftests/namespaces: seventh "
` [syzbot ci] Re: nstree: listns()

[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2025-10-21 13:20 UTC  (4+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks

[PATCH v2 00/11] vfs: recall-only directory delegations for knfsd
 2025-10-21 13:09 UTC  (2+ messages)

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-21 13:03 UTC  (2+ messages)

[PATCH 1/2] mm/memory: Do not populate page table entries beyond i_size
 2025-10-21 12:58 UTC  (11+ messages)
` [PATCH 2/2] mm/truncate: Unmap large folio on split failure

[PATCH] fs: rework I_NEW handling to operate without fences
 2025-10-21 12:54 UTC  (5+ messages)

[PATCH v2] fs: Fix uninitialized 'offp' in statmount_string()
 2025-10-21 12:23 UTC  (2+ messages)

[PATCH] hostfs: Fix only passing host root in boot stage with new mount
 2025-10-21 12:16 UTC  (2+ messages)

[PATCH v2 0/1] statmount: mountinfo for "unmounted" mounts
 2025-10-21 12:11 UTC  (3+ messages)
` [PATCH v2 1/1] statmount: accept fd as a parameter

[RFC PATCH] fs: Plumb case sensitivity bits into statx
 2025-10-21 11:54 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).