linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-13 05:13:30 to 2020-03-25 09:28:20 UTC [more...]

[f2fs-dev] [PATCH RFC] f2fs: don't inline compressed inode
 2020-03-25  9:27 UTC 

[f2fs-dev] [PATCH] f2fs: clean up dic->tpages assignment
 2020-03-25  9:25 UTC 

[f2fs-dev] lazytime causing inodes to remain dirty after sync?
 2020-03-25  9:20 UTC  (13+ messages)
` [f2fs-dev] [PATCH] writeback: avoid double-writing the inode on a lazytime expiration
            ` [f2fs-dev] [PATCH 1/2] "
              ` [f2fs-dev] [PATCH 2/2] writeback, xfs: call dirty_inode() with I_DIRTY_TIME_EXPIRED when appropriate

[f2fs-dev] [PATCH v2 3/5] f2fs: fix to avoid NULL pointer dereference
 2020-03-25  9:18 UTC 

[f2fs-dev] [PATCH] f2fs: show compression in statx
 2020-03-25  2:22 UTC 

[f2fs-dev] [PATCH] f2fs: remove redundant compress inode check
 2020-03-25  2:20 UTC  (6+ messages)

[f2fs-dev] Your Fund
 2020-03-24 21:51 UTC 

[f2fs-dev] [PATCH v2] f2fs: compress: support zstd compress algorithm
 2020-03-24 15:39 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: fix long latency due to discard during umount
 2020-03-24  9:47 UTC  (2+ messages)

[f2fs-dev] [PATCH v5] fsck.f2fs: allow fsck to fix issues with online resize due to SPO
 2020-03-24  9:42 UTC 

[f2fs-dev] [PATCH v4] fsck.f2fs: allow fsck to fix issues with online resize due to SPO
 2020-03-24  9:10 UTC  (3+ messages)

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

[f2fs-dev] [Bug 206057] New: 5.5.0: f2fs is extremely slow, with ext4 system works well
 2020-03-24  8:25 UTC  (2+ messages)
` [f2fs-dev] [Bug 206057] 5.5.0-rc2-next: "

[f2fs-dev] [PATCH] f2fs: fix to avoid double unlock
 2020-03-24  6:20 UTC 

[f2fs-dev] [PATCH v5] f2fs: fix potential .flags overflow on 32bit architecture
 2020-03-24  6:13 UTC  (4+ messages)

[f2fs-dev] fstrim does not recognize FSVER=1.13 of F2FS partitions
 2020-03-24  2:32 UTC  (10+ messages)

[f2fs-dev] [PATCH v3] fsck.f2fs: allow fsck to fix issues with online resize due to SPO
 2020-03-23 10:50 UTC  (2+ messages)

[f2fs-dev] [PATCH v3 3/4] f2fs: fix NULL pointer dereference in f2fs_verity_work()
 2020-03-23  9:43 UTC 

[f2fs-dev] [PATCH v2] f2fs: use kmem_cache pool during inline xattr lookups
 2020-03-23  4:16 UTC  (4+ messages)

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

[f2fs-dev] [PATCH v4] f2fs: fix potential .flags overflow on 32bit architecture
 2020-03-23  3:22 UTC  (5+ messages)

[f2fs-dev] [PATCH v3] f2fs: fix potential .flags overflow on 32bit architecture
 2020-03-23  2:19 UTC  (5+ messages)

[f2fs-dev] [PATCH] ENOSPC returned but there still many free segments
 2020-03-23  1:42 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix potential .flags overflow on 32bit architecture
 2020-03-23  1:15 UTC  (5+ messages)

[f2fs-dev] [PATCH v2] f2fs: fix potential .flags overflow on 32bit architecture
 2020-03-23  1:07 UTC  (3+ messages)

[f2fs-dev] Writes stoped working on f2fs after the compression support was added
 2020-03-22 10:15 UTC  (12+ messages)

[f2fs-dev] [PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-22  3:30 UTC  (9+ messages)
` [f2fs-dev] [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [f2fs-dev] [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
` [f2fs-dev] [PATCH 3/4] f2fs: "
` [f2fs-dev] [PATCH 4/4] ubifs: "

[f2fs-dev] [PATCH] f2fs: fix to clear PG_error if fsverity failed
 2020-03-21 12:24 UTC 

[f2fs-dev] [PATCH] f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()
 2020-03-21 12:23 UTC 

[f2fs-dev] [PATCH v2 3/4] f2fs: fix NULL pointer dereference in f2fs_verity_work()
 2020-03-21 12:21 UTC 

[f2fs-dev] [PATCH v2] f2fs: clean up f2fs_may_encrypt()
 2020-03-21 12:19 UTC 

[f2fs-dev] [PATCH 1/4] f2fs: fix to avoid potential deadlock
 2020-03-21 12:16 UTC  (6+ messages)
` [f2fs-dev] [PATCH 2/4] f2fs: don't trigger data flush in foreground operation
` [f2fs-dev] [PATCH 3/4] f2fs: fix NULL pointer dereference in f2fs_verity_work()
` [f2fs-dev] [PATCH 4/4] f2fs: fix NULL pointer dereference in f2fs_write_begin()

[f2fs-dev] [PATCH] f2fs: clean up f2fs_may_encrypt()
 2020-03-21 12:13 UTC  (3+ messages)

[f2fs-dev] Fwd: Add page_cache_readahead_unbounded
 2020-03-20 15:49 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: don't change inode status under page lock
 2020-03-20 10:17 UTC 

[f2fs-dev] [PATCH] f2fs: fix potential deadlock on compressed quota file
 2020-03-20 10:14 UTC 

[f2fs-dev] [PATCH] f2fs: Use scnprintf() for avoiding potential buffer overflow
 2020-03-19 18:38 UTC  (4+ messages)

[f2fs-dev] [PATCH V2] fsck.f2fs: allow fsck to fix issues with online resize due to SPO
 2020-03-19 15:16 UTC  (4+ messages)

[f2fs-dev] [PATCH v8 00/25] Change readahead API
 2020-03-19 11:57 UTC  (4+ messages)

[f2fs-dev] [PATCH v8 00/11] Inline Encryption Support
 2020-03-19 11:04 UTC  (19+ messages)
` [f2fs-dev] [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [f2fs-dev] [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [f2fs-dev] [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [f2fs-dev] [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [f2fs-dev] [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [f2fs-dev] [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [f2fs-dev] [PATCH v8 09/11] fscrypt: add inline encryption support
` [f2fs-dev] [PATCH v8 10/11] f2fs: "

[f2fs-dev] [PATCH] fsck.f2fs: fix wrong addrs_per_{inode,block}
 2020-03-19 10:28 UTC 

[f2fs-dev] Response
 2020-03-19  4:01 UTC 

[f2fs-dev] [PATCH] f2fs: don't mark compressed inode dirty during f2fs_iget()
 2020-03-18 11:40 UTC 

[f2fs-dev] [PATCH v2] f2fs: support partial truncation on compressed inode
 2020-03-18  8:22 UTC 

[f2fs-dev] [PATCH] fsck.f2fs: report real wall time
 2020-03-16  6:17 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix long latency due to discard during umount
 2020-03-16  3:52 UTC  (8+ messages)

[f2fs-dev] [PATCH] dump.f2fs: fix to print all blkaddr in .i_addr
 2020-03-16  3:05 UTC 

[f2fs-dev] [PATCH] Include private/fs_config.h directly when needed
 2020-03-16  2:59 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: support partial truncation on compressed inode
 2020-03-13 10:27 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).