linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-02 15:44:40 to 2025-06-17 09:49:09 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:49 UTC  (25+ 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 00/10] convert the majority of file systems to mmap_prepare
 2025-06-17  5:29 UTC  (25+ 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 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-17  2:25 UTC  (28+ messages)
` [PATCH 01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features
` [PATCH 02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit
` [PATCH 03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP
` [PATCH 05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode
` [PATCH 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support
` [PATCH 07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate
` [PATCH 08/10] block: factor out common part in blkdev_fallocate()
` [PATCH 09/10] block: add FALLOC_FL_WRITE_ZEROES support
` [PATCH 10/10] ext4: "

[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  (10+ messages)
` [PATCH 1/3] libext2fs: fix spurious warnings from fallocate
` [PATCH 2/3] fuse2fs: fix error bailout in op_create
` [PATCH 3/3] fuse2fs: catch positive errnos coming from libext2fs
` [PATCH 4/3] libext2fs: fix bounding error in the extent fallocate code

[RFC[RAP]] fuse: use fs-iomap for better performance so we can containerize ext4
 2025-06-13 17:44 UTC  (16+ messages)
  ` [RFC[RAP] V2] "

[PATCH] ext2: Handle fiemap on empty files to prevent EINVAL
 2025-06-13 22:59 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] fscrypt: don't use hardware offload Crypto API drivers
 2025-06-13 14:42 UTC  (10+ messages)

Discrepancy between mkfs.ext4 man page and code on lazy_journal_init default
 2025-06-13  2:31 UTC  (3+ messages)

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-12 22:50 UTC  (51+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key

ext4 metadata corruption - snapshot related?
 2025-06-12 14:43 UTC 

[PATCH] Documentation: ext4: atomic_writes: Remove cross-reference labels
 2025-06-12 12:22 UTC  (9+ messages)

[PATCH 0/4] ext4: better scalability for ext4 block allocation
 2025-06-12 11:30 UTC  (16+ messages)
` [PATCH 1/4] ext4: add ext4_try_lock_group() to skip busy groups
` [PATCH 2/4] ext4: move mb_last_[group|start] to ext4_inode_info

[PATCH v2 0/6] ext4: fix insufficient credits when writing back large folios
 2025-06-11 11:16 UTC  (7+ 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 0/2] Add xfs test coverage for ro external dev mounts
 2025-06-10  3:37 UTC  (7+ messages)
` [PATCH 1/2] xfs: add mount test for read only rt devices
` [PATCH 2/2] ext4/002: make generic to support xfs

[PATCH 0/5] ext4: fix insufficient credits when writing back large folios
 2025-06-07  3:54 UTC  (10+ messages)
` [PATCH 1/5] ext4: restart handle if credits are insufficient during writepages
` [PATCH 2/5] ext4: correct the reserved credits for extent conversion
` [PATCH 4/5] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()

[PATCH 1/2] mke2fs: fix a misindentation in the man page
 2025-06-05 14:43 UTC  (2+ messages)

[syzbot] [v9fs?] [ext4?] INFO: task hung in __iterate_supers
 2025-06-04 22:40 UTC 

EXT4/JBD2 Not Fully Released device after unmount of NVMe-oF Block Device
 2025-06-03 20:32 UTC  (5+ messages)
  ` [EXTERNAL] "

[linus:master] [ext4] 7ac67301e8: aim7.jobs-per-min 22.9% regression
 2025-06-03 14:49 UTC 


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