messages from 2025-08-18 14:22:04 to 2025-08-20 11:19:48 UTC [more...]
[PATCH 0/3] memcg, writeback: Don't wait writeback completion
2025-08-20 11:19 UTC (2+ messages)
` [PATCH 1/3] writeback: Rename wb_writeback_work->auto_free to free_work
[PATCH v3 00/12] man2: document "new" mount API
2025-08-20 11:18 UTC (14+ messages)
` [PATCH v3 07/12] man/man2/fsmount.2: "
` [PATCH v3 08/12] man/man2/move_mount.2: "
[PATCH 6.15 000/509] 6.15.11-rc2 review
2025-08-20 11:14 UTC
[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
2025-08-20 9:40 UTC (9+ messages)
` [PATCH 4/7] fuse: implement file attributes mask for statx
io_uring / dio metadata fixes
2025-08-20 9:40 UTC (10+ 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 util-linux v3] fallocate: add FALLOC_FL_WRITE_ZEROES support
2025-08-20 8:56 UTC
Questions about FUSE_NOTIFY_INVAL_ENTRY
2025-08-20 8:55 UTC (2+ messages)
[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
2025-08-20 8:34 UTC (9+ messages)
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags
[PATCHv3 0/8] direct-io: even more flexible io vectors
2025-08-20 7:07 UTC (9+ messages)
` [PATCHv3 1/8] block: check for valid bio while splitting
` [PATCHv3 2/8] block: add size alignment to bio_iov_iter_get_pages
` [PATCHv3 3/8] block: align the bio after building it
[PATCH] fuse: clarify extending writes handling
2025-08-20 6:52 UTC (5+ messages)
[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
2025-08-20 6:29 UTC (4+ messages)
` [PATCH] 9p/trans_fd: p9_fd_request: kick rx thread if EPOLLIN
[PATCH v3 1/2] fuse: reflect cached blocksize if blocksize was changed
2025-08-20 2:38 UTC (4+ messages)
[PATCH v3 0/4] introduce uncharged file mapped folios
2025-08-20 1:25 UTC (14+ 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
[PATCH v3 0/8] gen_init_cpio: add copy_file_range / reflink support
2025-08-20 1:13 UTC (11+ 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
[RFC V2 00/18] famfs: port into fuse
2025-08-19 22:34 UTC (20+ messages)
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
[PATCH] fs: document 'name' parameter in name_contains_dotdot()
2025-08-19 22:10 UTC
[patch 0/4] uaccess: Provide and use helpers for user masked access
2025-08-19 21:33 UTC (10+ messages)
[PATCH] proc: test lseek on /proc/net/dev
2025-08-19 21:09 UTC (2+ messages)
[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
2025-08-19 20:44 UTC (8+ messages)
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-08-19 18:53 UTC (9+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
[PATCHES][RFC][CFT] mount fixes
2025-08-19 17:33 UTC (13+ 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
[GIT PULL] overlayfs fixes for 6.17-rc1
2025-08-19 17:33 UTC (2+ messages)
[GIT PULL] vfs fixes
2025-08-19 17:33 UTC (2+ messages)
[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)
[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
[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 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: 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
[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 (3+ 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] 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 (4+ messages)
` [PATCH 2/3] bcachefs: stop using write_cache_pages
[PATCH 04/11] VFS: introduce dentry_lookup_continue()
2025-08-19 8:37 UTC (3+ messages)
[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
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
[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
2025-08-18 21:55 UTC (4+ messages)
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] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).