aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
AgeCommit message (Expand)Author
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
2020-09-07rbd: require global CAP_SYS_ADMIN for mapping and unmappingIlya Dryomov
2020-09-02block: add a new revalidate_disk_size helperChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-16libceph: move away from global osd_req_flagsIlya Dryomov
2020-06-01rbd: compression_hint optionIlya Dryomov
2020-06-01libceph: support for alloc hint flagsIlya Dryomov
2020-04-13rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov
2020-04-13rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov
2020-04-13rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov
2020-04-13rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov
2020-03-30rbd: enable multiple blk-mq queuesHannes Reinecke
2020-03-30rbd: embed image request in blk-mq pduIlya Dryomov
2020-03-30rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov
2020-03-30rbd: get rid of img_request_layered_clear()Ilya Dryomov
2020-03-30rbd: kill img_request krefHannes Reinecke
2020-03-30rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07switch rbd and libceph to p_log-based primitivesAl Viro
2020-02-07struct p_log, variants of warnf() et.al. taking that one insteadAl Viro
2020-02-07Pass consistent param->type to fs_parse()Al Viro
2020-01-27rbd: set the 'device' link in sysfsHannes Reinecke
2020-01-27rbd: work around -Wuninitialized warningArnd Bergmann
2019-11-27libceph, rbd, ceph: convert to use the new mount APIDavid Howells
2019-11-25rbd: ask for a weaker incompat mask for read-only mappingsIlya Dryomov
2019-11-25rbd: don't query snapshot featuresIlya Dryomov
2019-11-25rbd: remove snapshot existence validation codeIlya Dryomov
2019-11-25rbd: don't establish watch for read-only mappingsIlya Dryomov
2019-11-25rbd: don't acquire exclusive lock for read-only mappingsIlya Dryomov
2019-11-25rbd: disallow read-write partitions on images mapped read-onlyIlya Dryomov
2019-11-25rbd: treat images mapped read-only seriouslyIlya Dryomov
2019-11-25rbd: introduce RBD_DEV_FLAG_READONLYIlya Dryomov
2019-11-25rbd: introduce rbd_is_snap()Ilya Dryomov
2019-11-25rbd: fix spelling mistake "requeueing" -> "requeuing"Colin Ian King
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