summaryrefslogtreecommitdiffstats
path: root/drivers/block/rnbd/rnbd-clt-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/rnbd: restore sysfs interface to rnbd-clientLi Zhijian2023-08-181-1/+1
* block/rnbd: make all 'class' structures constIvan Orlov2023-06-211-9/+11
* block/rnbd: introduce rnbd_access_modesGuoqing Jiang2023-06-111-2/+2
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* rnbd-clt: pass sector_t type for resize capacityGuoqing Jiang2022-08-021-1/+1
* block/rnbd-clt-sysfs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
* block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-1/+3
* block/rnbd: Use sysfs_emit instead of s*printf function for sysfs showMd Haris Iqbal2021-08-021-18/+15
* block/rnbd: Use strscpy instead of strlcpyDima Stepanov2021-04-201-3/+3
* block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_nameDima Stepanov2021-04-201-5/+1
* block/rnbd-clt: Generate kobject_uevent when the rnbd device state changesMd Haris Iqbal2021-04-201-0/+1
* block/rnbd-clt: Support polling mode for IO latency optimizationGioh Kim2021-04-201-11/+44
* block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim2021-04-201-3/+7
* block/rnbd: Kill rnbd_clt_destroy_default_groupGuoqing Jiang2021-04-201-5/+1
* block/rnbd-clt: Fix possible memleakJack Wang2020-12-161-2/+3
* block/rnbd: fix a null pointer dereference on dev->blk_symlink_nameColin Ian King2020-12-071-1/+1
* block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_nameMd Haris Iqbal2020-12-041-2/+10
* block/rnbd: call kobject_put in the failure pathGuoqing Jiang2020-12-041-1/+3
* block/rnbd-clt: support mapping two devices with the same name from different...Guoqing Jiang2020-12-041-0/+4
* block/rnbd-clt: Make path parameter optional for map_deviceMd Haris Iqbal2020-12-041-1/+0
* RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabledDanil Kipnis2020-05-221-4/+7
* block/rnbd: client: sysfs interface functionsJack Wang2020-05-171-0/+636