summaryrefslogtreecommitdiff
path: root/drivers/block/nbd.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-06nbd: correct the maximum value for discard sectorsWouter Verhelst1-1/+1
2024-09-06nbd: nbd_bg_flags_show: add NBD_FLAG_ROTATIONALWouter Verhelst1-0/+2
2024-09-06nbd: implement the WRITE_ZEROES commandWouter Verhelst1-0/+8
2024-08-30nbd: fix race between timeout and normal completionMing Lei1-1/+12
2024-07-29nbd: add support for rotational devicesWouter Verhelst1-0/+3
2024-07-16Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-16/+10
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-5/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig1-6/+8
2024-06-19nbd: move setting the cache control flags to __nbd_set_sizeChristoph Hellwig1-10/+7
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig1-1/+1
2024-06-12nbd: Remove __force castsChristoph Hellwig1-29/+22
2024-05-14nbd: Fix signal handlingBart Van Assche1-14/+14
2024-05-14nbd: Remove a local variable from nbd_send_cmd()Bart Van Assche1-2/+1
2024-05-14nbd: Improve the documentation of the locking assumptionsBart Van Assche1-1/+5
2024-05-14nbd: Remove superfluous castsBart Van Assche1-2/+2
2024-03-01nbd: use the atomic queue limits API in nbd_set_sizeChristoph Hellwig1-4/+11
2024-03-01nbd: freeze the queue for queue limits updatesChristoph Hellwig1-1/+13
2024-03-01nbd: don't clear discard_sectors in nbd_config_putChristoph Hellwig1-1/+2
2024-02-20nbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-6/+7
2024-02-18nbd: null check for nla_nest_startNavid Emamdoost1-0/+6
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-01-17nbd: always initialize struct msghdr completelyEric Dumazet1-5/+1
2023-12-29nbd: use the default discard granularityChristoph Hellwig1-5/+1
2023-11-21nbd: pass nbd_sock to nbd_read_reply() instead of indexLi Nan1-13/+22
2023-11-20nbd: fix null-ptr-dereference while accessing 'nbd->config'Li Nan1-1/+17
2023-11-20nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan1-8/+19
2023-11-20nbd: fold nbd config initialization into nbd_alloc_config()Li Nan1-22/+19
2023-11-07nbd: fix uaf in nbd_openLi Lingfeng1-2/+9
2023-10-04nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctlChristoph Hellwig1-1/+2
2023-08-30Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-08-21nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctlChristoph Hellwig1-5/+3
2023-07-17nbd: automatically load module on genl accessThomas Weißschuh1-0/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-4/+4
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua1-1/+2
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov1-2/+2
2023-04-28block nbd: use req.cookie instead of req.handleEric Blake1-3/+3
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni1-1/+0
2023-04-20nbd: fix incomplete validation of ioctl argZhong Jinghua1-0/+6
2023-03-14nbd: use the structured req attr checkJakub Kicinski1-4/+4
2023-03-14nbd: allow genl access outside init_netJakub Kicinski1-0/+1
2022-12-20Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-5/+5
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-2/+4
2022-09-24nbd: remove define-only NBD_MAGIC, previously magic numberнаб1-2/+0
2022-09-08nbd: Fix hung when signal interrupts nbd_start_device_ioctl()Shigeru Yoshida1-2/+4
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-08-03nbd: add missing definition of pr_fmtYu Kuai1-2/+4