messages from 2025-06-13 09:42:19 to 2025-06-23 15:09:37 UTC [more...]
[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-23 15:08 UTC (15+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits
` [PATCH v2 2/9] nvme: set max_hw_wzeroes_unmap_sectors if device supports DEAC bit
` [PATCH v2 3/9] nvmet: set WZDS and DRB if device enables unmap write zeroes operation
` [PATCH v2 4/9] scsi: sd: set max_hw_wzeroes_unmap_sectors if device supports SD_ZERO_*_UNMAP
` [PATCH v2 5/9] dm: clear unmap write zeroes limits when disabling write zeroes
` [PATCH v2 6/9] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH v2 7/9] block: factor out common part in blkdev_fallocate()
` [PATCH v2 8/9] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH v2 9/9] ext4: "
LBS support for EXT4
2025-06-23 14:17 UTC (6+ messages)
[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
2025-06-23 13:16 UTC (17+ messages)
` [RFC[RAP] V2] "
[PATCH v2 0/6] ext4: fix insufficient credits when writing back large folios
2025-06-23 8:12 UTC (23+ messages)
` [PATCH v2 1/6] ext4: move the calculation of wbc->nr_to_write to mpage_folio_done()
` [PATCH v2 2/6] ext4: fix stale data if it bail out of the extents mapping loop
` [PATCH v2 3/6] ext4: restart handle if credits are insufficient during allocating blocks
` [PATCH v2 4/6] ext4: correct the reserved credits for extent conversion
` [PATCH v2 5/6] ext4/jbd2: reintroduce jbd2_journal_blocks_per_page()
` [PATCH v2 6/6] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
[PATCH v2 00/16] ext4: better scalability for ext4 block allocation
2025-06-23 7:33 UTC (17+ messages)
` [PATCH v2 01/16] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH v2 02/16] ext4: remove unnecessary s_mb_last_start
` [PATCH v2 03/16] ext4: remove unnecessary s_md_lock on update s_mb_last_group
` [PATCH v2 04/16] ext4: utilize multiple global goals to reduce contention
` [PATCH v2 05/16] ext4: get rid of some obsolete EXT4_MB_HINT flags
` [PATCH v2 06/16] ext4: fix typo in CR_GOAL_LEN_SLOW comment
` [PATCH v2 07/16] ext4: convert sbi->s_mb_free_pending to atomic_t
` [PATCH v2 08/16] ext4: merge freed extent with existing extents before insertion
` [PATCH v2 09/16] ext4: fix zombie groups in average fragment size lists
` [PATCH v2 10/16] ext4: fix largest free orders lists corruption on mb_optimize_scan switch
` [PATCH v2 11/16] ext4: factor out __ext4_mb_scan_group()
` [PATCH v2 12/16] ext4: factor out ext4_mb_might_prefetch()
` [PATCH v2 13/16] ext4: factor out ext4_mb_scan_group()
` [PATCH v2 14/16] ext4: convert free group lists to ordered xarrays
` [PATCH v2 15/16] ext4: refactor choose group to scan group
` [PATCH v2 16/16] ext4: ensure global ordered traversal across all free groups xarrays
[syzbot] [ext4?] kernel BUG in ext4_ext_insert_extent (2)
2025-06-22 16:06 UTC (2+ messages)
[syzbot] [ext4?] WARNING: locking bug in ext4_mb_initialize_context
2025-06-21 8:57 UTC
[PATCH] common/rc: add repair fsck flag -f for ext4
2025-06-20 17:53 UTC
[syzbot] [net?] [ext4?] general protection fault in clip_push
2025-06-20 14:25 UTC
[PATCH 0/5] ext4 docs toctree reorganization
2025-06-20 10:56 UTC (6+ messages)
` [PATCH 1/5] Documentation: ext4: Convert includes into toctrees
` [PATCH 2/5] Documentation: ext4: Reduce toctree depth
` [PATCH 3/5] Documentation: ext4: atomic_writes: Demote last three sections
` [PATCH 4/5] Documentation: ext4: blockgroup: Add explicit title heading
` [PATCH 5/5] Documentation: ext4: Move inode table short docs into its own file
[RFC 01/12] common/preamble: Fix fsx for ext4 with bigalloc
2025-06-20 9:59 UTC
[PATCH 5.4.y] jbd2: fix data-race and null-ptr-deref in jbd2_journal_dirty_metadata()
2025-06-20 8:49 UTC
[PATCH 0/4] Slurp (squash) ext4 subdocs
2025-06-20 3:24 UTC (8+ messages)
` [PATCH 1/4] Documentation: ext4: Slurp included subdocs in high-level overview docs
` [PATCH 2/4] Documentation: ext4: Slurp included subdocs in global structures docs
` [PATCH 3/4] Documentation: ext4: Slurp included subdocs in dynamic "
` [PATCH 4/4] Documentation: ext4: Reduce toctree depth
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-19 17:47 UTC (49+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:58 UTC (15+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v3 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:52 UTC (31+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH 0/2] Postpone memcg reclaim to return-to-user path
2025-06-19 8:04 UTC (5+ messages)
` [PATCH 1/2] mm: memcg: introduce PF_MEMALLOC_ACCOUNTFORCE to postpone reclaim to return-to-userland path
` [PATCH 2/2] jbd2: mark the transaction context with the scope PF_MEMALLOC_ACFORCE context
[PATCH 5.15 0/2] fix LTP regression in fanotify22
2025-06-18 15:30 UTC (5+ messages)
` [PATCH 5.15 1/2] ext4: make 'abort' mount option handling standard
` [PATCH 5.15 2/2] ext4: avoid remount errors with 'abort' mount option
[PATCH v2] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
2025-06-17 12:43 UTC
[PATCH] debugfs/logdump.c: Add parameter t to dump sequence commit timestamps
2025-06-17 11:31 UTC
[PATCH 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
2025-06-17 2:25 UTC (16+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
[PATCH] fuse2fs: clean up the lockfile handling
2025-06-16 15:06 UTC
[PATCH v2] fscrypt: don't use problematic non-inline crypto accelerators
2025-06-15 4:51 UTC
[PATCHSET] fuse2fs: more bug fixes
2025-06-14 17:35 UTC (2+ messages)
[PATCH] ext2: Handle fiemap on empty files to prevent EINVAL
2025-06-13 22:59 UTC (5+ messages)
` [PATCH v2] "
[PATCH] fscrypt: don't use hardware offload Crypto API drivers
2025-06-13 14:42 UTC (10+ 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).