index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+3
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
1
-1
/
+1
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
1
-2
/
+2
2023-06-06
rbd: get snapshot context after exclusive lock is ensured to be held
Ilya Dryomov
1
-7
/
+23
2023-06-06
rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting
Ilya Dryomov
1
-11
/
+21
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
1
-19
/
+15
2023-03-02
Merge tag 'ceph-for-6.3-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-11
/
+9
2023-02-26
rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails
Ilya Dryomov
1
-11
/
+9
2023-02-03
rbd: use bvec_set_page to initialize the copy up bvec
Christoph Hellwig
1
-4
/
+3
2022-10-27
rbd: fix possible memory leak in rbd_sysfs_init()
Yang Yingliang
1
-1
/
+3
2022-08-11
Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-3
/
+3
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
1
-3
/
+3
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+1
2022-06-02
Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
1
-7
/
+6
2022-05-25
rbd: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-7
/
+6
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
1
-1
/
+0
2022-02-17
block: fix surprise removal for drivers calling blk_set_queue_dying
Christoph Hellwig
1
-1
/
+1
2022-01-20
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+3
2022-01-13
rbd: make const pointer spaces a static const array
Colin Ian King
1
-1
/
+1
2022-01-13
libceph: generalize addr/ip parsing based on delimiter
Venky Shankar
1
-1
/
+2
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-4
/
+2
2021-10-18
rbd: add add_disk() error handling
Luis Chamberlain
1
-1
/
+5
2021-10-18
block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQ
John Garry
1
-1
/
+1
2021-08-16
rbd: use bvec_virt
Christoph Hellwig
1
-2
/
+1
2021-08-02
rbd: use memzero_bvec
Christoph Hellwig
1
-13
/
+2
2021-07-21
rbd: resurrect setting of disk->private_data in rbd_init_disk()
Ilya Dryomov
1
-0
/
+1
2021-07-20
rbd: don't hold lock_rwsem while running_list is being drained
Ilya Dryomov
1
-7
/
+5
2021-07-20
rbd: always kick acquire on "acquired" and "released" notifications
Ilya Dryomov
1
-13
/
+7
2021-06-11
rbd: use blk_mq_alloc_disk and blk_cleanup_disk
Christoph Hellwig
1
-34
/
+18
2021-01-25
rbd: remove the ->set_read_only method
Christoph Hellwig
1
-19
/
+0
2020-12-17
Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-2
/
+6
2020-12-15
libceph, rbd: ignore addr->type while comparing in some cases
Ilya Dryomov
1
-2
/
+6
2020-11-16
rbd: use set_capacity_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
rbd: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
1
-36
/
+4
2020-10-21
Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-4
/
+4
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2020-10-12
libceph, rbd, ceph: "blacklist" -> "blocklist"
Ilya Dryomov
1
-4
/
+4
2020-09-24
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
1
-1
/
+1
2020-09-07
rbd: require global CAP_SYS_ADMIN for mapping and unmapping
Ilya Dryomov
1
-0
/
+12
2020-09-02
block: add a new revalidate_disk_size helper
Christoph Hellwig
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-16
libceph: move away from global osd_req_flags
Ilya Dryomov
1
-1
/
+3
2020-06-02
rbd: compression_hint option
Ilya Dryomov
1
-1
/
+42
2020-06-02
libceph: support for alloc hint flags
Ilya Dryomov
1
-1
/
+2
2020-04-13
rbd: don't mess with a page vector in rbd_notify_op_lock()
Ilya Dryomov
1
-5
/
+1
2020-04-13
rbd: don't test rbd_dev->opts in rbd_dev_image_release()
Ilya Dryomov
1
-1
/
+1
2020-04-13
rbd: call rbd_dev_unprobe() after unwatching and flushing notifies
Ilya Dryomov
1
-4
/
+4
2020-04-13
rbd: avoid a deadlock on header_rwsem when flushing notifies
Ilya Dryomov
1
-4
/
+13
[next]