/openbmc/linux/fs/f2fs/ |
H A D | dir.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | inode.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | gc.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | checkpoint.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | node.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | segment.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | data.c | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 55523519bc7227e651fd4febeb3aafdd22b8af1c Fri Feb 24 21:08:28 CST 2017 Chao Yu <yuchao0@huawei.com> f2fs: show simple call stack in fault injection message
Previously kernel message can show that in which function we do the injection, but unfortunately, most of the caller are the same, for tracking more information of injection path, it needs to show upper caller's name. This patch supports that ability.
Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|