messages from 2022-06-07 14:12:00 to 2022-06-16 20:18:41 UTC [more...]
[PATCH v3 0/8] make statx() return DIO alignment information
2022-06-16 20:15 UTC (8+ messages)
` [PATCH v3 1/8] statx: add direct I/O "
` [PATCH v3 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v3 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v3 4/8] ext4: support STATX_DIOALIGN
` [PATCH v3 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v3 6/8] f2fs: don't allow DIO reads but not DIO writes
` [PATCH v3 7/8] f2fs: simplify f2fs_force_buffered_io()
[PATCH 0/10 v2] ext4: Fix possible fs corruption due to xattr races
2022-06-16 17:30 UTC (19+ messages)
` [PATCH 01/10] mbcache: Don't reclaim used entries
` [PATCH 02/10] mbcache: Add functions to delete entry if unused
` [PATCH 03/10] ext4: Remove EA inode entry from mbcache on inode eviction
` [PATCH 04/10] ext4: Unindent codeblock in ext4_xattr_block_set()
` [PATCH 05/10] ext4: Fix race when reusing xattr blocks
` [PATCH 06/10] ext2: Factor our freeing of xattr block reference
` [PATCH 07/10] ext2: Unindent codeblock in ext2_xattr_set()
` [PATCH 08/10] ext2: Avoid deleting xattr block that is being reused
` [PATCH 09/10] mbcache: Remove mb_cache_entry_delete()
` [PATCH 10/10] mbcache: Automatically delete entries from cache on freeing
[PATCH 1/2] ext4: Fix incorrect comment
2022-06-16 15:44 UTC (2+ messages)
[PATCH -next] fs: Fix jbd2_journal_try_to_free_buffers() kernel-doc comment
2022-06-16 14:53 UTC (2+ messages)
[PATCH 1/2] ext4: page-io: use 'unsigned int' to bare use of 'unsigned'
2022-06-16 14:49 UTC (2+ messages)
[PATCH -next] ext4: fix bug_on in ext4_iomap_begin as race between bmap and write
2022-06-16 10:54 UTC (8+ messages)
[PATCH v3 0/4] ext4: fix use-after-free in ext4_xattr_set_entry
2022-06-16 10:09 UTC (13+ messages)
` [PATCH v3 1/4] ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h
` [PATCH v3 2/4] ext4: fix use-after-free in ext4_xattr_set_entry
` [PATCH v3 3/4] ext4: correct max_inline_xattr_value_size computing
` [PATCH v3 4/4] ext4: correct the misjudgment in ext4_iget_extra_inode
[RFC PATCH v2 0/7] make statx() return I/O alignment information
2022-06-16 6:29 UTC (10+ messages)
` [RFC PATCH v2 1/7] statx: add "
[PATCH] ext4: fix trim range leak
2022-06-16 6:09 UTC (3+ messages)
` [External] "
[PATCH v2 0/4] ext4: fix use-after-free in ext4_xattr_set_entry
2022-06-16 1:06 UTC (7+ messages)
` [PATCH v2 1/4] ext4: add EXT4_INODE_HAVE_XATTR_SPACE macro in xattr.h
` [PATCH v2 2/4] ext4: fix use-after-free in ext4_xattr_set_entry
` [PATCH v2 3/4] ext4: correct max_inline_xattr_value_size computing
` [PATCH v2 4/4] ext4: correct the misjudgment in ext4_iget_extra_inode
[PATCH -next] ext2: fix fs corruption when trying to remove a non-empty directory with IO error
2022-06-15 17:13 UTC (2+ messages)
[PATCH] ext4: fix extent status tree race in writeback error recovery path
2022-06-15 16:05 UTC
[PATCH v3] common/rc: Modify _require_batched_discard to improve test coverage
2022-06-15 9:56 UTC (3+ messages)
[PATCH 00/10] Convert to filemap_get_folios()
2022-06-15 8:14 UTC (33+ messages)
` [PATCH 01/10] filemap: Add filemap_get_folios()
` [PATCH 02/10] buffer: Convert clean_bdev_aliases() to use filemap_get_folios()
` [PATCH 03/10] ext4: Convert mpage_release_unused_pages() "
` [PATCH 04/10] ext4: Convert mpage_map_and_submit_buffers() "
` [PATCH 05/10] f2fs: Convert f2fs_invalidate_compress_pages() "
` [f2fs-dev] "
` [PATCH 06/10] hugetlbfs: Convert remove_inode_hugepages() "
` [PATCH 07/10] nilfs2: Convert nilfs_copy_back_pages() "
` [PATCH 08/10] vmscan: Add check_move_unevictable_folios()
` [vmscan] bc9eb0d5ef: BUG:KASAN:stack-out-of-bounds_in_check_move_unevictable_pages
` [PATCH 09/10] shmem: Convert shmem_unlock_mapping() to use filemap_get_folios()
` [PATCH 10/10] filemap: Remove find_get_pages_range() and associated functions
[PATCH v2 00/19] Convert aops->migratepage to aops->migrate_folio
2022-06-15 8:11 UTC (34+ messages)
` [PATCH v2 01/19] secretmem: Remove isolate_page
` [PATCH v2 02/19] mm: Convert all PageMovable users to movable_operations
` [PATCH v2 03/19] fs: Add aops->migrate_folio
` [PATCH v2 04/19] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH v2 05/19] mm/migrate: Convert writeout() to take a folio
` [PATCH v2 06/19] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH v2 07/19] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH v2 08/19] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH v2 09/19] nfs: Convert "
` [PATCH v2 10/19] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH v2 11/19] mm/migrate: Add filemap_migrate_folio()
` [PATCH v2 12/19] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH v2 13/19] ubifs: Convert to filemap_migrate_folio()
` [PATCH v2 14/19] f2fs: "
` [f2fs-dev] "
` [PATCH v2 15/19] aio: Convert to migrate_folio
` [PATCH v2 16/19] hugetlb: "
` [PATCH v2 17/19] secretmem: "
` [PATCH v2 18/19] fs: Remove aops->migratepage()
` [PATCH v2 19/19] mm/folio-compat: Remove migration compatibility functions
[PATCH -next] ext4: Fix warning in ext4_da_release_space
2022-06-15 4:03 UTC (4+ messages)
[PATCH] ext4: fix use-after-free in ext4_xattr_set_entry
2022-06-14 10:01 UTC (3+ messages)
[PATCH 0/4] ext4: Debug message and export cleanups
2022-06-13 18:24 UTC (7+ messages)
` [PATCH 1/4] ext4: Use ext4_debug() instead of jbd_debug()
` [PATCH 2/4] jbd2: Rename jbd_debug() to jbd2_debug()
` [PATCH 3/4] jbd2: Remove unused exports for jbd2 debugging
` [PATCH 4/4] jbd2: Unexport jbd2_log_start_commit()
[PATCH] jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()
2022-06-13 11:19 UTC (2+ messages)
remove the nobh helpers v2
2022-06-13 10:53 UTC (10+ messages)
` [PATCH 1/6] ntfs3: refactor ntfs_writepages
` [PATCH 2/6] ext2: remove nobh support
` [PATCH 3/6] jfs: stop using the nobh helper
` [PATCH 4/6] fs: remove the nobh helpers
` [PATCH 5/6] fs: don't call ->writepage from __mpage_writepage
` [PATCH 6/6] fs: remove the NULL get_block case in mpage_writepages
[PATCH 0/3] Cache quota files in the page cache
2022-06-13 7:59 UTC (6+ messages)
` [PATCH 3/3] ext4: Use generic_quota_read()
` [ext4] fa96490369: WARNING:at_fs/ext4/inode.c:#ext4_invalidate_folio
remove the nobh helpers
2022-06-10 8:00 UTC (14+ messages)
` [PATCH 1/5] ext2: remove nobh support
` [PATCH 2/5] jfs: stop using the nobh helper
` [PATCH 3/5] fs: remove the nobh helpers
` [PATCH 4/5] fs: don't call ->writepage from __mpage_writepage
` [PATCH 5/5] fs: remove the NULL get_block case in mpage_writepages
[PATCH] jbd2: Remove unused exports for jbd2 debugging
2022-06-08 15:19 UTC (4+ messages)
[PATCH 0/2] ext4: Fix possible fs corruption due to xattr races
2022-06-08 15:02 UTC (4+ messages)
[PATCH 00/20] Convert aops->migratepage to aops->migrate_folio
2022-06-08 13:06 UTC (38+ messages)
` [PATCH 01/20] fs: Add aops->migrate_folio
` [PATCH 02/20] mm/migrate: Convert fallback_migrate_page() to fallback_migrate_folio()
` [PATCH 03/20] mm/migrate: Convert writeout() to take a folio
` [PATCH 04/20] mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()
` [PATCH 05/20] mm/migrate: Convert expected_page_refs() to folio_expected_refs()
` [PATCH 06/20] btrfs: Convert btree_migratepage to migrate_folio
` [PATCH 07/20] nfs: Convert "
` [PATCH 08/20] mm/migrate: Convert migrate_page() to migrate_folio()
` [PATCH 09/20] mm/migrate: Add filemap_migrate_folio()
` [PATCH 10/20] btrfs: Convert btrfs_migratepage to migrate_folio
` [PATCH 13/20] aio: Convert "
` [PATCH 15/20] balloon: "
` [PATCH 19/20] fs: Remove aops->migratepage()
` [PATCH 20/20] mm/folio-compat: Remove migration compatibility functions
[syzbot] WARNING in ext4_dirty_folio
2022-06-08 11:36 UTC (2+ messages)
Napływ Klientów ze strony
2022-06-08 8:05 UTC
[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-06-08 7:06 UTC (3+ messages)
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages
[PATCH 14/20] hugetlb: Convert to migrate_folio
2022-06-07 15:02 UTC (3+ messages)
[PATCH 0/7] Fix various bugs found via a fuzzing campaign
2022-06-07 14:22 UTC (3+ messages)
` [PATCH 7/7] libext2fs: check for invalid blocks in ext2fs_punch_blocks()
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).