wguanghao
b64b3e4c33
fix segmentation fault in mkfs.xfs
...
(cherry picked from commit e9be5cfea6b2f222ca57d60d1049eb092734cd94)
2023-09-04 09:26:22 +08:00
openeuler-ci-bot
a59160f781
!74 [sync] PR-73: fix xfs_repair failure
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2023-08-16 07:06:13 +00:00
wguanghao
310e14e5cf
fix xfs_repair failure
...
(cherry picked from commit 305d031de198be8cc28e9d236f5b066c35690394)
2023-08-16 14:32:23 +08:00
openeuler-ci-bot
181a433524
!68 add return value check for dynamic memory function
...
From: @swf504
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2023-06-25 03:37:49 +00:00
swf504
91051566b9
add return value check for dynamic memory function
...
Add check for realloc function to ignore this coredump and exit
with error output
Signed-off-by: swf504 <suweifeng1@huawei.com>
2023-06-25 03:07:39 +00:00
openeuler-ci-bot
dec02fb9ee
!65 [sync] PR-64: mkfs.xfs: disable inobtcount feature
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2023-06-20 01:20:05 +00:00
wguanghao
18952be7de
mkfs.xfs: disable inobtcount feature
...
(cherry picked from commit b83b1da3d420977059352d80f3a471e5377c8e75)
2023-06-19 11:59:21 +08:00
openeuler-ci-bot
7886a68726
!63 [sync] PR-60: xfsprogs: use --enable-editline=yes to enable graceful input
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2023-04-28 09:34:38 +00:00
liuzhiqiang
7a31da9fd2
xfsprogs: use --enable-editline=yes to enable graceful input
...
readline has been removed by bbe12eb9a0f9 (xfsprogs: remove libreadline support),
we can use --enable-editline=yes to enable similar functions.
fix issue: #I6Y8SU:xfs_db模式下删除键为'^H'
Signed-off-by: liuzhiqiang <lzhq28@mail.ustc.edu.cn>
(cherry picked from commit bdbd2ec7e32d30bb5d1280f63946c9e291e63015)
2023-04-28 16:17:14 +08:00
openeuler-ci-bot
c0623e7e1c
!55 xfs_db: use preferable macro to seek offset for local dir3 entry fields
...
From: @hexiaole1994
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-12-13 13:14:18 +00:00
Xiaole He
445a5d371c
xfs_db: use preferable macro to seek offset for local dir3 entry fields
...
Backport from xfs kernel git repository:
This fix has already been merged into xfs kernel git repository:
Link: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?id=d878935dd9af126801d499afd9c6c1224797eeee
And the original discussion for this patch can be found:
Link: https://marc.info/?l=linux-xfs&m=166178369302374&w=2
Signed-off-by: Xiaole He <hexiaole@kylinos.cn>
2022-12-13 20:09:32 +08:00
openeuler-ci-bot
ed402614ad
!49 [sync] PR-48: 添加sw架构
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-11-08 13:58:13 +00:00
wzx
69d511e947
Add sw64 architecture
...
Signed-off-by: wzx <wuzx1226@qq.com>
(cherry picked from commit b7d2a5695f4a9acb9e12141c295fa52a70a30594)
2022-11-08 21:52:54 +08:00
openeuler-ci-bot
f62afbf4dc
!47 [sync] PR-45: add patch ot prevent corruption of passed in suboption strin
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-10-17 09:18:42 +00:00
Jun Yang
18e178a97f
xfsprogs: add patch ot prevent corruption of passed in suboption strin
...
Signed-off-by: Jun Yang <jun.yang@suse.com>
(cherry picked from commit d086f91960b934aa5acce9643ee81d1539b7e2e4)
2022-10-17 17:06:02 +08:00
openeuler-ci-bot
b5fc22f49b
!42 [sync] PR-40: libxfs: fix inode reservation space for removing transaction
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-08-18 15:51:13 +00:00
Xiaole He
09c3dded7d
libxfs: fix inode reservation space for removing transaction
...
Backport from 'libxfs' of xfs kernel git repository:
This fix has already been merged into xfs kernel git repository:
Link: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git/commit/?h=xfs-5.20-merge&id=031d166f968efba6e4f091ff75d0bb5206bb3918
And the original discussion for this patch can be found:
Link: https://marc.info/?l=linux-xfs&m=166053185303094&w=2
Signed-off-by: Xiaole He <hexiaole@kylinos.cn>
(cherry picked from commit d352a6d32fe5904e938966d01ae1c1f05c6f99ee)
2022-08-18 23:08:10 +08:00
openeuler-ci-bot
5361e1cf4c
!36 [sync] PR-35: xfs: correct nlink printf specifier from hd to PRIu32
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-07-18 14:16:02 +00:00
Xiaole He
8d8f7b14d2
xfs: correct nlink printf specifier from hd to PRIu32
...
Backport from kernel xfsprogs git:
This correction has already been merged into kernel xfsprogs git:
Link: https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/commit/?h=for-next&id=03bc653907cc4e89cbb45524063439800a722d9b
and the original discussion for this patch can be found:
Link: https://marc.info/?l=linux-xfs&m=165642746415368&w=2
Signed-off-by: Xiaole He <hexiaole@kylinos.cn>
(cherry picked from commit df76fdec2d2e51d53671944ca8865ada7d5d307b)
2022-07-18 21:45:05 +08:00
openeuler-ci-bot
532654f764
!34 [sync] PR-31: 【轻量级PR】修正changelog中的错误日期
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-06-17 07:50:25 +00:00
konglidong
db3a732df7
modify bogus date in changelog
...
(cherry picked from commit aa1125d5e2f48b0050eee47dadb26ab6dbd45d6a)
2022-06-17 15:28:16 +08:00
openeuler-ci-bot
5bd4c07f1d
!30 [sync] PR-28: 设置bigtime、inobtcnt 默认值为1
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2022-06-10 13:31:07 +00:00
xiongyu
21950e09ff
add xfsprogs-5.12.0-default-bigtime-inobtcnt-on.patch,
...
turn bigtime & inobtcnt on as default
(cherry picked from commit 2ec8ee6b7e4e4b5173429664cdeea4618879f14f)
2022-06-10 21:12:23 +08:00
openeuler-ci-bot
84596aa962
!21 [sync] PR-20: update to 5.14.1
...
From: @openeuler-sync-bot
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-12-10 06:12:43 +00:00
markeryang
ad58ff7c3c
updatepackageto 5.14.1
...
(cherry picked from commit d2c828a4ff3e25a42f7a54b8c8e61c7981e5b9ce)
2021-12-09 11:42:24 +08:00
openeuler-ci-bot
181a98df56
!19 xfsprogs delete -S git from %autosetup, and delete BuildRequires git
...
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 01:45:42 +00:00
chenyanpanHW
1d6740a863
delete -S git from %autosetup, and delete BuildRequires git
2021-07-30 23:41:00 +08:00
openeuler-ci-bot
ac33c1e12d
!17 add buildrequire gettext
...
From: @zhouwenpei
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-06-29 14:12:40 +00:00
zhouwenpei
2728375118
add buildrequire gettext
2021-06-29 17:57:25 +08:00
openeuler-ci-bot
efe2da89bc
!14 update 5.9.0
...
From: @markeryang
Reviewed-by: @liuzhiqiang26,@wubo009
Signed-off-by: @wubo009
2021-02-01 09:53:28 +08:00
markeryang
4b05d35e01
update to 5.9.0
2021-01-30 16:45:54 +08:00
openeuler-ci-bot
b94bb034c5
!13 xfsprogs: 高版本补丁回合-epoch2
...
From: @lixiaokeng
Reviewed-by: @liuzhiqiang26,@wubo009
Signed-off-by: @wubo009
2020-12-03 10:42:58 +08:00
lixiaokeng
ccb5b97574
backport patches from peoch2
2020-12-03 09:51:04 +08:00
openeuler-ci-bot
f132799420
!12 修复挂载文件系统元数据在线修复功能的xfs_scrub应该单独成子包以减少主包依赖
...
From: @wenchao-hao
Reviewed-by: @wubo009,@liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2020-11-30 15:33:20 +08:00
Wenchao Hao
04a24f7ad0
xfsprogs: split xfsprogs-xfs_scrub and the xfsprogs recommends it
...
Split xfsprogs-xfs_scrub and the xfsprogs recommends it.
If users donot want to use xfs_scrub programs, they can
remove them through removing xfsprogs-xfs_scrub package.
Signed-off-by: Wenchao Hao <haowenchao@huawei.com>
2020-11-25 17:14:40 +08:00
openeuler-ci-bot
135150d79a
!3 update xfsprogs version to 5.6.0
...
Merge pull request !3 from wguanghao/develop
2020-07-17 18:05:30 +08:00
wguanghao
6226151ce9
update xfsprogs version to 5.6.0
2020-07-16 16:28:50 +08:00
openeuler-ci-bot
7b3dcad167
!2 [Lightweight PR]: 修改yaml错误
...
Merge pull request !2 from Shinwell_Hu/N/A
2020-06-24 16:29:00 +08:00
Shinwell_Hu
43683f5ce8
修改yaml错误
2020-06-24 16:23:21 +08:00
openeuler-ci-bot
e1de0d9220
!1 add yaml file in package
...
Merge pull request !1 from Markeryang/master
2020-06-19 00:57:52 +08:00
Markeryang
d6750ac68f
add yaml file
2020-06-11 17:32:38 +08:00
overweight
03c417067e
Package init
2019-09-30 11:20:10 -04:00