87d5d832 | 10-Apr-2020 |
Changpeng Liu <changpeng.liu@intel.com> |
blobfs: refactor cache_free_buffers()
cache_free_buffers() was only used in the file deletion and unload, and the file is also freed after that, so here we combine the cache free and file free toget
blobfs: refactor cache_free_buffers()
cache_free_buffers() was only used in the file deletion and unload, and the file is also freed after that, so here we combine the cache free and file free together and do the cache free in the cache thread.
Change-Id: I57e9a27c9a6467bcf6c85cd277db3b57e06c98e5 Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1795 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
show more ...
|
bc0180f6 | 07-Apr-2020 |
Seth Howell <seth.howell@intel.com> |
lib/blobfs: remove spdk prefix from private APIs
This should help reduce confusion within libraries about which APIs are public and which are private.
Signed-off-by: Seth Howell <seth.howell@intel.
lib/blobfs: remove spdk prefix from private APIs
This should help reduce confusion within libraries about which APIs are public and which are private.
Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: I7755081b016f269d4761d8cc2ce4bac2835c077d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1703 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
show more ...
|