summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
2021-11-18nbd: fix possible overflow for 'first_minor' in nbd_dev_add()Yu Kuai
2021-11-18nbd: fix max value for 'first_minor'Yu Kuai
2021-11-18nbd: Fix use-after-free in pid_showYe Bin
2021-09-29nbd: use shifts rather than multipliesNick Desaulniers
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-25nbd: remove nbd->destroy_completeChristoph Hellwig
2021-08-25nbd: only return usable devices from nbd_find_unusedChristoph Hellwig
2021-08-25nbd: set nbd->index before releasing nbd_index_mutexTetsuo Handa
2021-08-25nbd: prevent IDR lookups from finding partially initialized devicesTetsuo Handa
2021-08-25nbd: reset NBD to NULL when restarting in nbd_genl_connectChristoph Hellwig
2021-08-25nbd: add missing locking to the nbd_dev_add error pathTetsuo Handa
2021-08-16block: nbd: add sanity check for first_minorPavel Skripkin
2021-08-13nbd: reduce the nbd_index_mutex scopeChristoph Hellwig
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectChristoph Hellwig
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addChristoph Hellwig
2021-08-13nbd: remove nbd_del_diskChristoph Hellwig
2021-08-13nbd: refactor device removalChristoph Hellwig
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTHou Tao
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Baokun Li
2021-08-13nbd: Aovid double completion of a requestXie Yongji
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetWang Qing
2021-06-30nbd: provide a way for userspace processes to identify device backendsPrasanna Kumar Kalever
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-05-12nbd: share nbd_put and return by goto put_nbdSun Ke
2021-05-12nbd: Fix NULL pointer in flush_workqueueSun Ke
2021-02-22nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTELiao Pingfang
2021-01-25nbd: freeze the queue while we're adding connectionsJosef Bacik
2020-12-17nbd: Respect max_part for all partition scansJosh Triplett
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-11-16nbd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16nbd: validate the block size in nbd_set_sizeChristoph Hellwig
2020-11-16nbd: refactor size updatesChristoph Hellwig
2020-11-16nbd: move the task_recv check into nbd_size_updateChristoph Hellwig
2020-11-16nbd: remove the call to set_blocksizeChristoph Hellwig
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig
2020-10-29nbd: don't update block size after device is startedMing Lei
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-14nbd: make the config put is called before the notifying the waiterXiubo Li
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-23block: move the NEED_PART_SCAN flag to struct gendiskChristoph Hellwig
2020-09-02block: rename bd_invalidatedChristoph Hellwig
2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig
2020-08-26nbd: restore default timeout when setting it to zeroHou Pu
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-08nbd: Fix memory leak in nbd_add_socketZheng Bin
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig