summaryrefslogtreecommitdiff
path: root/drivers/block/rbd.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-26Merge tag 'ceph-for-6.11-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-20/+15
2024-07-25rbd: don't assume rbd_is_lock_owner() for exclusive mappingsIlya Dryomov1-5/+0
2024-07-25rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappingsIlya Dryomov1-5/+5
2024-07-25rbd: rename RBD_LOCK_STATE_RELEASING and releasing_waitIlya Dryomov1-10/+10
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-6/+3
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-3/+0
2024-06-14block: take io_opt and io_min into account for max_sectorsChristoph Hellwig1-1/+0
2024-06-14rbd: increase io_opt againChristoph Hellwig1-1/+1
2024-02-20rbd: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-14/+15
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-06block: rbd: make rbd_bus_type constRicardo B. Marliere1-1/+1
2024-01-22rbd: don't move requests to the running list on errorsIlya Dryomov1-8/+14
2024-01-22rbd: remove usage of the deprecated ida_simple_*() APIChristophe JAILLET1-5/+5
2023-09-26rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov1-11/+11
2023-09-26rbd: decouple parent info read-in from updating rbd_devIlya Dryomov1-62/+80
2023-09-26rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov1-92/+114
2023-09-26rbd: move rbd_dev_refresh() definitionIlya Dryomov1-35/+33
2023-08-30rbd: use list_for_each_entry() helperJinjie Ruan1-3/+1
2023-08-02rbd: prevent busy loop when requesting exclusive lockIlya Dryomov1-13/+15
2023-07-26rbd: retrieve and check lock owner twice before blocklistingIlya Dryomov1-2/+23
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov1-6/+15
2023-07-26rbd: make get_lock_owner_info() return a single locker or NULLIlya Dryomov1-33/+51
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-3/+3
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+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-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-19/+15
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-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig1-4/+3
2022-10-27rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang1-1/+3
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+3
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton1-3/+3
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-1/+1
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-7/+6
2022-05-25rbd: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+6
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+0
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-1/+1
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+3
2022-01-13rbd: make const pointer spaces a static const arrayColin Ian King1-1/+1
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar1-1/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-4/+2
2021-10-18rbd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry1-1/+1
2021-08-16rbd: use bvec_virtChristoph Hellwig1-2/+1
2021-08-02rbd: use memzero_bvecChristoph Hellwig1-13/+2
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov1-0/+1
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov1-7/+5