aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
2024-02-23rbd: don't move requests to the running list on errorsIlya Dryomov
2023-10-10rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov
2023-10-10rbd: decouple parent info read-in from updating rbd_devIlya Dryomov
2023-10-10rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov
2023-10-10rbd: move rbd_dev_refresh() definitionIlya Dryomov
2023-06-14rbd: get snapshot context after exclusive lock is ensured to be heldIlya Dryomov
2023-06-14rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag settingIlya Dryomov
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-03-11rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() failsIlya Dryomov
2021-07-28rbd: always kick acquire on "acquired" and "released" notificationsIlya Dryomov
2021-07-28rbd: don't hold lock_rwsem while running_list is being drainedIlya Dryomov
2020-09-17rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov
2020-04-23rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov
2020-04-23rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov
2020-02-24rbd: work around -Wuninitialized warningArnd Bergmann
2019-11-14rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Ilya Dryomov
2019-10-15rbd: cancel lock_dwork if the wait is interruptedDongsheng Yang
2019-09-16rbd: pull rbd_img_request_create() dout out into the callersIlya Dryomov
2019-09-16rbd: fix response length parameter for encoded stringsDongsheng Yang
2019-08-28rbd: restore zeroing past the overlap when reading from parentIlya Dryomov
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-08rbd: setallochint only if object doesn't existIlya Dryomov
2019-07-08rbd: support for object-map and fast-diffIlya Dryomov
2019-07-08rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov
2019-07-08libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov
2019-07-08rbd: new exclusive lock wait/wake codeIlya Dryomov
2019-07-08rbd: quiescing lock should wait for image requestsIlya Dryomov
2019-07-08rbd: lock should be quiesced on reacquireIlya Dryomov
2019-07-08rbd: introduce copyup state machineIlya Dryomov
2019-07-08rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov
2019-07-08rbd: move OSD request allocation into object request state machinesIlya Dryomov
2019-07-08rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov
2019-07-08rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov
2019-07-08rbd: introduce obj_req->osd_reqs listIlya Dryomov
2019-07-08rbd: introduce image request state machineIlya Dryomov
2019-07-08rbd: move OSD request submission into object request state machinesIlya Dryomov
2019-07-08rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov
2019-07-08rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov
2019-07-08rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov
2019-05-07rbd: don't assert on writes to snapshotsIlya Dryomov
2019-05-07rbd: client_mutex is never nestedIlya Dryomov
2019-05-07rbd: convert all rbd_assert(0) to BUG()Arnd Bergmann
2019-05-07rbd: avoid clang -Wuninitialized warningArnd Bergmann
2019-03-20rbd: drop wait_for_latest_osdmap()Ilya Dryomov
2019-03-18rbd: set io_min, io_opt and discard_granularity to alloc_sizeIlya Dryomov
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-05rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov
2019-03-05rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov
2019-03-05rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov