summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov2023-09-261-11/+11
* rbd: decouple parent info read-in from updating rbd_devIlya Dryomov2023-09-261-62/+80
* rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov2023-09-261-92/+114
* rbd: move rbd_dev_refresh() definitionIlya Dryomov2023-09-261-35/+33
* rbd: use list_for_each_entry() helperJinjie Ruan2023-08-301-3/+1
* rbd: prevent busy loop when requesting exclusive lockIlya Dryomov2023-08-021-13/+15
* rbd: retrieve and check lock owner twice before blocklistingIlya Dryomov2023-07-261-2/+23
* rbd: harden get_lock_owner_info() a bitIlya Dryomov2023-07-261-6/+15
* rbd: make get_lock_owner_info() return a single locker or NULLIlya Dryomov2023-07-261-33/+51
* Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-3/+3
|\
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
| * block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
| * block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* | rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov2023-06-061-7/+23
* | rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov2023-06-061-11/+21
|/
* driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-231-19/+15
* Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-03-021-11/+9
|\
| * rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov2023-02-261-11/+9
* | rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig2023-02-031-4/+3
|/
* rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang2022-10-271-1/+3
* Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-111-3/+3
|\
| * libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-3/+3
* | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-1/+1
|/
* Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-06-021-7/+6
|\
| * rbd: replace usage of found with dedicated list iterator variableJakob Koschel2022-05-251-7/+6
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
|/
* block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig2022-02-171-1/+1
* Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-201-2/+3
|\
| * rbd: make const pointer spaces a static const arrayColin Ian King2022-01-131-1/+1
| * libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+2
* | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-291-4/+2
|/
* rbd: add add_disk() error handlingLuis Chamberlain2021-10-181-1/+5
* block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry2021-10-181-1/+1
* rbd: use bvec_virtChristoph Hellwig2021-08-161-2/+1
* rbd: use memzero_bvecChristoph Hellwig2021-08-021-13/+2
* rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov2021-07-211-0/+1
* rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov2021-07-201-7/+5
* rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov2021-07-201-13/+7
* rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig2021-06-111-34/+18
* rbd: remove the ->set_read_only methodChristoph Hellwig2021-01-241-19/+0
* Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-171-2/+6
|\
| * libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov2020-12-141-2/+6
* | rbd: use set_capacity_and_notifyChristoph Hellwig2020-11-161-2/+1
* | rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig2020-11-161-36/+4
|/
* Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-10-211-4/+4
|\
| * libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-4/+4
* | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-2/+2
|\ \ | |/ |/|
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-1/+1
| * block: add a new revalidate_disk_size helperChristoph Hellwig2020-09-021-1/+1
* | rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov2020-09-071-0/+12
|/