messages from 2024-10-22 03:39:25 to 2024-11-03 13:57:41 UTC [more...]
[f2fs-dev] [PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
2024-11-03 13:57 UTC (39+ messages)
` [f2fs-dev] [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base
` [f2fs-dev] [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides
` [f2fs-dev] [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime
` [f2fs-dev] [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms
` [f2fs-dev] [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib
` [f2fs-dev] [PATCH v2 06/18] loongarch/crc32: "
` [f2fs-dev] [PATCH v2 07/18] mips/crc32: "
` [f2fs-dev] [PATCH v2 08/18] powerpc/crc32: "
` [f2fs-dev] [PATCH v2 09/18] s390/crc32: "
` [f2fs-dev] [PATCH v2 10/18] sparc/crc32: "
` [f2fs-dev] [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl()
` [f2fs-dev] [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16()
` [f2fs-dev] [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib
` [f2fs-dev] [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib
` [f2fs-dev] [PATCH v2 15/18] ext4: switch to using the crc32c library
` [f2fs-dev] [PATCH v2 16/18] jbd2: "
` [f2fs-dev] [PATCH v2 17/18] f2fs: switch to using the crc32 library
` [f2fs-dev] [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library
[f2fs-dev] [PATCH] f2fs: fix to map blocks correctly for direct read
2024-11-02 0:25 UTC (5+ messages)
[f2fs-dev] [PATCH 1/2] f2fs_io: support 1GB dio buffer
2024-11-01 23:53 UTC (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs_io: add more options for randread test
[f2fs-dev] [PATCH v2 0/5] Speed up f2fs truncate
2024-11-01 3:39 UTC (15+ messages)
` [f2fs-dev] [PATCH v2 1/5] f2fs: blocks need to belong to the same segment when using update_sit_entry()
` [f2fs-dev] [PATCH v2 2/5] f2fs: expand f2fs_invalidate_compress_page() to f2fs_invalidate_compress_pages_range()
` [f2fs-dev] [PATCH v2 3/5] f2fs: add parameter @len to f2fs_invalidate_internal_cache()
` [f2fs-dev] [PATCH v2 4/5] f2fs: add parameter @len to f2fs_invalidate_blocks()
` [f2fs-dev] [PATCH v2 5/5] f2fs: Optimize f2fs_truncate_data_blocks_range()
[f2fs-dev] [PATCH 1/2] f2fs: remove redundant atomic file check in defragment
2024-11-01 8:00 UTC (7+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: fix to adjust appropriate length for fiemap
[f2fs-dev] [PATCH] f2fs: fix to force buffered IO on inline_data inode
2024-11-01 3:20 UTC
[f2fs-dev] [PATCH 1/2] f2fs: fix race in concurrent f2fs_stop_gc_thread
2024-11-01 2:56 UTC (3+ messages)
` [f2fs-dev] [PATCH 2/2] Revert "f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread()"
[f2fs-dev] [PATCH V2] f2fs-io: unify default block size
2024-10-31 7:45 UTC (2+ messages)
[f2fs-dev] [PATCH v2] f2fs: fix to convert log type to segment data type correctly
2024-10-30 8:17 UTC
[f2fs-dev] [PATCH] f2fs: clean up the unused variable additional_reserved_segments
2024-10-30 1:15 UTC (2+ messages)
[f2fs-dev] [PATCH v2] mkfs.f2fs: adjust zone alignment when using convention partition with zoned one
2024-10-29 16:53 UTC (2+ messages)
[f2fs-dev] [PATCH v4 1/2] f2fs/006: add testcase to check out-of-space case
2024-10-29 13:27 UTC (3+ messages)
` [f2fs-dev] [PATCH v4 2/2] f2fs/007: add testcase to check consistency of compressed inode metadata
[f2fs-dev] [RFC PATCH 00/24] f2fs-tools: add testcases
2024-10-29 12:09 UTC (25+ messages)
` [f2fs-dev] [RFC PATCH 01/24] f2fs-tools: add option N to answer no for all questions
` [f2fs-dev] [RFC PATCH 02/24] dump.f2fs: print checkpoint crc
` [f2fs-dev] [RFC PATCH 03/24] fsck.f2fs: fix invalidate checkpoint
` [f2fs-dev] [RFC PATCH 04/24] inject.f2fs: add members in inject_cp
` [f2fs-dev] [RFC PATCH 05/24] inject.f2fs: add member `feature' in inject_sb
` [f2fs-dev] [RFC PATCH 06/24] inject.f2fs: add members in inject_node
` [f2fs-dev] [RFC PATCH 07/24] inject.f2fs: add member `filename' in inject_dentry
` [f2fs-dev] [RFC PATCH 08/24] tests: prepare helper scripts for testcases
` [f2fs-dev] [RFC PATCH 09/24] tests: add fsck testcase of fixing bad super magic
` [f2fs-dev] [RFC PATCH 10/24] tests: add fsck testcase of fixing errors recorded in sb
` [f2fs-dev] [RFC PATCH 11/24] tests: add fsck testcase of fixing cp crc
` [f2fs-dev] [RFC PATCH 12/24] tests: add fsck testcase of fixing nat entry with invalid ino
` [f2fs-dev] [RFC PATCH 13/24] tests: add fsck testcase of fixing nat entry with invalid blkaddr
` [f2fs-dev] [RFC PATCH 14/24] tests: add fsck testcase of fixing sit entry type
` [f2fs-dev] [RFC PATCH 15/24] tests: add fsck testcase of fixing sit entry vblocks
` [f2fs-dev] [RFC PATCH 16/24] tests: add fsck testcase of fixing sit entry valid_map
` [f2fs-dev] [RFC PATCH 17/24] tests: add fsck testcase of fixing sum entry nid
` [f2fs-dev] [RFC PATCH 18/24] tests: add fsck testcase of fixing sum footer type
` [f2fs-dev] [RFC PATCH 19/24] tests: add fsck testcase of fixing sum entry ofs_in_node
` [f2fs-dev] [RFC PATCH 20/24] tests: add fsck testcase of fixing invalid i_addr
` [f2fs-dev] [RFC PATCH 21/24] tests: add fsck testcase of fixing dentry hash code
` [f2fs-dev] [RFC PATCH 22/24] tests: add fsck testcase of fixing lost dots
` [f2fs-dev] [RFC PATCH 23/24] tests: add fsck testcase of fixing duplicated dots
` [f2fs-dev] [RFC PATCH 24/24] tests: add fsck testcase of fixing loop fsync dnodes
[f2fs-dev] [PATCH v3 1/2] f2fs/006: add testcase to check out-of-space case
2024-10-29 10:11 UTC (8+ messages)
` [f2fs-dev] [PATCH v3 2/2] f2fs/007: add testcase to check consistency of compressed inode metadata
[f2fs-dev] Plans for F2FS Supporting Large Folios
2024-10-29 9:19 UTC (4+ messages)
[f2fs-dev] [PATCH] f2fs: fix fiemap failure issue when page size is 16KB
2024-10-29 6:15 UTC
[f2fs-dev] [PATCH v2] f2fs/005: add testcase to check checkpoint disabling functionality
2024-10-29 6:01 UTC (2+ messages)
[f2fs-dev] [PATCH V3] f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGENT_MID
2024-10-29 3:24 UTC (2+ messages)
[f2fs-dev] [RFC PATCH 0/2] Speed up f2fs truncate
2024-10-29 3:02 UTC (7+ messages)
` [f2fs-dev] [RFC PATCH 2/2] f2fs: introduce f2fs_invalidate_consecutive_blocks()
[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_evict_inode
2024-10-29 1:35 UTC (4+ messages)
[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_record_stop_reason
2024-10-29 1:35 UTC (4+ messages)
[f2fs-dev] [PATCH] f2fs: try to allocate sections from zoned area except file pinning
2024-10-29 1:09 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix typos
2024-10-29 1:06 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: clean up opened code w/ {get,set}_nid()
2024-10-29 0:57 UTC
[f2fs-dev] [PATCH] mkfs.f2fs: adjust zone alignment when using convention partition with zoned one
2024-10-28 18:05 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix to account dirty data in __get_secs_required()
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH v3 0/2] f2fs: modify the calculation method of mtime
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix to do sanity check on node blkaddr in truncate_node()
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH v2] f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH v2] f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH 1/3] f2fs: zone: introduce first_zoned_segno in f2fs_sb_info
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: decrease spare area for pinned files for zoned devices
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: check curseg->inited before write_sum_page in change_curseg
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: multidevice: add stats in debugfs
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [RESEND PATCH] f2fs: Use struct_size() to improve f2fs_acl_clone()
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: Use struct_size() helper to improve f2fs_acl_clone()
2024-10-28 17:40 UTC (2+ messages)
[f2fs-dev] Patchwork summary for: f2fs
2024-10-28 17:40 UTC
[f2fs-dev] [PATCH] f2fs/005: add testcase to check checkpoint disabling functionality
2024-10-28 13:46 UTC (3+ messages)
[f2fs-dev] [PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
2024-10-28 12:27 UTC (3+ messages)
[f2fs-dev] [PATCH V2] f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGENT_MID
2024-10-28 10:29 UTC (4+ messages)
[f2fs-dev] [PATCH v2 1/2] f2fs/006: add testcase to check out-of-space case
2024-10-28 9:56 UTC (6+ messages)
` [f2fs-dev] [PATCH v2 2/2] f2fs/007: add testcase to check consistency of compressed inode metadata
[f2fs-dev] [PATCH v4] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
2024-10-28 9:34 UTC (2+ messages)
[f2fs-dev] [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-25 7:40 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs/004: add missing _fixed_by_kernel_commit line
2024-10-25 4:02 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs-tools: use stdbool.h instead of bool
2024-10-24 21:31 UTC
[f2fs-dev] [PATCH] f2fs-tools: correct some confused desc about unit
2024-10-24 10:57 UTC (3+ messages)
[f2fs-dev] [PATCH] fsck.f2fs: fix incorrect parent blkaddr when adding lost dots
2024-10-24 10:55 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: Fix not used variable 'index'
2024-10-24 10:27 UTC (2+ messages)
[f2fs-dev] [PATCH v2] f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()
2024-10-23 9:45 UTC (2+ messages)
[f2fs-dev] [PATCH v3] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
2024-10-23 8:06 UTC (4+ messages)
[f2fs-dev] [PATCH 1/2] f2fs/006: add testcase to check out-of-space case
2024-10-23 7:18 UTC (8+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs/007: add testcase to check consistency of compressed inode metadata
[f2fs-dev] [PATCH] f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_MID
2024-10-23 2:49 UTC (3+ messages)
[f2fs-dev] [PATCH v2] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
2024-10-23 1:50 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()
2024-10-22 8:29 UTC (2+ messages)
[f2fs-dev] [PATCH] f2fs: fix to avoid potential deadlock in f2fs_record_stop_reason()
2024-10-22 6:15 UTC
[f2fs-dev] [PATCH] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
2024-10-22 3:45 UTC (5+ messages)
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).