summaryrefslogtreecommitdiff
path: root/drivers/block/rbd.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-19rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappingsIlya Dryomov1-5/+5
2024-08-19rbd: rename RBD_LOCK_STATE_RELEASING and releasing_waitIlya Dryomov1-10/+10
2024-08-19rbd: don't assume rbd_is_lock_owner() for exclusive mappingsIlya Dryomov1-5/+0
2024-02-23rbd: don't move requests to the running list on errorsIlya Dryomov1-8/+14
2023-10-10rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov1-11/+11
2023-10-10rbd: decouple parent info read-in from updating rbd_devIlya Dryomov1-62/+80
2023-10-10rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov1-92/+114
2023-10-10rbd: move rbd_dev_refresh() definitionIlya Dryomov1-35/+33
2023-08-11rbd: prevent busy loop when requesting exclusive lockIlya Dryomov1-13/+15
2023-08-03rbd: retrieve and check lock owner twice before blocklistingIlya Dryomov1-2/+23
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov1-6/+15
2023-08-03rbd: make get_lock_owner_info() return a single locker or NULLIlya Dryomov1-33/+51
2023-06-14rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov1-7/+23
2023-06-14rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov1-11/+21
2023-03-10rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov1-11/+9
2022-02-23block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-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
2021-07-20rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov1-13/+7
2021-06-11rbd: use blk_mq_alloc_disk and blk_cleanup_diskChristoph Hellwig1-34/+18
2021-01-25rbd: remove the ->set_read_only methodChristoph Hellwig1-19/+0
2020-12-17Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+6
2020-12-15libceph, rbd: ignore addr->type while comparing in some casesIlya Dryomov1-2/+6
2020-11-16rbd: use set_capacity_and_notifyChristoph Hellwig1-2/+1
2020-11-16rbd: implement ->set_read_only to hook into BLKROSET processingChristoph Hellwig1-36/+4
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+4
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov1-4/+4
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-1/+1
2020-09-07rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov1-0/+12
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov1-1/+3
2020-06-02rbd: compression_hint optionIlya Dryomov1-1/+42
2020-06-02libceph: support for alloc hint flagsIlya Dryomov1-1/+2
2020-04-13rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov1-5/+1
2020-04-13rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov1-1/+1
2020-04-13rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov1-4/+4
2020-04-13rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov1-4/+13
2020-03-30rbd: enable multiple blk-mq queuesHannes Reinecke1-1/+1
2020-03-30rbd: embed image request in blk-mq pduIlya Dryomov1-87/+51
2020-03-30rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov1-28/+31
2020-03-30rbd: get rid of img_request_layered_clear()Ilya Dryomov1-8/+1
2020-03-30rbd: kill img_request krefHannes Reinecke1-19/+5
2020-03-30rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov1-3/+0
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-20/+11
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-6/+2