linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-27 22:10:27 to 2022-02-09 15:20:27 UTC [more...]

[PATCH 1/1] Revert "iomap: fall back to buffered writes for invalidation failures"
 2022-02-09 15:20 UTC  (4+ messages)

[PATCH v2 0/6] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09 12:33 UTC  (7+ messages)
` [PATCH v2 1/6] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH v2 2/6] generic/204: remove unnecessary _scratch_mkfs call
` [PATCH v2 3/6] generic/{171,172,173,174}: check _scratch_mkfs_sized return code
` [PATCH v2 4/6] ext4/021: "
` [PATCH v2 5/6] xfs/015: "
` [PATCH v2 6/6] common: factor out xfs unique part from _filter_mkfs

[syzbot] KASAN: use-after-free Read in jbd2_journal_wait_updates
 2022-02-09 11:18 UTC  (9+ messages)

[PATCH -next] ext4:fix file system corrupted when rmdir non empty directory with IO error
 2022-02-09 11:28 UTC 

[PATCH 0/7] fstests: fix _scratch_mkfs_sized failure handling
 2022-02-09  8:18 UTC  (14+ messages)
` [PATCH 1/7] common/rc: fix btrfs mixed mode usage in _scratch_mkfs_sized
` [PATCH 2/7] generic/{171,172,173,174,204}: check _scratch_mkfs_sized return code
` [PATCH 3/7] ext4/021: "
` [PATCH 4/7] xfs/015: "
` [PATCH 5/7] common: rename _filter_mkfs to _xfs_filter_mkfs
` [PATCH 6/7] common: move _xfs_filter_mkfs from common/filter to common/xfs
` [PATCH 7/7] generic/204: do xfs unique preparation only for xfs

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-09  1:10 UTC  (11+ messages)

[PATCHv1 0/9] ext4: fast_commit fixes, stricter block checking & cleanups
 2022-02-08  9:59 UTC  (19+ messages)
` [PATCHv1 1/9] ext4: Correct cluster len and clusters changed accounting in ext4_mb_mark_bb
` [PATCHv1 2/9] ext4: Fixes ext4_mb_mark_bb() with flex_bg with fast_commit
` [PATCHv1 3/9] ext4: Refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
` [PATCHv1 4/9] ext4: Use in_range() for range checking in ext4_fc_replay_check_excluded
` [PATCHv1 5/9] ext4: Rename ext4_set_bits to mb_set_bits
` [PATCHv1 6/9] ext4: No need to test for block bitmap bits in ext4_mb_mark_bb()
` [PATCHv1 7/9] ext4: Add ext4_sb_block_valid() refactored out of ext4_inode_block_valid()
` [PATCHv1 8/9] ext4: Add strict range checks while freeing blocks
` [PATCHv1 9/9] ext4: Add extra check in ext4_mb_mark_bb() to prevent against possible corruption

❤️ Jenna is interested in your profile! Click Here: https://clck.ru/atwzN?qns76 ❤️
 2022-02-07 23:08 UTC 

[PATCH][next] ext2: remove unused pointer bdi
 2022-02-07 20:52 UTC  (3+ messages)

BUG: KCSAN: data-race in ext4_fill_raw_inode / setattr_copy
 2022-02-07 19:13 UTC 

[syzbot] general protection fault in ext4_fill_super
 2022-02-07 11:29 UTC  (5+ messages)

[PATCH 0/2] tests/ext4: Ensure resizes with sparse_super2 are handled correctly
 2022-02-07  8:25 UTC  (3+ messages)
` [PATCH 1/2] src/ext4_resize.c: Refactor code and ensure accurate errno is returned
` [PATCH 2/2] ext4: Test to ensure resize with sparse_super2 is handled correctly

[Bug 89621] New: EXT4-fs error (device dm-1): ext4_mb_release_inode_pa:3773: group 24089, free 34, pa_free 32
 2022-02-07  9:34 UTC  (3+ messages)
` [Bug 89621] "

[PATCH v2 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-07  4:26 UTC  (4+ messages)
` [PATCH v2 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH v2 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH v2 3/3] tools: add hmm gup test for long term pinned device pages

[PATCH 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-07  4:19 UTC  (7+ messages)
` [PATCH 1/3] migrate.c: Remove vma check in migrate_vma_setup()
` [PATCH 2/3] mm/gup.c: Migrate device coherent pages when pinning instead of failing
` [PATCH 3/3] tools: add hmm gup test for long term pinned device pages

[GIT PULL] ext4 fixes for v5.17-rc3
 2022-02-06 18:38 UTC  (2+ messages)

[syzbot] kernel BUG in ext4_es_cache_extent
 2022-02-06 13:49 UTC 

[PATCHv1 0/4] fstests: ext4: Add fast_commit related tests
 2022-02-05 14:28 UTC  (5+ messages)
` [PATCHv1 1/4] ext4/056: Add fast_commit regression test causing data abort exception
` [PATCHv1 2/4] common/punch: Add block_size argument to _filter_fiemap_**
` [PATCHv1 3/4] ext4/057: Add crash test to check unwritten extents tracking with fast_commit
` [PATCHv1 4/4] ext4/058: Add shutdown recovery test "

[RFC 1/6] ext4: Fixes ext4_mb_mark_bb() with flex_bg with fast_commit
 2022-02-05 10:43 UTC  (18+ messages)
` [RFC 2/6] ext4: Implement ext4_group_block_valid() as common function
` [RFC 3/6] ext4: Use in_range() for range checking in ext4_fc_replay_check_excluded
` [RFC 4/6] ext4: No need to test for block bitmap bits in ext4_mb_mark_bb()
` [RFC 5/6] ext4: Refactor ext4_free_blocks() to pull out ext4_mb_clear_bb()
` [RFC 6/6] ext4: Add extra check in ext4_mb_mark_bb() to prevent against possible corruption

[PATCH 0/2] ext4: fast commit crash consistency issues
 2022-02-05 10:40 UTC  (7+ messages)
` [PATCH 1/2] ext4: use ext4_ext_remove_space() for fast commit replay delete range
    ` [External] "

[tytso-ext4:dev] BUILD SUCCESS f340b3d9027485945d59f9c04f1e33070b02cae2
 2022-02-04  4:59 UTC 

[PATCH] ext4: remove journal barrier during fast commit
 2022-02-03 17:41 UTC  (3+ messages)

[PATCH -next] mm/fs: remove variable bdi set but not used
 2022-02-03  8:06 UTC  (2+ messages)

ext4's dependency on crc32c
 2022-02-02 19:01 UTC  (4+ messages)

[PATCH -next] ext4: Fix remount with 'abort' option isn't effective
 2022-02-02 19:00 UTC  (4+ messages)
` [PATCH] ext4: fix remount with 'abort' option

[PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
 2022-02-02 16:57 UTC  (8+ messages)
    ` [LTP] "

[PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-02 15:42 UTC  (22+ messages)
` [PATCH v4 01/10] mm: add zone device coherent type memory support
` [PATCH v4 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v4 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v4 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v4 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 07/10] lib: test_hmm add module param for "
` [PATCH v4 08/10] lib: add support for device coherent type in test_hmm

Prezentacja
 2022-02-02  9:32 UTC 

[PATCH v6 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-02-01 15:49 UTC  (11+ messages)
` [PATCH v6 01/10] mm: add zone device coherent type memory support
` [PATCH v6 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v6 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v6 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v6 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v6 07/10] lib: test_hmm add module param for "
` [PATCH v6 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v6 09/10] tools: update hmm-test to support device coherent type
` [PATCH v6 10/10] tools: update test_hmm script to support SP config

[PATCH v11 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-02-01  8:07 UTC  (9+ messages)
` [PATCH v11 1/5] fscrypt: add functions for direct I/O support
` [PATCH v11 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v11 3/5] ext4: "
` [PATCH v11 4/5] f2fs: "
` [PATCH v11 5/5] fscrypt: update documentation for direct I/O support

[PATCH v5 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-31 23:37 UTC  (17+ messages)
` [PATCH v5 01/10] mm: add zone device coherent type memory support
` [PATCH v5 02/10] mm: add device coherent vma selection for memory migration
  ` [PATCH] "
` [PATCH v5 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v5 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v5 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v5 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 07/10] lib: test_hmm add module param for "
` [PATCH v5 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v5 09/10] tools: update hmm-test to support device coherent type
` [PATCH v5 10/10] tools: update test_hmm script to support SP config

[PATCH] common/rc: set maximum label length for ext4
 2022-01-31 20:46 UTC  (5+ messages)

[RFC] ext4/056: Add fast_commit regression test causing data abort exception
 2022-01-31 15:33 UTC 

[RFC 0/6] ext4: fast_commit fixes and some minor cleanups
 2022-01-31 15:16 UTC 

[PATCH] unicode: clean up the Kconfig symbol confusion
 2022-01-31  6:44 UTC  (4+ messages)

[tytso-ext4:dev] BUILD SUCCESS b36c9466ce982906a6420e6af0fca73d1c0931b5
 2022-01-30 14:36 UTC 

[PATCH] fs/ext4: fix comments mentioning i_mutex
 2022-01-29  4:54 UTC  (2+ messages)

[PATCH] ext4: fix incorrect type issue during replay_del_range
 2022-01-29  4:43 UTC  (2+ messages)

[PATCH -next -v2] ext4: Fix jbd2_journal_shrink_scan() and jbd2_journal_shrink_count() kernel-doc comment
 2022-01-29  4:35 UTC  (2+ messages)

[PATCH] ext4: fix potential NULL pointer dereference in ext4_fill_super()
 2022-01-29  3:55 UTC  (2+ messages)

[PATCH 0/9] Remove remaining parts of congestions tracking code
 2022-01-28 21:36 UTC  (12+ messages)
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 1/9] Remove inode_congested()
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions


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