summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-16Revert "block: nbd: add sanity check for first_minor"Greg Kroah-Hartman1-10/+0
2021-09-15block: nbd: add sanity check for first_minorPavel Skripkin1-0/+10
2021-08-18nbd: Aovid double completion of a requestXie Yongji1-3/+11
2021-05-19nbd: Fix NULL pointer in flush_workqueueSun Ke1-1/+2
2021-03-07nbd: handle device refs for DESTROY_ON_DISCONNECT properlyJosef Bacik1-13/+19
2021-02-04nbd: freeze the queue while we're adding connectionsJosef Bacik1-0/+8
2020-11-18nbd: fix a block_device refcount leak in nbd_releaseChristoph Hellwig1-0/+1
2020-11-18nbd: don't update block size after device is startedMing Lei1-4/+5
2020-11-05nbd: make the config put is called before the notifying the waiterXiubo Li1-1/+1
2020-09-09nbd: restore default timeout when setting it to zeroHou Pu1-0/+2
2020-07-16nbd: Fix memory leak in nbd_add_socketZheng Bin1-10/+15
2020-02-24nbd: add a flush_workqueue in nbd_start_deviceSun Ke1-0/+10
2019-12-31nbd: fix shutdown and recv work deadlock v2Mike Christie1-3/+3
2019-11-29nbd: prevent memory leakNavid Emamdoost1-2/+3
2019-11-19nbd:fix memory leak in nbd_get_socket()Sun Ke1-0/+1
2019-10-25nbd: verify socket is supported during setupMike Christie1-2/+21
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik1-0/+6
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik1-5/+7
2019-10-10nbd: fix possible sysfs duplicate warningXiubo Li1-1/+1
2019-09-18nbd: fix possible page fault for nbd diskXiubo Li1-0/+36
2019-09-18nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li1-37/+37
2019-08-20nbd: fix max number of supported devsMike Christie1-14/+25
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie1-6/+23
2019-08-20nbd: add missing config putMike Christie1-1/+3
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie1-15/+18
2019-08-20nbd: add set cmd timeout helperMike Christie1-14/+14
2019-07-31nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata1-1/+1
2019-07-11nbd: add netlink reconfigure resize supportMike Christie1-16/+32
2019-07-11nbd: fix crash when the blksize is zeroXiubo Li1-3/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner1-2/+1
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+13
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg1-0/+4
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-4/+8
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-27nbd: add tracepoints for send/receive timingAndrew Hall1-0/+8
2019-04-27nbd: trace sending nbd requestsMatt Mullins1-0/+5
2019-03-22genetlink: make policy common to familyJohannes Berg1-4/+1
2019-03-01nbd: propagate genlmsg_reply return codeLi RongQing1-2/+1
2019-02-15block: kill BLK_MQ_F_SG_MERGEMing Lei1-1/+1
2019-01-15nbd: Use set_blocksize() to set device blocksizeJan Kara1-2/+3
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-1/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-7/+5
2018-09-04nbd: don't allow invalid blocksize settingsJens Axboe1-0/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-17/+79
2018-07-20nbd: constify nla_policyStephen Hemminger1-3/+3
2018-07-16nbd: handle unexpected replies betterJosef Bacik1-14/+61
2018-07-16nbd: don't requeue the same request twice.Josef Bacik1-3/+18
2018-06-21nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.Doron Roberts-Kedes1-8/+34
2018-06-05nbd: set discard_alignment to the granularityJosef Bacik1-0/+3
2018-06-05nbd: Consistently use request pointer in debug messages.Kevin Vigor1-5/+5