linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 16:10:18 to 2020-02-24 22:18:00 UTC [more...]

[f2fs-dev] [PATCH v7 00/23] Change readahead API
 2020-02-24 22:17 UTC  (73+ 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] [Cluster-devel] "
` [f2fs-dev] [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
  ` [f2fs-dev] [Cluster-devel] "
` [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] [PATCH v2] f2fs: introduce DEFAULT_IO_TIMEOUT
 2020-02-24 22:01 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc
 2020-02-24 22:00 UTC  (7+ messages)
` [f2fs-dev] [PATCH 3/3] f2fs: avoid unneeded barrier in do_checkpoint()

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

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

[f2fs-dev] [man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-02-24 20:50 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/6] f2fs: call f2fs_balance_fs outside of locked page
 2020-02-24 14:31 UTC  (9+ messages)
  ` [f2fs-dev] Writes stoped working on f2fs after the compression support was added

[f2fs-dev] f2fs.fsck should allow dry-run on RO mounted device
 2020-02-24 11:31 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: allow --dry-run to check readonly mounted fs
 2020-02-24 11:31 UTC 

[f2fs-dev] [PATCH 1/5] f2fs: fix to show tracepoint correctly
 2020-02-24 11:20 UTC  (5+ messages)
` [f2fs-dev] [PATCH 2/5] f2fs: fix to avoid potential deadlock
` [f2fs-dev] [PATCH 3/5] f2fs: fix to avoid NULL pointer dereference
` [f2fs-dev] [PATCH 4/5] f2fs: recycle unused compress_data.chksum feild
` [f2fs-dev] [PATCH 5/5] f2fs: add missing function name in kernel message

[f2fs-dev] [PATCH v7 0/9] Inline Encryption Support
 2020-02-23 13:47 UTC  (26+ 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 v6 0/9] Inline Encryption Support
 2020-02-21 14:20 UTC  (12+ messages)

[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  (2+ messages)
` [f2fs-dev] [Bug 206551] "

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-20  2:27 UTC  (8+ messages)
` [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  (92+ 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/19] mm: Remove 'page_offset' from readahead loop
` [f2fs-dev] [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [f2fs-dev] [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v6 08/19] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [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 13/19] erofs: Convert compressed "
` [f2fs-dev] [PATCH v6 14/19] ext4: Convert "
` [f2fs-dev] [PATCH v6 16/19] fuse: "
` [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/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


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