linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-15 00:38:39 to 2025-08-18 13:55:14 UTC [more...]

[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.16 089/570] hfs: fix general protection fault in hfs_find_init()
 2025-08-18 12:41 UTC  (2+ messages)
` [PATCH 6.16 092/570] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()

[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] fuse: clarify extending writes handling
 2025-08-18 13:29 UTC 

[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 13:24 UTC  (3+ messages)

[PATCH v4] fuse: new work queue to periodically invalidate expired dentries
 2025-08-18 13:21 UTC  (2+ messages)

remove write_cache_pages()
 2025-08-18 13:18 UTC  (6+ messages)
` [PATCH 1/3] ntfs3: stop using write_cache_pages
` [PATCH 2/3] bcachefs: "
` [PATCH 3/3] mm: remove write_cache_pages

[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  (15+ messages)
` [PATCH v5 1/7] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
` [PATCH v5 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v5 3/7] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v5 4/7] docs: transhuge: document process level THP controls
` [PATCH v5 5/7] selftest/mm: Extract sz2ord function into vm_util.h
` [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

[syzbot] [fs?] [mm?] INFO: task hung in v9fs_file_fsync
 2025-08-18 13:04 UTC  (5+ messages)

[PATCH 00/11] VFS: prepare for changes to directory locking
 2025-08-18 12:39 UTC  (3+ messages)
` [PATCH 04/11] VFS: introduce dentry_lookup_continue()

[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  (11+ messages)
` [PATCH v2 1/5] mm: rename huge_zero_page to huge_zero_folio
` [PATCH v2 2/5] mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIO
` [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 0/4] uaccess: Provide and use helpers for user masked access
 2025-08-18 11:59 UTC  (6+ messages)

[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

[PATCH] exfat: drop redundant conversion to bool
 2025-08-18 11:28 UTC  (2+ messages)

[PATCH 1/3] mpage: terminate read-ahead on read error
 2025-08-18 10:04 UTC  (3+ messages)

[syzbot] [mm?] INFO: rcu detected stall in sys_umount (3)
 2025-08-18  9:42 UTC 

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

[PATCH v3 0/2] fuse: inode blocksize fixes for iomap integration
 2025-08-18  8:32 UTC  (4+ messages)
` [PATCH v3 1/2] fuse: reflect cached blocksize if blocksize was changed
` [PATCH v3 2/2] fuse: fix fuseblk i_blkbits for iomap partial writes

[syzbot] [hfs?] WARNING in hfs_find_init
 2025-08-18  8:05 UTC 

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

[PATCH 0/4] vfs: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts
 2025-08-18  7:15 UTC  (11+ messages)
` [PATCH 1/4] vfs: fs/namei.c: move cross-device check to traverse_mounts
` [PATCH 2/4] vfs: fs/namei.c: remove LOOKUP_NO_XDEV check from handle_mounts
` [PATCH 3/4] vfs: fs/namei.c: move cross-device check to __traverse_mounts
` [PATCH 4/4] vfs: fs/namei.c: if RESOLVE_NO_XDEV passed to openat2, don't *trigger* automounts

[PATCH v3 0/5] add persistent huge zero folio support
 2025-08-18  6:57 UTC  (11+ messages)

[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
 2025-08-18  6:04 UTC  (7+ messages)
` [PATCH v11] "
  ` [PATCH v12] "
    ` [PATCH v13] "
      ` [PATCH v14] "
        ` [PATCH v15] "

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

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

[PATCHv2 0/7] direct-io: even more flexible io vectors
 2025-08-18  4:49 UTC  (6+ messages)
` [PATCHv2 1/7] block: check for valid bio while splitting

[PATCH] iomap: use largest_zero_folio() in iomap_dio_zero()
 2025-08-18  4:41 UTC  (3+ messages)

RWF_DONTCACHE documentation
 2025-08-18  4:01 UTC  (6+ messages)

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-18  2:17 UTC  (5+ messages)

[PATCH blktests v2 0/3] blktest: add unmap write zeroes tests
 2025-08-18  1:42 UTC  (3+ messages)

Fuse over io_uring mode cannot handle iodepth > 1 case properly like the default mode
 2025-08-18  1:39 UTC  (3+ messages)

[PATCH v5 0/9] ovl: Enable support for casefold layers
 2025-08-17 15:03 UTC  (10+ messages)
` [PATCH v5 4/9] ovl: Create ovl_casefold() to support casefolded strncmp()

[PATCH v2 0/3] introduce uncharged file mapped folios
 2025-08-17  8:34 UTC  (10+ messages)
` [PATCH v2 1/3] mm/filemap: add AS_UNCHARGED
` [PATCH v2 2/3] mm: add vmstat for cgroup uncharged pages
` [PATCH v2 3/3] btrfs: set AS_UNCHARGED on the btree_inode
` [syzbot ci] Re: introduce uncharged file mapped folios

[f2fs-dev] [RFC PATCH 0/9] f2fs: Enable buffered read/write large folios support with extended iomap
 2025-08-17  4:43 UTC  (4+ messages)
  `  "
    `  "

[PATCHES][RFC][CFT] mount fixes
 2025-08-16 18:28 UTC  (7+ 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

[RFC V2 00/18] famfs: port into fuse
 2025-08-16 16:22 UTC  (16+ 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

Is it normal for the user and sys times in /proc/stat to move backwards with NO_HZ?
 2025-08-16 14:44 UTC 

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

[PATCH 6/6] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
 2025-08-16 10:10 UTC  (2+ messages)

[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
 2025-08-16  7:43 UTC  (16+ messages)
` [PATCH 1/6] fhandle: create helper for name_to_handle_at(2)
` [PATCH 2/6] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags
  ` (subset) "
` [PATCH 4/6] fhandle: create __do_handle_open() helper

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-08-16  5:52 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex

[PATCH] fuse: enable large folios (if writeback cache is unused)
 2025-08-16  1:45 UTC  (4+ messages)

[PATCH V2 0/4] 9p: convert to the new mount API
 2025-08-15 20:53 UTC  (7+ messages)

[PATCH v3 0/2] iterate_folioq bug when offset==size (Was: [REGRESSION] 9pfs issues on 6.12-rc1)
 2025-08-15 20:49 UTC  (3+ messages)

[PATCH] hfs: clear offset and space out of valid records in b-tree node
 2025-08-15 19:49 UTC 

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-15 18:38 UTC  (4+ messages)
` [RFC PATCH v1 10/10] iomap: "

[PATCH v2 0/2] fuse: inode blocksize fixes for iomap integration
 2025-08-15 18:01 UTC  (4+ messages)
` [PATCH v2 2/2] fuse: fix fuseblk i_blkbits for iomap partial writes

[PATCH 6.16 000/627] 6.16.1-rc1 review
 2025-08-15 16:24 UTC  (5+ messages)

[PATCH] netfs: Fix unbuffered write error handling
 2025-08-15 16:09 UTC  (3+ messages)

[PATCH v4] module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYMBOL_FOR_MODULES
 2025-08-15 15:39 UTC  (5+ messages)

[PATCH xfsprogs v2] xfs_io: add FALLOC_FL_WRITE_ZEROES support
 2025-08-15 14:42 UTC  (4+ messages)

[PATCH RFC] fs/buffer: fix use-after-free when call bh_read() helper
 2025-08-15 14:29 UTC  (2+ messages)

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-15 14:28 UTC  (7+ messages)

[PATCH 1/2] fuse: fix COPY_FILE_RANGE interface
 2025-08-15 14:22 UTC  (4+ messages)
` [PATCH 2/2] copy_file_range: limit size if in compat mode

[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-08-15 14:20 UTC  (11+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-15 14:12 UTC  (6+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors
` [PATCH 06/10] mm: update coredump logic to correctly use bitmap mm flags

[PATCH v2] copy_file_range: limit size if in compat mode
 2025-08-15 14:11 UTC  (2+ messages)

[PATCH v2 1/1] pidfs: Fix memory leak in pidfd_info()
 2025-08-15 14:11 UTC  (2+ messages)

[PATCH 4/4] fs-writeback: Remove redundant __GFP_NOWARN
 2025-08-15 14:06 UTC  (2+ messages)
` (subset) "

[syzbot] [gfs2?] WARNING in vfs_setxattr (3)
 2025-08-15 12:51 UTC 

[PATCH] testing/radix-tree/maple: hack around kfree_rcu not existing
 2025-08-15 12:34 UTC  (7+ messages)

[PATCH v2] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-15 12:14 UTC 

[PATCH RESEND] fs: Add 'rootfsflags' to set rootfs mount options
 2025-08-15 12:12 UTC  (3+ messages)

[PATCH v5 6/9] ovl: Set case-insensitive dentry operations for ovl sb
 2025-08-15 11:52 UTC  (2+ messages)

[PATCH v2 00/19] rust: replace `kernel::c_str!` with C-Strings
 2025-08-15 11:11 UTC  (3+ messages)
` [PATCH v2 02/19] gpu: nova-core: "

[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-15  9:29 UTC  (6+ messages)
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-15  8:27 UTC  (3+ messages)

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-15  8:17 UTC  (12+ messages)

[syzbot] [gfs2?] WARNING in do_mknodat (3)
 2025-08-15  7:21 UTC 

[PATCHES v3][RFC][CFR] mount-related stuff
 2025-08-15  3:19 UTC  (8+ messages)
` [PATCH v3 01/48] attach_mnt(): expand in attach_recursive_mnt(), then lose the flag argument
  ` [PATCH v3 44/48] copy_tree(): don't link the mounts via mnt_list


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