messages from 2020-03-03 12:04:23 to 2020-03-20 19:12:02 UTC [more...]
[f2fs-dev] [PATCH 1/4] f2fs: fix to avoid potential deadlock
2020-03-20 19:11 UTC (5+ 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-20 19:07 UTC (2+ messages)
[f2fs-dev] [PATCH v9 00/25] Change readahead API
2020-03-20 18:52 UTC (38+ 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] 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] lazytime causing inodes to remain dirty after sync?
2020-03-20 2:52 UTC (11+ 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 0/4] fscrypt: add ioctl to get file's encryption nonce
2020-03-19 20:19 UTC (8+ 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: 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 (23+ 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] [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 v2] f2fs: use kmem_cache pool during inline xattr lookups
2020-03-19 2:37 UTC (3+ messages)
[f2fs-dev] fstrim does not recognize FSVER=1.13 of F2FS partitions
2020-03-18 20:25 UTC (5+ messages)
[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
[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] [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][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] Writes stoped working on f2fs after the compression support was added
2020-03-11 17:01 UTC (18+ messages)
[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] 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 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 (7+ messages)
` [f2fs-dev] [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
[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 (5+ messages)
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).