linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-24 20:14:14 to 2020-02-18 02:32:12 UTC [more...]

[f2fs-dev] [PATCH v6 00/19] Change readahead API
 2020-02-18  1:51 UTC  (35+ 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/16] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [f2fs-dev] [PATCH v6 06/16] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [f2fs-dev] [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] [PATCH v6 08/19] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [f2fs-dev] [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
  ` [f2fs-dev] [Ocfs2-devel] "
` [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 12/16] ext4: Convert "
` [f2fs-dev] [PATCH v6 13/19] erofs: Convert compressed files "
` [f2fs-dev] [PATCH v6 13/16] f2fs: Convert "
` [f2fs-dev] [PATCH v6 14/19] ext4: "
` [f2fs-dev] [PATCH v6 14/16] fuse: "
` [f2fs-dev] [PATCH v6 15/19] f2fs: "
` [f2fs-dev] [PATCH v6 15/16] iomap: "
` [f2fs-dev] [PATCH v6 16/19] fuse: "
` [f2fs-dev] [PATCH v6 16/16] mm: Use memalloc_nofs_save in readahead path
` [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] [Bug 206551] New: Failed to initialize F2FS segment manager (-117)
 2020-02-18  1:32 UTC  (5+ messages)
` [f2fs-dev] [Bug 206551] "

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-17 19:02 UTC  (27+ messages)
` [f2fs-dev] [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [f2fs-dev] [PATCH v7 2/8] fs: Add standard casefolding support
` [f2fs-dev] [PATCH v7 3/8] f2fs: Use generic "
` [f2fs-dev] [PATCH v7 4/8] ext4: "
` [f2fs-dev] [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [f2fs-dev] [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [f2fs-dev] [PATCH v7 7/8] ext4: Hande casefolding with encryption
` [f2fs-dev] [PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[f2fs-dev] [PATCH 00/44] Manually convert filesystem FS documents to ReST
 2020-02-17 16:12 UTC  (2+ messages)
` [f2fs-dev] [PATCH 18/44] docs: filesystems: convert f2fs.txt "

[f2fs-dev] [PATCH] f2fs: add prefix for f2fs slab cache name
 2020-02-17  9:46 UTC 

[f2fs-dev] [PATCH v2] f2fs: introduce DEFAULT_IO_TIMEOUT
 2020-02-17  9:45 UTC 

[f2fs-dev] F2fs panic | update_sit_entry() | no free segment | se invalid
 2020-02-17  7:10 UTC  (2+ messages)

[f2fs-dev] [PATCH V2] f2fs: fix the panic in do_checkpoint()
 2020-02-17  6:37 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix inconsistent comments
 2020-02-17  6:21 UTC  (2+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: skip GC when section is full
 2020-02-17  2:22 UTC  (7+ messages)
` [f2fs-dev] [PATCH 2/3] f2fs: add migration count iff migration happens
` [f2fs-dev] [PATCH 3/3] f2fs: skip migration only when BG_GC is called

[f2fs-dev] [PATCH 1/4] f2fs: clean up codes with {f2fs_, }data_blkaddr()
 2020-02-17  1:03 UTC  (7+ messages)
` [f2fs-dev] [PATCH 2/4] f2fs: clean up parameter of macro XATTR_SIZE()
` [f2fs-dev] [PATCH 3/4] f2fs: clean up lfs/adaptive mount option
` [f2fs-dev] [PATCH 4/4] f2fs: clean up bggc "

[f2fs-dev] [PATCH v5 00/13] Change readahead API
 2020-02-15  1:15 UTC  (31+ messages)
` [f2fs-dev] [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [f2fs-dev] [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [f2fs-dev] [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [f2fs-dev] [PATCH v5 04/13] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v5 05/13] mm: Add page_cache_readahead_limit
` [f2fs-dev] [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [f2fs-dev] [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [f2fs-dev] [PATCH v5 08/13] erofs: Convert uncompressed files "
` [f2fs-dev] [PATCH v5 09/13] erofs: Convert compressed "
` [f2fs-dev] [PATCH v5 10/13] ext4: Convert "
` [f2fs-dev] [PATCH v5 11/13] f2fs: "
` [f2fs-dev] [PATCH v5 12/13] fuse: "
` [f2fs-dev] [PATCH v5 13/13] iomap: "

[f2fs-dev] [PATCH AUTOSEL 4.14 132/186] f2fs: free sysfs kobject
 2020-02-14 16:16 UTC  (2+ messages)
` [f2fs-dev] [PATCH AUTOSEL 4.14 137/186] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH AUTOSEL 4.19 178/252] f2fs: set I_LINKABLE early to avoid wrong access by vfs
 2020-02-14 16:10 UTC  (3+ messages)
` [f2fs-dev] [PATCH AUTOSEL 4.19 179/252] f2fs: free sysfs kobject
` [f2fs-dev] [PATCH AUTOSEL 4.19 187/252] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH AUTOSEL 5.4 011/459] f2fs: preallocate DIO blocks when forcing buffered_io
 2020-02-14 16:00 UTC  (5+ messages)
` [f2fs-dev] [PATCH AUTOSEL 5.4 012/459] f2fs: call f2fs_balance_fs outside of locked page
` [f2fs-dev] [PATCH AUTOSEL 5.4 325/459] f2fs: set I_LINKABLE early to avoid wrong access by vfs
` [f2fs-dev] [PATCH AUTOSEL 5.4 326/459] f2fs: free sysfs kobject
` [f2fs-dev] [PATCH AUTOSEL 5.4 351/459] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH AUTOSEL 5.5 015/542] f2fs: preallocate DIO blocks when forcing buffered_io
 2020-02-14 15:46 UTC  (5+ messages)
` [f2fs-dev] [PATCH AUTOSEL 5.5 016/542] f2fs: call f2fs_balance_fs outside of locked page
` [f2fs-dev] [PATCH AUTOSEL 5.5 373/542] f2fs: set I_LINKABLE early to avoid wrong access by vfs
` [f2fs-dev] [PATCH AUTOSEL 5.5 374/542] f2fs: free sysfs kobject
` [f2fs-dev] [PATCH AUTOSEL 5.5 409/542] f2fs: fix memleak of kobject

[f2fs-dev] [PATCH 1/2] f2fs: fix to show norecovery mount option
 2020-02-14  9:45 UTC  (2+ messages)
` [f2fs-dev] [PATCH 2/2] f2fs: fix to wait all node page writeback

[f2fs-dev] [PATCH] f2fs: fix the panic in do_checkpoint()
 2020-02-14  7:35 UTC  (4+ messages)

[PATCH 1/2] f2fs: enhance scalibility of {d, id, did, x}node disk layout
 2020-02-14  2:32 UTC  (3+ messages)
` [PATCH 2/2] f2fs: support {d,id,did,x}node checksum
  ` [f2fs-dev] "

[f2fs-dev] [PATCH 00/12] Change readahead API
 2020-02-13 13:43 UTC  (11+ messages)
` [f2fs-dev] [PATCH 03/12] readahead: Put pages in cache earlier
` [f2fs-dev] [PATCH 04/12] mm: Add readahead address space operation
` [f2fs-dev] [PATCH 10/12] f2fs: Convert from readpages to readahead

[f2fs-dev] [PATCH] f2fs: fix to add swap extent correctly
 2020-02-10  7:01 UTC 

[f2fs-dev] [PATCH] f2fs: fix to add swap extent correctly
 2020-02-10  6:58 UTC  (3+ messages)

[f2fs-dev] [PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[f2fs-dev] [PATCH] f2fs: Make f2fs_readpages readable again
 2020-02-06  6:29 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2] "

[f2fs-dev] [PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-02-05 23:40 UTC  (10+ messages)
` [f2fs-dev] [PATCH v6 1/5] unicode: Add standard casefolded d_ops
` [f2fs-dev] [PATCH v6 2/5] fscrypt: Have filesystems handle their d_ops
` [f2fs-dev] [PATCH v6 3/5] f2fs: Handle casefolding with Encryption
` [f2fs-dev] [PATCH v6 4/5] ext4: Hande casefolding with encryption
` [f2fs-dev] [PATCH v6 5/5] ext4: Optimize match for casefolded encrypted dirs

[f2fs-dev] [PATCH v6 0/9] Inline Encryption Support
 2020-02-05 20:47 UTC  (16+ messages)
` [f2fs-dev] [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS

[f2fs-dev] [PATCH] f2fs: fix to force keeping write barrier for strict fsync mode
 2020-02-05  1:39 UTC  (3+ messages)

[f2fs-dev] [PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (6+ messages)
` [f2fs-dev] [PATCH v4 03/12] readahead: Put pages in cache earlier
` [f2fs-dev] [PATCH v4 04/12] mm: Add readahead address space operation
` [f2fs-dev] [PATCH v4 10/12] f2fs: Convert from readpages to readahead

[f2fs-dev] WARM GREETINGS
 2020-02-04 16:40 UTC 

[f2fs-dev] [GIT PULL] f2fs for 5.6
 2020-01-30 23:50 UTC  (2+ messages)

[f2fs-dev] Linux kernel development reports for the 5.5 release
 2020-01-30 11:53 UTC 

[f2fs-dev] [GIT PULL] fscrypt updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[f2fs-dev] [GIT PULL] fsverity updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[f2fs-dev] [man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-01-28 19:24 UTC 

[f2fs-dev] [PATCH] ext4: fix race conditions in ->d_compare() and ->d_hash()
 2020-01-25  3:35 UTC  (2+ messages)

[f2fs-dev] [PATCH v5 0/6] fscrypt preparations for encryption+casefolding
 2020-01-24 20:14 UTC  (4+ messages)
` [f2fs-dev] [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename


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