linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-13 06:29:15 to 2018-08-30 02:20:12 UTC [more...]

[PATCH] f2fs: avoid wrong decrypted data from disk
 2018-08-30  2:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fsck.f2fs: try to recover cp_payload from valid cp pack
 2018-08-30  2:18 UTC  (4+ messages)

[PATCH 1/2] add configure option --with-root-libdir
 2018-08-29 21:04 UTC  (12+ messages)
` [PATCH 2/2] Ask git to ignore the generated sg_write_buffer executable
            ` [PATCH 1/2] add cotnfigure option --with-root-libdir

[PATCH] fsck.f2fs: detect and recover corrupted quota file
 2018-08-29 15:38 UTC  (3+ messages)

[PATCH 1/5] ext2: cache NULL when both default_acl and acl are NULL
 2018-08-29 13:18 UTC  (6+ messages)
` [PATCH 2/5] ext4: "
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] jfs: "
` [PATCH 5/5] orangefs: "

[PATCH 1/2] f2fs: fix to avoid quota inode leak in ->put_super
 2018-08-29  2:15 UTC  (9+ messages)
` [PATCH 2/2] f2fs: guarantee journalled quota data by checkpoint

[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
 2018-08-29  1:43 UTC  (40+ messages)
` [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig
` [RFC PATCH 02/10] fs-verity: add data verification hooks for ->readpages()
  ` [f2fs-dev] "
              `  "
` [RFC PATCH 03/10] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [RFC PATCH 04/10] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [RFC PATCH 05/10] fs-verity: add SHA-512 support
` [RFC PATCH 06/10] fs-verity: add CRC-32C support
` [RFC PATCH 07/10] fs-verity: support builtin file signatures
` [RFC PATCH 08/10] ext4: add basic fs-verity support
` [RFC PATCH 09/10] ext4: add fs-verity read support
` [RFC PATCH 10/10] f2fs: fs-verity support
  ` [f2fs-dev] "

[RFC PATCH RESEND 1/4] f2fs: support superblock checksum
 2018-08-28 14:18 UTC  (8+ messages)
` [RFC PATCH RESEND 2/4] f2fs-tools: rename CHECKSUM_OFFSET to CP_CHKSUM_OFFSET
` [RFC PATCH v2 3/4] f2fs-tools: unify the writeback of superblock
` [RFC PATCH RESEND 4/4] f2fs-tools: introduce sb checksum

[Bug 200635] Oops error in refresh_sit_entry() while unmounting a crafted F2FS image
 2018-08-28 14:11 UTC  (7+ messages)

Corrupt F2FS partition - fsck is useless
 2018-08-28 10:34 UTC  (9+ messages)

[PATCH] f2fs-tools: Fix cross-build problem caused by AC_CHECK_FILE abuse
 2018-08-28  3:44 UTC  (2+ messages)

[PATCH] build: declare that libf2fs_format uses the blkid library
 2018-08-28  3:22 UTC  (4+ messages)

WARNING: ODEBUG bug in f2fs_fill_super
 2018-08-27 21:04 UTC 

[Bug 200951] New: kernel NULL pointer dereference in update_sit_entry
 2018-08-27 13:46 UTC  (3+ messages)
` [Bug 200951] "

[Bug 200871] F2FS experiences data loss (entry is completely lost) when an I/O failure occurs
 2018-08-26 23:43 UTC  (3+ messages)

[Bug 200425] Invalid memory access in f2fs_find_target_dentry() when operating files on an f2fs image
 2018-08-26  0:21 UTC 

[Bug 200173] Out-of-bound access in f2fs_iget() when mounting a corrupted f2fs image
 2018-08-26  0:35 UTC 

[Bug 200465] null ptr dereference in fscrypt_do_page_crypto() when operating a file on a corrupted f2fs image
 2018-08-26  0:56 UTC 

[Bug 200421] Buffer overrun in f2fs_truncate_inline_inode() when umounting an f2fs image
 2018-08-26  0:24 UTC 

[Bug 200179] use-after-free in update_sit_entry() when operating on a corrupted f2fs image
 2018-08-26  0:40 UTC 

[Bug 200175] BUG() in verify_block_addr() when writing to a corrupted f2fs image
 2018-08-26  0:38 UTC 

[Bug 200167] buffer overrun in build_sit_info() when mounting a crafted f2fs image
 2018-08-26  0:31 UTC 

[Bug 200171] Divide zero in utilization when mount() a corrupted f2fs image
 2018-08-26  0:29 UTC 

[Bug 200423] Out-of-bound access in f2fs_get_dnode_of_data() when operating file on an f2fs image
 2018-08-26  0:20 UTC 

[Bug 200223] BUG() triggered in f2fs_truncate_inode_blocks() when un-mounting a mounted f2fs image after writing to it
 2018-08-25 23:52 UTC 

[Bug 200185] NULL pointer dereference in update_sit_entry() when un-mounting a corrupted f2fs image
 2018-08-25 23:31 UTC 

[Bug 200419] NULL pointer dereference in __remove_dirty_segment() when mounting an f2fs image
 2018-08-26  0:02 UTC 

[Bug 200221] BUG() triggered in clear_inode() when mounting and un-mounting a corrupted f2fs image
 2018-08-25 23:39 UTC 

[Bug 200183] Divide zero in reset_curseg() when mounting a crafted f2fs image
 2018-08-25 23:31 UTC 

[Bug 200181] NULL pointer dereference in f2fs_test_bit() when mounting a crafted f2fs image
 2018-08-25 16:03 UTC 

[Bug 200177] BUG() triggered in verify_block_addr() when mounting a corrupted f2fs image
 2018-08-25 14:36 UTC 

[PATCH v4] f2fs: guarantee journalled quota data by checkpoint
 2018-08-23 11:28 UTC 

[PATCH v2] Revert "f2fs: use printk_ratelimited for f2fs_msg"
 2018-08-22  9:17 UTC 

[PATCH v3] f2fs: guarantee journalled quota data by checkpoint
 2018-08-22  9:15 UTC 

[PATCH v4] f2fs: fix to flush all dirty inodes recovered in readonly fs
 2018-08-22  9:11 UTC 

[GIT PULL] f2fs-for-4.19
 2018-08-22  3:36 UTC 

[PATCH v2] f2fs: guarantee journalled quota data by checkpoint
 2018-08-21 12:47 UTC 

[PATCH v3] f2fs: fix to flush all dirty inodes recovered in readonly fs
 2018-08-21 12:23 UTC 

[PATCH v2] f2fs: fix to flush all dirty inodes recovered in readonly fs
 2018-08-21  8:25 UTC 

[PATCH] f2fs: fix performance issue observed with multi-thread sequential read
 2018-08-21  3:30 UTC  (20+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "
    `  "
    ` [f2fs-dev] [PATCH v4] "
          `  "
      ` [f2fs-dev] [PATCH v5] "

[RFC PATCH v2] fsck.f2fs: write checkpoint out of place first
 2018-08-21  2:38 UTC  (5+ messages)

[PATCH v4] f2fs: checkpoint disabling
 2018-08-21  2:21 UTC 

[PATCH] f2fs: fix to flush all dirty inodes during recovery
 2018-08-20 14:54 UTC 

[PATCH] f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc
 2018-08-20  7:13 UTC  (18+ messages)
                ` [f2fs-dev] "
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "

[PATCH 1/2] f2fs: set 4KB discard granularity by default
 2018-08-17 18:30 UTC  (17+ messages)
` [PATCH 2/2] f2fs: tune discard speed with storage usage rate
                          ` [f2fs-dev] "

[PATCH] Revert "f2fs: use printk_ratelimited for f2fs_msg"
 2018-08-15  3:42 UTC  (9+ messages)

[PATCH] f2fs: readahead encrypted block during GC
 2018-08-14 14:37 UTC 

[PATCH] f2fs: rework fault injection handling to avoid a warning
 2018-08-14  6:05 UTC  (2+ messages)

[RFC PATCH RESEND 1/4] f2fs: support superblock checksum
 2018-08-14  5:54 UTC  (9+ messages)
` [RFC PATCH RESEND 2/4] f2fs-tools: rename CHECKSUM_OFFSET to CP_CHKSUM_OFFSET
` [RFC PATCH 3/4] f2fs-tools: unify the writeback of superblock
` [RFC PATCH 4/4] f2fs-tools: introduce sb checksum

[PATCH v2] f2fs: fix return value of f2fs_set_qf_name and parse_options
 2018-08-13  6:30 UTC  (2+ messages)


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