linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-18 23:30:42 to 2019-05-06 08:38:21 UTC [more...]

[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-06  8:38 UTC  (18+ messages)
` [PATCH 01/13] fscrypt: simplify bounce page handling
` [PATCH 02/13] fscrypt: remove the "write" part of struct fscrypt_ctx
` [PATCH 03/13] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
` [PATCH 04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [PATCH 05/13] fscrypt: introduce fscrypt_encrypt_block_inplace()
` [PATCH 06/13] fscrypt: support encrypting multiple filesystem blocks per page
` [PATCH 07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
` [PATCH 08/13] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [PATCH 09/13] fscrypt: support decrypting multiple filesystem blocks per page
` [PATCH 10/13] ext4: clear BH_Uptodate flag on decryption error
` [PATCH 11/13] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [PATCH 12/13] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [PATCH 13/13] ext4: encrypt only up to last block in ext4_bio_write_page()

[PATCH v3 2/2] f2fs-tools: introduce f2fs_update_sparse_file()
 2019-05-06  8:00 UTC 

[PATCH v2 2/2] f2fs-tools: introduce f2fs_update_sparse_file()
 2019-05-05  9:09 UTC 

[PATCH v2 1/2] mkfs.f2fs: write fill chunk in sparse file for zeroed block
 2019-05-05  7:45 UTC 

[PATCH] f2fs: fix to avoid potential race on sbi->unusable_block_count access/update
 2019-05-05  3:40 UTC 

[PATCH] f2fs: fix to do sanity with enabled features in image
 2019-05-05  2:51 UTC  (6+ messages)
` [f2fs-dev] "

[PATCH v2] f2fs: Add option to limit required GC for checkpoint=disable
 2019-05-05  2:40 UTC  (2+ messages)

[BUG] watchdog: BUG: soft lockup.. after heavy disk access
 2019-05-02 22:34 UTC  (4+ messages)

[PATCH V2 00/13] Consolidate FS read I/O callbacks code
 2019-05-02 18:16 UTC  (34+ messages)
` [PATCH V2 01/13] ext4: Clear BH_Uptodate flag on decryption error
` [PATCH V2 02/13] Consolidate "read callbacks" into a new file
` [PATCH V2 03/13] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V2 04/13] fsverity: Add call back to determine readpage limit
` [PATCH V2 05/13] fs/mpage.c: Integrate read callbacks
` [PATCH V2 06/13] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V2 07/13] Add decryption support for sub-pagesized blocks
` [PATCH V2 08/13] ext4: Decrypt all boundary blocks when doing buffered write
` [PATCH V2 09/13] ext4: Decrypt the block that needs to be partially zeroed
` [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted
` [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [PATCH V2 13/13] ext4: Enable encryption for subpage-sized blocks

[f2fs:dev 37/39] include/trace/events/f2fs.h:1287:1: sparse: sparse: cast from restricted vm_fault_t
 2019-05-01 13:52 UTC 

[PATCH v2 1/2] f2fs: fix wrong __is_meta_io() macro
 2019-04-30  3:18 UTC  (8+ messages)
` [PATCH v2 2/2] f2fs: introduce DATA_GENERIC_ENHANCE

[PATCH 1/2] f2fs: fix to avoid potential negative .f_bfree
 2019-04-30  3:14 UTC  (6+ messages)
` [PATCH 2/2] f2fs: fix to handle error in f2fs_disable_checkpoint()

[PATCH v2] f2fs-tools: get rid of unneeded fields in on-disk inode
 2019-04-28  9:17 UTC 

[PATCH] f2fs-tools: improve filename printing
 2019-04-28  6:25 UTC  (2+ messages)

[PATCH] f2fs-tools: improve xattr value printing
 2019-04-28  6:25 UTC  (2+ messages)

[PATCH] f2fs: Add option to limit required GC for checkpoint=disable
 2019-04-28  2:49 UTC  (2+ messages)

[RFC PATCH 0/7] xfstests: verify fscrypt-encrypted contents and filenames
 2019-04-26 20:41 UTC  (8+ messages)
` [RFC PATCH 1/7] common/encrypt: introduce helpers for set_encpolicy and get_encpolicy
` [RFC PATCH 2/7] fscrypt-crypt-util: add utility for reproducing fscrypt encrypted data
` [RFC PATCH 3/7] common/encrypt: support requiring other encryption settings
` [RFC PATCH 4/7] common/encrypt: add helper for ciphertext verification tests
` [RFC PATCH 5/7] generic: verify ciphertext of v1 encryption policies with AES-256
` [RFC PATCH 6/7] generic: verify ciphertext of v1 encryption policies with AES-128
` [RFC PATCH 7/7] generic: verify ciphertext of v1 encryption policies with Adiantum

[PATCH 1/2] f2fs-tools: allow unfixed f2fs_checkpoint.checksum_offset
 2019-04-26  8:44 UTC  (4+ messages)
` [PATCH 2/2] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature
  ` [f2fs-dev] "

[PATCH v2 1/2] f2fs-tools: allow unfixed f2fs_checkpoint.checksum_offset
 2019-04-26  2:31 UTC  (2+ messages)
` [PATCH v2 2/2] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature

[PATCH v2 2/2] f2fs: relocate chksum_offset for large_nat_bitmap feature
 2019-04-26  2:25 UTC 

[PATCH UNTESTED 1/2] mkfs.f2fs: write fill chunk in sparse file for zeroed block
 2019-04-25 12:50 UTC  (2+ messages)
` [PATCH UNTESTED 2/2] f2fs-tools: introduce f2fs_update_sparse_file()

[PATCH UNTESTED] f2fs-tools: write fill chunk in sparse file for zeroed block
 2019-04-25  3:23 UTC 

[PATCH 1/2] f2fs: allow unfixed f2fs_checkpoint.checksum_offset
 2019-04-25  1:36 UTC  (7+ messages)
` [PATCH 2/2] f2fs: relocate chksum_offset for large_nat_bitmap feature
  ` [f2fs-dev] "
  ` [f2fs-dev] [PATCH 1/2] f2fs: allow unfixed f2fs_checkpoint.checksum_offset

[f2fs-dev] [PATCH] f2fs-tools:fix memory leak in write dquot
 2019-04-24 15:06 UTC  (2+ messages)

[PATCH V1 00/14] Consolidate Post read processing code
 2019-04-24 14:59 UTC  (23+ messages)
` [PATCH V1 01/14] ext4: Clear BH_Uptodate flag on decryption error
` [PATCH V1 02/14] Consolidate "post read processing" into a new file
` [PATCH V1 03/14] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V1 04/14] fsverity: Add call back to determine readpage limit
` [PATCH V1 05/14] fs/mpage.c: Integrate post read processing
` [PATCH V1 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V1 07/14] Remove the term "bio" from post read processing
` [PATCH V1 08/14] Add decryption support for sub-pagesized blocks
` [PATCH V1 09/14] ext4: Decrypt all boundary blocks when doing buffered write
` [PATCH V1 10/14] ext4: Decrypt the block that needs to be partially zeroed
` [PATCH V1 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [PATCH V1 12/14] ext4: Compute logical block and the page range to be encrypted
` [PATCH V1 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [PATCH V1 14/14] ext4: Enable encryption for subpage-sized blocks

[PATCH v2 4/5] f2fs: add tracepoint for f2fs_filemap_fault()
 2019-04-24 12:45 UTC  (3+ messages)

[PATCH] f2fs-tools: get rid of unneeded fields in on-disk inode
 2019-04-24  9:45 UTC 

Possible issues with fsck of f2fs root
 2019-04-24  7:07 UTC  (16+ messages)

[PATCH] f2fs: remove redundant check in f2fs_file_write_iter()
 2019-04-24  3:25 UTC  (2+ messages)

[f2fs:dev-test 15/41] include/trace/events/f2fs.h:1287:1: sparse: sparse: cast to restricted vm_fault_t
 2019-04-24  1:26 UTC 

[RESEND PATCH] f2fs: Fix one GCC warning
 2019-04-23  3:31 UTC  (3+ messages)

[PATCH] fsck.f2fs: fix to repair ro mounted device w/ -f
 2019-04-23  2:42 UTC 

[Shaokun Zhang] f2fs: Fix one GCC warning
 2019-04-22 13:31 UTC  (2+ messages)

[PATCH 1/3] f2fs: fix to consider multiple device for readonly check
 2019-04-22 12:22 UTC  (3+ messages)
` [PATCH 2/3] f2fs: fix to skip recovery on readonly device
` [PATCH 3/3] f2fs: fix to be aware of readonly device in write_checkpoint()

[PATCH 2/2] fs: f2fs: insert space before the open parenthesis '('
 2019-04-22 11:28 UTC 

[PATCH 1/2] fs: f2fs: Replace spaces with tab
 2019-04-22 11:15 UTC  (2+ messages)

[PATCH v3] f2fs-tools: Fix device zoned model detection
 2019-04-22  2:41 UTC  (2+ messages)

[PATCH v2] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature
 2019-04-22  1:12 UTC  (5+ messages)

[PATCH v2] f2fs-tools: Fix device zoned model detection
 2019-04-22  0:58 UTC  (3+ messages)

[PATCH 2/2] fs: f2fs: insert space before the open parenthesis '('
 2019-04-20 11:50 UTC 

[PATCH 1/2] fs: f2fs: Replace spaces with tab
 2019-04-20 11:42 UTC 

[PATCH] f2fs: Force type conversion from __le32 to u32
 2019-04-20  3:05 UTC  (2+ messages)

[PATCH 1/2] mkfs.f2fs: make extensions list easier to read
 2019-04-20  2:14 UTC  (3+ messages)
` [PATCH 2/2] mkfs.f2fs: make the default extensions list much more sensical

[PATCH] f2fs: mark is_extension_exist() inline
 2019-04-20  2:12 UTC  (2+ messages)

[PATCH] f2fs-tools: Change sysfs path look up logic for zoned block devices
 2019-04-19  8:19 UTC  (9+ messages)

[PATCH v2] f2fs: relocate chksum_offset for large_nat_bitmap feature
 2019-04-19  8:02 UTC 

[PATCH] fsck.f2fs: fix to set CP_LARGE_NAT_BITMAP_FLAG
 2019-04-19  4:59 UTC  (5+ messages)

[PATCH] f2fs: relocate chksum_offset for large_nat_bitmap feature
 2019-04-19  3:43 UTC 

[PATCH] f2fs-tools: relocate chksum_offset for large_nat_bitmap feature
 2019-04-19  3:43 UTC 

[PATCH v5 00/16] fscrypt: key management improvements
 2019-04-18 23:29 UTC  (4+ messages)
` [PATCH v5 10/16] fscrypt: v2 encryption policy support
` [PATCH v5 15/16] ubifs: wire up new fscrypt ioctls
` [PATCH v5 16/16] fscrypt: document the new ioctls and policy version


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