linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 16:41:36 to 2020-02-14 21:47:59 UTC [more...]

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-14 21:47 UTC  (26+ 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 v5 00/13] Change readahead API
 2020-02-14 19:50 UTC  (29+ 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 04/13] mm: Add readahead address space operation
` [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 1/3] f2fs: skip GC when section is full
 2020-02-14 18:58 UTC  (3+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: add migration count iff migration happens
` [f2fs-dev] [PATCH 3/3] f2fs: skip migration only when BG_GC is called

[f2fs-dev] [PATCH 1/4] f2fs: clean up codes with {f2fs_, }data_blkaddr()
 2020-02-14 18:42 UTC  (6+ messages)
` [f2fs-dev] [PATCH 2/4] f2fs: clean up parameter of macro XATTR_SIZE()
` [f2fs-dev] [PATCH 3/4] f2fs: clean up lfs/adaptive mount option
` [f2fs-dev] [PATCH 4/4] f2fs: clean up bggc "

[f2fs-dev] [PATCH AUTOSEL 4.14 132/186] f2fs: free sysfs kobject
 2020-02-14 16:16 UTC  (2+ messages)
` [f2fs-dev] [PATCH AUTOSEL 4.14 137/186] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH AUTOSEL 4.19 178/252] f2fs: set I_LINKABLE early to avoid wrong access by vfs
 2020-02-14 16:10 UTC  (3+ messages)
` [f2fs-dev] [PATCH AUTOSEL 4.19 179/252] f2fs: free sysfs kobject
` [f2fs-dev] [PATCH AUTOSEL 4.19 187/252] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH AUTOSEL 5.4 011/459] f2fs: preallocate DIO blocks when forcing buffered_io
 2020-02-14 16:00 UTC  (5+ messages)
` [f2fs-dev] [PATCH AUTOSEL 5.4 012/459] f2fs: call f2fs_balance_fs outside of locked page
` [f2fs-dev] [PATCH AUTOSEL 5.4 325/459] f2fs: set I_LINKABLE early to avoid wrong access by vfs
` [f2fs-dev] [PATCH AUTOSEL 5.4 326/459] f2fs: free sysfs kobject
` [f2fs-dev] [PATCH AUTOSEL 5.4 351/459] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH AUTOSEL 5.5 015/542] f2fs: preallocate DIO blocks when forcing buffered_io
 2020-02-14 15:46 UTC  (5+ messages)
` [f2fs-dev] [PATCH AUTOSEL 5.5 016/542] f2fs: call f2fs_balance_fs outside of locked page
` [f2fs-dev] [PATCH AUTOSEL 5.5 373/542] f2fs: set I_LINKABLE early to avoid wrong access by vfs
` [f2fs-dev] [PATCH AUTOSEL 5.5 374/542] f2fs: free sysfs kobject
` [f2fs-dev] [PATCH AUTOSEL 5.5 409/542] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH 1/2] f2fs: fix to show norecovery mount option
 2020-02-14  9:45 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: fix to wait all node page writeback

[f2fs-dev] [PATCH] f2fs: fix the panic in do_checkpoint()
 2020-02-14  7:35 UTC  (4+ messages)

[PATCH 1/2] f2fs: enhance scalibility of {d, id, did, x}node disk layout
 2020-02-14  2:32 UTC  (3+ messages)
` [PATCH 2/2] f2fs: support {d,id,did,x}node checksum
  ` [f2fs-dev] "

[f2fs-dev] [PATCH 00/12] Change readahead API
 2020-02-13 13:43 UTC  (11+ 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] [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  (27+ messages)
` [f2fs-dev] [PATCH v6 2/9] block: Add encryption context to struct bio
` [f2fs-dev] [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS

[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] [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)


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