linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-09 09:32:48 to 2020-02-11 01:04:15 UTC [more...]

[f2fs-dev] [PATCH v5 00/13] Change readahead API
 2020-02-11  1:03 UTC  (13+ messages)
` [f2fs-dev] [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [f2fs-dev] [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [f2fs-dev] [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v5 05/13] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v5 08/13] erofs: Convert uncompressed files "
` [f2fs-dev] [PATCH v5 09/13] erofs: Convert compressed "
` [f2fs-dev] [PATCH v5 10/13] ext4: Convert "
` [f2fs-dev] [PATCH v5 11/13] f2fs: "
` [f2fs-dev] [PATCH v5 12/13] fuse: "
` [f2fs-dev] [PATCH v5 13/13] iomap: "

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-10 23:42 UTC  (12+ messages)
` [f2fs-dev] [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [f2fs-dev] [PATCH v7 2/8] fs: Add standard casefolding support
` [f2fs-dev] [PATCH v7 3/8] f2fs: Use generic "
` [f2fs-dev] [PATCH v7 4/8] ext4: "
` [f2fs-dev] [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [f2fs-dev] [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [f2fs-dev] [PATCH v7 7/8] ext4: Hande casefolding with encryption
` [f2fs-dev] [PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[f2fs-dev] [PATCH] f2fs: fix to add swap extent correctly
 2020-02-10  7:01 UTC 

[f2fs-dev] [PATCH] f2fs: fix to add swap extent correctly
 2020-02-10  6:58 UTC  (3+ messages)

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[f2fs-dev] [PATCH] f2fs: Make f2fs_readpages readable again
 2020-02-06  6:29 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-02-05 23:40 UTC  (10+ messages)
` [f2fs-dev] [PATCH v6 1/5] unicode: Add standard casefolded d_ops
` [f2fs-dev] [PATCH v6 2/5] fscrypt: Have filesystems handle their d_ops
` [f2fs-dev] [PATCH v6 3/5] f2fs: Handle casefolding with Encryption
` [f2fs-dev] [PATCH v6 4/5] ext4: Hande casefolding with encryption
` [f2fs-dev] [PATCH v6 5/5] ext4: Optimize match for casefolded encrypted dirs

[f2fs-dev] [PATCH v6 0/9] Inline Encryption Support
 2020-02-05 20:47 UTC  (40+ messages)
` [f2fs-dev] [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
` [f2fs-dev] [PATCH v6 2/9] block: Add encryption context to struct bio
` [f2fs-dev] [PATCH v6 3/9] block: blk-crypto for Inline Encryption
` [f2fs-dev] [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [f2fs-dev] [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [f2fs-dev] [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
` [f2fs-dev] [PATCH v6 7/9] fscrypt: add inline encryption support

[f2fs-dev] [PATCH] f2fs: fix to force keeping write barrier for strict fsync mode
 2020-02-05  1:39 UTC  (3+ messages)

[f2fs-dev] [PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (6+ messages)
` [f2fs-dev] [PATCH v4 03/12] readahead: Put pages in cache earlier
` [f2fs-dev] [PATCH v4 04/12] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v4 10/12] f2fs: Convert from readpages to readahead

[f2fs-dev] WARM GREETINGS
 2020-02-04 16:40 UTC 

[f2fs-dev] [PATCH 00/12] Change readahead API
 2020-02-01  0:25 UTC  (9+ messages)
` [f2fs-dev] [PATCH 03/12] readahead: Put pages in cache earlier
` [f2fs-dev] [PATCH 04/12] mm: Add readahead address space operation
` [f2fs-dev] [PATCH 10/12] f2fs: Convert from readpages to readahead

[f2fs-dev] [GIT PULL] f2fs for 5.6
 2020-01-30 23:50 UTC  (2+ messages)

[f2fs-dev] Linux kernel development reports for the 5.5 release
 2020-01-30 11:53 UTC 

[f2fs-dev] [GIT PULL] fscrypt updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] fsverity updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[f2fs-dev] [man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-01-28 19:24 UTC 

[f2fs-dev] [PATCH] ext4: fix race conditions in ->d_compare() and ->d_hash()
 2020-01-25  3:35 UTC  (11+ messages)

[f2fs-dev] [PATCH v5 0/6] fscrypt preparations for encryption+casefolding
 2020-01-24 20:14 UTC  (12+ messages)
` [f2fs-dev] [PATCH v5 1/6] fscrypt: don't allow v1 policies with casefolding
` [f2fs-dev] [PATCH v5 2/6] fscrypt: derive dirhash key for casefolded directories
` [f2fs-dev] [PATCH v5 3/6] fscrypt: clarify what is meant by a per-file key
` [f2fs-dev] [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename
` [f2fs-dev] [PATCH v5 5/6] ubifs: allow both hash and disk name to be provided in no-key names
` [f2fs-dev] [PATCH v5 6/6] fscrypt: improve format of "

[f2fs-dev] [PATCH v3 0/9] Support for Casefolding and Encryption
 2020-01-24  4:30 UTC  (14+ messages)
` [f2fs-dev] [PATCH v3 1/9] fscrypt: Add siphash and hash key for policy v2
` [f2fs-dev] [PATCH v3 2/9] fscrypt: Don't allow v1 policies with casefolding
` [f2fs-dev] [PATCH v3 3/9] fscrypt: Change format of no-key token
` [f2fs-dev] [PATCH v3 4/9] fscrypt: Only create hash key when needed
` [f2fs-dev] [PATCH v3 5/9] vfs: Fold casefolding into vfs
` [f2fs-dev] [PATCH v3 6/9] f2fs: Handle casefolding with Encryption
` [f2fs-dev] [PATCH v3 7/9] ext4: Use struct super_blocks' casefold data
` [f2fs-dev] [PATCH v3 8/9] ext4: Hande casefolding with encryption
` [f2fs-dev] [PATCH v3 9/9] ext4: Optimize match for casefolded encrypted dirs

[f2fs-dev] [PATCH 0/2] f2fs: fixes for f2fs_d_compare() and f2fs_d_hash()
 2020-01-24  4:15 UTC  (3+ messages)
` [f2fs-dev] [PATCH 1/2] f2fs: fix dcache lookup of !casefolded directories
` [f2fs-dev] [PATCH 2/2] f2fs: fix race conditions in ->d_compare() and ->d_hash()

[f2fs-dev] [PATCH 1/2] f2fs: delete duplicate information on sysfs nodes
 2020-01-23 17:24 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: Add f2fs stats to sysfs
  ` [f2fs-dev] [PATCH 2/2 v2] "

[f2fs-dev] [PATCH] fscrypt: don't print name of busy file when removing key
 2020-01-22 22:59 UTC  (2+ messages)

[f2fs-dev] [PATCH v4 0/4] fscrypt preparations for encryption+casefolding
 2020-01-20  4:44 UTC  (5+ messages)
` [f2fs-dev] [PATCH v4 1/4] fscrypt: don't allow v1 policies with casefolding
` [f2fs-dev] [PATCH v4 2/4] fscrypt: derive dirhash key for casefolded directories
` [f2fs-dev] [PATCH v4 3/4] fscrypt: clarify what is meant by a per-file key
` [f2fs-dev] [PATCH v4 4/4] fscrypt: improve format of no-key names

[f2fs-dev] [PATCH] fscrypt: reserve flags for hardware-wrapped keys feature
 2020-01-17 16:56 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: compress: fix to avoid NULL pointer dereference
 2020-01-17  7:59 UTC 

[f2fs-dev] [PATCH AUTOSEL 4.9 238/251] f2fs: fix potential overflow
 2020-01-16 17:36 UTC 

[f2fs-dev] [PATCH AUTOSEL 4.14 348/371] f2fs: fix potential overflow
 2020-01-16 17:23 UTC 

[f2fs-dev] [PATCH AUTOSEL 4.19 536/671] f2fs: fix wrong error injection path in inc_valid_block_count()
 2020-01-16 17:04 UTC  (4+ messages)
` [f2fs-dev] [PATCH AUTOSEL 4.19 537/671] f2fs: fix error path of f2fs_convert_inline_page()
` [f2fs-dev] [PATCH AUTOSEL 4.19 554/671] f2fs: fix to avoid accessing uninitialized field of inode page in is_alive()
` [f2fs-dev] [PATCH AUTOSEL 4.19 639/671] f2fs: fix potential overflow

[f2fs-dev] [PATCH AUTOSEL 5.4 115/205] f2fs: fix potential overflow
 2020-01-16 16:41 UTC 

[f2fs-dev] [PATCH -next] f2fs: remove set but not used variable 'cs_block'
 2020-01-16  0:25 UTC  (8+ messages)

[f2fs-dev] [PATCH] f2fs: Make f2fs_verify_pages static
 2020-01-15 21:40 UTC  (3+ messages)

[f2fs-dev] [RFC PATCH v5] f2fs: support data compression
 2020-01-15 21:38 UTC  (19+ messages)

[f2fs-dev] [PATCH v4] fs: Fix page_mkwrite off-by-one errors
 2020-01-15 17:10 UTC  (4+ messages)

[f2fs-dev] problem with f2fs android partition
 2020-01-15 11:04 UTC  (13+ messages)

[f2fs-dev] [PATCH v6 0/2] f2fs: Check write pointers of zoned block devices
 2020-01-15  2:25 UTC  (3+ messages)
` [f2fs-dev] [PATCH v6 1/2] f2fs: Check write pointer consistency of open zones
` [f2fs-dev] [PATCH v6 2/2] f2fs: Check write pointer consistency of non-open zones

[f2fs-dev] [PATCH] f2fs-tools: avoid ambigous checkpoint mirroring
 2020-01-14 22:47 UTC  (3+ messages)

[f2fs-dev] [PATCH] fs-verity: use mempool for hash requests
 2020-01-14 21:32 UTC  (3+ messages)

[f2fs-dev] [PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2020-01-14 21:32 UTC  (3+ messages)

[f2fs-dev] [PATCH v2] fs-verity: implement readahead of Merkle tree pages
 2020-01-14 21:31 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: change to use rwsem for gc_mutex
 2020-01-14 11:36 UTC 

[f2fs-dev] [PATCH V2] resize.f2fs: add option for large_nat_bitmap feature
 2020-01-13  8:56 UTC  (2+ messages)

[f2fs-dev] [PATCH] resize.f2fs: add option for large_nat_bitmap feature
 2020-01-13  6:50 UTC  (4+ messages)

[f2fs-dev] Investment opportunity
 2020-01-12  5:00 UTC 

[f2fs-dev] [PATCH] f2fs: add a way to turn off ipu bio cache
 2020-01-11  9:26 UTC  (6+ messages)

[f2fs-dev] TRIM issue
 2020-01-11  0:48 UTC  (4+ messages)

[f2fs-dev] [PATCH] resize.f2fs: add option for large_nat_bitmap feature
 2020-01-09  9:32 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).