Searched hist:"1 ad71a27124caf0b68ddd3c92be01aa2b2a72b2a" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | gc.h | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | sysfs.c | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | gc.c | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | data.c | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | file.c | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | f2fs_fs.h | diff 1ad71a27124caf0b68ddd3c92be01aa2b2a72b2a Thu Dec 07 18:25:39 CST 2017 Jaegeuk Kim <jaegeuk@kernel.org> f2fs: add an ioctl to disable GC for specific file
This patch gives a flag to disable GC on given file, which would be useful, when user wants to keep its block map. It also conducts in-place-update for dontmove file.
Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|