linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 16:13:11 to 2020-02-21 14:20:38 UTC [more...]

[f2fs-dev] [PATCH v6 0/9] Inline Encryption Support
 2020-02-21 14:20 UTC  (12+ messages)

[f2fs-dev] [PATCH v7 0/9] Inline Encryption Support
 2020-02-21 11:50 UTC  (10+ messages)
` [f2fs-dev] [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [f2fs-dev] [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [f2fs-dev] [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [f2fs-dev] [PATCH v7 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [f2fs-dev] [PATCH v7 5/9] scsi: ufs: UFS crypto API
` [f2fs-dev] [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
` [f2fs-dev] [PATCH v7 7/9] fscrypt: add inline encryption support
` [f2fs-dev] [PATCH v7 8/9] f2fs: "
` [f2fs-dev] [PATCH v7 9/9] ext4: "

[f2fs-dev] [PATCH v7 00/23] Change readahead API
 2020-02-21 11:59 UTC  (48+ messages)
` [f2fs-dev] [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [f2fs-dev] [PATCH v7 02/24] mm: Return void from various readahead functions
` [f2fs-dev] [PATCH v7 03/24] mm: Ignore return value of ->readpages
` [f2fs-dev] [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [f2fs-dev] [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [f2fs-dev] [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [f2fs-dev] [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [f2fs-dev] [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [f2fs-dev] [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v7 10/24] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [f2fs-dev] [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [f2fs-dev] [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v7 15/24] erofs: Convert uncompressed files "
` [f2fs-dev] [PATCH v7 16/24] erofs: Convert compressed "
` [f2fs-dev] [PATCH v7 17/24] ext4: Convert "
` [f2fs-dev] [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [f2fs-dev] [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v7 20/24] fuse: "
` [f2fs-dev] [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [f2fs-dev] [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [f2fs-dev] [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [f2fs-dev] [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[f2fs-dev] [RFC PATCH 1/2] f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKS
 2020-02-21 10:09 UTC  (2+ messages)
` [f2fs-dev] [RFC PATCH 2/2] f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS

[f2fs-dev] [PATCH] f2fs: fix leaking uninitialized memory in compressed clusters
 2020-02-21  4:50 UTC 

[f2fs-dev] [Bug 206551] New: Failed to initialize F2FS segment manager (-117)
 2020-02-20  7:03 UTC  (4+ messages)
` [f2fs-dev] [Bug 206551] "

[f2fs-dev] [PATCH v2] f2fs: introduce DEFAULT_IO_TIMEOUT
 2020-02-20  6:26 UTC  (2+ messages)

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-20  2:27 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 v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (111+ messages)
` [f2fs-dev] [PATCH v6 01/19] mm: Return void from various readahead functions
` [f2fs-dev] [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [f2fs-dev] [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [f2fs-dev] [PATCH v6 04/19] mm: Rearrange readahead loop
` [f2fs-dev] [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [f2fs-dev] [PATCH v6 05/16] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [f2fs-dev] [PATCH v6 06/16] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [f2fs-dev] [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] [PATCH v6 08/19] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [f2fs-dev] [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
  ` [f2fs-dev] [Ocfs2-devel] "
` [f2fs-dev] [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v6 11/16] erofs: Convert compressed files "
` [f2fs-dev] [PATCH v6 12/19] erofs: Convert uncompressed "
` [f2fs-dev] [PATCH v6 12/16] ext4: Convert "
` [f2fs-dev] [PATCH v6 13/19] erofs: Convert compressed files "
` [f2fs-dev] [PATCH v6 13/16] f2fs: Convert "
` [f2fs-dev] [PATCH v6 14/19] ext4: "
` [f2fs-dev] [PATCH v6 14/16] fuse: "
` [f2fs-dev] [PATCH v6 15/19] f2fs: "
` [f2fs-dev] [PATCH v6 15/16] iomap: "
` [f2fs-dev] [PATCH v6 16/19] fuse: "
` [f2fs-dev] [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` [f2fs-dev] [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [f2fs-dev] [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [f2fs-dev] [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[f2fs-dev] [PATCH v3] loop: avoid EAGAIN, if offset or block_size are changed
 2020-02-19 19:58 UTC  (2+ messages)

[f2fs-dev] [PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-02-19 15:11 UTC  (5+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: skip GC when section is full
 2020-02-19  3:54 UTC  (7+ messages)
` [f2fs-dev] [PATCH 3/3] f2fs: skip migration only when BG_GC is called

[f2fs-dev] [PATCH 1/3] f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc
 2020-02-19  3:18 UTC  (7+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: fix to avoid triggering IO in write path
` [f2fs-dev] [PATCH 3/3] f2fs: avoid unneeded barrier in do_checkpoint()

[f2fs-dev] [PATCH 1/4] f2fs: clean up codes with {f2fs_, }data_blkaddr()
 2020-02-18 23:24 UTC  (5+ messages)
` [f2fs-dev] [PATCH 3/4] f2fs: clean up lfs/adaptive mount option

[f2fs-dev] [PATCH v3] f2fs: fix the panic in do_checkpoint()
 2020-02-18  6:09 UTC  (2+ 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).