index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
nbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-22
nbd: handle device refs for DESTROY_ON_DISCONNECT properly
Josef Bacik
1
-13
/
+19
2021-02-21
Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+4
2021-02-10
nbd: Convert to DEFINE_SHOW_ATTRIBUTE
Liao Pingfang
1
-24
/
+4
2021-01-25
nbd: freeze the queue while we're adding connections
Josef Bacik
1
-0
/
+8
2020-12-17
nbd: Respect max_part for all partition scans
Josh Triplett
1
-3
/
+6
2020-12-01
block: stop using bdget_disk for partition 0
Christoph Hellwig
1
-3
/
+1
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-1
/
+1
2020-11-16
nbd: use set_capacity_and_notify
Christoph Hellwig
1
-12
/
+3
2020-11-16
nbd: validate the block size in nbd_set_size
Christoph Hellwig
1
-32
/
+15
2020-11-16
nbd: refactor size updates
Christoph Hellwig
1
-26
/
+18
2020-11-16
nbd: move the task_recv check into nbd_size_update
Christoph Hellwig
1
-3
/
+7
2020-11-16
nbd: remove the call to set_blocksize
Christoph Hellwig
1
-7
/
+5
2020-11-10
nbd: fix a block_device refcount leak in nbd_release
Christoph Hellwig
1
-0
/
+1
2020-10-29
nbd: don't update block size after device is started
Ming Lei
1
-4
/
+5
2020-10-24
Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-3
/
+3
2020-10-14
nbd: make the config put is called before the notifying the waiter
Xiubo Li
1
-1
/
+1
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-3
/
+3
2020-09-23
block: move the NEED_PART_SCAN flag to struct gendisk
Christoph Hellwig
1
-4
/
+4
2020-09-02
block: rename bd_invalidated
Christoph Hellwig
1
-4
/
+4
2020-09-01
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
1
-3
/
+4
2020-08-26
nbd: restore default timeout when setting it to zero
Hou Pu
1
-0
/
+2
2020-08-03
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2020-07-08
nbd: Fix memory leak in nbd_add_socket
Zheng Bin
1
-10
/
+15
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
1
-1
/
+4
2020-03-12
nbd: requeue command if the soecket is changed
Hou Pu
1
-0
/
+10
2020-03-12
nbd: enable replace socket if only one connection is configured
Hou Pu
1
-8
/
+9
2020-01-29
nbd: add a flush_workqueue in nbd_start_device
Sun Ke
1
-0
/
+10
2019-12-16
nbd: fix shutdown and recv work deadlock v2
Mike Christie
1
-3
/
+3
2019-11-25
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2019-11-21
nbd: prevent memory leak
Navid Emamdoost
1
-2
/
+3
2019-11-19
nbd:fix memory leak in nbd_get_socket()
Sun Ke
1
-0
/
+1
2019-10-25
nbd: verify socket is supported during setup
Mike Christie
1
-2
/
+21
2019-10-25
nbd: handle racing with error'ed out commands
Josef Bacik
1
-0
/
+6
2019-10-25
nbd: protect cmd->status with cmd->lock
Josef Bacik
1
-5
/
+7
2019-10-10
nbd: fix possible sysfs duplicate warning
Xiubo Li
1
-1
/
+1
2019-09-17
nbd: fix possible page fault for nbd disk
Xiubo Li
1
-0
/
+36
2019-09-17
nbd: rename the runtime flags as NBD_RT_ prefixed
Xiubo Li
1
-37
/
+37
2019-08-20
nbd: fix max number of supported devs
Mike Christie
1
-14
/
+25
2019-08-20
nbd: fix zero cmd timeout handling v2
Mike Christie
1
-6
/
+23
2019-08-20
nbd: add missing config put
Mike Christie
1
-1
/
+3
2019-08-20
nbd: add function to convert blk req op to nbd cmd
Mike Christie
1
-15
/
+18
2019-08-20
nbd: add set cmd timeout helper
Mike Christie
1
-14
/
+14
2019-07-31
nbd: replace kill_bdev() with __invalidate_device() again
Munehisa Kamata
1
-1
/
+1
2019-07-10
nbd: add netlink reconfigure resize support
Mike Christie
1
-16
/
+32
2019-07-10
nbd: fix crash when the blksize is zero
Xiubo Li
1
-3
/
+20
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 127
Thomas Gleixner
1
-2
/
+1
2019-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+13
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+4
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-4
/
+8
[next]