messages from 2025-10-24 10:58:29 to 2025-10-27 11:56:47 UTC [more...]
[PATCHv3 0/2] Fix SIGBUS semantics with large folios
2025-10-27 11:56 UTC
[PATCH v4 00/30] Live Update Orchestrator
2025-10-27 11:37 UTC (8+ messages)
[PATCH RFC DRAFT 00/50] nstree: listns()
2025-10-27 10:49 UTC (6+ messages)
[PATCH] mm/filemap: Implement fast short reads
2025-10-27 10:49 UTC (5+ messages)
[PATCH] virtio-fs: fix incorrect check for fsvq->kobj
2025-10-27 10:46 UTC
[PATCHv2 0/2] Fix SIGBUS semantics with large folios
2025-10-27 10:40 UTC (18+ messages)
` [PATCHv2 1/2] mm/memory: Do not populate page table entries beyond i_size
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure
[PATCH 7/7] sysctl: Wrap do_proc_douintvec with the public function proc_douintvec_conv
2025-10-27 10:14 UTC (3+ messages)
[PATCH v1] exfat: zero out post-EOF page cache on file extension
2025-10-27 9:03 UTC
[patch V5 00/12] uaccess: Provide and use scopes for user access
2025-10-27 8:44 UTC (13+ messages)
` [patch V5 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 04/12] powerpc/uaccess: "
` [patch V5 05/12] riscv/uaccess: "
` [patch V5 06/12] s390/uaccess: "
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 09/12] [RFC] coccinelle: misc: Add scoped_masked_$MODE_access() checker script
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 11/12] x86/futex: Convert to scoped user access
` [patch V5 12/12] select: "
[PATCH 00/10] Add and use folio_next_pos()
2025-10-27 8:33 UTC (21+ messages)
` [PATCH 01/10] filemap: Add folio_next_pos()
` [PATCH 02/10] btrfs: Use folio_next_pos()
` [PATCH 03/10] buffer: "
` [PATCH 04/10] ext4: "
` [PATCH 05/10] f2fs: "
` [PATCH 06/10] gfs2: "
` [PATCH 07/10] iomap: "
` [PATCH 08/10] netfs: "
` [PATCH 09/10] xfs: "
` [PATCH 10/10] mm: "
[PATCH v3 0/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
2025-10-27 7:51 UTC (6+ messages)
` [PATCH v3 1/4] io_uring: expose io_should_terminate_tw()
` [PATCH v3 2/4] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH v3 3/4] io_uring: add wrapper type for io_req_tw_func_t arg
` [PATCH v3 4/4] io_uring/uring_cmd: avoid double indirect call in task work dispatch
[PATCH 00/25] ext4: enable block size larger than page size
2025-10-27 7:40 UTC (34+ messages)
` [PATCH 01/25] ext4: remove page offset calculation in ext4_block_zero_page_range()
` [PATCH 02/25] ext4: remove page offset calculation in ext4_block_truncate_page()
` [PATCH 03/25] ext4: remove PAGE_SIZE checks for rec_len conversion
` [PATCH 04/25] ext4: make ext4_punch_hole() support large block size
` [PATCH 05/25] ext4: enable DIOREAD_NOLOCK by default for BS > PS as well
` [PATCH 06/25] ext4: introduce s_min_folio_order for future BS > PS support
` [PATCH 07/25] ext4: support large block size in ext4_calculate_overhead()
` [PATCH 08/25] ext4: support large block size in ext4_readdir()
` [PATCH 09/25] ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversion
` [PATCH 10/25] ext4: add EXT4_LBLK_TO_P and EXT4_P_TO_LBLK for block/page conversion
` [PATCH 11/25] ext4: support large block size in ext4_mb_load_buddy_gfp()
` [PATCH 12/25] ext4: support large block size in ext4_mb_get_buddy_page_lock()
` [PATCH 13/25] ext4: support large block size in ext4_mb_init_cache()
` [PATCH 14/25] ext4: prepare buddy cache inode for BS > PS with large folios
` [PATCH 15/25] ext4: rename 'page' references to 'folio' in multi-block allocator
` [PATCH 16/25] ext4: support large block size in ext4_mpage_readpages()
` [PATCH 17/25] ext4: support large block size in ext4_block_write_begin()
` [PATCH 18/25] ext4: support large block size in mpage_map_and_submit_buffers()
` [PATCH 19/25] ext4: support large block size in mpage_prepare_extent_to_map()
` [PATCH 20/25] ext4: support large block size in __ext4_block_zero_page_range()
` [PATCH 21/25] ext4: make online defragmentation support large block size
` [PATCH 22/25] fs/buffer: prevent WARN_ON in __alloc_pages_slowpath() when BS > PS
` [PATCH 23/25] jbd2: "
` [PATCH 24/25] ext4: add checks for large folio incompatibilities "
` [PATCH 25/25] ext4: enable block size larger than page size
[PATCH] iomap: fix race when reading in all bytes of a folio
2025-10-27 7:02 UTC (2+ messages)
[PATCH v2 0/8] Guaranteed CMA
2025-10-27 6:54 UTC (10+ messages)
` [PATCH v2 1/8] mm: implement cleancache
` [PATCH v2 2/8] mm/cleancache: add cleancache LRU for folio aging
` [PATCH v2 3/8] mm/cleancache: readahead support
` [PATCH v2 4/8] mm/cleancache: add sysfs interface
` [PATCH v2 5/8] mm/tests: add cleancache kunit test
` [PATCH v2 6/8] add cleancache documentation
` [PATCH v2 7/8] mm: introduce GCMA
` [PATCH v2 8/8] mm: integrate GCMA with CMA using dt-bindings
[PATCH v10] exec: Fix dead-lock in de_thread with ptrace_attach
2025-10-27 6:26 UTC (9+ messages)
` [PATCH v11] "
` [PATCH v12] "
` [PATCH v13] "
` [PATCH v14] "
` [PATCH v15] "
` [PATCH v16] "
` [PATCH v17] "
[linus:master] [pidfs] 3c17001b21: ltp.ioctl_pidfd05.fail
2025-10-27 6:18 UTC
[PATCH v3 00/14] Create and use APIs to centralise locking for directory ops
2025-10-27 2:33 UTC (7+ messages)
` [PATCH v3 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
[PATCH v5 0/8] man2: document "new" mount API
2025-10-26 17:27 UTC (3+ messages)
[PATCH 6.6.y] fs/notify: call exportfs_encode_fid with s_umount
2025-10-26 16:04 UTC
[PATCH 00/11] ntfsplus: ntfs filesystem remake
2025-10-26 5:37 UTC (4+ messages)
[FS-DEV][NTFSPLUS][BUGREPORT]NtfsPlus extend mft data allocation error
2025-10-25 18:40 UTC
[PATCH 03/21] select: rename BITS() to FDS_BITS()
2025-10-25 16:40 UTC (2+ messages)
` [PATCH 19/21] fs: don't use GENMASK()
[PATCH 03/21] select: rename BITS() to FDS_BITS()
2025-10-25 16:33 UTC (2+ messages)
` [PATCH 19/21] fs: don't use GENMASK()
[PATCH AUTOSEL 6.17-5.4] allow finish_no_open(file, ERR_PTR(-E...))
2025-10-25 16:01 UTC (6+ messages)
` [PATCH AUTOSEL 6.17-6.6] fuse: zero initialize inode private data
` [PATCH AUTOSEL 6.17] virtio_fs: fix the hash table using in virtio_fs_enqueue_req()
` [PATCH AUTOSEL 6.17-6.12] exfat: validate cluster allocation bits of the allocation bitmap
` [PATCH AUTOSEL 6.17-5.10] exfat: limit log print for IO error
` [PATCH AUTOSEL 6.17] move_mount(2): take sanity checks in 'beneath' case into do_lock_mount()
[PATCH v4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
2025-10-25 15:30 UTC (3+ messages)
[PATCH v3 0/4] Optimize folio split in memory failure
2025-10-25 15:21 UTC (8+ messages)
` [PATCH v3 1/4] mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 order
` [PATCH v3 2/4] mm/huge_memory: add split_huge_page_to_order()
` [PATCH v3 3/4] mm/memory-failure: improve large block size folio handling
[PATCH] mount: fix duplicate mounts using the new mount API
2025-10-25 6:02 UTC (3+ messages)
[PATCH] fs/proc: fix uaf in proc_readdir_de()
2025-10-25 2:42 UTC
[PATCH 00/32] ns: support file handles
2025-10-24 22:31 UTC (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
[PATCH v5 00/14] fuse: use iomap for buffered reads + readahead
2025-10-24 21:58 UTC (13+ messages)
` [PATCH v5 07/14] iomap: track pending read bytes more optimally
[RFC PATCH 00/12] remove is_swap_[pte, pmd]() + non-swap confusion
2025-10-24 20:37 UTC (16+ messages)
` [RFC PATCH 05/12] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [RFC PATCH 09/12] mm/huge_memory: refactor change_huge_pmd() non-present logic
` [RFC PATCH 11/12] mm: rename non_swap_entry() to is_non_present_entry()
[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-10-24 20:08 UTC (6+ messages)
[PATCH v1 0/2] fuse io_uring: support registered buffers
2025-10-24 19:37 UTC (7+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-24 18:18 UTC (15+ messages)
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
[PATCH v3] statmount: accept fd as a parameter
2025-10-24 18:10 UTC
[PATCH v3 00/10] Binary Large Objects for Rust DebugFS
2025-10-24 18:02 UTC (10+ messages)
` [PATCH v3 01/10] rust: fs: add new type file::Offset
` [PATCH v3 05/10] rust: uaccess: add UserSliceWriter::write_slice_file()
[PATCH v3 0/6] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-10-24 17:58 UTC (8+ messages)
` [PATCH v3 4/6] fuse: {io-uring} Distribute load among queues
[PATCH] cifs: Call the smb3_read_* tracepoints from SMB1
2025-10-24 16:28 UTC (2+ messages)
allow file systems to increase the minimum writeback chunk size v2
2025-10-24 15:12 UTC (6+ messages)
` [PATCH 1/3] writeback: cleanup writeback_chunk_size
` [PATCH 2/3] writeback: allow the file system to override MIN_WRITEBACK_PAGES
[PATCH v3 00/70] nstree: listns()
2025-10-24 14:08 UTC (17+ messages)
` [PATCH v3 17/70] nstree: add listns()
` [PATCH v3 18/70] arch: hookup listns() system call
` [PATCH v3 59/70] selftests/namespaces: seventh inactive namespace resurrection test
` [PATCH v3 60/70] selftests/namespaces: eigth "
` [PATCH v3 61/70] selftests/namespaces: ninth "
` [PATCH v3 62/70] selftests/namespaces: tenth "
` [PATCH v3 63/70] selftests/namespaces: eleventh "
` [PATCH v3 64/70] selftests/namespaces: twelth "
` [PATCH v3 65/70] selftests/namespace: first threaded active reference count test
` [PATCH v3 66/70] selftests/namespace: second "
` [PATCH v3 67/70] selftests/namespace: third "
` [PATCH v3 68/70] selftests/namespace: commit_creds() active reference tests
` [PATCH v3 69/70] selftests/namespace: add stress test
` [PATCH v3 70/70] selftests/namespace: test listns() pagination
[PATCH v1 1/1] mnt: Remove dead code which might prevent from building
2025-10-24 13:23 UTC
[PATCH] sysctl: fix kernel-doc format warning
2025-10-24 13:18 UTC (3+ messages)
filemap_* writeback interface cleanups v2
2025-10-24 12:13 UTC (7+ messages)
` [PATCH 06/10] mm,btrfs: add a filemap_flush_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 10/10] mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
[PATCH] cifs: Fix TCP_Server_Info::credits to be signed
2025-10-24 11:56 UTC (5+ 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).