Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
[PATCH] misc: add 2038 timestamp support
 2024-04-18 18:32 UTC  (4+ messages)

[PATCH] e2fsprogs: misc/mke2fs.8.in: Update default inode size description
 2024-04-18 14:52 UTC  (3+ messages)

[PATCH e2fsprogs] ext2fs: Fix -Walloc-size
 2024-04-18 14:39 UTC  (2+ messages)

[PATCH e2fsprogs] e4crypt: fix spurious "Success" error message
 2024-04-18 14:39 UTC  (2+ messages)

riscv32 EXT4 splat, 6.8 regression?
 2024-04-18  9:17 UTC  (37+ messages)

[PATCH] e2fsck: fix acl block leak when process orphan list
 2024-04-18  8:38 UTC  (2+ messages)

[PATCH v2] jbd2: avoid mount failed when commit block is partial submitted
 2024-04-18  2:30 UTC  (3+ messages)

[PATCH] ext4: fix potential unnitialized variable
 2024-04-17 18:10 UTC 

[PATCH] debugfs: Fix infinite loop when dump log
 2024-04-17  4:33 UTC  (2+ messages)

[PATCH e2fsprogs] resize2fs: avoid constantly flushing while moving blocks
 2024-04-17  4:33 UTC  (2+ messages)

[PATCH e2fsprogs v3 0/4] quota-related e2fsck fixes and tests
 2024-04-17  2:03 UTC  (2+ messages)

[PATCH v3] e2fsprogs: misc/mke2fs.8.in: Correct valid cluster-size values
 2024-04-17  2:03 UTC  (2+ messages)

[PATCH e2fsprogs 1/2] configure.ac: call AC_SYS_LARGEFILE before checking the size of off_t
 2024-04-17  2:03 UTC  (2+ messages)

[PATCH] e2fsck: check all sparse_super backups
 2024-04-17  2:03 UTC  (2+ messages)

[e2fsprogs PATCH] libext2fs: fix ext2fs_get_device_size2() return value on Windows
 2024-04-17  2:03 UTC  (2+ messages)

[PATCH] mke2fs: batch zeroing inode table
 2024-04-17  2:03 UTC  (2+ messages)

[PATCH 1/2] mke2fs: set free blocks accurately for groups has GDT
 2024-04-17  2:03 UTC  (2+ messages)

[PATCH 0/5] Convert ext4's mballoc to use folios
 2024-04-16 17:28 UTC  (6+ messages)
` [PATCH 1/5] ext4: Convert bd_bitmap_page to bd_bitmap_folio
` [PATCH 2/5] ext4: Convert bd_buddy_page to bd_buddy_folio
` [PATCH 3/5] ext4: Convert ext4_mb_init_cache() to take a folio
` [PATCH 4/5] ext4: Convert ac_bitmap_page to ac_bitmap_folio
` [PATCH 5/5] ext4: Convert ac_buddy_page to ac_buddy_folio

[PATCH v2 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-16 13:55 UTC  (2+ messages)

[Linux kernel bug] WARNING in ext4_iomap_begin
 2024-04-16 13:25 UTC 

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-16  0:36 UTC  (43+ messages)
` [RFC 01/10] mm/gup.c: Remove redundant check for PCI P2PDMA page
` [RFC 02/10] mm/hmm: Remove dead check for HugeTLB and FS DAX
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one
` [RFC 04/10] fs/dax: Don't track page mapping/index
` [RFC 05/10] fs/dax: Refactor wait for dax idle page
` [RFC 06/10] fs/dax: Add dax_page_free callback
` [RFC 07/10] mm: Allow compound zone device pages
` [RFC 08/10] fs/dax: Properly refcount fs dax pages
` [RFC 09/10] mm/khugepage.c: Warn if trying to scan devmap pmd
` [RFC 10/10] mm: Remove pXX_devmap

[PATCH v2] ext4: fix race condition between buffer write and page_mkwrite
 2024-04-15 14:07 UTC  (11+ messages)

[RESEND PATCH] ext4: Remove unneeded if checks before kfree
 2024-04-12 22:50 UTC  (2+ messages)

[syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotify
 2024-04-12 14:32 UTC  (10+ messages)

[syzbot] Monthly ext4 report (Apr 2024)
 2024-04-12 13:18 UTC 

[PATCH] jbd2: avoid mount failed when commit block is partial submitted
 2024-04-12  3:55 UTC  (9+ messages)

[PATCH] kvm-xfstests: Add 1k config for ext2
 2024-04-12  2:16 UTC  (2+ messages)

[syzbot] kernel BUG in ext4_do_writepages
 2024-04-12  0:12 UTC  (2+ messages)

[PATCH RFC v3 for-6.8/block 00/17] block: don't access bd_inode directly from other modules
 2024-04-11 17:49 UTC  (7+ messages)
` [PATCH RFC v3 for-6.8/block 07/17] bcachefs: remove dead function bdev_sectors()
` [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

[syzbot] [ext4?] WARNING: locking bug in ext4_xattr_inode_update_ref (3)
 2024-04-11  9:48 UTC 

[syzbot] [ext4?] WARNING in ext4_xattr_set_entry (2)
 2024-04-11  8:11 UTC 

When is "casefold" enabled as default?
 2024-04-11  2:46 UTC  (2+ messages)

[RESEND RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-11  1:12 UTC  (36+ messages)
` [PATCH v4 01/34] ext4: factor out a common helper to query extent map
` [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/34] ext4: trim delalloc extent
` [PATCH v4 04/34] ext4: drop iblock parameter
` [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 07/34] ext4: factor out check for whether a cluster is allocated
` [PATCH v4 08/34] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
` [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [RFC PATCH v4 11/34] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set
` [RFC PATCH v4 12/34] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks
` [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
` [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
` [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
` [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
` [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
` [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
` [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
` [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
` [RFC PATCH v4 24/34] ext4: implement buffered write "
` [RFC PATCH v4 25/34] ext4: implement writeback "
` [RFC PATCH v4 26/34] ext4: implement mmap "
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path
` [RFC PATCH v4 31/34] filemap: support disable large folios on active inode
` [RFC PATCH v4 32/34] ext4: enable large folio for regular file with iomap buffered IO path
` [RFC PATCH v4 33/34] ext4: don't mark IOMAP_F_DIRTY for buffer write
` [RFC PATCH v4 34/34] ext4: add mount option for buffered IO iomap path

[RFC PATCH v4 00/34] ext4: use iomap for regular file's buffered IO path and enable large folio
 2024-04-10 13:28 UTC  (26+ messages)
` [PATCH v4 02/34] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/34] ext4: trim delalloc extent
` [PATCH v4 04/34] ext4: drop iblock parameter
` [PATCH v4 05/34] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 06/34] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 09/34] ext4: make ext4_da_map_blocks() buffer_head unaware
` [RFC PATCH v4 10/34] ext4: factor out ext4_map_create_blocks() to allocate new blocks
` [RFC PATCH v4 13/34] ext4: let __revise_pending() return newly inserted pendings
` [RFC PATCH v4 14/34] ext4: count removed reserved blocks for delalloc only extent entry
` [RFC PATCH v4 15/34] ext4: update delalloc data reserve spcae in ext4_es_insert_extent()
` [RFC PATCH v4 16/34] ext4: drop ext4_es_delayed_clu()
` [RFC PATCH v4 17/34] ext4: use ext4_map_query_blocks() in ext4_map_blocks()
` [RFC PATCH v4 18/34] ext4: drop ext4_es_is_delonly()
` [RFC PATCH v4 19/34] ext4: drop all delonly descriptions
` [RFC PATCH v4 20/34] ext4: use reserved metadata blocks when splitting extent on endio
` [RFC PATCH v4 21/34] ext4: introduce seq counter for the extent status entry
` [RFC PATCH v4 22/34] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH v4 23/34] ext4: implement buffered read iomap path
` [RFC PATCH v4 24/34] ext4: implement buffered write "
` [RFC PATCH v4 25/34] ext4: implement writeback "
` [RFC PATCH v4 26/34] ext4: implement mmap "
` [RFC PATCH v4 27/34] ext4: implement zero_range "
` [RFC PATCH v4 28/34] ext4: writeback partial blocks before zeroing out range
` [RFC PATCH v4 29/34] ext4: fall back to buffer_head path for defrag
` [RFC PATCH v4 30/34] ext4: partial enable iomap for regular file's buffered IO path


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 read-only IMAP folder(s) and NNTP newsgroup(s).