1. 30 Dec, 2015 16 commits
  2. 22 Dec, 2015 1 commit
  3. 17 Dec, 2015 4 commits
  4. 16 Dec, 2015 7 commits
  5. 15 Dec, 2015 5 commits
  6. 14 Dec, 2015 3 commits
  7. 09 Dec, 2015 3 commits
  8. 04 Dec, 2015 1 commit
    • Chao Yu's avatar
      f2fs: fix to convert inline inode in ->setattr · 0cab80ee
      Chao Yu authored
      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: default avatarChao Yu <chao2.yu@samsung.com>
      Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
      0cab80ee