linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-18 08:05:33 to 2025-08-19 17:21:44 UTC [more...]

[PATCHv3 0/8] direct-io: even more flexible io vectors
 2025-08-19 16:49 UTC  (2+ messages)
` [PATCHv3 3/8] block: align the bio after building it

[PATCH] fs: Add missing parameter docs for name_contains_dotdot()
 2025-08-19 17:15 UTC  (2+ messages)

[PATCH] fs: document 'name' parameter in name_contains_dotdot()
 2025-08-19 17:15 UTC  (2+ messages)

[PATCH] cifs: Fix oops due to uninitialised variable
 2025-08-19 16:22 UTC  (2+ messages)

[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
 2025-08-19 16:13 UTC  (8+ messages)
` [PATCH] 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN

[PATCHES][RFC][CFT] mount fixes
 2025-08-19 16:12 UTC  (11+ messages)
` [PATCH 1/4] fix the softlockups in attach_recursive_mnt()
` [PATCH 2/4] propagate_umount(): only surviving overmounts should be remounted
` [PATCH 3/4] use uniform permission checks for all mount propagation changes
` [PATCH 4/4] change_mnt_propagation(): calculate propagation source only if we'll need it
` [git pull] mount fixes

[PATCH v3 0/4] introduce uncharged file mapped folios
 2025-08-19 15:53 UTC  (12+ messages)
` [PATCH v3 1/4] mm/filemap: add AS_UNCHARGED
` [PATCH v3 2/4] mm: add vmstat for cgroup uncharged pages
` [PATCH v3 3/4] btrfs: set AS_UNCHARGED on the btree_inode
` [PATCH v3 4/4] memcg: remove warning from folio_lruvec

[GIT PULL] overlayfs fixes for 6.17-rc1
 2025-08-19 15:19 UTC 

[PATCH v2 0/7] gen_init_cpio: add copy_file_range / reflink support
 2025-08-19  0:20 UTC  (14+ messages)
` [PATCH v2 1/7] gen_init_cpio: write to fd instead of stdout stream
` [PATCH v2 2/7] gen_init_cpio: support -o <output_path> parameter
` [PATCH v2 3/7] gen_init_cpio: attempt copy_file_range for file data
` [PATCH v2 5/7] gen_initramfs.sh: use gen_init_cpio -o parameter
` [PATCH v2 7/7] gen_init_cpio: add -a <data_align> as reflink optimization

[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
 2025-08-19 15:11 UTC  (7+ messages)
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags

[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
 2025-08-19 15:01 UTC  (6+ messages)
` [PATCH 4/7] fuse: implement file attributes mask for statx

[PATCH v2 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-19 14:51 UTC  (6+ messages)
` [PATCH v2 1/1] "
    ` [PATCH] "

Do we need an opt-in for file systems use of hw atomic writes?
 2025-08-19 14:45 UTC  (12+ messages)

[PATCH v3 1/2] fuse: reflect cached blocksize if blocksize was changed
 2025-08-19 14:43 UTC  (3+ messages)

[PATCH v4 0/3] Initial NFS client support for RWF_DONTCACHE
 2025-08-19 14:25 UTC  (5+ messages)
` [PATCH v4 1/3] filemap: Add a helper for filesystems implementing dropbehind
` [PATCH v4 2/3] filemap: Add a version of folio_end_writeback that ignores dropbehind
` [PATCH v4 3/3] NFS: Enable use of the RWF_DONTCACHE flag on the NFS client

[PATCH] fuse: clarify extending writes handling
 2025-08-19 14:07 UTC  (2+ messages)

io_uring / dio metadata fixes
 2025-08-19 13:34 UTC  (7+ messages)
` [PATCH 1/2] fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
` [PATCH 2/2] block: don't silently ignore metadata for sync read/write

[PATCH] fuse: Replace hardcoded 4096 with PAGE_SIZE
 2025-08-19 13:22 UTC  (2+ messages)
`  "

[PATCH] proc: /proc filesystem check error message
 2025-08-19 12:49 UTC 

[GIT PULL] vfs fixes
 2025-08-19 12:46 UTC 

[syzbot] [mm?] INFO: rcu detected stall in security_file_ioctl (9)
 2025-08-19 12:35 UTC 

[PATCH 1/3] mpage: terminate read-ahead on read error
 2025-08-19 12:22 UTC  (5+ messages)

[PATCH 2/2] pid: add Rust files to MAINTAINERS
 2025-08-19 11:28 UTC  (2+ messages)
` (subset) "

[PATCH] fuse: remove unused 'inode' parameter in fuse_passthrough_open
 2025-08-19 10:54 UTC  (2+ messages)

[PATCH] exfat: drop redundant conversion to bool
 2025-08-19 10:16 UTC  (4+ messages)

[PATCH] coredump: Fix return value in coredump_parse()
 2025-08-19 10:10 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-08-19 10:08 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex
          ` [PATCH] kernfs: don't fail listing extended attributes

[PATCH v4] fuse: new work queue to periodically invalidate expired dentries
 2025-08-19  9:59 UTC  (5+ messages)

[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-08-19  9:44 UTC  (6+ messages)

[PATCH] fs/namespace.c: fix mountpath handling in do_lock_mount()
 2025-08-19  9:40 UTC  (4+ messages)
` [RFC] {do_,}lock_mount() behaviour wrt races and move_mount(2) with empty to_path (was Re: [PATCH] fs/namespace.c: fix mountpath handling in do_lock_mount())

[PATCH] iomap: use largest_zero_folio() in iomap_dio_zero()
 2025-08-19  9:29 UTC  (7+ messages)

remove write_cache_pages()
 2025-08-19  8:57 UTC  (6+ messages)
` [PATCH 2/3] bcachefs: stop using write_cache_pages
` [PATCH 3/3] mm: remove write_cache_pages

[PATCH v3 00/12] man2: document "new" mount API
 2025-08-19  8:50 UTC  (5+ messages)

[PATCH 00/11] VFS: prepare for changes to directory locking
 2025-08-19  8:37 UTC  (5+ messages)
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()

[PATCH v3 0/2] fuse: inode blocksize fixes for iomap integration
 2025-08-19  8:35 UTC  (3+ messages)

[PATCH 0/4] vfs: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts
 2025-08-19  8:24 UTC  (4+ messages)

[PATCH v2 1/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-08-19  8:15 UTC  (3+ messages)
` [PATCH v2 0/1] "

[PATCH 0/5] Documentation: sharedsubtree: reST massaging
 2025-08-19  6:12 UTC  (6+ messages)
` [PATCH 1/5] Documentation: sharedsubtree: Format remaining of shell snippets as literal code blcoks
` [PATCH 2/5] Documentation: sharedsubtree: Use proper enumerator sequence for enumerated lists
` [PATCH 3/5] Documentation: sharedsubtree: Don't repeat lists with explanation
` [PATCH 4/5] Documentation: sharedsubtree: Align text
` [PATCH 5/5] Documentation: sharedsubtree: Convert notes to note directive

[patch 0/4] uaccess: Provide and use helpers for user masked access
 2025-08-19  4:44 UTC  (13+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-19  4:36 UTC  (8+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "
          ` [PATCH v16] "

[PATCH v3 0/8] gen_init_cpio: add copy_file_range / reflink support
 2025-08-19  3:05 UTC  (9+ messages)
` [PATCH v3 1/8] gen_init_cpio: write to fd instead of stdout stream
` [PATCH v3 2/8] gen_init_cpio: support -o <output_file> parameter
` [PATCH v3 3/8] gen_init_cpio: attempt copy_file_range for file data
` [PATCH v3 4/8] gen_init_cpio: avoid duplicate strlen calls
` [PATCH v3 5/8] gen_initramfs.sh: use gen_init_cpio -o parameter
` [PATCH v3 6/8] docs: initramfs: file data alignment via name padding
` [PATCH v3 7/8] gen_init_cpio: add -a <data_align> as reflink optimization
` [PATCH v3 8/8] initramfs_test: add filename padding test case

Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode
 2025-08-19  2:16 UTC  (5+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-08-19  2:06 UTC  (4+ messages)

[PATCH] hfs: make proper initalization of struct hfs_find_data
 2025-08-18 22:52 UTC 

[PATCH] hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()
 2025-08-18 22:52 UTC 

RWF_DONTCACHE documentation
 2025-08-18 20:42 UTC  (7+ messages)

[PATCH] memcg: remove warning from folio_lruvec
 2025-08-18 18:46 UTC 

[PATCH 0/1] hfs: discuss to add offset/length validation in hfs_brec_lenoff
 2025-08-18 17:59 UTC  (4+ messages)
` [PATCH 1/1] hfs: validate record offset in hfsplus_bmap_alloc

[PATCH v3 0/2] Initial NFS client support for RWF_DONTCACHE
 2025-08-18 17:04 UTC  (11+ messages)
` [PATCH v3 1/2] filemap: Add a helper for filesystems implementing dropbehind
` [PATCH v3 2/2] NFS: Enable the RWF_DONTCACHE flag for the NFS client

[PATCH v2 0/3] introduce uncharged file mapped folios
 2025-08-18 16:36 UTC  (3+ messages)
` [syzbot ci] "

[PATCH 6.16 089/570] hfs: fix general protection fault in hfs_find_init()
 2025-08-18 12:47 UTC  (3+ messages)
` [PATCH 6.16 092/570] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
` [PATCH 6.16 474/570] cifs: Fix collect_sample() to handle any iterator type

[bp@imp.ch: Bug#1111455: linux-image-6.12.41+deb13-amd64: kernel BUG at fs/netfs/read_collect.c:316 netfs: Can't donate prior to front]
 2025-08-18 14:01 UTC  (4+ messages)

[PATCH V2] fat: Prevent the race of read/write the FAT32 entry
 2025-08-18 13:58 UTC  (2+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-18 13:55 UTC  (5+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges

[PATCH 6.15 078/515] hfs: fix general protection fault in hfs_find_init()
 2025-08-18 12:47 UTC  (3+ messages)
` [PATCH 6.15 081/515] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
` [PATCH 6.15 435/515] cifs: Fix collect_sample() to handle any iterator type

[PATCH 6.12 064/444] hfs: fix general protection fault in hfs_find_init()
 2025-08-18 12:46 UTC  (3+ messages)
` [PATCH 6.12 067/444] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
` [PATCH 6.12 370/444] cifs: Fix collect_sample() to handle any iterator type

[PATCH v5 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-18 13:06 UTC  (8+ messages)
` [PATCH v5 6/7] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v5 7/7] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH] virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
 2025-08-18 12:39 UTC  (2+ messages)

[PATCH RESEND v2] proc: fix missing pde_set_flags() for net proc files
 2025-08-18 12:31 UTC 

[PATCH v2 0/2] fuse/mm: remove BDI_CAP_WRITEBACK_ACCT
 2025-08-18 12:28 UTC  (2+ messages)

[PATCH v2 0/5] add persistent huge zero folio support
 2025-08-18 12:05 UTC  (7+ messages)
` [PATCH v2 3/5] mm: add persistent huge zero folio
` [PATCH v2 4/5] mm: add largest_zero_folio() routine
` [PATCH v2 5/5] block: use largest_zero_folio in __blkdev_issue_zero_pages()

[PATCH v2] proc: fix missing pde_set_flags() for net proc files
 2025-08-18 11:42 UTC  (2+ messages)

[PATCH] exfat: limit log print for IO error
 2025-08-18 11:28 UTC  (2+ messages)

[PATCH v1 0/2] mm: remove MIGRATEPAGE_*
 2025-08-18 11:28 UTC  (4+ messages)
` [PATCH v1 1/2] mm/migrate: remove MIGRATEPAGE_UNMAP

[v2 PATCH] exfat: optimize allocation bitmap loading time
 2025-08-18  9:13 UTC  (2+ messages)

[syzbot] [fs?] BUG: sleeping function called from invalid context in vfree (2)
 2025-08-18  8:05 UTC 


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).