linux-f2fs-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-05 21:22:09 to 2016-08-16 18:18:52 UTC [more...]

[GIT PULL] [PATCH v4 00/26] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-08-16 18:18 UTC  (4+ messages)
` [PATCH v4 15/26] fs: f2fs: Use ktime_get_real_seconds for sit_info times

video archive on a microSD card
 2016-08-16 15:29 UTC  (6+ messages)
  ` [PATCH] f2fs: fix build for v3.10

[PATCH] In fs/f2fs/data.c, there is a typo
 2016-08-12  1:23 UTC  (2+ messages)

[lkp] [f2fs] ec795418c4: fsmark.app_overhead -36.3% regression
 2016-08-12  1:22 UTC  (9+ messages)
` [LKP] "
  ` [LKP] [lkp] [f2fs] ec795418c4: fsmark.files_per_sec "

[PATCH 1/2] f2fs: clean up bio cache trace
 2016-08-06 13:09 UTC  (2+ messages)
` [PATCH 2/2] Revert "f2fs: move i_size_write in f2fs_write_end"

[PATCH] F2FS support
 2016-08-05 19:17 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "
          ` [PATCH v6] "
            ` [PATCH v7] "
              ` [2.02] Re: [f2fs-dev] "
                ` [2.02] Re: [f2fs-dev] [PATCH v8] "
                  ` [2.02] "
                        ` [f2fs-dev] "

[PATCH] f2fs: do not use discard_map for non-discard case
 2016-08-05 18:09 UTC  (3+ messages)

[PATCH 00/45] v8: separate operations from flags in the bio/request structs
 2016-08-04 16:32 UTC  (43+ messages)
` [PATCH 01/45] block/fs/drivers: remove rw argument from submit_bio
` [PATCH 02/45] block: add REQ_OP definitions and helpers
` [PATCH 05/45] block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITE
` [PATCH 06/45] dm: use op_is_write "
` [PATCH 07/45] bcache: "
` [PATCH 08/45] block, fs, mm, drivers: use bio set/get op accessors
` [PATCH 09/45] block discard: use bio set op accessor
` [PATCH 24/45] dm: use bio op accessors
` [PATCH 25/45] bcache: "
` [PATCH 28/45] target: "
` [PATCH 37/45] drivers: use req op accessor
` [PATCH 40/45] block: move bio io prio to a new field
` [PATCH 41/45] block, drivers, fs: shrink bi_rw from long to int
` [PATCH 42/45] block, fs, drivers: remove REQ_OP compat defs and related code

[PATCH 1/2] f2fs: allow copying file range only in between regular files
 2016-08-04 12:13 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid potential deadlock in f2fs_move_file_range

Out of memory mounting 8 TB volume with 3.5 GiB of memory
 2016-08-01 18:33 UTC  (3+ messages)
  ` Out of memory mounting 8 TB volume with 3.5 GiB of memory - solved

latest news
 2016-07-30 11:50 UTC 

f2fs-tool-1.7.0 build error
 2016-07-29 17:22 UTC  (2+ messages)

[PATCH] f2fs: not allow to write illegal blkaddr
 2016-07-28  4:12 UTC 

[GIT PULL] f2fs for 4.8
 2016-07-27 21:24 UTC  (8+ messages)

[PATCH v2] f2fs: get victim segment again after new cp
 2016-07-25 18:40 UTC  (4+ messages)

[PATCH] f2fs: clean up codying style and redundancy
 2016-07-23  0:21 UTC 

[PATCH] f2fs: get victim segment again after new cp
 2016-07-21 16:44 UTC  (2+ messages)

[PATCH 1/3] f2fs: support an ioctl to move a range of data blocks
 2016-07-21  3:42 UTC  (3+ messages)
` [PATCH 2/3] f2fs: avoid data race when deciding checkpoin in f2fs_sync_file
` [PATCH 3/3] f2fs: handle error case with f2fs_bug_on

[kbuild-all] [f2fs:dev-test 63/64] fs/ext4/readpage.o: warning: objtool: mpage_end_io()+0x53: function has unreachable instruction
 2016-07-20  1:11 UTC 

[PATCH 1/5] f2fs: refactor __exchange_data_block for speed up
 2016-07-19  5:49 UTC  (9+ messages)
` [PATCH 2/5] f2fs: disable extent_cache for fcollapse/finsert inodes
` [PATCH 3/5] f2fs: support copy_file_range
` [PATCH 4/5] f2fs: add maximum prefree segments
` [PATCH 5/5] f2fs: use blk_plug in all the possible paths

[PATCH 1/3] f2fs: avoid memory allocation failure due to a long length
 2016-07-19  4:48 UTC  (6+ messages)
` [PATCH 2/3] f2fs: support copy_file_range
` [PATCH 3/3] f2fs: support clone_file_range

[PATCH] f2fs: fix to report error number of f2fs_find_entry
 2016-07-19  0:27 UTC 

[PATCH trivial 1/7] dump.f2fs: show inode->i_dir_level
 2016-07-15 12:01 UTC  (7+ messages)
` [PATCH trivial 2/7] f2fs.fsck: fix endianess
` [PATCH trivial 3/7] fsck.f2fs: correct variable type and name
` [PATCH trivial 4/7] fsck.f2fs: fix typo
` [PATCH trivial 5/7] fsck.f2fs: free nat entry cache
` [PATCH trivial 6/7] f2fs-tools: update the format of output message
` [PATCH trivial 7/7] fsck.f2fs: clean up duplicated code

[PATCH] f2fs: reset default idle interval value
 2016-07-15 11:25 UTC 

[PATCH 1/7] f2fs: set mapping error for EIO
 2016-07-14  6:07 UTC  (14+ messages)
` [PATCH 2/7] f2fs: avoid reverse IO order for NODE and DATA
` [PATCH 3/7] f2fs: drop any block plugging
  ` [f2fs-dev] "
` [PATCH 4/7] f2fs: skip clean segment for gc
` [PATCH 5/7] f2fs: introduce force_lfs mount option
` [PATCH 6/7] f2fs: fix deadlock in add_link failure
` [PATCH 7/7] f2fs: don't need to flush unlinked dentry pages

[PATCH v4] f2fs: fix to avoid data update racing between GC and DIO
 2016-07-13  1:18 UTC 

[PATCH] f2fs: return proper error code
 2016-07-13  0:27 UTC  (3+ messages)
  ` Re:Re: [f2fs-dev] "

[PATCH v3] f2fs: fix to avoid data update racing between GC and DIO
 2016-07-12 17:09 UTC  (6+ messages)

[bug report] f2fs: fix to avoid reading out encrypted data in page cache
 2016-07-12 16:44 UTC  (3+ messages)

[PATCH v2 1/4] f2fs: fix to avoid reading out encrypted data in page cache
 2016-07-12 15:15 UTC 

[PATCH 1/2] f2fs: move i_size_write in f2fs_write_end
 2016-07-08 17:32 UTC  (2+ messages)
` [PATCH 2/2] f2fs: avoid mark_inode_dirty

[PATCH v2] f2fs: fix to avoid redundant discard during fstrim
 2016-07-07 14:46 UTC 

[PATCH] f2fs: avoid mismatching block range for discard
 2016-07-07  4:38 UTC  (2+ messages)

[PATCH 1/2] f2fs: fix to return correct trimmed block number in FITRIM interface
 2016-07-07  4:29 UTC  (9+ messages)
` [PATCH 2/2] f2fs: fix to avoid data update racing between GC and DIO

[PATCH] f2fs: fix to avoid redundant discard during fstrim
 2016-07-07  4:22 UTC 

[PATCH 1/2] f2fs: check only data or node for summary
 2016-07-06 17:50 UTC  (4+ messages)
` [PATCH 2/2] f2fs: report error for f2fs_parent_dir
` [f2fs-dev] [PATCH 1/2] f2fs: check only data or node for summary

[PATCH 1/6] f2fs: introduce f2fs_set_page_dirty_nobuffer
 2016-07-06 16:06 UTC  (6+ messages)
` [PATCH 2/6] f2fs: call SetPageUptodate if needed
` [PATCH 3/6] f2fs: shrink critical region in spin_lock
` [PATCH 4/6] f2fs: skip to check the block address of node page
` [PATCH 5/6] f2fs: use percpu_rw_semaphore
` [PATCH 6/6] f2fs: avoid mark_inode_dirty and update_inode

[PATCH] f2fs: fix incorrect f_bfree calculation in ->statfs
 2016-07-06  6:13 UTC 

[PATCH 1/4] f2fs: fix to avoid reading out encrypted data in page cache
 2016-07-03 14:05 UTC  (4+ messages)
` [PATCH 2/4] f2fs: fix to detect truncation prior rather than EIO during read
` [PATCH 3/4] f2fs: fix to redirty page if fail to gc data page
` [PATCH 4/4] f2fs: add nodiscard mount option

[patch v2 2/2] f2fs: fix to avoid data update racing between GC and DIO
 2016-07-03 14:00 UTC 

[PATCH v3 00/24] Delete CURRENT_TIME_SEC and replace current_fs_time()
 2016-06-29 19:48 UTC  (3+ messages)
` [PATCH v3 14/24] fs: f2fs: Use ktime_get_real_seconds for sit_info times
  ` [Y2038] [PATCH v3 00/24] Delete CURRENT_TIME_SEC and replace current_fs_time()

[PATCH] f2fs: remove unnecessary goto statement
 2016-06-27 23:27 UTC 

[PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-22 15:49 UTC  (6+ messages)
` [PATCH v2 13/24] fs: f2fs: Use ktime_get_real_seconds for sit_info times
      ` [Y2038] [PATCH v2 00/24] Delete CURRENT_TIME and CURRENT_TIME_SEC macros

[PATCH 1/3] f2fs: produce more nids and reduce readahead nats
 2016-06-18  1:03 UTC  (3+ messages)
` [PATCH 2/3] f2fs: avoid writing node/metapages during writes
` [PATCH 3/3] f2fs: avoid latency-critical readahead of node pages

[PATCH] mkfs/fsck: add host-managed smr feature
 2016-06-15 16:46 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/2] f2fs: detect host-managed SMR by feature flag
 2016-06-15 16:32 UTC  (4+ messages)
` [PATCH 2/2] f2fs: call update_inode_page for orphan inodes

[PATCH 00/21] Delete CURRENT_TIME and CURRENT_TIME_SEC macros
 2016-06-10 22:23 UTC  (10+ messages)
` [PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
` [PATCH 10/21] fs: f2fs: Use ktime_get_real_seconds for sit_info times

[PATCH 04/21] fs: Replace CURRENT_TIME with current_fs_time() for inode timestamps
 2016-06-09 13:05 UTC 

[PATCH] mkfs.f2fs: ZBC device support
 2016-06-08 17:24 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).