summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c
AgeCommit message (Expand)Author
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
2020-03-12nbd: requeue command if the soecket is changedHou Pu
2020-03-12nbd: enable replace socket if only one connection is configuredHou Pu
2020-01-29nbd: add a flush_workqueue in nbd_start_deviceSun Ke
2019-12-16nbd: fix shutdown and recv work deadlock v2Mike Christie
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-21nbd: prevent memory leakNavid Emamdoost
2019-11-19nbd:fix memory leak in nbd_get_socket()Sun Ke
2019-10-25nbd: verify socket is supported during setupMike Christie
2019-10-25nbd: handle racing with error'ed out commandsJosef Bacik
2019-10-25nbd: protect cmd->status with cmd->lockJosef Bacik
2019-10-10nbd: fix possible sysfs duplicate warningXiubo Li
2019-09-17nbd: fix possible page fault for nbd diskXiubo Li
2019-09-17nbd: rename the runtime flags as NBD_RT_ prefixedXiubo Li
2019-08-20nbd: fix max number of supported devsMike Christie
2019-08-20nbd: fix zero cmd timeout handling v2Mike Christie
2019-08-20nbd: add missing config putMike Christie
2019-08-20nbd: add function to convert blk req op to nbd cmdMike Christie
2019-08-20nbd: add set cmd timeout helperMike Christie
2019-07-31nbd: replace kill_bdev() with __invalidate_device() againMunehisa Kamata
2019-07-10nbd: add netlink reconfigure resize supportMike Christie
2019-07-10nbd: fix crash when the blksize is zeroXiubo Li
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127Thomas Gleixner
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-26nbd: add tracepoints for send/receive timingAndrew Hall
2019-04-26nbd: trace sending nbd requestsMatt Mullins
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-02-28nbd: propagate genlmsg_reply return codeLi RongQing