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

[PATCHv1 0/9] ext4: fast_commit fixes, stricter block checking & cleanups
 2022-02-05 14:09 UTC  (10+ 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

[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] "

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

[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  (25+ 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 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [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
` [PATCH v4 09/10] tools: update hmm-test to support device coherent type
` [PATCH v4 10/10] tools: update test_hmm script to support SP config

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 0/3] Migrate device coherent pages on get_user_pages()
 2022-02-01 15:09 UTC  (6+ 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

[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  (3+ 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  (18+ messages)
` [PATCH 9/9] Remove congestion tracking framework
` [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 6/9] fuse: don't set/clear bdi_congested
` [PATCH 1/9] Remove inode_congested()
` [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 7/9] NFS: remove congestion control

Help! How to delete an 8094-byte PATH?
 2022-01-27 15:34 UTC  (6+ messages)

[PATCH 0/2] ocfs2: fix a deadlock case
 2022-01-27 12:46 UTC  (6+ messages)
` [PATCH 1/2] jbd2: export jbd2_journal_[grab|put]_journal_head
` [PATCH 2/2] ocfs2: fix a deadlock when commit trans

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-27  3:22 UTC  (4+ messages)
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type

[RFC 0/1] ext4/054: Should we remove auto and quick group?
 2022-01-26  7:38 UTC  (6+ messages)
` [RFC 1/1] ext4/054: Remove auto and quick group

[PATCH] ext4: handle unsuccessful sbi allocation
 2022-01-25 13:36 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-01-25  9:05 UTC 

Prezentacja
 2022-01-25  8:57 UTC 

Mutual Investment Proposal
 2022-01-24 22:05 UTC 

How does EXT4 ensures two processes don't modify and synchronize one page at the same time
 2022-01-24 18:23 UTC  (2+ messages)

[tytso-ext4:dev] BUILD SUCCESS b0544c1f23ddeabd89480d842867ca1c6894e021
 2022-01-24 10:06 UTC 

[PATCHv1 0/2] jbd2: Kill age-old t_handle_lock transaction spinlock
 2022-01-24  9:12 UTC  (5+ messages)
` [PATCHv1 1/2] jbd2: Kill "
` [PATCHv1 2/2] jbd2: Remove CONFIG_JBD2_DEBUG to update t_max_wait

[PATCH v10 0/5] add support for direct I/O with fscrypt using blk-crypto
 2022-01-23 23:03 UTC  (15+ messages)
` [PATCH v10 1/5] fscrypt: add functions for direct I/O support

[PATCH AUTOSEL 5.10 116/116] ext4: allow to change s_last_trim_minblks via sysfs
 2022-01-22 19:22 UTC  (3+ messages)

[PATCHv2 0/5] ext4/jbd2: inline_data fixes and minor cleanups
 2022-01-20 15:58 UTC  (2+ 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).