[PATCH] ext4: Add correct group descriptors and reserved GDT blocks to system zone
2023-06-03 18:10 UTC (3+ messages)
[PATCH v7 0/5] Introduce provisioning primitives
2023-06-03 15:57 UTC (25+ messages)
Wyższa konwersja w e-sklepie
2023-06-02 8:50 UTC
[tytso-ext4:dev] BUILD SUCCESS 571bc93d3e2e298fccba7146ae2dc1144692a419
2023-06-03 8:06 UTC
[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
2023-06-03 15:03 UTC (20+ messages)
` [PATCH v4 01/19] ext4: fix wrong unit use in ext4_mb_normalize_request
` [PATCH v4 02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
` [PATCH v4 03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal
` [PATCH v4 04/19] ext4: treat stripe in block unit
` [PATCH v4 05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
` [PATCH v4 06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration
` [PATCH v4 07/19] ext4: try all groups in ext4_mb_new_blocks_simple
` [PATCH v4 08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks
` [PATCH v4 09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_simple
` [PATCH v4 10/19] ext4: fix wrong unit use in ext4_mb_clear_bb
` [PATCH v4 11/19] ext4: fix wrong unit use in ext4_mb_new_blocks
` [PATCH v4 12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v4 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v4 14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v4 15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v4 16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v4 17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v4 18/19] ext4: add some kunit stub for mballoc kunit test
` [PATCH v4 19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc
[syzbot] Monthly ext4 report (May 2023)
2023-06-03 6:20 UTC (6+ messages)
[PATCH] e2fsck: restore sb->s_state before journal recover
2023-06-03 3:49 UTC (3+ messages)
[GIT PULL] (one more) ext4 fix for 6.4-rc5
2023-06-02 21:38 UTC (2+ messages)
[PATCH v2 00/12] multiblock allocator improvements
2023-06-02 16:45 UTC (17+ messages)
` [PATCH v2 01/12] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"
` [PATCH v2 02/12] ext4: mballoc: Remove useless setting of ac_criteria
` [PATCH v2 03/12] ext4: Remove unused extern variables declaration
` [PATCH v2 04/12] ext4: Convert mballoc cr (criteria) to enum
` [PATCH v2 05/12] ext4: Add per CR extent scanned counter
` [PATCH v2 06/12] ext4: Add counter to track successful allocation of goal length
` [PATCH v2 07/12] ext4: Avoid scanning smaller extents in BG during CR1
` [PATCH v2 08/12] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [PATCH v2 10/12] ext4: Abstract out logic to search average fragment list
` [PATCH v2 11/12] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH v2 12/12] ext4: Give symbolic names to mballoc criterias
[PATCH 00/13] multiblock allocator improvements
2023-06-02 13:41 UTC (4+ messages)
` [PATCH 01/13] Revert "ext4: remove ac->ac_found > sbi->s_mb_min_to_scan dead check in ext4_mb_check_limits"
[PATCH v2 0/6] fs: Fix directory corruption when moving directories
2023-06-02 13:05 UTC (20+ messages)
` [PATCH v2 1/6] ext4: Remove ext4 locking of moved directory
` [PATCH v2 2/6] Revert "udf: Protect rename against modification of moved directory"
` [PATCH v2 3/6] Revert "f2fs: fix potential corruption when moving a directory"
` [PATCH v2 4/6] fs: Establish locking order for unrelated directories
` [PATCH v2 5/6] fs: Lock moved directories
` [PATCH v2 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes
[PATCH 0/5] jbd2: fix several checkpoint inconsistent issues
2023-06-02 1:52 UTC (11+ messages)
` [PATCH 1/5] jbd2: recheck chechpointing non-dirty buffer
` [PATCH 2/5] jbd2: remove t_checkpoint_io_list
` [PATCH 3/5] jbd2: remove released parameter in journal_shrink_one_cp_list()
` [PATCH 4/5] jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
` [PATCH 5/5] jbd2: fix a race when checking checkpoint buffer busy
cleanup the filemap / direct I/O interaction v4
2023-06-01 14:59 UTC (13+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback
Słowa kluczowe do wypozycjonowania
2023-06-01 7:30 UTC
cleanup the filemap / direct I/O interaction v3 (full series now)
2023-06-01 6:34 UTC (23+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
` [PATCH 02/12] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
` [PATCH 04/12] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/12] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/12] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/12] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/12] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/12] fs: factor out a direct_write_fallback helper
` [PATCH 10/12] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/12] fuse: drop redundant arguments to fuse_perform_write
` [PATCH 12/12] fuse: use direct_write_fallback
[GIT PULL] ext4 fixes for 6.4-rc5
2023-05-31 15:45 UTC
[PATCH 0/6] fs: Fix directory corruption when moving directories
2023-05-31 14:09 UTC (10+ messages)
` [PATCH 4/6] fs: Establish locking order for unrelated directories
` [PATCH 6/6] fs: Restrict lock_two_nondirectories() to non-directory inodes
[PATCH v2] ext4: fix race condition between buffer write and page_mkwrite
2023-05-31 13:15 UTC (2+ messages)
[tytso-ext4:dev] BUILD SUCCESS eb1f822c76beeaa76ab8b6737ab9dc9f9798408c
2023-05-31 10:16 UTC
cleanup the filemap / direct I/O interaction v3
2023-05-31 7:20 UTC (9+ messages)
` [PATCH 1/8] backing_dev: remove current->backing_dev_info
` [PATCH 2/8] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 4/8] filemap: add a kiocb_write_and_wait helper
` [PATCH 5/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 7/8] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 8/8] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
[PATCH 0/4] ext4: clean up ea_inode handling
2023-05-30 19:26 UTC (2+ messages)
[PATCH] ext4: Fix fsync for non-directories
2023-05-30 19:26 UTC (2+ messages)
6.4-rc2 xfstests-bld nojournal regression - generic/231
2023-05-30 19:26 UTC (4+ messages)
` [PATCH] ext4: enable the lazy init thread when remounting read/write
[PATCH] ext4: fix race condition between buffer write and page_mkwrite
2023-05-30 13:19 UTC (7+ messages)
[tytso-ext4:dev] BUILD SUCCESS 781c858c35c821f7055ccca73d27b6d1c77798b3
2023-05-30 11:51 UTC
cleanup the filemap / direct I/O interaction v2
2023-05-30 7:04 UTC (24+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write
[PATCH] ext4: Fix traditional comparison using max/min method
2023-05-29 7:09 UTC
I know you are busy, but have you found time to look at my patch?
2023-05-28 8:29 UTC
[RFC] merge extent blocks when possible
2023-05-27 13:28 UTC
[Bug 217490] New: Wrongly judgement for buffer head removing
2023-05-26 14:12 UTC (9+ messages)
` [Bug 217490] "
[RESEND PATCH v2] ext4: Replace the value of xattrs in place
2023-05-26 1:43 UTC
[PATCH 0/2] two clean up patches for mballoc
2023-05-25 12:35 UTC (3+ messages)
` [PATCH 1/2] ext4: cleanup ext4_issue_discard
` [PATCH 2/2] ext4: make ext4_mb_release_group_pa returns void
page: next (older)
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).