aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27nbd: Use blk_validate_block_size() to validate block sizeGravatar Xie Yongji 1-1/+2
2021-10-21nbd: Use invalidate_disk() helper on disconnectGravatar Xie Yongji 1-9/+3
2021-10-20nbd: Fix use-after-free in pid_showGravatar Ye Bin 1-9/+9
2021-10-18nbd: fix uaf in nbd_handle_reply()Gravatar Yu Kuai 1-1/+17
2021-10-18nbd: partition nbd_read_stat() into nbd_read_reply() and nbd_handle_reply()Gravatar Yu Kuai 1-30/+44
2021-10-18nbd: clean up return value checking of sock_xmit()Gravatar Yu Kuai 1-6/+7
2021-10-18nbd: don't start request if nbd_queue_rq() failedGravatar Yu Kuai 1-3/+0
2021-10-18nbd: check sock index in nbd_read_stat()Gravatar Yu Kuai 1-0/+4
2021-10-18nbd: make sure request completion won't concurrentGravatar Yu Kuai 1-2/+9
2021-10-18nbd: don't handle response without a corresponding request messageGravatar Yu Kuai 1-1/+21
2021-10-18nbd: add error handling support for add_disk()Gravatar Luis Chamberlain 1-1/+5
2021-09-29nbd: use shifts rather than multipliesGravatar Nick Desaulniers 1-12/+17
2021-08-30Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-79/+99
2021-08-25nbd: remove nbd->destroy_completeGravatar Christoph Hellwig 1-38/+14
2021-08-25nbd: only return usable devices from nbd_find_unusedGravatar Christoph Hellwig 1-7/+9
2021-08-25nbd: set nbd->index before releasing nbd_index_mutexGravatar Tetsuo Handa 1-1/+1
2021-08-25nbd: prevent IDR lookups from finding partially initialized devicesGravatar Tetsuo Handa 1-1/+10
2021-08-25nbd: reset NBD to NULL when restarting in nbd_genl_connectGravatar Christoph Hellwig 1-14/+18
2021-08-25nbd: add missing locking to the nbd_dev_add error pathGravatar Tetsuo Handa 1-0/+2
2021-08-16block: nbd: add sanity check for first_minorGravatar Pavel Skripkin 1-0/+10
2021-08-13nbd: reduce the nbd_index_mutex scopeGravatar Christoph Hellwig 1-27/+28
2021-08-13nbd: refactor device search and allocation in nbd_genl_connectGravatar Christoph Hellwig 1-31/+14
2021-08-13nbd: return the allocated nbd_device from nbd_dev_addGravatar Christoph Hellwig 1-12/+9
2021-08-13nbd: remove nbd_del_diskGravatar Christoph Hellwig 1-12/+5
2021-08-13nbd: refactor device removalGravatar Christoph Hellwig 1-24/+13
2021-08-13nbd: do del_gendisk() asynchronously for NBD_DESTROY_ON_DISCONNECTGravatar Hou Tao 1-9/+61
2021-08-13nbd: add the check to prevent overflow in __nbd_ioctl()Gravatar Baokun Li 1-2/+4
2021-08-13nbd: Aovid double completion of a requestGravatar Xie Yongji 1-3/+11
2021-07-15nbd: fix order of cleaning up the queue and freeing the tagsetGravatar Wang Qing 1-1/+1
2021-06-30nbd: provide a way for userspace processes to identify device backendsGravatar Prasanna Kumar Kalever 1-1/+59
2021-06-11nbd: use blk_mq_alloc_disk and blk_cleanup_diskGravatar Christoph Hellwig 1-32/+21
2021-05-12nbd: share nbd_put and return by goto put_nbdGravatar Sun Ke 1-4/+3
2021-05-12nbd: Fix NULL pointer in flush_workqueueGravatar Sun Ke 1-1/+2
2021-02-22nbd: handle device refs for DESTROY_ON_DISCONNECT properlyGravatar Josef Bacik 1-13/+19
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-24/+4
2021-02-10nbd: Convert to DEFINE_SHOW_ATTRIBUTEGravatar Liao Pingfang 1-24/+4
2021-01-25nbd: freeze the queue while we're adding connectionsGravatar Josef Bacik 1-0/+8
2020-12-17nbd: Respect max_part for all partition scansGravatar Josh Triplett 1-3/+6
2020-12-01block: stop using bdget_disk for partition 0Gravatar Christoph Hellwig 1-3/+1
2020-12-01block: remove the nr_sects field in struct hd_structGravatar Christoph Hellwig 1-1/+1
2020-11-16nbd: use set_capacity_and_notifyGravatar Christoph Hellwig 1-12/+3
2020-11-16nbd: validate the block size in nbd_set_sizeGravatar Christoph Hellwig 1-32/+15
2020-11-16nbd: refactor size updatesGravatar Christoph Hellwig 1-26/+18
2020-11-16nbd: move the task_recv check into nbd_size_updateGravatar Christoph Hellwig 1-3/+7
2020-11-16nbd: remove the call to set_blocksizeGravatar Christoph Hellwig 1-7/+5
2020-11-10nbd: fix a block_device refcount leak in nbd_releaseGravatar Christoph Hellwig 1-0/+1
2020-10-29nbd: don't update block size after device is startedGravatar Ming Lei 1-4/+5
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+3
2020-10-14nbd: make the config put is called before the notifying the waiterGravatar Xiubo Li 1-1/+1