1. 31 12月, 2015 16 次提交
  2. 23 12月, 2015 1 次提交
  3. 18 12月, 2015 4 次提交
  4. 17 12月, 2015 7 次提交
  5. 16 12月, 2015 3 次提交
  6. 15 12月, 2015 5 次提交
  7. 10 12月, 2015 3 次提交
  8. 05 12月, 2015 1 次提交
    • C
      f2fs: fix to convert inline inode in ->setattr · 0cab80ee
      Chao Yu 提交于
      In commit 3c454145 ("f2fs: do not trim preallocated blocks when
      truncating after i_size"), in order to follow the regulation: "truncate(x)
      where x > i_size will not trim all blocks past i_size." like other file
      systems, in ->setattr we invoked truncate_setsize instead of f2fs_truncate
      to avoid unneeded block trimming in such case, but forgot to call
      f2fs_convert_inline_inode keep consistency of inline data conversion rule.
      
      This patch fixes to convert inline data if necessary.
      Signed-off-by: NChao Yu <chao2.yu@samsung.com>
      Signed-off-by: NJaegeuk Kim <jaegeuk@kernel.org>
      0cab80ee