aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/block/rnbd/rnbd-clt-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang1-1/+1
2022-01-05block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-10-12block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter1-1/+3
2021-08-02block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal1-18/+15
2021-04-20block/rnbd: Use strscpy instead of strlcpyDima Stepanov1-3/+3
2021-04-20block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov1-5/+1
2021-04-20block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal1-0/+1
2021-04-20block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim1-11/+44
2021-04-20block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim1-3/+7
2021-04-20block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang1-5/+1
2020-12-16block/rnbd-clt: Fix possible memleakJack Wang1-2/+3
2020-12-07block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King1-1/+1
2020-12-04block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal1-2/+10
2020-12-04block/rnbd: call kobject_put in the failure pathGuoqing Jiang1-1/+3
2020-12-04block/rnbd-clt: support mapping two devices with the same name from different serversGuoqing Jiang1-0/+4
2020-12-04block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal1-1/+0
2020-05-22RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabledDanil Kipnis1-4/+7
2020-05-17block/rnbd: client: sysfs interface functionsJack Wang1-0/+636