aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2024-01-22rbd: don't move requests to the running list on errorsIlya Dryomov
2024-01-22rbd: remove usage of the deprecated ida_simple_*() APIChristophe JAILLET
2023-09-26rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov
2023-09-26rbd: decouple parent info read-in from updating rbd_devIlya Dryomov
2023-09-26rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov
2023-09-26rbd: move rbd_dev_refresh() definitionIlya Dryomov
2023-08-30rbd: use list_for_each_entry() helperJinjie Ruan
2023-08-02rbd: prevent busy loop when requesting exclusive lockIlya Dryomov
2023-07-26rbd: retrieve and check lock owner twice before blocklistingIlya Dryomov
2023-07-26rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-07-26rbd: make get_lock_owner_info() return a single locker or NULLIlya Dryomov
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig
2023-06-06rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov
2023-06-06rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-02Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-02-26rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov
2023-02-03rbd: use bvec_set_page to initialize the copy up bvecChristoph Hellwig
2022-10-27rbd: fix possible memory leak in rbd_sysfs_init()Yang Yingliang
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-08-03libceph: clean up ceph_osdc_start_request prototypeJeff Layton
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig
2022-06-02Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-05-25rbd: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-13rbd: make const pointer spaces a static const arrayColin Ian King
2022-01-13libceph: generalize addr/ip parsing based on delimiterVenky Shankar
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-10-18rbd: add add_disk() error handlingLuis Chamberlain
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry
2021-08-16rbd: use bvec_virtChristoph Hellwig
2021-08-02rbd: use memzero_bvecChristoph Hellwig
2021-07-21rbd: resurrect setting of disk->private_data in rbd_init_disk()Ilya Dryomov
2021-07-20rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov
2021-06-11rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig
2021-01-24rbd: remove the ->set_read_only methodChristoph Hellwig
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-12-14libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov
2020-11-16rbd: use set_capacity_and_notifyChristoph Hellwig
2020-11-16rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig