messages from 2025-02-19 20:39:17 to 2025-02-21 22:38:31 UTC [more...]
[PATCH v3 0/8] enable bs > ps for block devices
2025-02-21 22:38 UTC (9+ messages)
` [PATCH v3 1/8] fs/buffer: simplify block_read_full_folio() with bh_offset()
` [PATCH v3 2/8] fs/buffer: remove batching from async read
` [PATCH v3 3/8] fs/mpage: avoid negative shift for large blocksize
` [PATCH v3 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
` [PATCH v3 5/8] fs/buffer fs/mpage: remove large folio restriction
` [PATCH v3 6/8] block/bdev: enable large folio support for large logical block sizes
` [PATCH v3 7/8] block/bdev: lift block size restrictions to 64k
` [PATCH v3 8/8] bdev: use bdev_io_min() for statx block size
[PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
2025-02-21 22:22 UTC (5+ messages)
[PATCH v18 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-02-21 21:14 UTC (5+ messages)
` [PATCH v18 1/3] rust: types: add `ForeignOwnable::PointedTo`
` [PATCH v18 2/3] rust: xarray: Add an abstraction for XArray
` [PATCH v18 3/3] MAINTAINERS: add entry for Rust XArray API
[LSF/MM/BPF TOPIC] Optimizing Page Cache Readahead Behavior
2025-02-21 21:13 UTC
[PATCH v3 0/9] Remove accesses to page->index from ceph
2025-02-21 20:45 UTC (3+ messages)
` [PATCH v3 10/9] fs: Remove page_mkwrite_check_truncate()
[PATCH] fs: Turn page_offset() into a wrapper around folio_pos()
2025-02-21 20:39 UTC
[PATCH v2 0/8] enable bs > ps for block devices
2025-02-21 20:39 UTC (9+ messages)
` [PATCH v2 4/8] fs/mpage: use blocks_per_folio instead of blocks_per_page
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-02-21 19:15 UTC (5+ messages)
[RFC PATCH 1/4] fs: Add FS_XFLAG_COMPRESSED & FS_XFLAG_ENCRYPTED for FS_IOC_FS[GS]ETXATTR API
2025-02-21 18:55 UTC (13+ messages)
[PATCH] Fuse: Add backing file support for uring_cmd
2025-02-21 18:31 UTC (16+ messages)
[RFC PATCH 0/4] fs: Add support for Windows file attributes
2025-02-21 18:24 UTC (3+ messages)
` [RFC PATCH 3/4] fs: Implement support for fsx_xflags_mask, fsx_xflags2 and fsx_xflags2_mask into vfs
[PATCH 0/2] fs/proc/task_mmu: add guard region bit to pagemap
2025-02-21 17:45 UTC (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools/selftests: add guard region test for /proc/$pid/pagemap
[RFC PATCH v2] fuse: fix race in fuse_notify_store()
2025-02-21 17:40 UTC (2+ messages)
[PATCH] qnx4: fix to avoid panic due to buffer overflow
2025-02-21 17:38 UTC (2+ messages)
[PATCH v17 0/3] rust: xarray: Add a minimal abstraction for XArray
2025-02-21 17:32 UTC (4+ messages)
` [PATCH v17 2/3] rust: xarray: Add an "
[PATCH 0/2] Alternative "pid_max" for 32-bit userspace
2025-02-21 17:02 UTC (3+ messages)
` [PATCH 1/2] Revert "pid: allow pid_max to be set per pid namespace"
` [PATCH 2/2] pid: Optional first-fit pid allocation
[PATCH v4 00/12] Direct Map Removal for guest_memfd
2025-02-21 16:07 UTC (13+ messages)
` [PATCH v4 01/12] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support
` [PATCH v4 05/12] KVM: Documentation: document KVM_GMEM_NO_DIRECT_MAP flag
` [PATCH v4 06/12] KVM: selftests: load elf via bounce buffer
` [PATCH v4 07/12] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v4 08/12] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v4 09/12] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v4 10/12] KVM: selftests: adjust test_create_guest_memfd_invalid
` [PATCH v4 11/12] KVM: selftests: set KVM_GMEM_NO_DIRECT_MAP in mem conversion tests
` [PATCH v4 12/12] KVM: selftests: Test guest execution from direct map removed gmem
[syzbot] possible deadlock in page_cache_ra_unbounded
2025-02-21 14:56 UTC (3+ messages)
` [syzbot] [mm] [fs] "
[PATCH 0/6] Change ->mkdir() and vfs_mkdir() to return a dentry
2025-02-21 14:25 UTC (12+ messages)
` [PATCH 1/6] Change inode_operations.mkdir to return struct dentry *
` [PATCH 2/6] hostfs: store inode in dentry after mkdir if possible
` [PATCH 3/6] ceph: return the correct dentry on mkdir
` [PATCH 4/6] fuse: return correct dentry for ->mkdir
` [PATCH 5/6] nfs: change mkdir inode_operation to return alternate dentry if needed
` [PATCH 6/6] VFS: Change vfs_mkdir() to return the dentry
[syzbot] [mm?] [v9fs?] BUG: stack guard page was hit in sys_openat
2025-02-21 13:20 UTC
[PATCH RFC 00/16] fs: expand abilities of anonymous mount namespaces
2025-02-21 13:13 UTC (17+ messages)
` [PATCH RFC 01/16] fs: record sequence number of origin mount namespace
` [PATCH RFC 02/16] fs: add mnt_ns_empty() helper
` [PATCH RFC 03/16] fs: add assert for move_mount()
` [PATCH RFC 04/16] fs: add fastpath for dissolve_on_fput()
` [PATCH RFC 05/16] fs: add may_copy_tree()
` [PATCH RFC 06/16] fs: create detached mounts from detached mounts
` [PATCH RFC 07/16] selftests: "
` [PATCH RFC 08/16] fs: support getname_maybe_null() in move_mount()
` [PATCH RFC 09/16] fs: mount detached mounts onto detached mounts
` [PATCH RFC 10/16] selftests: first test for mounting "
` [PATCH RFC 11/16] selftests: second "
` [PATCH RFC 12/16] selftests: third "
` [PATCH RFC 13/16] selftests: fourth "
` [PATCH RFC 14/16] selftests: fifth "
` [PATCH RFC 15/16] selftests: sixth "
` [PATCH RFC 16/16] selftests: seventh "
[PATCH 0/2] fixes for uncached IO
2025-02-21 13:10 UTC (3+ messages)
[RFC PATCH v5 0/4] Add NUMA mempolicy support for KVM guest-memfd
2025-02-21 11:30 UTC (2+ messages)
[PATCH] fuse: don't truncate cached, mutated symlink
2025-02-21 10:38 UTC (4+ messages)
[PATCH] sysv: Remove the filesystem
2025-02-21 9:38 UTC (4+ messages)
[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
2025-02-21 7:59 UTC (4+ messages)
` [PATCH 7/8] s390: mv s390 sysctls into their own file under arch/s390 dir
[PATCH] drop_caches: re-enable message after disabling
2025-02-21 8:52 UTC (3+ messages)
` [PATCH v2] "
[PATCH] drop_caches: re-enable message after disabling
2025-02-21 8:50 UTC (2+ messages)
[PATCH] selftests: fix spelling/grammar errors in sysctl/sysctl.sh
2025-02-21 8:28 UTC (2+ messages)
[PATCH v2 0/2] Minimize xa_node allocation during xarry split
2025-02-21 6:17 UTC (10+ messages)
` [PATCH v2 2/2] mm/shmem: use xas_try_split() in shmem_split_large_entry()
[PATCH 00/27] f2fs folio conversions for v6.15
2025-02-21 4:55 UTC (4+ messages)
` [PATCH 03/27] f2fs: Add f2fs_folio_put()
[syzbot] [netfs?] kernel BUG in folio_unlock (3)
2025-02-20 22:05 UTC (3+ messages)
[PATCH] virtiofs: add filesystem context source name check
2025-02-21 2:03 UTC
[RFC] odd check in ceph_encode_encrypted_dname()
2025-02-21 1:21 UTC (13+ messages)
[PATCH v3] binfmt_elf: Dump smaller VMAs first in ELF cores
2025-02-20 22:59 UTC (10+ messages)
[PATCH] filemap: check for folio order < mapping min order
2025-02-20 23:24 UTC (2+ messages)
[PATCH] procfs: use str_yes_no() to remove hardcoded "yes" and "no"
2025-02-20 22:33 UTC
[PATCH] ceph: fix slab-use-after-free in have_mon_and_osd_map()
2025-02-20 20:40 UTC (5+ messages)
[PATCH v1 1/2] fuse: Convert 'write' to a bit-field in struct fuse_copy_state
2025-02-20 20:16 UTC (2+ messages)
` [PATCH v1 2/2] fuse: use boolean bit-fields "
[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-20 18:33 UTC (7+ messages)
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping
[GIT PULL] bcachefs fixes for 6.14-rc4
2025-02-20 17:03 UTC (2+ messages)
[PATCH v7] fuse: add more control over cache invalidation behaviour
2025-02-20 16:43 UTC
virtiofs uuid and file handles
2025-02-20 15:51 UTC (6+ messages)
` Persistent FUSE file handles (Was: virtiofs uuid and file handles)
` LOOKUP_HANDLE and FUSE passthrough (was: Persistent FUSE "
[fuse-devel] Symlink caching: Updating the target can result in corrupted symlinks - kernel issue?
2025-02-20 15:50 UTC (7+ messages)
[PATCHSET v4 0/7] io_uring epoll wait support
2025-02-20 15:15 UTC (3+ messages)
` (subset) "
[PATCH v2 00/12] iomap: incremental advance conversion -- phase 2
2025-02-20 14:59 UTC (30+ messages)
` [PATCH v2 01/12] iomap: advance the iter directly on buffered read
` [PATCH v2 02/12] iomap: advance the iter on direct I/O
` [PATCH v2 03/12] iomap: convert misc simple ops to incremental advance
` [PATCH v2 04/12] dax: advance the iomap_iter in the read/write path
` [PATCH v2 05/12] dax: push advance down into dax_iomap_iter() for read and write
` [PATCH v2 06/12] dax: advance the iomap_iter on zero range
` [PATCH v2 07/12] dax: advance the iomap_iter on unshare range
` [PATCH v2 08/12] dax: advance the iomap_iter on dedupe range
` [PATCH v2 09/12] dax: advance the iomap_iter on pte and pmd faults
` [PATCH v2 10/12] iomap: remove unnecessary advance from iomap_iter()
` [PATCH v2 11/12] iomap: rename iomap_iter processed field to status
` [PATCH v2 12/12] iomap: introduce a full map advance helper
[LSF/MM/BPF TOPIC] Parallelizing filesystem writeback
2025-02-20 14:19 UTC (8+ messages)
` [Lsf-pc] "
[PATCH 0/8] More GFS2 folio conversions
2025-02-20 13:51 UTC (2+ messages)
[PATCH 1/5] ovl: don't allow datadir only
2025-02-20 11:47 UTC (12+ messages)
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
[PATCH 1/2] affs: generate OFS sequence numbers starting at 1
2025-02-20 8:14 UTC (2+ messages)
` [PATCH 2/2] affs: don't write overlarge OFS data block size fields
[PATCH v2 00/11] large atomic writes for xfs with CoW
2025-02-20 7:48 UTC (2+ messages)
[PATCH v1] exfat: fix mount options cannot be modified via remount
2025-02-20 6:22 UTC
[PATCH v1] exfat: add a check for invalid data size
2025-02-20 6:22 UTC
[PATCH v1] exfat: remove count used cluster from exfat_statfs()
2025-02-20 6:21 UTC
[PATCH v1] exfat: make flag mount options unsetable via negative param
2025-02-20 6:21 UTC
[PATCH v1] exfat: support batch discard of clusters when freeing clusters
2025-02-20 6:21 UTC
netfs read failures with current mainline
2025-02-20 6:01 UTC (3+ messages)
[PATCH] selftests:sysctl:Fix minor grammers in sysctl test
2025-02-20 5:35 UTC (3+ messages)
` [PATCH v2] selftests:sysctl:Fix minor typos "
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