summaryrefslogtreecommitdiffstats
path: root/drivers/block/rbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* libceph: move away from global osd_req_flagsIlya Dryomov2020-06-161-1/+3
* rbd: compression_hint optionIlya Dryomov2020-06-011-1/+42
* libceph: support for alloc hint flagsIlya Dryomov2020-06-011-1/+2
* rbd: don't mess with a page vector in rbd_notify_op_lock()Ilya Dryomov2020-04-131-5/+1
* rbd: don't test rbd_dev->opts in rbd_dev_image_release()Ilya Dryomov2020-04-131-1/+1
* rbd: call rbd_dev_unprobe() after unwatching and flushing notifiesIlya Dryomov2020-04-131-4/+4
* rbd: avoid a deadlock on header_rwsem when flushing notifiesIlya Dryomov2020-04-131-4/+13
* rbd: enable multiple blk-mq queuesHannes Reinecke2020-03-301-1/+1
* rbd: embed image request in blk-mq pduIlya Dryomov2020-03-301-87/+51
* rbd: acquire header_rwsem just once in rbd_queue_workfn()Ilya Dryomov2020-03-301-28/+31
* rbd: get rid of img_request_layered_clear()Ilya Dryomov2020-03-301-8/+1
* rbd: kill img_request krefHannes Reinecke2020-03-301-19/+5
* rbd: remove barriers from img_request_layered_{set,clear,test}()Ilya Dryomov2020-03-301-3/+0
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-20/+11
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-6/+2
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * new primitive: __fs_parse()Al Viro2020-02-071-1/+1