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

[f2fs-dev] [PATCH] f2fs: fix long latency due to discard during umount
 2020-03-13  5:12 UTC  (4+ messages)

[f2fs-dev] lazytime causing inodes to remain dirty after sync?
 2020-03-12 22:39 UTC  (8+ messages)
` [f2fs-dev] [PATCH] writeback: avoid double-writing the inode on a lazytime expiration

[f2fs-dev] [PATCH v8 0/8] Support for Casefolding and Encryption
 2020-03-12 22:11 UTC  (14+ messages)
` [f2fs-dev] [PATCH v8 1/8] unicode: Add utf8_casefold_hash
` [f2fs-dev] [PATCH v8 2/8] fs: Add standard casefolding support
` [f2fs-dev] [PATCH v8 3/8] f2fs: Use generic "
` [f2fs-dev] [PATCH v8 4/8] ext4: "
` [f2fs-dev] [PATCH v8 5/8] fscrypt: Export fscrypt_d_revalidate
` [f2fs-dev] [PATCH v8 6/8] libfs: Add generic function for setting dentry_ops
` [f2fs-dev] [PATCH v8 7/8] fscrypt: Have filesystems handle their d_ops
` [f2fs-dev] [PATCH v8 8/8] f2fs: Handle casefolding with Encryption

[f2fs-dev] [PATCH v8 00/11] Inline Encryption Support
 2020-03-12 15:43 UTC  (13+ 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 04/11] block: blk-crypto-fallback for Inline Encryption
` [f2fs-dev] [PATCH v8 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [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 v8 11/11] ext4: "

[f2fs-dev] [man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-03-12  8:26 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to account compressed blocks in f2fs_compressed_blocks()
 2020-03-12  2:45 UTC 

[f2fs-dev] [PATCH] f2fs: Use scnprintf() for avoiding potential buffer overflow
 2020-03-12  1:08 UTC  (2+ messages)

[f2fs-dev] [PATCH][next] f2fs: xattr.h: Replace zero-length array with flexible-array member
 2020-03-12  1:07 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] fscrypt fix for v5.6-rc6
 2020-03-11 20:45 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] f2fs for 5.6-rc6
 2020-03-11 17:48 UTC  (4+ messages)

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

[f2fs-dev] [PATCH] mkfs.f2fs: Slightly improve the manpage wording
 2020-03-11 16:35 UTC 

[f2fs-dev] [PATCH -next 000/491] treewide: use fallthrough;
 2020-03-11  4:51 UTC 

[f2fs-dev] [PATCH 1/5] f2fs: change default compression algorithm
 2020-03-11  3:45 UTC  (10+ messages)
` [f2fs-dev] [PATCH 2/5] f2fs: force compressed data into warm area
` [f2fs-dev] [PATCH 3/5] f2fs: fix to account compressed inode correctly
` [f2fs-dev] [PATCH 4/5] f2fs: fix to check dirty pages during compressed inode conversion
` [f2fs-dev] [PATCH 5/5] f2fs: allow to clear F2FS_COMPR_FL flag

[f2fs-dev] [PATCH] fscrypt: don't evict dirty inodes after removing key
 2020-03-11  2:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to check i_compr_blocks correctly
 2020-03-10 16:18 UTC  (3+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: report real wall time
 2020-03-09 21:19 UTC 

[f2fs-dev] [PATCH] f2fs: fix wrong check on F2FS_IOC_FSSETXATTR
 2020-03-09  8:24 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH v5] f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
 2020-03-06  7:36 UTC 

[f2fs-dev] [PATCH] f2fs_io: support compress blocks ioctls
 2020-03-06  6:38 UTC 

[f2fs-dev] [PATCH v2] f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS
 2020-03-06  6:35 UTC 

[f2fs-dev] [PATCH v4] f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
 2020-03-06  6:34 UTC 

[f2fs-dev] [PATCH] Include private/fs_config.h directly when needed
 2020-03-06  3:37 UTC 

[f2fs-dev] [PATCH V2 2/2] f2fs: Add a new CP flag to help fsck fix resize SPO issues
 2020-03-06  3:03 UTC  (4+ messages)
` [f2fs-dev] [PATCH V2 1/2] f2fs: Fix mount failure due to SPO after a successful online resize FS

[PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2020-03-05 21:04 UTC  (2+ messages)
` [f2fs-dev] "

[f2fs-dev] [PATCH v7 0/9] Inline Encryption Support
 2020-03-05 16:11 UTC  (29+ 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 6/9] scsi: ufs: Add inline encryption support to UFS
` [f2fs-dev] [PATCH v7 7/9] fscrypt: add inline encryption support

[f2fs-dev] [PATCH] fsck.f2fs: account COMPRESS_ADDR as reserved blocks correctly
 2020-03-05  8:12 UTC 

[f2fs-dev] [PATCH] f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS
 2020-03-05  8:11 UTC 

[f2fs-dev] [PATCH v3] f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
 2020-03-05  8:04 UTC 

[f2fs-dev] [PATCH v2] f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
 2020-03-05  6:34 UTC  (6+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: Fix mount failure due to SPO after a successful online resize FS
 2020-03-03 14:06 UTC  (6+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: Add a new CP flag to help fsck fix resize SPO issues

[f2fs-dev] [PATCH] f2fs: fix to update f2fs_super_block fields under sb_lock
 2020-03-03 12:09 UTC 

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

[f2fs-dev] F2fs panic | update_sit_entry() | no free segment | se invalid
 2020-03-03 11:38 UTC  (2+ messages)

[f2fs-dev] [PATCH v2] f2fs: compress: support zstd compress algorithm
 2020-03-03  9:46 UTC 

[f2fs-dev] [PATCH 1/2] f2fs: compress: fix to call missing destroy_compress_ctx()
 2020-03-03  8:57 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: compress: add .{init, destroy}_decompress_ctx callback

[f2fs-dev] [PATCH] f2fs: compress: support zstd compress algorithm
 2020-03-03  1:50 UTC  (3+ messages)

[f2fs-dev] [PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-03-02 21:13 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to avoid using uninitialized variable
 2020-03-02  9:34 UTC 

[f2fs-dev] [PATCH] f2fs: remove redundant compress inode check
 2020-02-29 10:49 UTC 

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

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

[f2fs-dev] [PATCH] f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
 2020-02-28 10:08 UTC 

[f2fs-dev] [PATCH] loop: avoid EAGAIN, if offset or block_size are changed
 2020-02-28  4:38 UTC 

[f2fs-dev] [PATCH] f2fs: fix leaking uninitialized memory in compressed clusters
 2020-02-27 18:16 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: show mounted time
 2020-02-27 17:59 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: cover last_disk_size update with spinlock
 2020-02-27 11:30 UTC  (3+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: remove i_sem lock coverage in f2fs_setxattr()
` [f2fs-dev] [PATCH 3/3] f2fs: fix inconsistent comments

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

[f2fs-dev] AArch64 static build link order fix
 2020-02-26  0:13 UTC 

[f2fs-dev] [PATCH v2] f2fs: use kmem_cache pool during inline xattr lookups
 2020-02-25 10:17 UTC 

[f2fs-dev] [PATCH] f2fs: use kmem_cache pool during inline xattr lookups
 2020-02-25  8:44 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc
 2020-02-25  6:10 UTC  (6+ 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-25  2:24 UTC  (9+ messages)
` [f2fs-dev] [PATCH 3/3] f2fs: skip migration only when BG_GC is called

[f2fs-dev] [PATCH v7 00/23] Change readahead API
 2020-02-25  1:49 UTC  (6+ messages)
` [f2fs-dev] [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor


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