linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-18 03:13:08 to 2016-02-19 10:13:50 UTC [more...]

[PATCH v2 3/7] f2fs: reorder nat cache lock in cache_nat_entry
 2016-02-19 10:12 UTC 

[PATCH v2 2/7] f2fs: split journal cache from curseg cache
 2016-02-19 10:08 UTC 

[PATCH] f2fs: fix to convert inline directory correctly
 2016-02-19  9:51 UTC 

[RFC PATCH] fsck.f2fs: remove corrupted nid entry from indirect/double-indirect node
 2016-02-19 17:14 UTC 

[PATCH v2] f2fs: reuse read_inline_data for f2fs_convert_inline_page
 2016-02-19  8:02 UTC 

[PATCH] f2fs: add new wraper function for reading inline data
 2016-02-19  7:46 UTC  (3+ messages)

[PATCH] f2fs: set flush_merge by default
 2016-02-18 18:51 UTC 

[PATCH] mkfs.f2fs: recalculate sit_segments by max_sit_bitmap_size
 2016-02-18  8:59 UTC 

[PATCH 2/2] f2fs: fix to delete old dirent in converted inline directory in ->rename
 2016-02-17  8:47 UTC 

[PATCH 1/2] f2fs: detect error of update_dent_inode in ->rename
 2016-02-17  8:45 UTC 

[PATCH] f2fs: move sanity checking of cp into get_valid_checkpoint
 2016-02-17  3:26 UTC 

[PATCH] f2fs: slightly reorganize read_raw_super_block
 2016-02-17  0:59 UTC 

[PATCH 1/8] fs crypto: add basic definitions for per-file encryption
 2016-02-16  2:13 UTC  (8+ messages)
` [PATCH 2/8] fs crypto: add crypto.c for encrypt/decrypt functions
` [PATCH 3/8] fs crypto: add policy.c to handle contexts
` [PATCH 4/8] fs crypto: add keyinfo.c to handle permissions
` [PATCH 5/8] fs crypto: add fname.c to support filename encryption
` [PATCH 6/8] fs crypto: add Makefile and Kconfig
` [PATCH 7/8] f2fs crypto: migrate into vfs's crypto engine
` [PATCH 8/8] ext4 "

[PATCH] f2fs crypto: avoid unneeded memory allocation when {en/de}crypting symlink
 2016-02-15  9:54 UTC 

[PATCH 5/7] f2fs crypto: set up encryption info for new inodes in f2fs_inherit_context()
 2016-02-15  9:03 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 7/7] f2fs crypto: handle unexpected lack of encryption keys
 2016-02-14 10:58 UTC 

[PATCH 6/7] f2fs crypto: make sure the encryption info is initialized on opendir(2)
 2016-02-14 10:56 UTC 

[PATCH 4/7] f2fs: enhance IO path with block plug
 2016-02-14 10:54 UTC 

[PATCH 3/7] f2fs: reorder nat cache lock in cache_nat_entry
 2016-02-14 10:53 UTC 

[PATCH 2/7] f2fs: split journal cache from curseg cache
 2016-02-14 10:51 UTC 

[PATCH 1/7] f2fs: introduce f2fs_journal struct to wrap journal info
 2016-02-14 10:50 UTC 

HELLO
 2016-02-13 17:29 UTC 

[PATCH 1/3] f2fs: use correct errno
 2016-02-13  2:56 UTC  (3+ messages)
` [PATCH 2/3] f2fs crypto: sync with ext4's fname padding
` [PATCH 3/3] f2fs: avoid garbage lenghs in dentries

[PATCH 1/5] f2fs crypto: replace some BUG_ON()'s with error checks
 2016-02-09  1:34 UTC  (5+ messages)
` [PATCH 2/5] f2fs crypto: fix spelling typo in comment
` [PATCH 3/5] f2fs crypto: f2fs_page_crypto() doesn't need a encryption context
` [PATCH 4/5] f2fs crypto: check for too-short encrypted file names
` [PATCH 5/5] f2fs crypto: add missing locking for keyring_key access

xfstests/091 failures
 2016-02-09  1:23 UTC  (2+ messages)

[PATCH 2/2] f2fs: support revoking atomic written pages
 2016-02-06  6:40 UTC 

[PATCH 1/2] f2fs: split drop_inmem_pages from commit_inmem_pages
 2016-02-06  6:38 UTC 

[PATCH 2/2] f2fs: support revoking atomic written pages
 2016-02-06  6:36 UTC  (16+ messages)
          ` [f2fs-dev] "

[PATCH v2] f2fs-tools: set segment_count in super block correctly
 2016-02-06  4:08 UTC  (5+ messages)

[PATCH 2/2] f2fs: preallocate blocks for buffered aio writes
 2016-02-06  2:57 UTC 

[PATCH 1/2] f2fs: move dio preallocation into f2fs_file_write_iter
 2016-02-06  2:53 UTC 

[PATCH] f2fs: fix missing skip pages info
 2016-02-04  8:14 UTC 

[PATCH] f2fs: avoid unnecessary search while finding victim in gc
 2016-02-03  8:21 UTC 

[PATCH v2] f2fs: delete unnecessary wait for page writeback
 2016-02-03  2:26 UTC 

[PATCH] f2fs: delete unnecessary wait for page writeback
 2016-02-02 19:58 UTC  (2+ messages)

[PATCH] f2fs-tools: set segment_count in super block correctly
 2016-02-02  0:30 UTC  (2+ messages)

[RFC PATCH 0/4] do more check in sanity_check_nid and clean up
 2016-02-02  0:27 UTC  (9+ messages)
` [RFC PATCH 1/4] f2fs-tools: simplify get_{sb|cp} and set_{sb|cp}
      ` [RFC PATCH v2] "
` [RFC PATCH 2/4] f2fs-tools: fix endianness of on-disk check_sum in summary_footer
` [RFC PATCH 3/4] fsck.f2fs: check ino of an used nat entry
` [RFC PATCH 4/4] fsck.f2fs: check ino of an inode

test
 2016-01-30  3:41 UTC 

[PATCH v2] fsck.f2fs: avoid fix ssa in some case
 2016-01-30  2:26 UTC 

[PATCH] fsck.f2fs: avoid fix ssa in some case
 2016-01-30  1:43 UTC  (3+ messages)

[PATCH 1/3] f2fs: wait on page's writeback in writepages path
 2016-01-30  0:52 UTC  (3+ messages)
` [PATCH 2/3] f2fs: flush bios to handle cp_error in put_super
` [PATCH 3/3] f2fs: fix conflict on page->private usage

[PATCH 9/26] eCryptfs: Use skcipher and shash
 2016-01-29 17:22 UTC  (3+ messages)
    ` [v2 PATCH "

[PATCH] f2fs: fix endianness of on-disk summary_footer
 2016-01-28 11:40 UTC  (2+ messages)

[PATCH] f2fs: remove vlist in extent node
 2016-01-28  2:31 UTC  (4+ messages)

[PATCH] Introduce lifetime write IO statistics
 2016-01-28  1:20 UTC  (9+ messages)

[PATCH 1/6] f2fs: speed up shrinking extent_node cache
 2016-01-27  6:28 UTC  (9+ messages)
` [PATCH 2/6] f2fs: give scheduling point in shrinking path
` [PATCH 3/6] f2fs: do f2fs_balance_fs when block is allocated
` [PATCH 4/6] f2fs: avoid multiple node page writes due to inline_data
    ` [f2fs-dev] "
` [PATCH 5/6] f2fs: don't need to sync node page at every time
` [PATCH 6/6] f2fs: avoid needless sync_inode_page when reading inline_data

[PATCH v2] Introduce lifetime write IO statistics
 2016-01-27  1:57 UTC 

[PATCH] f2fs: use wq_has_sleeper for cp_wait wait_queue
 2016-01-26 20:01 UTC 

[PATCH 1/2] f2fs: avoid multiple node page writes due to inline_data
 2016-01-26 18:31 UTC  (8+ messages)
` [PATCH 2/2] f2fs: fix to overcome inline_data floods
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: avoid multiple node page writes due to inline_data

[PATCH 0/26] crypto: Use skcipher and ahash/shash where possible
 2016-01-26 16:55 UTC  (48+ messages)
` [PATCH 1/26] block: cryptoloop - Use new skcipher interface
` [PATCH 2/26] ppp_mppe: Use skcipher and ahash
` [PATCH 3/26] staging: rtl8192e: Replace uses of obsolete blkcipher and hash
` [PATCH 4/26] dm crypt: Use skcipher and ahash
` [PATCH 5/26] orinoco: Use ahash
` [PATCH 6/26] staging: rtl8192u: Use skcipher and ahash
` [PATCH 7/26] wusb: Use skcipher
` [PATCH 8/26] cifs: "
` [PATCH 9/26] eCryptfs: Use skcipher and shash
` [PATCH 10/26] ext4: Use skcipher
` [PATCH 11/26] f2fs: "
` [PATCH 12/26] sunrpc: Use skcipher and ahash/shash
` [PATCH 13/26] lib80211: Use skcipher and ahash
` [PATCH 14/26] KEYS: Use skcipher
` [PATCH 15/26] Bluetooth: Use skcipher and hash
` [PATCH 16/26] libceph: Use skcipher
` [PATCH 17/26] mac802154: "
` [PATCH 18/26] rxrpc: "
` [PATCH 19/26] ipsec: Use skcipher and ahash when probing algorithms
` [PATCH 20/26] drbd: Use shash and ahash
` [PATCH 21/26] nfc: s3fwrn5: Use shash
` [PATCH 22/26] iscsi_tcp: Use ahash
    ` [dm-devel] "
` [PATCH 23/26] iscsi-target: Use shash and ahash
` [PATCH 24/26] nfsd: Use shash
` [PATCH 25/26] sctp: "
` [PATCH 26/26] tcp: Use ahash

[PATCH 2/2] f2fs: speed up handling holes in fiemap
 2016-01-26  7:42 UTC 

[PATCH 1/2] f2fs: introduce get_next_page_offset to speed up SEEK_DATA
 2016-01-26  7:40 UTC 

[PATCH v2 3/3] f2fs: remove unneeded pointer conversion
 2016-01-26  7:39 UTC 

[PATCH v2 1/3] f2fs: simplify f2fs_map_blocks
 2016-01-26  7:37 UTC 

[PATCH v2 2/3] f2fs: simplify __allocate_data_blocks
 2016-01-26  7:38 UTC 

[PATCH] f2fs: Introduce lifetime write IO statistics
 2016-01-26  3:16 UTC 

[PATCH] f2fs: don't need to call set_page_dirty for io error
 2016-01-26  1:45 UTC 

[PATCH v2 2/4] f2fs: introduce f2fs_submit_merged_bio_cond
 2016-01-25  9:50 UTC  (3+ messages)

[oops, 4.4-rc8] warn + oops during generic/204
 2016-01-25  9:39 UTC  (8+ messages)

[PATCH 1/4] f2fs: give scheduling point in shrinking path
 2016-01-23 20:16 UTC  (4+ messages)
` [PATCH 2/4] f2fs: remove needless condition check
` [PATCH 3/4] f2fs: use wait_for_stable_page to avoid contention
` [PATCH 4/4] f2fs: use writepages->lock for WB_SYNC_ALL

[PATCH v2 2/2] f2fs: enhance foreground GC
 2016-01-23  8:23 UTC 

[PATCH 2/2] f2fs: enhance foreground GC
 2016-01-22 10:12 UTC  (2+ messages)

[PATCH 1/2] f2fs: correct search area in get_new_segment
 2016-01-22  9:42 UTC 

[PATCH 3/3] f2fs: remove unneeded pointer conversion for cleanup
 2016-01-19 10:55 UTC 

[PATCH 2/3] f2fs: simplify __allocate_data_blocks
 2016-01-19 10:54 UTC 

[PATCH 1/3] f2fs: simplify f2fs_map_blocks
 2016-01-19 10:53 UTC 

[PATCH] f2fs: optimize f2fs_write_cache_pages()
 2016-01-19  5:38 UTC 

[PATCH 00/35 v3] eparate operations from flags in the bio/request structs
 2016-01-18 18:15 UTC  (2+ messages)

[PATCH v2 4/4] f2fs: export dirty_nats_ratio in sysfs
 2016-01-18 10:32 UTC 

[PATCH v2 3/4] f2fs: flush dirty nat entries when exceeding threshold
 2016-01-18 10:31 UTC 

[PATCH v2 1/4] f2fs: relocate is_merged_page
 2016-01-18 10:24 UTC 

[PATCH 1/2] f2fs: flush dirty nat entries when exceeding threshold
 2016-01-18  3:13 UTC  (3+ messages)


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