linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-22 22:28:54 to 2019-07-08 18:37:12 UTC [more...]

[Bug 203233] New: kernel BUG at fs/f2fs/segment.c:2102!
 2019-07-08 18:37 UTC  (2+ messages)
` [f2fs-dev] [Bug 203233] "

[Bug 203235] New: kernel BUG at fs/f2fs/segment.c:2131! and hangs on sync
 2019-07-08 18:35 UTC  (2+ messages)
` [f2fs-dev] [Bug 203235] "

[Bug 203231] New: kernel BUG at fs/f2fs/segment.c:2079! and hangs on sync
 2019-07-08 18:34 UTC  (2+ messages)
` [f2fs-dev] [Bug 203231] "

[Bug 203223] New: hangs on running program after mounting a crafted image
 2019-07-08 18:30 UTC  (2+ messages)
` [f2fs-dev] [Bug 203223] "

[f2fs-dev] [Bug 204043] New: F2fs kernel BUG at fs/f2fs/data.c:317!
 2019-07-08  6:57 UTC  (3+ messages)
` [f2fs-dev] [Bug 204043] "

[f2fs-dev] [PATCH v4] f2fs: avoid out-of-range memory access
 2019-07-08  6:30 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: improve print log in f2fs_sanity_check_ckpt()
 2019-07-08  6:29 UTC 

[f2fs-dev] [PATCH v2] f2fs: avoid out-of-range memory access
 2019-07-08  3:21 UTC  (5+ messages)

[f2fs-dev] [PATCH V6 0/4] Fix zone revalidation memory allocation failures
 2019-07-08  2:02 UTC  (10+ messages)
` [f2fs-dev] [PATCH V6 1/4] block: Allow mapping of vmalloc-ed buffers
` [f2fs-dev] [PATCH V6 2/4] block: Kill gfp_t argument of blkdev_report_zones()
` [f2fs-dev] [PATCH V6 3/4] sd_zbc: Fix report zones buffer allocation
` [f2fs-dev] [PATCH V6 4/4] block: Limit zone array allocation size

[f2fs-dev] [PATCH 0/3] f2fs: use generic helpers for FS_IOC_{SETFLAGS, FSSETXATTR}
 2019-07-07 20:42 UTC  (10+ messages)
` [f2fs-dev] [PATCH 1/3] f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
` [f2fs-dev] [PATCH 2/3] f2fs: use generic checking function for FS_IOC_FSSETXATTR
` [f2fs-dev] [PATCH 3/3] f2fs: remove redundant check from f2fs_setflags_common()

[f2fs-dev] [PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-07 18:54 UTC  (24+ messages)
` [f2fs-dev] [PATCH v6 01/17] fs-verity: add a documentation file
` [f2fs-dev] [PATCH v6 02/17] fs-verity: add MAINTAINERS file entry
` [f2fs-dev] [PATCH v6 03/17] fs-verity: add UAPI header
` [f2fs-dev] [PATCH v6 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [f2fs-dev] [PATCH v6 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [f2fs-dev] [PATCH v6 06/17] fs-verity: add inode and superblock fields
` [f2fs-dev] [PATCH v6 07/17] fs-verity: add the hook for file ->open()
` [f2fs-dev] [PATCH v6 08/17] fs-verity: add the hook for file ->setattr()
` [f2fs-dev] [PATCH v6 09/17] fs-verity: add data verification hooks for ->readpages()
` [f2fs-dev] [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [f2fs-dev] [PATCH v6 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [f2fs-dev] [PATCH v6 12/17] fs-verity: add SHA-512 support
` [f2fs-dev] [PATCH v6 13/17] fs-verity: support builtin file signatures
` [f2fs-dev] [PATCH v6 14/17] ext4: add basic fs-verity support
` [f2fs-dev] [PATCH v6 15/17] ext4: add fs-verity read support
` [f2fs-dev] [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity
` [f2fs-dev] [PATCH v6 17/17] f2fs: add fs-verity support

[f2fs-dev] [PATCH] fsck: Fix data loss issue observed during SPO
 2019-07-07  5:25 UTC  (13+ messages)

[PATCH v3 2/2] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature
 2019-07-06  1:39 UTC  (16+ messages)
                      ` [f2fs-dev] "

[f2fs-dev] [PATCH] f2fs: allow all the users to pin a file
 2019-07-05  6:29 UTC 

[f2fs-dev] [PATCH] f2fs: allocate memory in batch in build_sit_info()
 2019-07-04  8:17 UTC 

[f2fs-dev] [PATCH v3] f2fs: avoid out-of-range memory access
 2019-07-04  7:22 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/1] fsck.f2fs: allow to fix inconsistency from online resize
 2019-07-04  1:23 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: support swap file w/ DIO
 2019-07-03 15:53 UTC 

[f2fs-dev] about patch <-f2fs-run-discard-jobs-when-put_super>
 2019-07-03  2:56 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to avoid long latency during umount
 2019-07-03  2:29 UTC 

[f2fs-dev] [PATCH] f2fs: use multiplication instead of division in sanity_check_raw_super
 2019-07-02 13:32 UTC  (3+ messages)

[f2fs-dev] [PATCH v6 0/4] vfs: make immutable files actually immutable
 2019-07-02 10:45 UTC  (9+ messages)
` [f2fs-dev] [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [f2fs-dev] [PATCH 2/4] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [f2fs-dev] [PATCH 3/4] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [f2fs-dev] [PATCH 4/4] vfs: don't allow most setxattr to immutable files
  ` [f2fs-dev] [PATCH v2 "

[f2fs-dev] Is F2FS (Samsung's Flash-Friendly File System) faster than EXT4 for Android 9.0 (Pie) and Android 10.0 Smartphones?
 2019-07-02  8:54 UTC 

[f2fs-dev] [PATCH] f2fs: avoid out-of-range memory access
 2019-07-02  7:15 UTC 

[f2fs-dev] [RFC PATCH v3 0/8] xfstests: add fs-verity tests
 2019-07-01 18:25 UTC  (9+ messages)
` [f2fs-dev] [RFC PATCH v3 1/8] common/filter: add _filter_xfs_io_fiemap()
` [f2fs-dev] [RFC PATCH v3 2/8] common/verity: add common functions for testing fs-verity
` [f2fs-dev] [RFC PATCH v3 3/8] generic: test general behavior of verity files
` [f2fs-dev] [RFC PATCH v3 4/8] generic: test access controls on the fs-verity ioctls
` [f2fs-dev] [RFC PATCH v3 5/8] generic: test corrupting verity files
` [f2fs-dev] [RFC PATCH v3 6/8] generic: test that fs-verity is using the correct measurement values
` [f2fs-dev] [RFC PATCH v3 7/8] generic: test using fs-verity and fscrypt simultaneously
` [f2fs-dev] [RFC PATCH v3 8/8] generic: test the fs-verity built-in signature verification support

[f2fs-dev] linux-next: manual merge of the xfs tree with the f2fs tree
 2019-07-01 16:47 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix 32-bit linking
 2019-07-01 14:58 UTC  (10+ messages)

[f2fs-dev] [PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-29 20:09 UTC  (7+ messages)
` [f2fs-dev] [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [f2fs-dev] [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [f2fs-dev] [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [f2fs-dev] [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [f2fs-dev] [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs

[f2fs-dev] [PATCH] f2fs: allocate blocks for pinned file
 2019-06-29  8:36 UTC  (6+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH v3 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-27  0:19 UTC  (13+ messages)
` [f2fs-dev] [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
  ` [f2fs-dev] [Cluster-devel] "
` [f2fs-dev] [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [f2fs-dev] [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [f2fs-dev] [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [f2fs-dev] [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs

[f2fs-dev] [PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-26 18:21 UTC  (19+ messages)
` [f2fs-dev] [PATCH v5 07/16] fs-verity: add the hook for file ->open()
` [f2fs-dev] [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
` [f2fs-dev] [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
` [f2fs-dev] [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [f2fs-dev] [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [f2fs-dev] [PATCH v5 12/16] fs-verity: add SHA-512 support
` [f2fs-dev] [PATCH v5 16/16] f2fs: add fs-verity support

[f2fs-dev] [PATCH v5 0/5] vfs: make immutable files actually immutable
 2019-06-26 16:28 UTC  (8+ messages)
` [f2fs-dev] [PATCH 1/5] mm/fs: don't allow writes to immutable files
` [f2fs-dev] [PATCH 2/5] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [f2fs-dev] [PATCH 3/5] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [f2fs-dev] [PATCH 4/5] vfs: don't allow most setxattr to immutable files
` [f2fs-dev] [PATCH 5/5] vfs: don't allow writes to swap files

[f2fs-dev] [PATCH v2] fsck.f2fs: write checkpoint with OPU mode
 2019-06-26  9:48 UTC 

[f2fs-dev] [PATCH v2 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-25 18:17 UTC  (14+ messages)
` [f2fs-dev] [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
` [f2fs-dev] [PATCH 2/4] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [f2fs-dev] [PATCH 3/4] fs: teach vfs_ioc_fssetxattr_check to check project id info
` [f2fs-dev] [PATCH 4/4] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints

[f2fs-dev] [PATCH v4 0/7] vfs: make immutable files actually immutable
 2019-06-25 18:03 UTC  (12+ messages)
` [f2fs-dev] [PATCH 1/7] mm/fs: don't allow writes to immutable files
` [f2fs-dev] [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
      ` [f2fs-dev] [Ocfs2-devel] "

[PATCH V3 0/7] Consolidate FS read I/O callbacks code
 2019-06-25  6:24 UTC  (15+ messages)
` [PATCH V3 1/7] FS: Introduce read callbacks
  ` [f2fs-dev] "
` [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS
  ` [f2fs-dev] "
` [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
  ` [f2fs-dev] "
` [PATCH V3 6/7] Add decryption support for sub-pagesized blocks
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH V3 0/7] Consolidate FS read I/O callbacks code

[PATCH] fsck.f2fs: write checkpoint with OPU mode
 2019-06-25  1:59 UTC  (6+ messages)
` [f2fs-dev] "
    ` [f2fs-dev] 回复: "

[f2fs-dev] [PATCH] f2fs: add wsync_mode for sysfs entry
 2019-06-24 13:22 UTC  (3+ messages)

[PATCH] f2fs: add a rw_sem to cover quota flag changes
 2019-06-24  1:06 UTC  (11+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "
      `  "


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