linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-13 08:10:15 to 2019-06-25 18:18:05 UTC [more...]

[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  (17+ 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] "
` [f2fs-dev] [PATCH 3/7] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [f2fs-dev] [PATCH 4/7] vfs: don't allow most setxattr to immutable files
` [f2fs-dev] [PATCH 5/7] xfs: refactor setflags to use setattr code directly
` [f2fs-dev] [PATCH 6/7] xfs: clean up xfs_merge_ioc_xflags
` [f2fs-dev] [PATCH 7/7] vfs: don't allow writes to swap files

[f2fs-dev] [PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-25 17:52 UTC  (34+ messages)
` [f2fs-dev] [PATCH v5 01/16] fs-verity: add a documentation file
` [f2fs-dev] [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
` [f2fs-dev] [PATCH v5 03/16] fs-verity: add UAPI header
` [f2fs-dev] [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [f2fs-dev] [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [f2fs-dev] [PATCH v5 06/16] fs-verity: add inode and superblock fields
` [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 13/16] fs-verity: support builtin file signatures
` [f2fs-dev] [PATCH v5 14/16] ext4: add basic fs-verity support
` [f2fs-dev] [PATCH v5 15/16] ext4: add fs-verity read support
` [f2fs-dev] [PATCH v5 16/16] f2fs: add fs-verity support

[PATCH V3 0/7] Consolidate FS read I/O callbacks code
 2019-06-25  6:24 UTC  (27+ messages)
` [f2fs-dev] "
` [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 3/7] fscrypt: remove struct fscrypt_ctx
  ` [f2fs-dev] "
` [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
  ` [f2fs-dev] "
` [PATCH V3 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
  ` [f2fs-dev] "
` [PATCH V3 6/7] Add decryption support for sub-pagesized blocks
  ` [f2fs-dev] "
` [PATCH V3 7/7] ext4: Enable encryption for subpage-sized blocks
  ` [f2fs-dev] "

[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  (12+ messages)
` [PATCH v2] "
  ` [f2fs-dev] [PATCH v3] "
      `  "

[f2fs-dev] [PATCH -next] f2fs: Use div_u64*() for 64-bit divisions
 2019-06-21 18:02 UTC  (4+ messages)

[f2fs-dev] [PATCH] fsf2: Use DIV_ROUND_UP() instead of open-coding
 2019-06-21  9:58 UTC  (2+ messages)

[PATCH v3 0/6] vfs: make immutable files actually immutable
 2019-06-21  0:54 UTC  (11+ messages)
` [PATCH 1/6] mm/fs: don't allow writes to immutable files
  ` [f2fs-dev] "
` [PATCH 2/6] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
  ` [f2fs-dev] "
` [PATCH 4/6] vfs: don't allow most setxattr to immutable files
  ` [f2fs-dev] "

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

[PATCH 0/4] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-20 13:46 UTC  (10+ messages)
` [PATCH 1/4] vfs: create a generic checking function for FS_IOC_SETFLAGS
  ` [PATCH v2 "
    ` [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] "

[f2fs-dev] [PATCH] f2fs: introduce f2fs_<level> macros to wrap f2fs_printk()
 2019-06-20  4:58 UTC  (6+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: use generic EFSBADCRC/EFSCORRUPTED
 2019-06-20  3:36 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: set SBI_NEED_FSCK for xattr corruption case

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

[f2fs-dev] f2fs: wait_on_all_pages_writeback 4.4 kernel
 2019-06-19  2:17 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: avoid get_valid_blocks() for cleanup
 2019-06-18 10:00 UTC 

[f2fs-dev] [PATCH] f2fs: print kernel message if filesystem is inconsistent
 2019-06-18  9:59 UTC 

[f2fs-dev] Security Notice. Someone have access to your system
 2019-06-18  3:02 UTC 

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2019-06-17 21:08 UTC  (3+ messages)
` [PATCH v2] "
  ` [f2fs-dev] "

[f2fs-dev] Quotation Inquiry #RFQ170619E - New Supplier
 2019-06-17  7:07 UTC 

[RFC PATCH v2 0/8] Inline Encryption Support
 2019-06-13 18:55 UTC  (10+ messages)
` [RFC PATCH v2 5/8] scsi: ufs: UFS crypto API
    ` [f2fs-dev] "
` [RFC PATCH v2 6/8] scsi: ufs: Add inline encryption support to UFS
    ` [f2fs-dev] "
` [RFC PATCH v2 7/8] fscrypt: wire up fscrypt to use blk-crypto
    ` [f2fs-dev] "

[PATCH 1/2] ext4: only set project inherit bit for directory
 2019-06-13  7:34 UTC  (5+ messages)
` [PATCH 2/2] f2fs: "
    ` 回复: "
      ` [f2fs-dev] "

Security Notice. Someone have access to your system
 2019-06-13  9:34 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] fsck.f2fs: add more sanity check for superblock
 2019-06-13  8:10 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] f2fs-tools: introduce get_checkpoint_version() for cleanup
 2019-06-13  8:09 UTC  (2+ 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).