linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-16 16:29:11 to 2019-06-29 08:36:23 UTC [more...]

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

[f2fs-dev] [PATCH v6 0/4] vfs: make immutable files actually immutable
 2019-06-29  7:04 UTC  (6+ 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] f2fs: fix 32-bit linking
 2019-06-28 23:25 UTC  (8+ messages)

[f2fs-dev] [PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-28 18:34 UTC  (6+ 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

[PATCH v3 2/2] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature
 2019-06-27 10:20 UTC  (12+ messages)
                      ` [f2fs-dev] "

[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  (36+ 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

[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  (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

[PATCH V3 0/7] Consolidate FS read I/O callbacks code
 2019-06-25  6:24 UTC  (19+ 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 6/7] Add decryption support for sub-pagesized 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  (11+ 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  (23+ messages)
` [PATCH v4 01/16] fs-verity: add a documentation file
    ` [f2fs-dev] "
` [PATCH v4 05/16] fs-verity: add Kconfig and the helper functions for hashing
    ` [f2fs-dev] "
` [PATCH v4 07/16] fs-verity: add the hook for file ->open()
    ` [f2fs-dev] "
` [PATCH v4 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
    ` [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 


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