linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 09:44:22 to 2020-04-15 11:44:43 UTC [more...]

[f2fs-dev] [PATCH AUTOSEL 5.5 008/106] f2fs: fix the panic in do_checkpoint()
 2020-04-15 11:42 UTC  (8+ messages)
` [f2fs-dev] [PATCH AUTOSEL 5.5 032/106] f2fs: fix to show norecovery mount option
` [f2fs-dev] [PATCH AUTOSEL 5.5 036/106] f2fs: fix to update f2fs_super_block fields under sb_lock
` [f2fs-dev] [PATCH AUTOSEL 5.5 037/106] f2fs: Fix mount failure due to SPO after a successful online resize FS
` [f2fs-dev] [PATCH AUTOSEL 5.5 038/106] f2fs: Add a new CP flag to help fsck fix resize SPO issues
` [f2fs-dev] [PATCH AUTOSEL 5.5 083/106] f2fs: fix NULL pointer dereference in f2fs_write_begin()
` [f2fs-dev] [PATCH AUTOSEL 5.5 093/106] f2fs: skip GC when section is full
` [f2fs-dev] [PATCH AUTOSEL 5.5 105/106] f2fs: fix to wait all node page writeback

[f2fs-dev] [PATCH AUTOSEL 5.6 009/129] f2fs: fix to avoid potential deadlock
 2020-04-15 11:34 UTC  (17+ messages)
` [f2fs-dev] [PATCH AUTOSEL 5.6 010/129] f2fs: fix the panic in do_checkpoint()
` [f2fs-dev] [PATCH AUTOSEL 5.6 013/129] f2fs: fix wrong check on F2FS_IOC_FSSETXATTR
` [f2fs-dev] [PATCH AUTOSEL 5.6 014/129] f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
` [f2fs-dev] [PATCH AUTOSEL 5.6 040/129] f2fs: fix to show norecovery mount option
` [f2fs-dev] [PATCH AUTOSEL 5.6 044/129] f2fs: fix to update f2fs_super_block fields under sb_lock
` [f2fs-dev] [PATCH AUTOSEL 5.6 045/129] f2fs: Fix mount failure due to SPO after a successful online resize FS
` [f2fs-dev] [PATCH AUTOSEL 5.6 046/129] f2fs: Add a new CP flag to help fsck fix resize SPO issues
` [f2fs-dev] [PATCH AUTOSEL 5.6 096/129] f2fs: compress: fix to call missing destroy_compress_ctx()
` [f2fs-dev] [PATCH AUTOSEL 5.6 097/129] f2fs: fix potential .flags overflow on 32bit architecture
` [f2fs-dev] [PATCH AUTOSEL 5.6 098/129] f2fs: fix NULL pointer dereference in f2fs_verity_work()
` [f2fs-dev] [PATCH AUTOSEL 5.6 099/129] f2fs: fix NULL pointer dereference in f2fs_write_begin()
` [f2fs-dev] [PATCH AUTOSEL 5.6 100/129] f2fs: fix potential deadlock on compressed quota file
` [f2fs-dev] [PATCH AUTOSEL 5.6 113/129] f2fs: fix to account compressed blocks in f2fs_compressed_blocks()
` [f2fs-dev] [PATCH AUTOSEL 5.6 114/129] f2fs: skip GC when section is full
` [f2fs-dev] [PATCH AUTOSEL 5.6 127/129] f2fs: fix leaking uninitialized memory in compressed clusters
` [f2fs-dev] [PATCH AUTOSEL 5.6 128/129] f2fs: fix to wait all node page writeback

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

[f2fs-dev] [PATCH v5] f2fs: fix long latency due to discard during umount
 2020-04-15  9:07 UTC 

[f2fs-dev] [question] ZBC/ZAC Offline/read-only zone support
 2020-04-15  7:15 UTC  (6+ messages)

[f2fs-dev] [PATCH 0/1] mkfs.f2fs: update manual and help message
 2020-04-15  6:56 UTC  (3+ messages)
` [f2fs-dev] [PATCH 1/1] "

[f2fs-dev] [PATCH] f2fs: report the discard cmd errors properly
 2020-04-15  6:25 UTC  (2+ messages)

[f2fs-dev] [PATCH v4] f2fs: fix long latency due to discard during umount
 2020-04-15  6:25 UTC  (2+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: quick fix of CLOCK_BOOTTIME in mac
 2020-04-15  6:24 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: add tracepoint for f2fs iostat
 2020-04-15  6:23 UTC  (2+ messages)

[f2fs-dev] Bug#955549: f2fs-tools: fsck.f2fs segfaults
 2020-04-15  3:28 UTC  (6+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: fix to avoid overflow during print_inode_info()
 2020-04-15  3:26 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix to avoid page count leak
 2020-04-15  2:13 UTC 

[f2fs-dev] [PATCH v3] f2fs: fix long latency due to discard during umount
 2020-04-14 17:45 UTC  (7+ messages)

[f2fs-dev] [PATCH] f2fs: prevent meta updates while checkpoint is in progress
 2020-04-14 13:44 UTC  (22+ messages)

[f2fs-dev] f2fs-tools: Question about mkfs and fsck behavior for documentation purposes
 2020-04-13 17:15 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to avoid page count leak
 2020-04-13  0:34 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to handle error path of f2fs_ra_meta_pages()
 2020-04-10 10:07 UTC 

[f2fs-dev] [PATCH] f2fs: fix to avoid page count leak
 2020-04-10  8:51 UTC 

[f2fs-dev] [PATCH] f2fs: fix quota_sync failure due to f2fs_lock_op
 2020-04-09 17:30 UTC 

[f2fs-dev] [PATCH] f2fs: introduce sysfs/data_io_flag to attach REQ_META/FUA
 2020-04-09  2:31 UTC  (8+ messages)

[f2fs-dev] [PATCH] f2fs: compress: support lzo-rle compress algorithm
 2020-04-08 11:56 UTC 

[f2fs-dev] [PATCH] f2fs: introduce mempool for {, de}compress intermediate page allocation
 2020-04-08 11:56 UTC 

[f2fs-dev] [PATCH] f2fs: use round_up to enhance calculation
 2020-04-08 11:55 UTC 

[f2fs-dev] [PATCH v10 00/12] Inline Encryption Support
 2020-04-08  4:18 UTC  (14+ messages)
` [f2fs-dev] [PATCH v10 01/12] Documentation: Document the blk-crypto framework
` [f2fs-dev] [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [f2fs-dev] [PATCH v10 03/12] block: Inline encryption support for blk-mq
` [f2fs-dev] [PATCH v10 04/12] block: Make blk-integrity preclude hardware inline encryption
` [f2fs-dev] [PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption
` [f2fs-dev] [PATCH v10 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
` [f2fs-dev] [PATCH v10 07/12] scsi: ufs: UFS crypto API
` [f2fs-dev] [PATCH v10 08/12] scsi: ufs: Add inline encryption support to UFS
` [f2fs-dev] [PATCH v10 09/12] fs: introduce SB_INLINECRYPT
` [f2fs-dev] [PATCH v10 10/12] fscrypt: add inline encryption support
` [f2fs-dev] [PATCH v10 11/12] f2fs: "
` [f2fs-dev] [PATCH v10 12/12] ext4: "

[f2fs-dev] [GIT PULL] f2fs-5.7-rc1
 2020-04-07 21:05 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] f2fs for 5.6-rc6
 2020-04-07 21:05 UTC 

[f2fs-dev] [PATCH] fsck.f2fs: lookup and relink root inode
 2020-04-07 10:03 UTC 

[f2fs-dev] [PATCH 1/2] fsck.f2fs: fix to check validation of block address
 2020-04-07 10:01 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] fsck.f2fs: fix to check validation of i_xattr_nid

[f2fs-dev] [PATCH -next] f2fs: remove set but not used variable 'params'
 2020-04-02  9:14 UTC  (3+ messages)

[f2fs-dev] [PATCH] fsck.f2fs: quick fix of CLOCK_BOOTTIME in mac
 2020-04-01 20:33 UTC 

[f2fs-dev] [GIT PULL] fscrypt updates for 5.7
 2020-03-31 21:50 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: use round_up()/DIV_ROUND_UP()
 2020-03-31  7:51 UTC  (5+ messages)

[f2fs-dev] [PATCH v2] f2fs: use round_up()/DIV_ROUND_UP()
 2020-03-31  7:46 UTC 

[f2fs-dev] [PATCH] f2fscrypt: show more information of policy
 2020-03-31  4:03 UTC  (5+ messages)

[f2fs-dev] [PATCH] f2fs: fix long latency due to discard during umount
 2020-03-31  3:50 UTC  (10+ messages)

[f2fs-dev] [PATCH] f2fs: fix to use {freeze, thaw}_super in f2fs_resize_fs()
 2020-03-31  1:00 UTC 

[f2fs-dev] [PATCH] f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages()
 2020-03-30 10:03 UTC 

[f2fs-dev] [PATCH v3] f2fs: introduce f2fs_bmap_compress()
 2020-03-30  9:13 UTC 

[f2fs-dev] [PATCH -next] f2fs: xattr.h: Make stub helpers inline
 2020-03-30  8:39 UTC  (2+ messages)

[f2fs-dev] [PATCH WIP] f2fs: support fiemap on compressed inode
 2020-03-28  9:40 UTC 

[f2fs-dev] [PATCH] f2fs: clean up {cic,dic}.ref handling
 2020-03-28  9:33 UTC 

[f2fs-dev] [PATCH v2] f2fs: introduce f2fs_bmap_compress()
 2020-03-28  8:39 UTC 

[f2fs-dev] [PATCH 1/3] f2fs: fix to disable compression on directory
 2020-03-28  8:38 UTC  (5+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: keep inline_data when compression conversion
` [f2fs-dev] [PATCH 3/3] f2fs: fix to check f2fs_compressed_file() in f2fs_bmap()

[f2fs-dev] [PATCH v9 00/11] Inline Encryption Support
 2020-03-27 17:05 UTC  (9+ messages)
` [f2fs-dev] [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
` [f2fs-dev] [PATCH v9 02/11] block: Inline encryption support for blk-mq
` [f2fs-dev] [PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption

[f2fs-dev] [PATCH v2] f2fs: add missing CONFIG_F2FS_FS_COMPRESSION
 2020-03-27 10:29 UTC 

[f2fs-dev] lazytime fixes
 2020-03-26 17:01 UTC  (4+ messages)
` [f2fs-dev] [PATCH 2/4] fs: avoid double-writing the inode on a lazytime expiration

[f2fs-dev] [PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (3+ messages)
` [f2fs-dev] [PATCH v10 17/25] btrfs: Convert from readpages to readahead

[f2fs-dev] [PATCH] f2fs: switch discard_policy.timeout to bool type
 2020-03-26  9:43 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).