Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 07:20:58 to 2023-06-09 00:10:21 UTC [more...]

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-09  0:10 UTC  (19+ messages)

[PATCH v7 0/5] Introduce provisioning primitives
 2023-06-08 21:24 UTC  (4+ messages)
` [PATCH v7 4/5] dm-thin: Add REQ_OP_PROVISION support

Fwd: Remounting ext4 filesystem from ro to rw fails when quotas are enabled
 2023-06-08 17:52 UTC  (5+ messages)
  ` [PATCH 1/2] Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled"
    ` [PATCH 2/2] ext4: only check dquot_initialize_needed() when debugging

[PATCH] ext4: Fix traditional comparison using max/min method
 2023-06-08 16:21 UTC  (2+ messages)

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-08 14:45 UTC  (15+ 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 04/12] ext4: Convert mballoc cr (criteria) to enum
` [PATCH v2 09/12] ext4: Ensure ext4_mb_prefetch_fini() is called for all prefetched BGs
` [PATCH v2 11/12] ext4: Add allocation criteria 1.5 (CR1_5)
` [PATCH v2 12/12] ext4: Give symbolic names to mballoc criterias

[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
 2023-06-08  6:16 UTC  (23+ 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

[e2fsprogs PATCH] resize2fs: use directio when reading superblock
 2023-06-07 18:50 UTC  (3+ messages)

[PATCH v2 0/7] Support negative dentries on case-insensitive ext4 and f2fs
 2023-06-07 18:35 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v6 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-06-07 18:26 UTC  (4+ messages)
` [Linux-cachefs] "

[PATCH] tune2fs: check whether filesystem is in use for I_flag and Q_flag test
 2023-06-07  9:13 UTC  (2+ messages)

[PATCH v3 0/6] jbd2: fix several checkpoint inconsistent issues
 2023-06-07  8:30 UTC  (8+ messages)
` [PATCH v3 1/6] jbd2: recheck chechpointing non-dirty buffer
` [PATCH v3 2/6] jbd2: remove t_checkpoint_io_list
` [PATCH v3 3/6] jbd2: remove journal_clean_one_cp_list()
` [PATCH v3 4/6] jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
` [PATCH v3 5/6] jbd2: fix a race when checking checkpoint buffer busy
` [PATCH v3 6/6] jbd2: remove __journal_try_to_free_buffer()

[syzbot] [ext4?] KASAN: slab-use-after-free Read in __ext4_iget
 2023-06-07  0:11 UTC 

[Bug 217529] New: Remounting ext4 filesystem from ro to rw fails when quotas are enabled
 2023-06-06 14:47 UTC 

[PATCH v2 0/6] jbd2: fix several checkpoint inconsistent issues
 2023-06-06 13:58 UTC  (12+ messages)
` [PATCH v2 1/6] jbd2: recheck chechpointing non-dirty buffer
` [PATCH v2 2/6] jbd2: remove t_checkpoint_io_list
` [PATCH v2 3/6] jbd2: remove journal_clean_one_cp_list()
` [PATCH v2 4/6] jbd2: Fix wrongly judgement for buffer head removing while doing checkpoint
` [PATCH v2 5/6] jbd2: fix a race when checking checkpoint buffer busy
` [PATCH v2 6/6] jbd2: remove __journal_try_to_free_buffer()

[PATCH v2] ext4: fix race condition between buffer write and page_mkwrite
 2023-06-06 12:19 UTC  (11+ messages)

[PATCH 0/2] e2fsprogs: avoid error information loss during journal replay
 2023-06-06  9:11 UTC  (5+ messages)
` [PATCH 1/2] e2fsck: save EXT2_ERROR_FS flag "
` [PATCH 2/2] tune2fs/fuse2fs/debugfs: save error information "

[PATCH] e2fsck: restore sb->s_state before journal recover
 2023-06-06  9:09 UTC  (4+ messages)

[PATCH] ext4: fix to check return value of freeze_bdev() in ext4_shutdown()
 2023-06-06  7:32 UTC 

cleanup the filemap / direct I/O interaction v4
 2023-06-06  6:43 UTC  (15+ 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

[PATCH v3 0/3] lib/string_helpers et al.: Change return value of strreplace()
 2023-06-05 22:31 UTC  (5+ messages)
` [PATCH v3 1/3] jbd2: Avoid printing outside the boundary of the buffer
` [PATCH v3 2/3] lib/string_helpers: Change returned value of the strreplace()
` [PATCH v3 3/3] kobject: Use return value of strreplace()

[PATCH v2 0/3] lib/string_helpers et al.: Change return value of strreplace()
 2023-06-05 17:06 UTC  (8+ messages)

[syzbot] [ext4?] WARNING: locking bug in ext4_ioctl
 2023-06-05 12:15 UTC  (3+ messages)

[PATCH] ext4: fix wrong calculation of minlen in ext4_trim_fs()
 2023-06-05  4:15 UTC  (3+ messages)

[PATCH v2] ext4: fix to report fstrim.minlen back to userspace
 2023-06-05  4:15 UTC  (3+ messages)

[syzbot] [ext4?] WARNING: locking bug in __ext4_ioctl
 2023-06-05  4:03 UTC 

[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
 2023-06-05  3:53 UTC 

[PATCH] ext4: Add correct group descriptors and reserved GDT blocks to system zone
 2023-06-04  3:45 UTC  (4+ 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 

[syzbot] Monthly ext4 report (May 2023)
 2023-06-03  6:20 UTC  (6+ messages)

[GIT PULL] (one more) ext4 fix for 6.4-rc5
 2023-06-02 21:38 UTC  (2+ messages)

[PATCH 00/13] multiblock allocator improvements
 2023-06-02 13:41 UTC  (3+ 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

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  (3+ 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  (5+ messages)
` [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


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