linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-29 12:24:23 to 2025-06-16 11:58:54 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-16 11:58 UTC  (4+ 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 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-06-16  5:39 UTC  (25+ 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 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  (58+ 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  (20+ 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 3/4] ext4: get rid of some obsolete EXT4_MB_HINT flags
` [PATCH 4/4] ext4: fix typo in CR_GOAL_LEN_SLOW comment

[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  (12+ 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 3/5] ext4/jbd2: reintroduce jbd2_journal_blocks_per_page()
` [PATCH 4/5] ext4: fix insufficient credits calculation in ext4_meta_trans_blocks()
` [PATCH 5/5] ext4: disable large folios if dioread_nolock is not enabled

[PATCH 1/2] mke2fs: fix a misindentation in the man page
 2025-06-05 14:43 UTC  (3+ messages)
` [PATCH 2/2] e2freefrag: correct a mistyped symbol name

[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 

[PATCH AUTOSEL 5.10 13/34] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 18/34] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH AUTOSEL 5.15 17/43] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 23/43] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH AUTOSEL 6.1 22/58] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:39 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 28/58] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH AUTOSEL 6.6 26/66] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:37 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 32/66] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH AUTOSEL 6.12 41/93] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:33 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 51/93] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH AUTOSEL 6.14 043/102] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:28 UTC  (2+ messages)
` [PATCH AUTOSEL 6.14 054/102] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH AUTOSEL 6.15 045/110] ext4: ext4: unify EXT4_EX_NOCACHE|NOFAIL flags in ext4_ext_remove_space()
 2025-06-01 23:23 UTC  (2+ messages)
` [PATCH AUTOSEL 6.15 058/110] ext4: prevent stale extent cache entries caused by concurrent get es_cache

[PATCH] fix several typos in the latest Release Notes
 2025-06-01 14:22 UTC 

[syzbot] [ext4?] WARNING in jbd2_journal_dirty_metadata (2)
 2025-05-30  9:28 UTC 

[RFC] ext4: use kmem_cache for short fname allocation in readdir
 2025-05-30  6:12 UTC  (5+ messages)

[GIT PULL] ext2 and isofs changes for 6.16-rc1
 2025-05-29 17:49 UTC  (2+ messages)


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