summaryrefslogtreecommitdiffstats
path: root/drivers/block/nbd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-16/+10
|\
| * block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-5/+0
| * block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-191-6/+8
| * nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig2024-06-191-10/+7
| * block: take io_opt and io_min into account for max_sectorsChristoph Hellwig2024-06-141-1/+1
* | nbd: Remove __force castsChristoph Hellwig2024-06-121-29/+22
|/
* nbd: Fix signal handlingBart Van Assche2024-05-141-14/+14
* nbd: Remove a local variable from nbd_send_cmd()Bart Van Assche2024-05-141-2/+1
* nbd: Improve the documentation of the locking assumptionsBart Van Assche2024-05-141-1/+5
* nbd: Remove superfluous castsBart Van Assche2024-05-141-2/+2
* nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig2024-03-011-4/+11
* nbd: freeze the queue for queue limits updatesChristoph Hellwig2024-03-011-1/+13
* nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig2024-03-011-1/+2
* nbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-201-6/+7
* nbd: null check for nla_nest_startNavid Emamdoost2024-02-181-0/+6
* block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* nbd: always initialize struct msghdr completelyEric Dumazet2024-01-171-5/+1
* nbd: use the default discard granularityChristoph Hellwig2023-12-291-5/+1
* nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan2023-11-211-13/+22
* nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan2023-11-201-1/+17
* nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan2023-11-201-8/+19
* nbd: fold nbd config initialization into nbd_alloc_config()Li Nan2023-11-201-22/+19
* nbd: fix uaf in nbd_openLi Lingfeng2023-11-071-2/+9
* nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctlChristoph Hellwig2023-10-041-1/+2
* Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-301-0/+1
|\
| * nbd: automatically load module on genl accessThomas Weißschuh2023-07-171-0/+1
* | nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctlChristoph Hellwig2023-08-211-5/+3
|/
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
* block: pass a gendisk to ->openChristoph Hellwig2023-06-121-4/+4
* nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua2023-06-071-1/+2
* nbd: Fix debugfs_create_dir error checkingIvan Orlov2023-05-121-2/+2
* block nbd: use req.cookie instead of req.handleEric Blake2023-04-281-3/+3
* block/drivers: remove dead clear of random flagChaitanya Kulkarni2023-04-251-1/+0
* nbd: fix incomplete validation of ioctl argZhong Jinghua2023-04-201-0/+6
* nbd: use the structured req attr checkJakub Kicinski2023-03-141-4/+4
* nbd: allow genl access outside init_netJakub Kicinski2023-03-141-0/+1
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-201-0/+1
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-5/+5
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-081-2/+0
|\
| * nbd: remove define-only NBD_MAGIC, previously magic numberнаб2022-09-241-2/+0
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-2/+4
|\ \
| * | nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida2022-09-081-2/+4
| |/
* / genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
|/
* nbd: add missing definition of pr_fmtYu Kuai2022-08-031-2/+4
* blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-1/+1
* blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
* block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
* nbd: use pr_err to output error messageYu Kuai2022-05-281-22/+18
* nbd: fix possible overflow on 'first_minor' in nbd_dev_add()Zhang Wensheng2022-05-281-11/+12