linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-24 13:37:33 to 2016-02-24 19:47:49 UTC [more...]

[PATCH 00/35 v4] separate operations from flags in the bio/request structs
 2016-02-24 19:47 UTC  (13+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
` [PATCH 03/35] block, fs, mm, drivers: set bi_op to REQ_OP
` [PATCH 04/35] fs: have submit_bh users pass in op and flags separately
` [PATCH 05/35] fs: have ll_rw_block "
` [PATCH 06/35] direct-io: set bi_op to REQ_OP
` [PATCH 07/35] btrfs: have submit_one_bio users setup bio bi_op
` [PATCH 08/35] btrfs: set bi_op tp REQ_OP
` [PATCH 09/35] btrfs: update __btrfs_map_block for bi_op transition
` [PATCH 10/35] btrfs: don't pass rq_flag_bits if there is a bio
` [PATCH 11/35] f2fs: set bi_op to REQ_OP
` [PATCH 12/35] gfs2: "

[PATCH] f2fs: avoid hungtask problem caused by losing wake_up
 2016-02-24  9:45 UTC  (11+ messages)

[PATCH 3/3] f2fs: fix incorrect upper bound when iterating inode mapping tree
 2016-02-24  9:20 UTC 

[PATCH 2/3] f2fs: introduce f2fs_flush_merged_bios for cleanup
 2016-02-24  9:17 UTC 

[PATCH 1/3] f2fs: introduce f2fs_update_data_blkaddr for cleanup
 2016-02-24  9:16 UTC 

[PATCH v2] f2fs-tools: set segment_count in super block correctly
 2016-02-24  8:33 UTC  (7+ messages)

[RFC PATCH 1/2] libf2fs: limit the total size up to 16T
 2016-02-23 13:43 UTC  (2+ messages)
` [RFC PATCH 2/2] f2fs-tools: redefine MAX_SIT_BITMAP_SIZE

[RFC PATCH v2] mkfs.f2fs: recalculate sit_segments by max_sit_bitmap_size
 2016-02-23 12:04 UTC  (5+ messages)

[RFC PATCH] fsck.f2fs: fix corrupted nat entry [0]
 2016-02-23 11:45 UTC 

[PATCH v2] f2fs crypto: fix incorrect positioning for GCing encrypted data page
 2016-02-23  9:52 UTC 

[PATCH] mkfs.f2fs: recalculate sit_segments by max_sit_bitmap_size
 2016-02-23  3:33 UTC  (3+ messages)

[PATCH] F2FS support
 2016-02-22 18:25 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "
          ` [PATCH v6] "
              ` [f2fs-dev] "
            ` [PATCH v7] "

[PATCH] f2fs: remain last victim segment number ascending order
 2016-02-22 17:44 UTC 

[PATCH] fsck.f2fs: check nat_entry->ino for all nodes
 2016-02-22 17:42 UTC  (2+ messages)

[PATCH] fsck.f2fs: check /proc/mounts first to detect readonly
 2016-02-22 17:22 UTC 

[PATCH 5/5] f2fs crypto: fix incorrect positioning for GCing encrypted data page
 2016-02-22 14:39 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 4/5] f2fs: trace old block address for CoWed page
 2016-02-22 10:36 UTC 

[PATCH 3/5] f2fs: try to flush inode after merging inline data
 2016-02-22 10:35 UTC 

[PATCH 2/5] f2fs: show more info about superblock recovery
 2016-02-22 10:33 UTC 

[PATCH 1/5] f2fs: fix the wrong stat count of calling gc
 2016-02-22 10:32 UTC 

[PATCH v2] f2fs: fix to convert inline directory correctly
 2016-02-22 10:29 UTC 

[PATCH] f2fs: Introduce lifetime write IO statistics
 2016-02-22  1:12 UTC  (3+ messages)

[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 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 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  (23+ messages)
` [PATCH 3/26] staging: rtl8192e: Replace uses of obsolete blkcipher and hash
` [PATCH 6/26] staging: rtl8192u: Use skcipher and ahash
` [PATCH 15/26] Bluetooth: Use skcipher and hash
` [PATCH 16/26] libceph: Use skcipher
` [PATCH 17/26] mac802154: "
` [PATCH 19/26] ipsec: Use skcipher and ahash when probing algorithms
` [PATCH 22/26] iscsi_tcp: Use ahash
    ` [dm-devel] "
` [PATCH 25/26] sctp: Use shash
` [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: 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  (6+ messages)

[PATCH 24/26] nfsd: Use shash
 2016-01-24 13:51 UTC  (2+ messages)

[PATCH 21/26] nfc: s3fwrn5: Use shash
 2016-01-24 13:48 UTC  (2+ messages)

[PATCH 4/26] dm crypt: Use skcipher and ahash
 2016-01-24 13:43 UTC  (2+ messages)

[PATCH 1/26] block: cryptoloop - Use new skcipher interface
 2016-01-24 13:39 UTC  (3+ messages)

[PATCH 9/26] eCryptfs: Use skcipher and shash
 2016-01-24 13:38 UTC  (2+ messages)

[PATCH 7/26] wusb: Use skcipher
 2016-01-24 13:38 UTC  (2+ 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).