messages from 2025-07-22 17:08:23 to 2025-07-23 21:11:54 UTC [more...]
[PATCHSET RFC v3 1/4] fuse: fixes and cleanups ahead of iomap support
2025-07-23 21:11 UTC (20+ messages)
` [PATCH 2/7] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/7] fuse: capture the unique id of fuse commands being sent
[PATCH v3 0/4] Landlock: Disconnected directory handling
2025-07-23 21:01 UTC (4+ messages)
` [PATCH v3 2/4] landlock: Fix handling of disconnected directories
[PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
2025-07-23 18:43 UTC (16+ messages)
` [PATCH v3] "
next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
2025-07-23 18:42 UTC (3+ messages)
[PATCH v1 0/2] RFC: Extend fuse-passthrough to directories
2025-07-23 18:30 UTC (8+ messages)
[RFC v3] fuse: use fs-iomap for better performance so we can containerize ext4
2025-07-23 18:04 UTC (6+ messages)
[PATCH POC] prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGE
2025-07-23 18:02 UTC (5+ messages)
[PATCH v4 1/3] hfsplus: fix to update ctime after rename
2025-07-23 17:58 UTC (8+ messages)
` [PATCH v4 2/3] hfs: correct superblock flags
` [PATCH v4 3/3] hfs: fix to update ctime after rename
[PATCHSET RFC v3 1/3] libfuse: allow servers to use iomap for better file IO performance
2025-07-23 17:50 UTC (6+ messages)
` [PATCH 08/14] libfuse: connect high level fuse library to fuse_reply_attr_iflags
[syzbot] [hfs?] KASAN: out-of-bounds Read in hfs_bnode_move
2025-07-23 17:26 UTC (2+ messages)
[syzbot] [fs?] [wireless?] general protection fault in simple_recursive_removal (5)
2025-07-23 17:19 UTC
[syzbot] [exfat?] INFO: task hung in generic_file_write_iter (3)
2025-07-23 17:18 UTC
[PATCH bpf-next 0/2] umd: Remove usermode driver framework
2025-07-23 16:27 UTC (9+ messages)
` [PATCH bpf-next 2/2] "
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-23 16:13 UTC (14+ messages)
` [PATCH v5 1/7] cxl/acpi: Refactor cxl_acpi_probe() to always schedule fallback DAX registration
` [PATCH v5 2/7] cxl/core: Rename suspend.c to probe_state.c and remove CONFIG_CXL_SUSPEND
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[git pull] ufs regression fix
2025-07-23 16:01 UTC (2+ messages)
[PATCH 0/4] smb/server: various clean-ups
2025-07-23 15:36 UTC (3+ messages)
` [PATCH 4/4] smb/server: add ksmbd_vfs_kern_path()
[PATCH 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
2025-07-23 15:26 UTC (3+ messages)
` [PATCH 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir
[PATCH 4/7] VFS: introduce dentry_lookup() and friends
2025-07-23 15:17 UTC (3+ messages)
[PATCH 0/3] fs: Remove old mount API helpers
2025-07-23 15:00 UTC (5+ messages)
` [PATCH 1/3] fs: Remove mount_nodev
` [PATCH 2/3] fs: Remove mount_bdev
` [PATCH 3/3] docs/vfs: Remove mentions to the old mount API helpers
[PATCH v2 00/32] Live Update Orchestrator
2025-07-23 14:46 UTC (33+ messages)
` [PATCH v2 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v2 02/32] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v2 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v2 04/32] kho: allow to drive kho from within kernel
` [PATCH v2 05/32] kho: make debugfs interface optional
` [PATCH v2 06/32] kho: drop notifiers
` [PATCH v2 07/32] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v2 08/32] kho: don't unpreserve memory during abort
` [PATCH v2 09/32] liveupdate: kho: move to kernel/liveupdate
` [PATCH v2 10/32] liveupdate: luo_core: Live Update Orchestrator
` [PATCH v2 11/32] liveupdate: luo_core: integrate with KHO
` [PATCH v2 12/32] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v2 13/32] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v2 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v2 15/32] liveupdate: luo_files: implement file systems callbacks
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v2 18/32] reboot: call liveupdate_reboot() before kexec
` [PATCH v2 19/32] liveupdate: luo_files: luo_ioctl: session-based file descriptor tracking
` [PATCH v2 20/32] kho: move kho debugfs directory to liveupdate
` [PATCH v2 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v2 22/32] selftests/liveupdate: add subsystem/state tests
` [PATCH v2 23/32] docs: add luo documentation
` [PATCH v2 24/32] MAINTAINERS: add liveupdate entry
` [PATCH v2 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v2 26/32] mm: shmem: allow freezing inode mapping
` [PATCH v2 27/32] mm: shmem: export some functions to internal.h
` [PATCH v2 28/32] luo: allow preserving memfd
` [PATCH v2 29/32] docs: add documentation for memfd preservation via LUO
` [PATCH v2 30/32] tools: introduce libluo
` [PATCH v2 31/32] libluo: introduce luoctl
` [PATCH v2 32/32] libluo: add tests
[PATCH v1 00/32] Live Update Orchestrator
2025-07-23 14:39 UTC (13+ messages)
` [PATCH v1 03/32] kho: warn if KHO is disabled due to an error
` [PATCH v1 17/32] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v1 21/32] liveupdate: add selftests for subsystems un/registration
` [PATCH v1 25/32] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
[RFC PATCH 0/3] Tiny optimization for large read operations
2025-07-23 14:33 UTC (5+ messages)
` [RFC PATCH 1/3] mm/filemap: Do not use is_partially_uptodate for entire folio
` [RFC PATCH 2/3] mm/filemap: Avoid modifying iocb->ki_flags for AIO in filemap_get_pages()
` [RFC PATCH 3/3] mm/filemap: Skip non-uptodate folio when folios are available
[PATCH RESEND] doc: update porting, vfs documentation to describe mmap_prepare()
2025-07-23 13:09 UTC (2+ messages)
[PATCH] eventpoll: fix sphinx documentation build warning
2025-07-23 13:00 UTC (3+ messages)
[PATCH v3] block: fix lbmd_guard_tag_type assignment in FS_IOC_GETLBMD_CAP
2025-07-23 12:56 UTC (2+ messages)
[PATCH] fs: Add additional checks for block devices during mount
2025-07-23 12:51 UTC (5+ messages)
[PATCH -next] netfs: Remove unused declaration netfs_queue_write_request()
2025-07-23 12:23 UTC
[PATCH] afs: Set vllist to NULL if addr parsing fails
2025-07-23 11:54 UTC (2+ messages)
[PATCH] afs: Fix check for NULL terminator
2025-07-23 11:54 UTC (2+ messages)
[PATCH 0/2] vfs: fix delegated timestamp updates
2025-07-23 11:51 UTC (6+ messages)
` [PATCH 1/2] vfs: add tracepoints in inode_set_ctime_deleg
` [PATCH 2/2] vfs: fix delegated timestamp handling in setattr_copy()
[PATCH v2] ceph: cleanup of processing ci->i_ceph_flags bits in caps.c
2025-07-23 11:24 UTC (2+ messages)
[PATCH RFC DRAFT v2 00/13] Move fscrypt and fsverity out of struct inode
2025-07-23 10:57 UTC (43+ messages)
` [PATCH v3 "
` [PATCH v3 01/13] fs: add fscrypt offset
` [PATCH v3 02/13] fs/crypto: use accessors
` [PATCH v3 03/13] ext4: move fscrypt to filesystem inode
` [PATCH v3 04/13] ubifs: "
` [PATCH v3 05/13] f2fs: "
` [PATCH v3 06/13] ceph: "
` [PATCH v3 07/13] fs: drop i_crypt_info from struct inode
` [PATCH v3 08/13] fs: add fsverity offset
` [PATCH v3 09/13] fs/verity: use accessors
` [PATCH v3 10/13] btrfs: move fsverity to filesystem inode
` [PATCH v3 11/13] ext4: "
` [PATCH v3 12/13] f2fs: "
` [PATCH v3 13/13] fs: drop i_verity_info from struct inode
` [PATCH v4 00/15] Move fscrypt and fsverity out of "
` [PATCH v4 01/15] fs: add fscrypt offset
` [PATCH v4 02/15] fs/crypto: use accessors
` [PATCH v4 03/15] ext4: move fscrypt to filesystem inode
` [PATCH v4 04/15] ubifs: "
` [PATCH v4 05/15] f2fs: "
` [PATCH v4 06/15] ceph: "
` [PATCH v4 07/15] fs: drop i_crypt_info from struct inode
` [PATCH v4 08/15] fscrypt: rephrase documentation and comments
` [PATCH v4 09/15] fs: add fsverity offset
` [PATCH v4 10/15] fs/verity: use accessors
` [PATCH v4 11/15] btrfs: move fsverity to filesystem inode
` [PATCH v4 12/15] ext4: "
` [PATCH v4 13/15] f2fs: "
` [PATCH v4 14/15] fs: drop i_verity_info from struct inode
` [PATCH v4 15/15] fsverity: rephrase documentation and comments
[PATCH v4 0/3] fanotify: introduce response identifier
2025-07-23 10:24 UTC (6+ messages)
` [PATCH v4 1/3] fanotify: add support for a variable length permission event
[RFC 0/4] add static huge zero folio support
2025-07-23 9:24 UTC (8+ messages)
` [RFC 1/4] mm: rename huge_zero_page_shrinker to huge_zero_folio_shrinker
` [RFC 2/4] mm: add static huge zero folio
[PATCH RFC] mm/readahead: improve randread performance with readahead disabled
2025-07-23 9:03 UTC (3+ messages)
[syzbot] [fs?] INFO: task hung in vfs_rename (2)
2025-07-23 8:38 UTC (3+ messages)
[PATCH V9 0/7] Add NUMA mempolicy support for KVM guest-memfd
2025-07-23 8:20 UTC (6+ messages)
Excessive page cache occupies DMA32 memory
2025-07-23 6:50 UTC (7+ messages)
[PATCH] ntfs3: stop using write_cache_pages
2025-07-23 6:11 UTC (2+ messages)
[PATCH v2 0/3] rust: xarray: add `insert` and `reserve`
2025-07-23 1:38 UTC (2+ messages)
[PATCH RFC v2 0/4] procfs: make reference pidns more user-visible
2025-07-22 23:18 UTC (5+ messages)
` [PATCH RFC v2 1/4] pidns: move is-ancestor logic to helper
` [PATCH RFC v2 2/4] procfs: add "pidns" mount option
` [PATCH RFC v2 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
` [PATCH RFC v2 4/4] selftests/proc: add tests for new pidns APIs
[PATCH 0/2] fuse: Flush io-uring bg requests
2025-07-22 22:15 UTC (3+ messages)
` [PATCH 1/2] fuse: Refactor io-uring bg queue flush and queue abort
` [PATCH 2/2] fuse: Flush the io-uring bg queue from fuse_uring_flush_bg
[PATCH 0/5] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-07-22 21:58 UTC (6+ messages)
` [PATCH 1/5] fuse: {io-uring} Add queue length counters
` [PATCH 2/5] fuse: {io-uring} Rename ring->nr_queues to max_nr_queues
` [PATCH 3/5] fuse: {io-uring} Use bitmaps to track queue availability
` [PATCH 4/5] fuse: {io-uring} Distribute load among queues
` [PATCH 5/5] fuse: {io-uring} Allow reduced number of ring queues
[PATCH v2] hfs/hfsplus: rework debug output subsystem
2025-07-22 21:02 UTC (6+ messages)
[RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
2025-07-22 19:25 UTC (13+ messages)
[syzbot] [block?] [bcachefs?] kernel panic: KASAN: panic_on_warn set
2025-07-22 17:55 UTC (4+ messages)
[syzbot] [bcachefs?] [squashfs?] INFO: task hung in truncate_inode_pages_final (2)
2025-07-22 17:40 UTC (3+ messages)
[PATCH RESEND] fs/ntfs3: reject index allocation if $BITMAP is empty but blocks exist
2025-07-22 17:40 UTC
[syzbot] [kernfs?] INFO: task hung in fdget_pos
2025-07-22 17:31 UTC (2+ messages)
[PATCH] ceph: cleanup of processing ci->i_ceph_flags bits in caps.c
2025-07-22 17:08 UTC (3+ messages)
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).