linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-18 06:33:55 to 2022-04-29 17:37:26 UTC [more...]

[f2fs-dev] [PATCH 00/16] support non power of 2 zoned devices
 2022-04-29 17:30 UTC  (31+ messages)
  ` [f2fs-dev] [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [f2fs-dev] [PATCH 02/16] block: add blk_queue_zone_aligned and bdev_zone_aligned helper
  ` [f2fs-dev] [PATCH 03/16] block: add bdev_zone_no helper
  ` [f2fs-dev] [PATCH 04/16] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [f2fs-dev] [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [f2fs-dev] [PATCH 06/16] nvmet: use blk_queue_zone_no()
  ` [f2fs-dev] [PATCH 07/16] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [f2fs-dev] [PATCH 08/16] btrfs: zoned: add generic btrfs helpers for zoned devices
  ` [f2fs-dev] [PATCH 09/16] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [f2fs-dev] [PATCH 10/16] btrfs: zoned: use btrfs zone helpers to support non po2 zoned devices
  ` [f2fs-dev] [PATCH 11/16] btrfs: zoned: relax the alignment constraint for "
  ` [f2fs-dev] [PATCH 12/16] zonefs: allow non power of 2 "
  ` [f2fs-dev] [PATCH 13/16] null_blk: "
  ` [f2fs-dev] [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
  ` [f2fs-dev] [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed
  ` [f2fs-dev] [PATCH 16/16] dm-zoned: "

[f2fs-dev] [PATCH v2 0/7] Clean up the case-insenstive lookup path
 2022-04-29 17:36 UTC  (11+ messages)
` [f2fs-dev] [PATCH v2 1/7] ext4: Match the f2fs ci_compare implementation
` [f2fs-dev] [PATCH v2 2/7] ext4: Simplify the handling of cached insensitive names
` [f2fs-dev] [PATCH v2 3/7] ext4: Implement ci comparison using unicode_name
` [f2fs-dev] [PATCH v2 4/7] ext4: Simplify hash check on ext4_match
` [f2fs-dev] [PATCH v2 5/7] ext4: Log error when lookup of encoded dentry fails
` [f2fs-dev] [PATCH v2 6/7] ext4: Move ext4_match_ci into libfs
` [f2fs-dev] [PATCH v2 7/7] f2fs: Reuse generic_ci_match for ci comparisons

[f2fs-dev] [Bug 215916] New: kernel BUG at fs/f2fs/segment.c:2560!
 2022-04-29 16:34 UTC  (4+ messages)
` [f2fs-dev] [Bug 215916] "

[f2fs-dev] Consulting and project financing
 2022-04-29 16:16 UTC 

[f2fs-dev] [PATCH] f2fs: fix to do sanity check on total_data_blocks
 2022-04-29 14:44 UTC 

[f2fs-dev] [PATCH 0/3] *** support compressed file write amplifiction accounting ***
 2022-04-29  6:54 UTC  (4+ messages)
` [f2fs-dev] [PATCH 1/3] f2fs: intorduce f2fs_all_cluster_page_uptodate
` [f2fs-dev] [PATCH 2/3] f2fs: use onstack pages instead of pvec
` [f2fs-dev] [PATCH 3/3] f2fs: support compressed file write amplifiction accounting

[f2fs-dev] [PATCH v3] f2fs: change the current atomic write way
 2022-04-28 18:18 UTC 

[f2fs-dev] [Bug 215914] New: kernel hangs after mounting the image
 2022-04-28 16:20 UTC 

[f2fs-dev] [Bug 215897] New: kernel BUG at fs/f2fs/f2fs.h:2511!
 2022-04-28  9:08 UTC  (3+ messages)
` [f2fs-dev] [Bug 215897] "

[f2fs-dev] [Bug 215895] New: kernel BUG at fs/inode.c:611!
 2022-04-28  9:08 UTC  (2+ messages)
` [f2fs-dev] [Bug 215895] "

[f2fs-dev] [Bug 215657] New: UBSAN: array-index-out-of-bounds in fs/f2fs/segment.c when mount and operate a corrupted image
 2022-04-28  9:05 UTC  (2+ messages)
` [f2fs-dev] [Bug 215657] "

[f2fs-dev] [Bug 215894] New: kernel BUG at fs/f2fs/segment.c:2291!
 2022-04-28  7:52 UTC  (4+ messages)
` [f2fs-dev] [Bug 215894] "

[f2fs-dev] [Bug 215893] New: F2FS Bug at fs/f2fs/checkpoint.c:192 f2fs_is_valid_blkaddr+0xbf5/0xe50
 2022-04-28  2:53 UTC  (4+ messages)
` [f2fs-dev] [Bug 215893] "

[f2fs-dev] [PATCH] f2fs: fix to do sanity check for inline inode
 2022-04-28  2:49 UTC 

[f2fs-dev] [Bug 215905] New: BUG: KASAN: slab-out-of-bounds in f2fs_allocate_data_block+0x23d0/0x31f0
 2022-04-27 15:29 UTC 

[f2fs-dev] [Bug 215903] BUG: kernel NULL pointer dereference, address: 0000000000000000
 2022-04-27 14:42 UTC 

[f2fs-dev] [Bug 215902] kernel BUG at fs/inode.c:611!
 2022-04-27 14:40 UTC 

[f2fs-dev] [Bug 215904] New: kernel BUG at fs/f2fs/inode.c:825!
 2022-04-27 14:27 UTC 

[f2fs-dev] [Bug 215900] New: kernel hangs when running commands on F2FS file system
 2022-04-27 12:59 UTC 

[f2fs-dev] [PATCH] f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()
 2022-04-26 17:06 UTC 

[f2fs-dev] [PATCH] f2fs: fix to do sanity check on block address in f2fs_do_zero_range()
 2022-04-27  9:51 UTC 

[f2fs-dev] [PATCH 1/6] libf2fs_io: add unused mactor to avoid build failure
 2022-04-26 23:06 UTC  (8+ messages)
` [f2fs-dev] [PATCH 2/6] android_config.h: add missing liblz4
` [f2fs-dev] [PATCH 3/6] f2fs-tools: support zoned device in Android
  ` [f2fs-dev] [PATCH 3/6 v2] "
` [f2fs-dev] [PATCH 4/6] f2fs-tools: use fsync() "
` [f2fs-dev] [PATCH 5/6] f2fs-tools: use android config only if there's no config.h
  ` [f2fs-dev] [PATCH 5/6 v2] "
` [f2fs-dev] [PATCH 6/6] mkfs.f2fs: check uuid library

[f2fs-dev] [PATCH] dump.f2fs: compress: fix dstlen of LZ4_compress_fast_extState()
 2022-04-26 15:26 UTC 

[f2fs-dev] [PATCH v2] f2fs: change the current atomic write way
 2022-04-26  2:34 UTC 

[f2fs-dev] [GIT PULL] f2fs fix for 5.18
 2022-04-25 17:59 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: extend stat_lock to avoid potential race in statfs
 2022-04-25 10:02 UTC  (2+ messages)

[f2fs-dev] [RFC PATCH] f2fs: support forword recovery for compressed files
 2022-04-24  3:36 UTC  (2+ messages)

[f2fs-dev] [RFC PATCH] f2fs: support follword recovery for compressed files
 2022-04-24  3:25 UTC  (2+ messages)

[f2fs-dev] [PATCH 00/31] Make f2fs-tools easier to maintain
 2022-04-22 19:01 UTC  (34+ messages)
` [f2fs-dev] [PATCH 01/31] configure.ac: Stop using obsolete macros
` [f2fs-dev] [PATCH 02/31] configure.ac: Remove two prototype tests
` [f2fs-dev] [PATCH 03/31] configure.ac: Enable the automake -Wall option
` [f2fs-dev] [PATCH 04/31] configure.ac: Sort header file names alphabetically
` [f2fs-dev] [PATCH 05/31] configure.ac: Enable cross-compilation
` [f2fs-dev] [PATCH 06/31] Switch from the u_int to the uint types
` [f2fs-dev] [PATCH 07/31] Change the ANDROID_WINDOWS_HOST macro into _WIN32
` [f2fs-dev] [PATCH 08/31] ci: Build f2fstools upon push and pull requests
` [f2fs-dev] [PATCH 09/31] Change one array member into a flexible array member
` [f2fs-dev] [PATCH 10/31] Verify structure sizes at compile time
` [f2fs-dev] [PATCH 11/31] Suppress a compiler warning
` [f2fs-dev] [PATCH 12/31] f2fs_fs.h: Use standard fixed width integer types
` [f2fs-dev] [PATCH 13/31] Remove unnecessary __attribute__((packed)) annotations
` [f2fs-dev] [PATCH 14/31] Move the be32_to_cpu() definition
` [f2fs-dev] [PATCH 15/31] Include <stddef.h> instead of defining offsetof()
` [f2fs-dev] [PATCH 16/31] Use %zu to format size_t
` [f2fs-dev] [PATCH 17/31] Fix the MinGW build
` [f2fs-dev] [PATCH 18/31] configure.ac: Detect the sparse/sparse.h header
` [f2fs-dev] [PATCH 19/31] configure.ac: Detect selinux/android.h
` [f2fs-dev] [PATCH 20/31] mkfs/f2fs_format.c: Suppress a compiler warning
` [f2fs-dev] [PATCH 21/31] fsck: Remove a superfluous include directive
` [f2fs-dev] [PATCH 22/31] tools/f2fscrypt.c: Fix build without uuid/uuid.h header file
` [f2fs-dev] [PATCH 23/31] fsck/main.c: Suppress a compiler warning
` [f2fs-dev] [PATCH 24/31] Change #ifdef _WIN32 checks into #ifdef HAVE_.*
` [f2fs-dev] [PATCH 25/31] fsck/segment.c: Remove dead code
` [f2fs-dev] [PATCH 26/31] tools/f2fs_io: Fix the type of 'ret'
` [f2fs-dev] [PATCH 27/31] Annotate switch/case fallthrough
` [f2fs-dev] [PATCH 28/31] Suppress a compiler warning about integer truncation
` [f2fs-dev] [PATCH 29/31] Support cross-compiliation for PowerPC
` [f2fs-dev] [PATCH 30/31] Fix PowerPC format string warnings
` [f2fs-dev] [PATCH 31/31] ci: Enable -Wall, -Wextra and -Werror

[f2fs-dev] [PATCH] f2fs: extend stat_lock to avoid potential race in statfs
 2022-04-22 17:58 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: should not truncate blocks during roll-forward recovery
 2022-04-22  1:56 UTC 

[f2fs-dev] throughput on F2FS
 2022-04-21 20:05 UTC 

[f2fs-dev] [PATCH] fscrypt: log when starting to use inline encryption
 2022-04-21 18:46 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: use flush command instead of FUA for zoned device
 2022-04-21 16:05 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [syzbot] UBSAN: shift-out-of-bounds in ntfs_fill_super
 2022-04-21 12:29 UTC 

[f2fs-dev] [PATCH v4 1/8] fs: move sgid strip operation from inode_init_owner into inode_sgid_strip
 2022-04-21  1:11 UTC  (24+ messages)
` [f2fs-dev] [PATCH v4 2/8] fs: Add missing umask strip in vfs_tmpfile
` [f2fs-dev] [PATCH v4 3/8] xfs: only call posix_acl_create under CONFIG_XFS_POSIX_ACL
` [f2fs-dev] [PATCH v4 4/8] NFSv3: only do posix_acl_create under CONFIG_NFS_V3_ACL
` [f2fs-dev] [PATCH v4 5/8] f2fs: Remove useless NULL assign value for acl and default_acl
` [f2fs-dev] [PATCH v4 6/8] ntfs3: Use the same order for acl pointer check in ntfs_init_acl
` [f2fs-dev] [PATCH v4 7/8] fs: strip file's S_ISGID mode on vfs instead of on underlying filesystem
` [f2fs-dev] [PATCH v4 8/8] ceph: Remove S_ISGID clear code in ceph_finish_async_create

[f2fs-dev] Baseline for f2fs
 2022-04-20 18:23 UTC  (8+ messages)

[f2fs-dev] [PATCH v2] libf2fs: don't allow mkfs / fsck on non power-of-2 zoned devices
 2022-04-20 10:45 UTC  (9+ messages)

[f2fs-dev] [PATCH v2] dump.f2fs: add -I nid to dump inode by scan full disk
 2022-04-20 10:30 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: Remove useless NULL assign value for acl and default_acl
 2022-04-20  8:08 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: remove obsolete whint_mode
 2022-04-20  2:45 UTC  (5+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: keep io_flags to avoid IO split due to different op_flags in two fio holders

[f2fs-dev] [PATCH 1/2] f2fs: fix wrong condition check when failing metapage read
 2022-04-19 23:00 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: avoid infinite loop to flush node pages
  ` [f2fs-dev] [PATCH 2/2 v2] "
    ` [f2fs-dev] [PATCH 2/2 v3] "

[f2fs-dev] use block_device based APIs in block layer consumers v3
 2022-04-19 12:55 UTC  (6+ messages)
` [f2fs-dev] [PATCH 08/27] btrfs: use bdev_max_active_zones instead of open coding it
` [f2fs-dev] [PATCH 27/27] direct-io: remove random prefetches

[f2fs-dev] [PATCH 1/3] blk-crypto: introduce blk_crypto_supported
 2022-04-19  3:22 UTC  (10+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: notify when device not supprt inlinecrypt
` [f2fs-dev] [PATCH 3/3] ext4: "

[f2fs-dev] f2fs compressed file bio merge problem
 2022-04-19  2:48 UTC  (2+ messages)

[f2fs-dev] [PATCH 0/5] f2fs: try to use common fault injection framework
 2022-04-19  2:56 UTC  (8+ messages)
` [f2fs-dev] [PATCH 4/5] f2fs: get rid of stale fault injection code


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