linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-04 19:35:52 to 2024-10-25 19:16:21 UTC [more...]

[f2fs-dev] [PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code
 2024-10-25 19:14 UTC  (19+ 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] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-25 17:49 UTC  (5+ messages)

[f2fs-dev] [PATCH v4] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
 2024-10-25  9:18 UTC 

[f2fs-dev] [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
 2024-10-25  7:40 UTC  (19+ messages)
` [f2fs-dev] [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [f2fs-dev] [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [f2fs-dev] [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [f2fs-dev] [PATCH 04/15] loongarch/crc32: "
` [f2fs-dev] [PATCH 05/15] mips/crc32: "
` [f2fs-dev] [PATCH 06/15] powerpc/crc32: "
` [f2fs-dev] [PATCH 07/15] s390/crc32: "
` [f2fs-dev] [PATCH 08/15] sparc/crc32: "
` [f2fs-dev] [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [f2fs-dev] [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [f2fs-dev] [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [f2fs-dev] [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [f2fs-dev] [PATCH 13/15] ext4: switch to using the crc32c library
` [f2fs-dev] [PATCH 14/15] jbd2: "
` [f2fs-dev] [PATCH 15/15] f2fs: switch to using the crc32 library

[f2fs-dev] [PATCH] f2fs/005: add testcase to check checkpoint disabling functionality
 2024-10-25  4:11 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 v2 1/2] f2fs/006: add testcase to check out-of-space case
 2024-10-25  3:58 UTC  (4+ messages)
` [f2fs-dev] [PATCH v2 2/2] f2fs/007: add testcase to check consistency of compressed inode metadata

[f2fs-dev] [PATCH] f2fs-tools: use stdbool.h instead of bool
 2024-10-24 21:31 UTC 

[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-24 11:02 UTC  (2+ messages)

[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] [RFC PATCH 0/2] Speed up f2fs truncate
 2024-10-24 10:26 UTC  (7+ messages)
` [f2fs-dev] [RFC PATCH 1/2] f2fs: introduce update_sit_entry_for_release()
` [f2fs-dev] [RFC PATCH 2/2] f2fs: introduce f2fs_invalidate_consecutive_blocks()

[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  (8+ messages)

[f2fs-dev] [PATCH] f2fs: fix to convert log type to segment data type correctly
 2024-10-22  2:08 UTC  (4+ messages)

[f2fs-dev] [PATCH v3] f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
 2024-10-22  2:01 UTC 

[f2fs-dev] [PATCH 1/3] f2fs: zone: introduce first_zoned_segno in f2fs_sb_info
 2024-10-22  1:58 UTC  (5+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: zone: allow IPU for regular file in regular block device
` [f2fs-dev] [PATCH 3/3] f2fs: support NOCoW flag

[f2fs-dev] [PATCH v2] f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
 2024-10-21 23:56 UTC  (2+ messages)

[f2fs-dev] [RFC PATCH 0/4] dm-default-key: target for filesystem metadata encryption
 2024-10-21 19:10 UTC  (9+ messages)
` [f2fs-dev] [RFC PATCH 1/4] block: export blk-crypto symbols required by dm-default-key
` [f2fs-dev] [RFC PATCH 2/4] block: add the bi_skip_dm_default_key flag
` [f2fs-dev] [RFC PATCH 3/4] dm-default-key: add target for filesystem metadata encryption
` [f2fs-dev] [RFC PATCH 4/4] ext4, f2fs: support metadata encryption via dm-default-key

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_record_stop_reason
 2024-10-21  9:39 UTC 

[f2fs-dev] [PATCH] f2fs: check curseg->inited before write_sum_page in change_curseg
 2024-10-21  9:05 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
 2024-10-21  8:51 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block
 2024-10-20 10:57 UTC 

[f2fs-dev] [PATCH RFC] f2fs: revalidate empty segment when checkpoint is disabled
 2024-10-18 10:01 UTC 

[f2fs-dev] [syzbot] Monthly f2fs report (Oct 2024)
 2024-10-18  7:31 UTC 

[f2fs-dev] [PATCH 1/2] f2fs_io: {set, clear}flags: support immutable flag correctly
 2024-10-18  7:04 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs_io: {set, clear}flags: support nocow flag

[f2fs-dev] [RESEND PATCH] f2fs: Use struct_size() to improve f2fs_acl_clone()
 2024-10-17 22:05 UTC 

[f2fs-dev] [PATCH v7] f2fs: introduce device aliasing file
 2024-10-17 17:31 UTC 

[f2fs-dev] [PATCH v7] f2fs: zone: don't block IO if there is remained open zone
 2024-10-17  8:14 UTC 

[f2fs-dev] [PATCH v3 1/2] mkfs.f2fs: change -c option description
 2024-10-17  8:07 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: decrease spare area for pinned files for zoned devices
 2024-10-17  7:36 UTC  (2+ messages)

[f2fs-dev] [PATCH v6] f2fs: introduce device aliasing file
 2024-10-17  3:47 UTC  (2+ messages)

[f2fs-dev] [PATCH v6] f2fs: zone: don't block IO if there is remained open zone
 2024-10-17  1:56 UTC 

[f2fs-dev] [PATCH] f2fs: fix to parse temperature correctly in f2fs_get_segment_temp()
 2024-10-16 16:07 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: multidevice: add stats in debugfs
 2024-10-16  8:24 UTC 

[f2fs-dev] [PATCH] f2fs: fix to do sanity check on node blkaddr in truncate_node()
 2024-10-16  8:13 UTC 

[f2fs-dev] [PATCH] mkfs.f2fs: don't trim on aliased partition
 2024-10-15 17:01 UTC  (2+ messages)

[f2fs-dev] [PATCH v5] f2fs: introduce device aliasing file
 2024-10-15 16:56 UTC  (8+ messages)

[f2fs-dev] [PATCH] f2fs_io: support fadvice for read
 2024-10-15  6:57 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs-tools: remove linux/fcntl.h but define the hint directly
 2024-10-15  6:24 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs_io: choose MB/s instead of MiB/s
 2024-10-15  6:24 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to account dirty data in __get_secs_required()
 2024-10-15  3:43 UTC 

[f2fs-dev] [PATCH] f2fs: support dio write for zoned storage
 2024-10-15  2:11 UTC  (3+ messages)
    ` [f2fs-dev] (2) "

[f2fs-dev] [GIT PULL] f2fs fix for 6.12-rc4
 2024-10-14 20:11 UTC  (3+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2024-10-14 20:11 UTC 

[f2fs-dev] [PATCH] libf2fs: Fix calculation of usable segments for single zoned
 2024-10-14  1:43 UTC  (9+ messages)
    ` [f2fs-dev] (2) "
    ` [f2fs-dev] (3) "
    ` [f2fs-dev] [PATCH v2] libf2fs: Fix calculation of usable segments for single
        ` [f2fs-dev] (2) "
` [f2fs-dev] [RESEND][PATCH v2] libf2fs: Fix calculation of usable segments for single zoned device

[f2fs-dev] [PATCH] f2fs: fix null-ptr-deref in f2fs_submit_page_bio()
 2024-10-12  2:42 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: allow parallel DIO reads
 2024-10-10 20:10 UTC  (3+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2024-10-10 20:10 UTC 

[f2fs-dev] [PATCH v4] f2fs: introduce device aliasing file
 2024-10-10 17:56 UTC  (3+ messages)

[f2fs-dev] Plans for F2FS Supporting Large Folios
 2024-10-09 11:23 UTC  (3+ messages)

[f2fs-dev] 米国連邦準備銀行より
 2024-10-09  9:01 UTC 

[f2fs-dev] [PATCH] f2fs-tools:provide a more reasonable ovp rate for manually setting rsvd
 2024-10-09  7:39 UTC  (2+ messages)

[f2fs-dev] [RESEND PATCH] f2fs: Use struct_size() to improve f2fs_acl_clone()
 2024-10-08  8:51 UTC  (2+ messages)

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_evict_inode
 2024-10-08  6:51 UTC 

[f2fs-dev] [PATCH] f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode
 2024-10-08  3:25 UTC  (2+ messages)

[f2fs-dev] [PATCH v3] f2fs: introduce device aliasing file
 2024-10-08  3:04 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-08  2:57 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs_io: add fdatasync
 2024-10-08  2:54 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH v2 1/2] f2fs: use per-log target_bitmap to improve lookup performace of ssr allocation
 2024-10-07 16:52 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs-toos: use getpagesize() to get default blocksize in Android
 2024-10-07 16:49 UTC  (3+ messages)

[f2fs-dev] [PATCH 6.1] f2fs: Require FMODE_WRITE for atomic write ioctls
 2024-10-06  0:22 UTC  (2+ messages)

[f2fs-dev] [PATCH 4.19] f2fs: Require FMODE_WRITE for atomic write ioctls
 2024-10-04 19:37 UTC 

[f2fs-dev] [PATCH 5.4] f2fs: Require FMODE_WRITE for atomic write ioctls
 2024-10-04 19:37 UTC 

[f2fs-dev] [PATCH 5.10] f2fs: Require FMODE_WRITE for atomic write ioctls
 2024-10-04 19:36 UTC 

[f2fs-dev] [PATCH 5.15] f2fs: Require FMODE_WRITE for atomic write ioctls
 2024-10-04 19:35 UTC 


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