messages from 2022-01-17 09:37:33 to 2022-02-01 20:34:15 UTC [more...]
[PATCH 0/2] ext4: fast commit crash consistency issues
2022-02-01 20:33 UTC (3+ messages)
` [PATCH 1/2] ext4: use ext4_ext_remove_space() for fast commit replay delete range
[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
ext4's dependency on crc32c
2022-02-01 15:47 UTC (2+ messages)
[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 -next] ext4: Fix remount with 'abort' option isn't effective
2022-02-01 13:13 UTC (2+ messages)
` [PATCH] ext4: fix remount with 'abort' option
[RFC 1/6] ext4: Fixes ext4_mb_mark_bb() with flex_bg with fast_commit
2022-02-01 11:47 UTC (12+ 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 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 (6+ 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 2/9] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 5/9] cephfs: don't set/clear bdi_congestion
` [PATCH 3/9] f2fs: change retry waiting for f2fs_write_single_data_page()
` [PATCH 1/9] Remove inode_congested()
` [PATCH 8/9] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 9/9] Remove congestion tracking framework
` [PATCH 6/9] fuse: don't set/clear bdi_congested
` [PATCH 4/9] f2f2: replace some congestion_wait() calls with io_schedule_timeout()
` [PATCH 7/9] NFS: remove congestion control
[PATCH v4 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-01-28 17:09 UTC (23+ 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
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 (19+ messages)
` [PATCH v3 01/10] mm: add zone device coherent type memory support
` [PATCH v3 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v3 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v3 07/10] lib: test_hmm add module param for "
` [PATCH v3 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type
` [PATCH v3 10/10] tools: update test_hmm script to support SP config
[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 (20+ messages)
` [PATCH v10 1/5] fscrypt: add functions for direct I/O support
` [PATCH v10 2/5] iomap: support direct I/O with fscrypt using blk-crypto
` [PATCH v10 3/5] ext4: "
` [PATCH v10 4/5] f2fs: "
` [PATCH v10 5/5] fscrypt: update documentation 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 (7+ messages)
` [PATCHv2 1/5] ext4: Fix error handling in ext4_restore_inline_data()
` [PATCHv2 2/5] ext4: Remove redundant max inline_size check in ext4_da_write_inline_data_begin()
` [PATCHv2 3/5] ext4: Fix error handling in ext4_fc_record_modified_inode()
` [PATCHv2 4/5] jbd2: Cleanup unused functions declarations from jbd2.h
` [PATCHv2 5/5] jbd2: Refactor wait logic for transaction updates into a common function
[PATCH v3 0/2] ext4: fix issues when fast commit work with jbd
2022-01-20 15:44 UTC (3+ messages)
` [PATCH v3 2/2] ext4: fast commit may miss file actions
[PATCH v2 0/2] fix blocks allocate issue during fast commit replay
2022-01-20 15:44 UTC (2+ messages)
[PATCH] ext4/053: Test remount without changing mount options
2022-01-20 10:20 UTC
[syzbot] kernel BUG in jbd2_journal_get_create_access
2022-01-18 15:00 UTC
[PATCH AUTOSEL 5.15 188/188] ext4: allow to change s_last_trim_minblks via sysfs
2022-01-18 2:31 UTC
[PATCH AUTOSEL 5.16 217/217] ext4: allow to change s_last_trim_minblks via sysfs
2022-01-18 2:19 UTC
[PATCH 0/6] ext4/jbd2: inline_data fixes and some cleanups
2022-01-17 14:38 UTC (6+ messages)
` [PATCH 6/6] jbd2: No need to use t_handle_lock in jbd2_journal_wait_updates
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).