linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] ext4/jbd2: drop jbd2_transaction_committed()
 2024-05-20 12:39 UTC  (5+ messages)

[PATCH v5 00/10] ext4: support adding multi-delalloc blocks
 2024-05-20  9:39 UTC  (15+ messages)
` [PATCH v5 01/10] ext4: factor out a common helper to query extent map
` [PATCH v5 02/10] ext4: check the extent status again before inserting delalloc block
` [PATCH v5 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v5 04/10] ext4: trim delalloc extent
` [PATCH v5 05/10] ext4: drop iblock parameter
` [PATCH v5 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v5 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v5 08/10] ext4: factor out a helper to check the cluster allocation state
` [PATCH v5 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v5 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[PATCH 00/10] Ext4 fast commit performance patch series
 2024-05-20  7:45 UTC  (12+ messages)
` [PATCH 01/10] ext4: convert i_fc_lock to spinlock
` [PATCH 02/10] ext4: for committing inode, make ext4_fc_track_inode wait
` [PATCH 03/10] ext4: mark inode dirty before grabbing i_data_sem in ext4_setattr
` [PATCH 04/10] ext4: rework fast commit commit path
` [PATCH 05/10] ext4: drop i_fc_updates from inode fc info
` [PATCH 06/10] ext4: update code documentation
` [PATCH 07/10] ext4: add nolock mode to ext4_map_blocks()
` [PATCH 08/10] ext4: introduce selective flushing in fast commit
` [PATCH 09/10] ext4: temporarily elevate commit thread priority
` [PATCH 10/10] ext4: make fast commit ineligible on ext4_reserve_inode_write failure

[PATCH v3 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-20  7:11 UTC  (11+ messages)
` [PATCH v3 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v3 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v3 3/3] xfs: correct the zeroing truncate range

[syzbot] [ext4?] INFO: task hung in jbd2_journal_commit_transaction (5)
 2024-05-20  2:41 UTC  (2+ messages)

[syzbot] [ext4?] general protection fault in __block_commit_write
 2024-05-20  1:52 UTC  (2+ messages)

WARNING: CPU: 5 PID: 23226 at fs/ext4/ext4_jbd2.c:73 ext4_journal_check_start+0x2c/0x82 [Linux 6.6.30, data=journal]
 2024-05-19 15:59 UTC  (2+ messages)

[REGRESSION] dm: use queue_limits_set
 2024-05-19  5:42 UTC  (3+ messages)
`  "

[GIT PULL] ext4 updates for v6.10-rc1
 2024-05-18 21:22 UTC  (3+ messages)

[syzbot] [ext4?] possible deadlock in wait_transaction_locked
 2024-05-18 18:31 UTC 

[tytso-ext4:dev] BUILD SUCCESS c6a6c9694aadc4c3ab8d89bdd44aed3eab1e43c6
 2024-05-18 16:46 UTC 

[syzbot] [ext4?] WARNING: locking bug in ext4_mb_add_groupinfo
 2024-05-18  5:23 UTC 

[PATCH v3] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-17 15:10 UTC  (4+ messages)

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data
 2024-05-17  3:45 UTC  (2+ messages)
` [syzbot] "

[PATCH v2 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-16 23:03 UTC  (6+ messages)
` [PATCH v2 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH v2 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH v2 3/3] xfs: correct the zeroing truncate range

[PATCH 1/2] ext4: Reduce stack usage in ext4_mpage_readpages()
 2024-05-16 18:16 UTC  (2+ messages)
` [PATCH 2/2] ext4: Remove array of buffer_heads from mext_page_mkuptodate()

KASAN: use-after-free in ext4_find_extent in v6.9
 2024-05-16 17:42 UTC  (6+ messages)

[Bug 218850] New: Unexpected failure when write to a file with two file descriptor
 2024-05-16 15:19 UTC  (2+ messages)
` [Bug 218850] "

created ext4 disk image differs depending on the underlying filesystem
 2024-05-16  6:56 UTC  (6+ messages)

[PATCH 0/3] iomap/xfs: fix stale data exposure when truncating realtime inodes
 2024-05-15 13:16 UTC  (6+ messages)
` [PATCH 1/3] iomap: pass blocksize to iomap_truncate_page()
` [PATCH 2/3] fsdax: pass blocksize to dax_truncate_page()
` [PATCH 3/3] xfs: correct the zeroing truncate range

[PATCH v2] ext4: fix infinite loop when replaying fast_commit
 2024-05-15 12:27 UTC  (2+ messages)

[PATCH] ext4: fix infinite loop when replaying fast_commit
 2024-05-15 12:24 UTC  (9+ messages)

[PATCH v2 0/9] A fix and some cleanups to jbd2
 2024-05-14 23:42 UTC  (14+ messages)
` [PATCH v2 1/9] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
` [PATCH v2 2/9] jbd2: remove unused return info from jbd2_journal_write_metadata_buffer
` [PATCH v2 3/9] jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer
` [PATCH v2 4/9] jbd2: jump to new copy_done tag when b_frozen_data is created concurrently
` [PATCH v2 5/9] jbd2: remove unneeded kmap to do escape in jbd2_journal_write_metadata_buffer
` [PATCH v2 6/9] jbd2: use bh_in instead of jh2bh(jh_in) to simplify code
` [PATCH v2 7/9] jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2
` [PATCH v2 8/9] jbd2: remove dead check of JBD2_UNMOUNT "
` [PATCH v2 9/9] jbd2: remove unnecessary "should_sleep" "

[syzbot] [ext4?] KASAN: use-after-free Read in __ext4_check_dir_entry (2)
 2024-05-14 14:09 UTC 

EXT4 BOF at LSF/MM
 2024-05-14  6:29 UTC 

[PATCH v3 00/10] ext4: support adding multi-delalloc blocks
 2024-05-14  2:37 UTC  (13+ messages)
` [PATCH v3 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v3 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v3 08/10] ext4: factor out check for whether a cluster is allocated
` [PATCH v3 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v3 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[Bug 218830] New: lseek on closed file does not trigger an error and affect other files
 2024-05-13 14:36 UTC  (3+ messages)
` [Bug 218830] "

[PATCH 0/9] A fix and some cleanups to jbd2
 2024-05-12 11:26 UTC  (22+ messages)
` [PATCH 1/9] jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
` [PATCH 2/9] jbd2: remove unused return info from jbd2_journal_write_metadata_buffer
` [PATCH 3/9] jbd2: remove unnedded "need_copy_out" in jbd2_journal_write_metadata_buffer
` [PATCH 5/9] jbd2: remove unneeded kmap to do escape "
` [PATCH 6/9] jbd2: use bh_in instead of jh2bh(jh_in) to simplify code
` [PATCH 7/9] jbd2: remove dead equality check of j_commit_[sequence/request] in kjournald2
` [PATCH 8/9] jbd2: remove dead check of JBD2_UNMOUNT "
` [PATCH 9/9] jbd2: remove unnecessary "should_sleep" "

[RFCv3 0/7] ext2 iomap changes and iomap improvements
 2024-05-12 13:20 UTC  (3+ messages)
` [RFCv3 4/7] ext2: Implement seq counter for validating cached iomap

[RFC] Documentation: Add initial iomap document
 2024-05-12 12:44 UTC  (2+ messages)

[syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (5)
 2024-05-13 11:53 UTC 

[tytso-ext4:dev] BUILD SUCCESS 26770a717cac57041d9414725e3e01dd19b08dd2
 2024-05-13  2:36 UTC 

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-12 21:27 UTC  (24+ messages)
` [PATCH v16 1/9] ext4: Simplify the handling of cached insensitive names
` [PATCH v16 2/9] f2fs: "
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper
` [PATCH v16 4/9] ext4: Reuse generic_ci_match for ci comparisons
` [PATCH v16 5/9] f2fs: "
` [PATCH v16 6/9] ext4: Log error when lookup of encoded dentry fails
` [PATCH v16 7/9] f2fs: "
` [PATCH v16 8/9] ext4: Move CONFIG_UNICODE defguards into the code flow
` [PATCH v16 9/9] f2fs: "

[PATCH] ext4: fix a data-race around bg_free_inodes_count_lo
 2024-05-12  6:42 UTC  (2+ messages)
` [PATCH] ext4: fix a data-race around bg_free_blocks_count_lo

[PATCH v4 00/10] ext4: support adding multi-delalloc blocks
 2024-05-11 11:26 UTC  (11+ messages)
` [PATCH v4 01/10] ext4: factor out a common helper to query extent map
` [PATCH v4 02/10] ext4: check the extent status again before inserting delalloc block
` [PATCH v4 03/10] ext4: warn if delalloc counters are not zero on inactive
` [PATCH v4 04/10] ext4: trim delalloc extent
` [PATCH v4 05/10] ext4: drop iblock parameter
` [PATCH v4 06/10] ext4: make ext4_es_insert_delayed_block() insert multi-blocks
` [PATCH v4 07/10] ext4: make ext4_da_reserve_space() reserve multi-clusters
` [PATCH v4 08/10] ext4: factor out check for whether a cluster is allocated
` [PATCH v4 09/10] ext4: make ext4_insert_delayed_block() insert multi-blocks
` [PATCH v4 10/10] ext4: make ext4_da_map_blocks() buffer_head unaware

[PATCH] ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp()
 2024-05-10 15:22 UTC 

[PATCH v2] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-10 11:46 UTC  (2+ messages)

[RFC PATCH v3 00/26] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2024-05-10 11:40 UTC  (8+ messages)
` [PATCH v3 03/26] ext4: correct the hole length returned by ext4_map_blocks()

[PATCH] ext4: Don't reduce symlink i_mode by umask if no ACL support
 2024-05-10 11:38 UTC  (6+ messages)

[Bug 218822] New: Delete the file from the upper layer directly, the file will become "Stale"
 2024-05-10  3:05 UTC  (6+ messages)
` [Bug 218822] "

[syzbot] kernel BUG in ext4_do_writepages
 2024-05-10  0:13 UTC  (2+ messages)

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-05-09 23:14 UTC  (4+ messages)
` [RFC 03/10] pci/p2pdma: Don't initialise page refcount to one

[PATCH] e2fsck: fix acl block leak when process orphan list
 2024-05-09 15:01 UTC  (2+ messages)

[PATCH 0/3] e2fsck: expand checking of EA inode
 2024-05-09 15:01 UTC  (2+ messages)

[PATCH v2 0/2] jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_checkpoint_list()
 2024-05-09 14:53 UTC  (2+ messages)

[PATCH v2] ext4: fix i_data_sem unlock order in ext4_ind_migrate()
 2024-05-09 14:51 UTC  (2+ messages)

[PATCH] ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super()
 2024-05-09 14:42 UTC  (2+ messages)

[PATCHv2 0/2] iomap: Optimize read_folio
 2024-05-09 10:40 UTC  (6+ messages)
` [PATCHv2 1/2] iomap: Fix iomap_adjust_read_range for plen calculation
` [PATCHv2 2/2] iomap: Optimize iomap_read_folio

[PATCH v3 04/10] ext4: trim delalloc extent
 2024-05-09  8:27 UTC  (3+ messages)

[PATCH v3 02/10] ext4: check the extent status again before inserting delalloc block
 2024-05-09  8:26 UTC  (3+ messages)

[Bug 218820] New: The empty file occupies incorrect blocks
 2024-05-09  6:35 UTC  (3+ messages)
` [Bug 218820] "

[PATCH 0/5] Convert ext4's mballoc to use folios
 2024-05-09  4:26 UTC  (4+ 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).