linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 08:57:18 to 2018-10-16 01:48:56 UTC [more...]

[Bug 200871] F2FS experiences data loss (entry is completely lost) when an I/O failure occurs
 2018-10-16  1:48 UTC  (11+ messages)

[PATCH 1/2] f2fs: do not update REQ_TIME in case of error conditions
 2018-10-16  1:34 UTC  (6+ messages)
` [PATCH 2/2] f2fs: update REQ_TIME in f2fs_cross_rename()

[PATCH] f2fs: clear cold data flag if IO is not counted
 2018-10-16  1:31 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] fsck.f2fs: do not hard-code encrypted filename length to avoid heap buffer overflow
 2018-10-15 23:05 UTC  (3+ messages)

[PATCH] f2fs-tools: add the max chunk size limit in sparse image
 2018-10-15 13:24 UTC 

[PATCH] f2fs: fix count of seg_freed to make sec_freed correct
 2018-10-15 12:35 UTC  (2+ messages)

[PATCH] f2fs: fix data corruption issue with hardware encryption
 2018-10-15 12:26 UTC  (7+ messages)
        ` [f2fs-dev] "

[PATCH] mkfs.f2fs: show the info of volume label only when specify it
 2018-10-15 12:08 UTC  (2+ messages)

[PATCH] f2fs: allow to mount, if quota is failed
 2018-10-15 11:44 UTC  (2+ messages)
` [f2fs-dev] "

[bug report] f2fs: use rb_*_cached friends
 2018-10-12 14:31 UTC  (4+ messages)

[PATCH] f2fs: cleanup dirty pages if recover failed
 2018-10-12 10:49 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 4/4] fsck/mount: Gracefully terminate the mount procedure in case the program runs out of memory
 2018-10-11 22:21 UTC 

[PATCH 3/4] lib/libf2fs_io.c: Added a missing free statement
 2018-10-11 22:21 UTC 

[PATCH 2/4] lib/libf2fs: Added missing statements related to error checking
 2018-10-11 22:21 UTC 

[PATCH 1/4] mkfs.f2fs: Added missing statements related to error checking
 2018-10-11 22:20 UTC 

[PATCH] fsck.f2fs: do not check segment type of empty curseg
 2018-10-09 11:22 UTC  (2+ messages)

[PATCH v2 1/3] generic: test project id recovery after power failure
 2018-10-07 12:25 UTC  (3+ messages)
` [PATCH v2 2/3] generic: test i_flags "
` [PATCH v2 3/3] generic: test creation time "

[PATCH 1/3] generic: test project id recovery after power failure
 2018-10-07 13:57 UTC  (7+ messages)
` [PATCH 2/3] generic: test i_flags "
` [PATCH 3/3] generic: test creation time "

[PATCH 1/2] check: recognize f2fs through parameter
 2018-10-07 13:51 UTC  (4+ messages)
` [PATCH 2/2] common/quota: adapt _require_prjquota() for f2fs

[PATCH] f2fs: spread f2fs_set_inode_flags()
 2018-10-07 11:06 UTC 

[PATCH v2 1/5] ext2: cache NULL when both default_acl and acl are NULL
 2018-10-07  3:36 UTC  (4+ messages)
` [PATCH v2 2/5] ext4: "

[PATCH] f2fs: fix to recover inode->i_flags of inode block during POR
 2018-10-06 19:03 UTC 

[PATCH] f2fs: allow to mount, if quota is failed
 2018-10-05 16:03 UTC 

[PATCH v2] f2fs: use rb_*_cached friends
 2018-10-04  3:18 UTC 

[PATCH 1/3] f2fs: shrink sbi->sb_lock coverage in set_file_temperature()
 2018-10-04  3:15 UTC  (3+ messages)
` [PATCH 2/3] f2fs: remove unused sbi->trigger_ssr_threshold
` [PATCH 3/3] f2fs: remove unneeded disable_nat_bits()

[PATCH v2] f2fs: fix to recover cold bit of inode block during POR
 2018-10-03 14:32 UTC 

[PATCH] f2fs: fix to recover cold bit of inode block during POR
 2018-10-03  0:32 UTC  (2+ messages)

[PATCH v11] f2fs: guarantee journalled quota data by checkpoint
 2018-10-02 16:45 UTC  (8+ messages)

[PATCH v3] f2fs: submit cached bio to avoid endless PageWriteback
 2018-10-02  2:48 UTC  (16+ messages)
                          ` [f2fs-dev] "

[PATCH] fsck.f2fs: don't allocate new blocks on unclean shutdown
 2018-10-02  2:02 UTC 

[f2fs-dev] [PATCH] f2fs: fix quota info to adjust recovered data
 2018-10-01  1:37 UTC  (28+ messages)
`  "

[PATCH] dump.f2fs: allow dump data on mounted image
 2018-09-30  8:26 UTC 

[PATCH] f2fs: use rb_*_cached friends
 2018-09-29 13:27 UTC 

[PATCH 1/2] f2fs: remove QUOTA flag setting in f2fs_set_qf_name()
 2018-09-29 11:03 UTC  (3+ messages)
` [PATCH 2/2] f2fs: remove unnecessary mount optino flag 'QUOTA'

[PATCH 1/2] f2fs: fix missing up_read
 2018-09-29 10:44 UTC  (4+ messages)
` [PATCH 2/2] f2fs: keep lazytime on remount
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: fix missing up_read

[PATCH 1/2] f2fs: add to account meta IO
 2018-09-29 10:31 UTC  (2+ messages)
` [PATCH 2/2] f2fs: add to account skip count of background GC

[PATCH] generic: add a testcase to test uid/gid recovery
 2018-09-29  5:59 UTC  (6+ messages)

[PATCH] f2fs: checkpoint disabling
 2018-09-28 17:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/5] f2fs: support superblock checksum
 2018-09-28 12:26 UTC  (5+ messages)
` [PATCH 2/5] f2fs-tools: rename CHECKSUM_OFFSET to CP_CHKSUM_OFFSET
` [PATCH v2 3/5] fsck.f2fs: unify the updating of superblocks
` [PATCH 4/5] f2fs-tools: introduce sb checksum
` [PATCH 5/5] fsck.f2fs: try to recover cp_payload from valid cp pack

[PATCH 1/2] f2fs: clear PageError on the read path
 2018-09-28 11:58 UTC  (4+ messages)
` [PATCH 2/2] f2fs: return correct errno in f2fs_gc
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: clear PageError on the read path

[PATCH v3] Revert: "f2fs: check last page index in cached bio to decide submission"
 2018-09-27 15:41 UTC 

[PATCH 1/2] f2fs: report ENOENT correct in f2fs_rename
 2018-09-27 12:09 UTC  (18+ messages)
` [PATCH 2/2] f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
  ` [PATCH 2/2 v2] "
    ` [f2fs-dev] "
    ` [PATCH 2/2 v3] "
      ` [f2fs-dev] "
` [PATCH 1/2 v2] f2fs: report ENOENT correct in f2fs_rename
  ` [f2fs-dev] [PATCH 1/2 v3] "

[PATCH v5] f2fs: allow out-place-update for direct IO in LFS mode
 2018-09-27 10:34 UTC 

[PATCH v2] f2fs: refactor ->page_mkwrite() flow
 2018-09-27 10:33 UTC 

[PATCH RESEND v2] Revert: "f2fs: check last page index in cached bio to decide submission"
 2018-09-27  7:50 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v4] f2fs: allow out-place-update for direct IO in LFS mode
 2018-09-27  5:49 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] f2fs: refactor ->page_mkwrite() flow
 2018-09-27  5:48 UTC  (3+ messages)

[PATCH] fsck.f2fs: support checkpoint=disable
 2018-09-27  5:27 UTC 

[f2fs:dev-test 30/30] fs/f2fs/file.c:99:2: error: implicit declaration of function '__do_map_lock'; did you mean '__cond_lock'?
 2018-09-27  3:34 UTC 

[PATCH 1/5] f2fs: support superblock checksum
 2018-09-27  2:46 UTC  (10+ messages)
` [PATCH 4/5] f2fs-tools: introduce sb checksum

[PATCH v2] Revert: "f2fs: check last page index in cached bio to decide submission"
 2018-09-26 19:08 UTC  (2+ messages)

[PATCH] Revert: "f2fs: check last page index in cached bio to decide submission"
 2018-09-26  9:01 UTC 

[PATCH] f2fs: update i_size after DIO completion
 2018-09-26  5:41 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] f2fs: fix remount problem of option io_bits
 2018-09-25  7:42 UTC  (2+ messages)

[PATCH] f2fs: remove default option setting in remount
 2018-09-25  7:41 UTC  (8+ messages)

[PATCH 1/6] f2fs: fix to recover inode's project id during POR
 2018-09-25  7:36 UTC  (6+ messages)
` [PATCH 2/6] f2fs: fix to recover inode's i_flags "
` [PATCH 3/6] f2fs: fix to recover inode's i_gc_failures "
` [PATCH 4/6] f2fs: fix to recover inode's crtime "
` [PATCH 5/6] f2fs: fix to keep project quota consistent
` [PATCH 6/6] f2fs: mark inode dirty explicitly in recover_inode()

[PATCH] f2fs: avoid GC causing encrypted file corrupted
 2018-09-21 14:20 UTC  (3+ messages)

[PATCH] f2fs: fix to recover inode's uid/gid during POR
 2018-09-21  6:40 UTC  (5+ messages)

[Bug 200773] New: An issue was discovered in the Linux kernel through 4.17.3. There is a NULL pointer dereference in get_checkpoint_version() in fs/f2fs/checkpoint.c when mounting crafted f2fs image
 2018-09-21  1:44 UTC  (2+ messages)
` [Bug 200773] "

[Bug 200465] null ptr dereference in fscrypt_do_page_crypto() when operating a file on a corrupted f2fs image
 2018-09-21  1:41 UTC  (2+ messages)

[PATCH v3] f2fs: allow out-place-update for direct IO in LFS mode
 2018-09-20 12:36 UTC 

[PATCH v2] f2fs: allow out-place-update for direct IO in LFS mode
 2018-09-20 12:16 UTC  (3+ messages)
` [f2fs-dev] "


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