|
Revision tags: v25.01-rc1 |
|
| #
6cb9c75c |
| 13-Oct-2024 |
Anton Nayshtut <anayshtut@nvidia.com> |
lib/fsdev: mount and umount API introduced
This patch introduces SPDK fsdev spdk_fsdev_mount and spdk_fsdev_umount APIs, the SPDK fsdev analogues of FUSE_INIT and FUSE_DESTROY.
The corresponding fs
lib/fsdev: mount and umount API introduced
This patch introduces SPDK fsdev spdk_fsdev_mount and spdk_fsdev_umount APIs, the SPDK fsdev analogues of FUSE_INIT and FUSE_DESTROY.
The corresponding fsdev module handlers are optional (as any other), however failing the INIT handler will fail the FUSE_INIT and therefore the host's mount.
The spdk_fsdev_open() API doesn't get the open_opts parameter anymore. It became mount_opts now.
Change-Id: I316a31f6999b9fabe6cee51c87fdd0e6e49ed569 Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/25009 Reviewed-by: Ben Walker <ben@nvidia.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Community CI Samsung <spdk.community.ci.samsung@gmail.com>
show more ...
|
|
Revision tags: v24.09, v25.01-pre, v24.09-rc1 |
|
| #
39dafea4 |
| 22-Aug-2024 |
Marcin Spiewak <marcin.spiewak@intel.com> |
module/fsdev/aio: fixed couple of errors
Fixed issues detected by Coverity. 1) close(fd) could be called for already closed fd. Now it is not possible 2) A file descriptor was checked instead of f
module/fsdev/aio: fixed couple of errors
Fixed issues detected by Coverity. 1) close(fd) could be called for already closed fd. Now it is not possible 2) A file descriptor was checked instead of fhandle that was returned from file_handle_create(fobject, fd) 3) A fsdev_io was checked instead of fsdev_io->u_in.symlink.target when checking if strdup() succeeded
Change-Id: Ic679629bb6a6e63f4a087c826ed3ec73fe57bdb7 Signed-off-by: Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24646 Reviewed-by: Changpeng Liu <changpeliu@tencent.com> Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
show more ...
|
|
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1 |
|
| #
bf30e09a |
| 13-Nov-2023 |
Anton Nayshtut <anayshtut@nvidia.com> |
fsdev: Add generic filesystem layer implementation
Change-Id: I021b7574de0862d42a8c82b8ca4d39b816025a5b Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerri
fsdev: Add generic filesystem layer implementation
Change-Id: I021b7574de0862d42a8c82b8ca4d39b816025a5b Signed-off-by: Anton Nayshtut <anayshtut@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22511 Community-CI: Mellanox Build Bot Reviewed-by: Jim Harris <jim.harris@samsung.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <ben@nvidia.com>
show more ...
|