Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2c272542baee2c3b9e8e3a260db81227ccefe8b5
/
drivers
/
block
/
nbd.c
2c27254
nbd: requeue command if the soecket is changed
by Hou Pu
· 4 years, 11 months ago
d970958
nbd: enable replace socket if only one connection is configured
by Hou Pu
· 4 years, 11 months ago
5c0dd22
nbd: add a flush_workqueue in nbd_start_device
by Sun Ke
· 5 years ago
1c05839
nbd: fix shutdown and recv work deadlock v2
by Mike Christie
· 5 years ago
323264e
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 5 years ago
03bf73c
nbd: prevent memory leak
by Navid Emamdoost
· 5 years ago
dff10bb
nbd:fix memory leak in nbd_get_socket()
by Sun Ke
· 5 years ago
cf1b232
nbd: verify socket is supported during setup
by Mike Christie
· 5 years ago
7ce23e8
nbd: handle racing with error'ed out commands
by Josef Bacik
· 5 years ago
de6346e
nbd: protect cmd->status with cmd->lock
by Josef Bacik
· 5 years ago
8624881
nbd: fix possible sysfs duplicate warning
by Xiubo Li
· 5 years ago
8454d68
nbd: fix possible page fault for nbd disk
by Xiubo Li
· 5 years ago
ec76a7b
nbd: rename the runtime flags as NBD_RT_ prefixed
by Xiubo Li
· 5 years ago
e9e006f
nbd: fix max number of supported devs
by Mike Christie
· 5 years ago
2da22da
nbd: fix zero cmd timeout handling v2
by Mike Christie
· 5 years ago
887e975
nbd: add missing config put
by Mike Christie
· 5 years ago
0051467
nbd: add function to convert blk req op to nbd cmd
by Mike Christie
· 5 years ago
55313e9
nbd: add set cmd timeout helper
by Mike Christie
· 5 years ago
2b5c8f0
nbd: replace kill_bdev() with __invalidate_device() again
by Munehisa Kamata
· 5 years ago
4ddeaae8
nbd: add netlink reconfigure resize support
by Mike Christie
· 6 years ago
553768d
nbd: fix crash when the blksize is zero
by Xiubo Li
· 6 years ago
eb1fe3b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127
by Thomas Gleixner
· 6 years ago
5f0d736
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
ef6243a
genetlink: optionally validate strictly/dumps
by Johannes Berg
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
2abd2de
nbd: add tracepoints for send/receive timing
by Andrew Hall
· 6 years ago
ea10672
nbd: trace sending nbd requests
by Matt Mullins
· 6 years ago
3b0f31f
genetlink: make policy common to family
by Johannes Berg
· 6 years ago
cd46eb8
nbd: propagate genlmsg_reply return code
by Li RongQing
· 6 years ago
56d18f6
block: kill BLK_MQ_F_SG_MERGE
by Ming Lei
· 6 years ago
c8a83a6
nbd: Use set_blocksize() to set device blocksize
by Jan Kara
· 6 years ago
7baa857
blk-mq-tag: change busy_iter_fn to return whether to continue or not
by Jens Axboe
· 6 years ago
aa563d7
iov_iter: Separate type from direction and use accessor functions
by David Howells
· 6 years ago
bc811f0
nbd: don't allow invalid blocksize settings
by Jens Axboe
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a86c412
nbd: constify nla_policy
by Stephen Hemminger
· 7 years ago
8f3ea35
nbd: handle unexpected replies better
by Josef Bacik
· 7 years ago
d7d94d4
nbd: don't requeue the same request twice.
by Josef Bacik
· 7 years ago
08ba91e
nbd: Add the nbd NBD_DISCONNECT_ON_CLOSE config flag.
by Doron Roberts-Kedes
· 7 years ago
07ce213
nbd: set discard_alignment to the granularity
by Josef Bacik
· 7 years ago
ee57a05
nbd: Consistently use request pointer in debug messages.
by Kevin Vigor
· 7 years ago
d250bf4e
blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter
by Christoph Hellwig
· 7 years ago
5e3c3a7
nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.
by Kevin Vigor
· 7 years ago
e5eab01
nbd: complete requests from ->timeout
by Christoph Hellwig
· 7 years ago
6600593
block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE
by Christoph Hellwig
· 7 years ago
5657a81
block drivers/block: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
6df133a
nbd: set discard granularity properly
by Josef Bacik
· 7 years ago
2189c97
block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
by Dan Melnic
· 7 years ago
76aa1d3
nbd: call nbd_bdev_reset instead of bd_set_size on disconnect
by Josef Bacik
· 7 years ago
fe1f9e6
nbd: fix how we set bd_invalidated
by Josef Bacik
· 7 years ago
96d97e1
nbd: clear_sock on netlink disconnect
by Josef Bacik
· 7 years ago
9e2b1967
nbd: use bd_set_size when updating disk size
by Josef Bacik
· 7 years ago
c3f7c93
nbd: update size when connected
by Josef Bacik
· 7 years ago
8364da4
nbd: fix nbd device deletion
by Josef Bacik
· 7 years ago
8b904b5
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
by Bart Van Assche
· 7 years ago
0979962
nbd: fix return value in error handling path
by Gustavo A. R. Silva
· 7 years ago
e2c5923
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
6a468d5
nbd: don't start req until after the dead connection logic
by Josef Bacik
· 7 years ago
ff57dc9
nbd: wait uninterruptible for the dead timeout
by Josef Bacik
· 7 years ago
32e67a3
nbd: handle interrupted sendmsg with a sndtimeo set
by Josef Bacik
· 7 years ago
639812a
nbd: don't set the device size until we're connected
by Josef Bacik
· 7 years ago
6e60a3b
nbd: fix -ERESTARTSYS handling
by Josef Bacik
· 7 years ago
1dae69b
nbd: ignore non-nbd ioctl's
by Josef Bacik
· 8 years ago
dfbde55
nbd: make device_attribute const
by Bhumika Goyal
· 7 years ago
7a8362a
nbd: change the default nbd partitions
by Josef Bacik
· 7 years ago
e6a7627
nbd: allow device creation at a specific index
by Josef Bacik
· 7 years ago
7a362ea
nbd: clear disconnected on reconnect
by Josef Bacik
· 7 years ago
a7ee8cf
nbd: only set sndtimeo if we have a timeout set
by Josef Bacik
· 7 years ago
b4b2aec
nbd: take tx_lock before disconnecting
by Josef Bacik
· 7 years ago
2e13456
nbd: allow multiple disconnects to be sent
by Josef Bacik
· 7 years ago
7685168
nbd: kill unused ret in recv_work
by Kefeng Wang
· 8 years ago
b52c2e9
nbd: quiesce request queues to make sure no submissions are inflight
by Sagi Grimberg
· 8 years ago
8f66439
Merge tag 'v4.12-rc5' into for-4.13/block
by Jens Axboe
· 8 years ago
fc17b65
blk-mq: switch ->queue_rq return value to blk_status_t
by Christoph Hellwig
· 8 years ago
2a842ac
block: introduce new block status code type
by Christoph Hellwig
· 8 years ago
dc88e34
nbd: set sk->sk_sndtimeo for our sockets
by Josef Bacik
· 8 years ago
685c9b2
nbd: add FUA op support
by Shaun McDowell
· 8 years ago
fa97653
nbd: don't leak nbd_config
by Ilya Dryomov
· 8 years ago
af622b8
nbd: nbd_reset() call in nbd_dev_add() is redundant
by Ilya Dryomov
· 8 years ago
f108304
treewide: convert PF_MEMALLOC manipulations to new helpers
by Vlastimil Babka
· 8 years ago
044f1da
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
d6296d39
blk-mq: update ->init_request and ->exit_request prototypes
by Christoph Hellwig
· 8 years ago
3527d3e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
60ae36a
nbd: fix use after free on module unload
by Josef Bacik
· 8 years ago
1cc1f17
nbd: set the max segments to USHRT_MAX
by Josef Bacik
· 8 years ago
08e0029
blk-mq: remove the error argument to blk_mq_complete_request
by Christoph Hellwig
· 8 years ago
1e388ae
nbd: don't use req->errors
by Christoph Hellwig
· 8 years ago
ebb16d0
nbd: set the max segment size to UINT_MAX
by Josef Bacik
· 8 years ago
a2c9790
nbd: add a flag to destroy an nbd device on disconnect
by Josef Bacik
· 8 years ago
c6a4759
nbd: add device refcounting
by Josef Bacik
· 8 years ago
47d902b
nbd: add a status netlink command
by Josef Bacik
· 8 years ago
560bc4b
nbd: handle dead connections
by Josef Bacik
· 8 years ago
2516ab1
nbd: only clear the queue on device teardown
by Josef Bacik
· 8 years ago
799f9a3
nbd: multicast dead link notifications
by Josef Bacik
· 8 years ago
b7aa3d3
nbd: add a reconfigure netlink command
by Josef Bacik
· 8 years ago
e46c728
nbd: add a basic netlink interface
by Josef Bacik
· 8 years ago
29eaadc
nbd: stop using the bdev everywhere
by Josef Bacik
· 8 years ago
5ea8d10
nbd: separate out the config information
by Josef Bacik
· 8 years ago
Next »