aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2023-07-21loop: do not enforce max_loop hard limit by (new) defaultMauricio Faria de Oliveira1-2/+34
2023-07-21loop: deprecate autoloading callback loop_probe()Mauricio Faria de Oliveira1-0/+4
2023-07-17nbd: automatically load module on genl accessThomas Weißschuh1-0/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen2-30/+20
2023-07-05scsi: block: virtio_blk: Set zone limits before revalidating zonesDamien Le Moal1-19/+15
2023-07-05scsi: block: nullblk: Set zone limits before revalidating zonesDamien Le Moal1-11/+5
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+8
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds31-785/+922
2023-06-24drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()David Howells1-4/+8
2023-06-21ublk: make ublk_chr_class a static const structureIvan Orlov1-7/+8
2023-06-21aoe: make aoe_class a static const structureIvan Orlov1-13/+17
2023-06-21block/rnbd: make all 'class' structures constIvan Orlov2-19/+23
2023-06-21Revert "virtio-blk: support completion batching for the IRQ path"Michael S. Tsirkin1-45/+37
2023-06-20swim: fix a missing FMODE_ -> BLK_OPEN_ conversion in floppy_openChristoph Hellwig1-1/+1
2023-06-19zram: further limit recompression thresholdSergey Senozhatsky1-1/+1
2023-06-14brd: use cond_resched instead of cond_resched_rcuPankaj Raghav1-1/+1
2023-06-13swim3: fix the floppy_locked_ioctl prototypeChristoph Hellwig1-1/+1
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig21-98/+93
2023-06-12rnbd-srv: replace sess->open_flags with a "bool readonly"Christoph Hellwig3-11/+9
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig5-23/+27
2023-06-12rnbd-srv: don't pass a holder for non-exclusive blkdev_get_by_pathChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig13-17/+16
2023-06-12block: pass a gendisk to ->openChristoph Hellwig14-66/+63
2023-06-12block: pass a gendisk on bdev_check_media_changeChristoph Hellwig5-14/+14
2023-06-11block/rnbd-srv: make process_msg_sess_info returns voidGuoqing Jiang1-6/+3
2023-06-11block/rnbd-srv: init err earlier in rnbd_srv_init_moduleGuoqing Jiang1-5/+3
2023-06-11block/rnbd-srv: init ret with 0 instead of -EPERMGuoqing Jiang1-4/+3
2023-06-11block/rnbd-srv: rename one member in rnbd_srv_devGuoqing Jiang2-8/+8
2023-06-11block/rnbd-srv: no need to check sess_devGuoqing Jiang1-1/+1
2023-06-11block/rnbd: introduce rnbd_access_modesGuoqing Jiang6-32/+16
2023-06-11block/rnbd-srv: remove unused headerGuoqing Jiang1-1/+0
2023-06-11block/rnbd: kill rnbd_flags_supportedGuoqing Jiang1-22/+0
2023-06-09Merge tag 'block-6.4-2023-06-09' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-06-07pktcdvd: Sort headersAndy Shevchenko1-15/+16
2023-06-07pktcdvd: Get rid of redundant 'else'Andy Shevchenko1-7/+7
2023-06-07pktcdvd: Use put_unaligned_be16() and get_unaligned_be16()Andy Shevchenko1-17/+14
2023-06-07pktcdvd: Use DEFINE_SHOW_ATTRIBUTE() to simplify codeAndy Shevchenko1-20/+3
2023-06-07pktcdvd: Drop redundant castings for sector_tAndy Shevchenko1-16/+10
2023-06-07pktcdvd: Get rid of pkt_seq_show() forward declarationAndy Shevchenko1-76/+75
2023-06-07pktcdvd: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-1/+1
2023-06-07pktcdvd: replace sscanf() by kstrtoul()Andy Shevchenko1-16/+18
2023-06-07pktcdvd: Get rid of custom printing macrosAndy Shevchenko1-118/+129
2023-06-07nbd: Add the maximum limit of allocated index in nbd_dev_addZhong Jinghua1-1/+2
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov1-7/+23
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov1-11/+21
2023-06-05null_blk: Fix: memory release when memory_backed=1Nitesh Shetty1-0/+1
2023-06-05block: introduce holder opsChristoph Hellwig6-7/+9
2023-06-05drbd: stop defining __KERNEL_SYSCALLS__Christoph Hellwig2-2/+0
2023-06-04ublk: add control command of UBLK_U_CMD_GET_FEATURESMing Lei1-0/+21
2023-05-31floppy: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31zram: use __bio_add_page for adding single page to bioJohannes Thumshirn1-1/+1
2023-05-31drbd: use __bio_add_page to add page to bioJohannes Thumshirn1-3/+1
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-05-24xen/blkfront: Only check REQ_FUA for writesRoss Lagerwall1-1/+2
2023-05-20ublk: fix build warning on iov_iter_get_pages2Ming Lei1-1/+2
2023-05-19ublk: support user copyMing Lei1-11/+47
2023-05-19ublk: add read()/write() support for ublk char deviceMing Lei1-0/+151
2023-05-19ublk: support to copy any part of request pagesMing Lei1-7/+24
2023-05-19ublk: grab request reference when the request is handled by userspaceMing Lei1-3/+64
2023-05-19ublk: cleanup ublk_copy_user_pagesMing Lei1-63/+49
2023-05-19ublk: cleanup io cmd code path by adding ublk_fill_io_cmd()Ming Lei1-9/+11
2023-05-19ublk: kill queuing request by task_work_addMing Lei1-38/+2
2023-05-18ublk: fix AB-BA lockdep warningMing Lei1-2/+7
2023-05-16brd: use XArray instead of radix-tree to index backing pagesPankaj Raghav1-69/+24
2023-05-12ublk: fix command op code checkMing Lei1-1/+1
2023-05-12block/rnbd: replace REQ_OP_FLUSH with REQ_OP_WRITEGuoqing Jiang1-1/+1
2023-05-12nbd: Fix debugfs_create_dir error checkingIvan Orlov1-2/+2
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds1-20/+20
2023-05-06Merge tag 'for-6.4/block-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds6-8/+35
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao1-13/+13
2023-05-03ublk: add timeout handlerMing Lei1-0/+31
2023-05-03drbd: correctly submit flush bio on barrierChristoph Böhmwalder1-1/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-247/+138
2023-04-27block nbd: use req.cookie instead of req.handleEric Blake1-3/+3
2023-04-27Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-111/+118
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-60/+39
2023-04-26Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds16-341/+491
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+9
2023-04-25block/drivers: remove dead clear of random flagChaitanya Kulkarni4-4/+0
2023-04-25xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross2-96/+104
2023-04-25xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross1-10/+10
2023-04-25xen/blkback: remove stale prototypeJuergen Gross1-1/+0
2023-04-25xen/blkback: fix white space code style issuesJuergen Gross2-4/+4
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+6
2023-04-20nbd: fix incomplete validation of ioctl argZhong Jinghua1-0/+6
2023-04-20ublk: don't return 0 in case of any failureMing Lei1-0/+1
2023-04-18null_blk: Always check queue mode setting from configfsChaitanya Kulkarni1-0/+5
2023-04-18block: ublk: switch to ioctl command encodingMing Lei2-13/+51
2023-04-18zram: return errors from read_from_bdev_syncChristoph Hellwig1-3/+4
2023-04-18zram: fix synchronous readsChristoph Hellwig1-38/+22
2023-04-18zram: don't return errors from read_from_bdev_asyncChristoph Hellwig1-12/+4
2023-04-18zram: pass a page to read_from_bdevChristoph Hellwig1-27/+16
2023-04-18zram: refactor zram_bdev_writeChristoph Hellwig1-19/+19
2023-04-18zram: don't pass a bvec to __zram_bvec_writeChristoph Hellwig1-10/+4
2023-04-18zram: refactor zram_bdev_readChristoph Hellwig1-20/+20
2023-04-18zram: directly call zram_read_page in writeback_storeChristoph Hellwig1-10/+4
2023-04-18zram: rename __zram_bvec_read to zram_read_pageChristoph Hellwig1-4/+4
2023-04-18zram: don't use highmem for the bounce buffer in zram_bvec_{read,write}Christoph Hellwig1-12/+5
2023-04-18zram: refactor highlevel read and write handlingChristoph Hellwig1-28/+30
2023-04-18zram: return early on error in zram_bvec_rwChristoph Hellwig1-9/+9
2023-04-18zram: move discard handling to zram_submit_bioChristoph Hellwig1-10/+13
2023-04-18zram: simplify bvec iteration in __zram_make_requestChristoph Hellwig1-31/+11
2023-04-18zram: make zram_bio_discard more self-containedChristoph Hellwig1-9/+7
2023-04-18zram: remove valid_io_requestChristoph Hellwig2-34/+1
2023-04-18zram: always compile read_from_bdev_syncChristoph Hellwig1-12/+6
2023-04-18zram: fix up permission for the hot_add sysfs fileGreg Kroah-Hartman1-1/+3
2023-04-13block: null_blk: make fault-injection dynamically configurable per deviceAkinobu Mita3-23/+79
2023-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-96/+173
2023-04-06block: ublk: make sure that block size is set correctlyMing Lei1-1/+3
2023-04-05ublk: read any SQE values upfrontJens Axboe1-2/+20
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-04-05floppy: fix MAX_ORDER usageKirill A. Shutemov1-2/+2
2023-04-05drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)3-6/+6
2023-04-04virtio-blk: fix ZBD probe in kernels without ZBD supportDmitry Fomichev1-16/+17
2023-04-04virtio-blk: fix to match virtio specDmitry Fomichev1-81/+157
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman4-47/+63
2023-04-02block: ublk_drv: cleanup 'struct ublk_map_data'Ming Lei1-15/+12
2023-04-02block: ublk_drv: clean up several helpersMing Lei1-13/+5
2023-04-02block: ublk_drv: add two helpers to clean up map/unmap requestMing Lei1-5/+14
2023-04-02block: ublk_drv: don't consider flush request in map/unmap ioMing Lei1-7/+3
2023-04-02block: ublk_drv: add common exit handlingMing Lei1-6/+9
2023-04-02pktcdvd: simplify the class_pktcdvd logicGreg Kroah-Hartman1-28/+12
2023-04-01drbd: Pass a peer device to the resync and online verify functionsChristoph Böhmwalder6-108/+126
2023-04-01drbd: pass drbd_peer_device to __req_modChristoph Böhmwalder5-31/+46
2023-04-01drbd: drbd_uuid_compare: pass a peer_deviceChristoph Böhmwalder1-4/+5
2023-04-01drbd: INFO_bm_xfer_stats(): Pass a peer device argumentAndreas Gruenbacher3-7/+7
2023-04-01drbd: Add peer device parameter to whole-bitmap I/O handlersAndreas Gruenbacher7-62/+96
2023-04-01drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macroAndreas Gruenbacher1-22/+15
2023-04-01null_blk: use kmap_local_page() and kunmap_local()Chaitanya Kulkarni1-4/+4
2023-04-01null_blk: use non-deprecated lib functionsChaitanya Kulkarni1-22/+7
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2-9/+8
2023-03-27loop: LOOP_CONFIGURE: send uevents for partitionsAlyssa Ross1-9/+9
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-19/+15
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-13/+18
2023-03-18block: ublk_drv: mark device as LIVE before adding diskMing Lei1-1/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman4-4/+4
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman2-2/+0
2023-03-15block: sunvdc: add check for mdesc_grab() returning NULLLiang He1-0/+2
2023-03-15block: null_blk: cleanup null_queue_rq()Damien Le Moal1-15/+14
2023-03-15block: null_blk: Fix handling of fake timeout requestDamien Le Moal1-3/+3
2023-03-14loop: Fix use-after-free issuesBart Van Assche1-8/+17
2023-03-14nbd: use the structured req attr checkJakub Kicinski1-4/+4
2023-03-14nbd: allow genl access outside init_netJakub Kicinski1-0/+1
2023-03-10pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi headerThomas Huth1-4/+9
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2-7/+4
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-11/+9
2023-02-26rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov1-11/+9
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-54/+414
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-78/+6
2023-02-22loop: loop_set_status_from_info() check before assignmentZhong Jinghua1-4/+4
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds29-10756/+0
2023-02-21ublk: remove check IO_URING_F_SQE128 in ublk_ch_uring_cmdMing Lei1-3/+0
2023-02-20virtio-blk: support completion batching for the IRQ pathSuwan Kim1-37/+45
2023-02-20virtio-blk: set req->state to MQ_RQ_COMPLETE after polling I/O is finishedSuwan Kim1-2/+3
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds16-199/+392
2023-02-17brd: use radix_tree_maybe_preload instead of radix_tree_preloadPankaj Raghav1-1/+1
2023-02-16brd: mark as nowait compatibleJens Axboe1-0/+1
2023-02-16brd: check for REQ_NOWAIT and set correct page allocation maskJens Axboe1-20/+28
2023-02-16brd: return 0/-error from brd_insert_page()Jens Axboe1-14/+12
2023-02-15virtio_blk: zone append in header type tweakMichael S. Tsirkin1-1/+1
2023-02-15virtio_blk: temporary variable type tweakMichael S. Tsirkin1-1/+1
2023-02-15virtio-blk: add support for zoned block devicesDmitry Fomichev1-18/+369
2023-02-13block: ublk: check IO buffer based on flag need_get_dataLiu Xiaodong1-4/+9
2023-02-07block: ublk: improve handling device deletionMing Lei1-4/+18
2023-02-07ublk: pass NULL to blk_mq_alloc_disk() as queuedataZiyang Zhang1-1/+1
2023-02-07ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()Ziyang Zhang1-1/+1
2023-02-07ublk: remove unnecessary NULL check in ublk_rq_has_data()Ziyang Zhang1-1/+1
2023-02-03Merge tag 'block-6.2-2023-02-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-02-03zram: use bvec_set_page to initialize bvecsChristoph Hellwig1-11/+4
2023-02-03virtio_blk: use bvec_set_virt to initialize special_vecChristoph Hellwig1-3/+1
2023-02-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig1-4/+3
2023-02-02block: remove ->rw_pageChristoph Hellwig2-74/+2
2023-02-01loop: Improve the hw_queue_depth kernel module parameter implementationBart Van Assche1-4/+10
2023-01-31ublk_drv: only allow owner to open unprivileged diskMing Lei1-12/+43
2023-01-31block: ublk: extending queue_size to fix overflowLiu Xiaodong1-1/+1
2023-01-31drivers/block: Move PARIDE protocol modules to drivers/ata/pata_parportOndrej Zary19-4833/+0
2023-01-31drivers/block: Remove PARIDE core and high-level protocolsOndrej Zary28-5967/+31
2023-01-31ata: pata_parport: add driver (PARIDE replacement)Ondrej Zary2-16/+29
2023-01-29ps3vram: remove bio splittingChristoph Hellwig1-7/+0
2023-01-29ublk_drv: add mechanism for supporting unprivileged ublk deviceMing Lei1-6/+146
2023-01-29ublk_drv: add module parameter of ublks_max for limiting max allowed ublk devMing Lei1-0/+19
2023-01-29ublk_drv: add device parameter UBLK_PARAM_TYPE_DEVTMing Lei1-1/+23
2023-01-29ublk_drv: move ublk_get_device_from_id into ublk_ctrl_uring_cmdMing Lei1-89/+49
2023-01-29ublk_drv: don't probe partitions if the ubq daemon isn't trustedMing Lei1-0/+9
2023-01-29ublk_drv: remove nr_aborted_queues from ublk_deviceMing Lei1-1/+0
2023-01-29drbd: drbd_insert_interval(): Clarify commentAndreas Gruenbacher1-1/+1
2023-01-29drbd: interval tree: make removing an "empty" interval a no-opLars Ellenberg1-0/+4
2023-01-29drbd: remove macros using require_contextChristoph Böhmwalder1-11/+1
2023-01-29drbd: remove unnecessary assignment in vli_encode_bitsChristoph Böhmwalder1-1/+1
2023-01-29drbd: split off drbd_config into separate fileChristoph Böhmwalder2-1/+2
2023-01-29drbd: drop API_VERSION defineChristoph Böhmwalder3-3/+3
2023-01-29drbd: split off drbd_buildtag into separate fileChristoph Böhmwalder3-19/+23
2023-01-29block: make BLK_DEF_MAX_SECTORS unsignedKeith Busch1-2/+1
2023-01-27Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds1-4/+3
2023-01-26block: ublk: move ublk_chr_class destroying after devices are removedMing Lei1-4/+3
2023-01-20Merge tag 'block-6.2-2023-01-20' of git://git.kernel.dk/linuxLinus Torvalds2-1/+3
2023-01-18zram: correctly handle all next_arg() casesSergey Senozhatsky1-2/+2
2023-01-18zram: fix typos in commentsJeongHyeon Lee1-2/+2
2023-01-17block/rnbd-clt: fix wrong max ID in ida_alloc_maxGuoqing Jiang1-1/+1