linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-23 00:37:05 to 2015-03-03 18:03:06 UTC [more...]

[PATCH 1/3] f2fs: avoid to trigger writepage during POR
 2015-03-03 18:02 UTC  (2+ messages)
` [PATCH 3/3] f2fs: report -ENOENT for unreached data indices

f2fs freezes the machine
 2015-03-03  8:22 UTC  (7+ messages)
  ` [PATCH] fs/f2fs: add cond_resched() to sync_dirty_dir_inodes()

[PATCH v2] f2fs: fix max orphan inodes calculation
 2015-03-03  1:40 UTC  (3+ messages)

[PATCH] f2fs: fix to issue small discard in real-time mode discard
 2015-03-02 23:58 UTC  (2+ messages)

[PATCH] f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries
 2015-02-28  8:59 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 1/2] f2fs: clear page's up-to-date if block was deallocated
 2015-02-27 19:21 UTC  (2+ messages)
` [PATCH 2/2] f2fs: check its block allocation to avoid producing wrong dirty pages

[PATCH 1/2] generic/065: f2fs serves 64KB size with zero data
 2015-02-27 19:02 UTC  (13+ messages)
` [PATCH 2/2] generic/066: add _require_metadata_replay
    ` [f2fs-dev] "
    ` [f2fs-dev] [PATCH 1/2] generic/065: f2fs serves 64KB size with zero data

[PATCH] f2fs: fix max orphan inodes calculation
 2015-02-27  9:39 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH 1/2] f2fs: introduce macro __cp_payload
 2015-02-27  9:11 UTC  (5+ messages)
` [PATCH 2/2] f2fs: fix the number of orphan inode blocks
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: introduce macro __cp_payload

[PATCH] f2fs: don't need to collect dirty sit entries and flush journal when there's no dirty sit entries
 2015-02-27  8:54 UTC  (2+ messages)

[PATCH] f2fs: fix block_ops trace point
 2015-02-27  7:56 UTC 

[PATCH 1/2] f2fs: remove obsolete code
 2015-02-26  1:15 UTC  (3+ messages)
` [PATCH 2/2] f2fs: avoid wrong error during recovery
  ` [f2fs-dev] "

[PATCH] f2fs: fix recover orphan inodes
 2015-02-25 23:04 UTC  (3+ messages)

[PATCH] fsck.f2fs: remove corrupted data indices in direct node blocks
 2015-02-25 21:46 UTC 

[PATCH v3 06/10] f2fs: add core functions for rb-tree extent cache
 2015-02-18  6:32 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 4/4] f2fs: fix incorrectly stat number of inline data inode
 2015-02-16  8:20 UTC 

[PATCH 3/4] f2fs: use ->writepage in sync_meta_pages
 2015-02-16  8:19 UTC 

[PATCH 2/4] f2fs: introduce f2fs_update_dentry to clean up duplicated codes
 2015-02-16  8:17 UTC 

[PATCH 1/4] f2fs: remove unused inline_dentry_addr
 2015-02-16  8:15 UTC 

[GIT PULL] f2fs updates for v3.20
 2015-02-12 21:56 UTC 

[PATCH] f2fs: fix accessing wrong indexed data blocks
 2015-02-11 20:05 UTC 

[PATCH] f2fs: use spinlock for segmap_lock instead of rwlock
 2015-02-11 10:20 UTC 

[PATCH 1/2] f2fs: fix sparse warnings
 2015-02-11  1:25 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid variable length array

[PATCH 1/4] f2fs: check node page contents all the time
 2015-02-10 21:58 UTC  (4+ messages)
` [PATCH 2/4] f2fs: call set_buffer_new for get_block
` [PATCH 3/4] f2fs: introduce macros to convert bytes and blocks in f2fs
` [PATCH 4/4] f2fs: allocate data blocks in advance for f2fs_direct_IO

[PATCH 0/9 v5] make xfs/tests generic by introducing shutdown for filesystems
 2015-02-10 21:55 UTC  (16+ messages)
` [PATCH 1/9 v5] common/rc: add _require_scratch_shtudown
` [PATCH 2/9 v5] common/rc: add _require_fiemap and _extent_hole_counts
    ` [PATCH 2/9 v6] common/rc: add _require_fiemap and counting extents and holes
` [PATCH 3/9 v5] common/rc: add _require_norecovery
` [PATCH 4/9 v5] tests/generic: relocate xfs's tests into tests/generic/
` [PATCH 5/9 v5] common/log: define _require_logstate
` [PATCH 6/9 v5] xfs/086,087: remove specific testing options in output
` [PATCH 7/9 v5] common/log: add _get_log_configs for testing options
` [PATCH 8/9 v5] common/quota: give quota mount option per filesystem
    ` [PATCH 8/9 v6] xfs/087: "
` [PATCH 9/9 v5] tests/generic: relocate xfs's tests into tests/generic/

[PATCH 1/5] f2fs: fix not to drop mount options when retrying fill_super
 2015-02-09  7:04 UTC  (29+ messages)
` [PATCH 2/5] f2fs: support norecovery mount option
      ` [f2fs-dev] [PATCH 2/5 v2] "
` [PATCH 3/5] f2fs: avoid write_checkpoint if f2fs is mounted readonly
` [PATCH 4/5] f2fs: should fail mount when trying to recover data on read-only dev
` [PATCH 5/5] f2fs: introduce a batched trim
        ` [PATCH 5/5 v2] "
          ` [f2fs-dev] "
            ` [f2fs-dev] [PATCH 5/5 v3] "
                ` [f2fs-dev] [PATCH 5/5 v4] "
  ` [PATCH 1/5 v2] f2fs: fix not to drop mount options when retrying fill_super

[PATCH] f2fs: avoid data offset overflow when lseeking huge file
 2015-02-09  3:23 UTC 

[PATCH] f2fs: fix to use highmem for pages of newly created directory
 2015-02-07  9:36 UTC 

[PATCH] mkfs.f2fs: avoid memory leak in mkfs
 2015-02-06  8:11 UTC 

[PATCH 2/2] f2fs: don't discard next free dnode page for an umount checkpoint
 2015-02-06  6:22 UTC  (4+ messages)

[PATCH RESEND 1/2] mkfs.f2fs: support large sector size
 2015-02-06  0:42 UTC  (2+ messages)

[PATCH 3/3] f2fs: use extent cache for dir
 2015-02-05 10:03 UTC 

[PATCH 2/3] f2fs: switch to check FI_NO_EXTENT in f2fs_{lookup,update}_extent_cache
 2015-02-05 10:02 UTC 

[PATCH 1/3] f2fs: support fast lookup in extent cache
 2015-02-05 10:01 UTC 

[PATCH v3 10/10] f2fs: add trace for rb-tree extent cache ops
 2015-02-05  9:59 UTC 

[PATCH v3 09/10] f2fs: show extent tree, node stat info in debugfs
 2015-02-05  9:58 UTC 

[PATCH v3 08/10] f2fs: enable rb-tree extent cache
 2015-02-05  9:57 UTC 

[PATCH v3 07/10] f2fs: add a mount option for rb-tree extent cache
 2015-02-05  9:55 UTC 

[PATCH v3 05/10] f2fs: introduce infra macro and data structure of rb-tree extent cache
 2015-02-05  9:52 UTC 

[PATCH v3 04/10] f2fs: introduce universal lookup/update interface for extent cache
 2015-02-05  9:51 UTC 

[PATCH v3 03/10] f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache
 2015-02-05  9:50 UTC 

[PATCH v3 02/10] f2fs: simplfy a field name in struct f2fs_extent,extent_info
 2015-02-05  9:47 UTC 

[PATCH v3 01/10] f2fs: move ext_lock out of struct extent_info
 2015-02-05  9:46 UTC 

[PATCH] f2fs: merge {invalidate,release}page for meta/node/data pages
 2015-02-05  9:44 UTC 

[PATCH RESEND 2/2] fsck.f2fs: support large sector size
 2015-02-05  9:38 UTC 

[PATCH 1/2] mkfs.f2fs: support large sector size
 2015-02-05  9:32 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 1/2] f2fs: don't trigger recovery for normal umount image
 2015-02-05  8:18 UTC  (3+ messages)

[PATCH 1/2] f2fs: keep PagePrivate during releasepage
 2015-02-05  7:52 UTC  (4+ messages)
` [PATCH 2/2] f2fs: show the number of writeback pages in stat
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: keep PagePrivate during releasepage

[PATCH 0/8 v4] make xfs/tests generic by introducing shutdown for filesystems
 2015-02-05  3:12 UTC  (16+ messages)
` [PATCH 1/8 v4] common/rc: add _require_scratch_shtudown
` [PATCH 2/8 v4] common/rc: add _require_bmap
` [PATCH 3/8 v4] common/rc: add _require_norecovery
` [PATCH 4/8 v4] tests/xfs: convert 10 xfs's tests to be generic ones
` [PATCH 5/8 v4] tests/generic: relocate xfs's tests into tests/generic/
` [PATCH 6/8 v4] common/rc: define dump.f2fs and logstate for f2fs
` [PATCH 7/8 v4] tests/xfs: add f2fs testcase and convert them being generic
` [PATCH 8/8 v4] tests/generic: relocate four xfs's tests into tests/generic/

[PATCH 2/2] fsck.f2fs: support large sector size
 2015-02-04  3:32 UTC 

[f2fs-dev][PATCH v2 06/10] f2fs: add core functions for rb-tree extent cache
 2015-02-02 22:50 UTC  (3+ messages)
` [f2fs-dev] [PATCH "
  `  "

[PATCH] mkfs.f2fs: support large sector size
 2015-01-31  8:50 UTC  (3+ messages)

[PATCH 1/3] fsck.f2fs: fix sit types seamlessly
 2015-01-29 21:43 UTC  (4+ messages)
` [PATCH 2/3] dump.f2fs: show checkpoint flag
  ` [PATCH 2/3 v2] "
` [PATCH 3/3] fsck.f2fs: readahead node blocks to speed up

[PATCH] f2fs: merge flags in struct f2fs_sb_info
 2015-01-28  9:48 UTC 

[PATCH 2/2] f2fs: clean up {in,de}create_sleep_time
 2015-01-26 12:24 UTC 

[PATCH 1/2] f2fs: make truncate_inline_date static
 2015-01-26 12:22 UTC 

[PATCH] f2fs: fix a bug of inheriting default ACL from parent
 2015-01-26 12:11 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] fibmap.f2fs: fix the wrong stat info
 2015-01-26 10:43 UTC  (3+ messages)

[f2fs-dev][PATCH v2 10/10] f2fs: add trace for rb-tree extent cache ops
 2015-01-26  5:57 UTC 

[f2fs-dev][PATCH v2 09/10] f2fs: show extent tree,node stat info in debugfs
 2015-01-26  5:56 UTC 

[f2fs-dev][PATCH v2 08/10] f2fs: enable rb-tree extent cache
 2015-01-26  5:55 UTC 

[f2fs-dev][PATCH v2 07/10] f2fs: add a mount option for rb-tree extent cache
 2015-01-26  5:53 UTC 

[f2fs-dev][PATCH v2 05/10] f2fs: introduce infra macro and data structure of rb-tree extent cache
 2015-01-26  5:49 UTC 

[f2fs-dev][PATCH v2 04/10] f2fs: introduce universal lookup/update interface of extent cache
 2015-01-26  5:48 UTC 

[f2fs-dev][PATCH v2 03/10] f2fs: introduce f2fs_map_bh to simplify codes of check_extent_cache
 2015-01-26  5:46 UTC 

[f2fs-dev][PATCH v2 02/10] f2fs: simplfy a field name in struct f2fs_extent,extent_info
 2015-01-26  5:45 UTC 

[f2fs-dev][PATCH v2 01/10] f2fs: move ext_lock out of struct extent_info
 2015-01-26  5:44 UTC 

[f2fs-dev][RFC PATCH 06/10] f2fs: add core functions for rb-tree extent cache
 2015-01-26  5:39 UTC  (5+ messages)
` [RFC "

[PATCH 1/2] f2fs: trigger correct checkpoint during umount
 2015-01-23 19:03 UTC  (5+ messages)
` [PATCH 2/2] f2fs: do checkpoint when umount flag is not set
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: trigger correct checkpoint during umount

[PATCH 1/2] xfs: introduce a generic shutdown ioctl
 2015-01-23 19:03 UTC  (2+ messages)

[f2fs-dev][PATCH] f2fs: use f2fs_radix_tree_insert to clean codes
 2015-01-23 12:37 UTC 

[f2fs-dev][PATCH] f2fs: add F2FS_IOC_GETVERSION support
 2015-01-23 12:36 UTC 

[f2fs-dev][PATCH 2/2] f2fs: enable recover_xattr_data to avoid cp when fsync after operating xattr
 2015-01-23  3:29 UTC  (9+ messages)
` [PATCH "

[f2fs-dev][RFC PATCH 04/10] f2fs: introduce universal lookup/update interface for extent cache
 2015-01-23  1:55 UTC  (3+ messages)
` [RFC "

[f2fs-dev][RFC PATCH 03/10] f2fs: introduce f2fs_map_bh to clean codes of check_extent_cache
 2015-01-23  1:52 UTC  (3+ messages)
` [RFC "


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