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
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
2019-11-28
libceph, rbd, ceph: convert to use the new mount API
David Howells
1
-109
/
+153
2019-11-25
rbd: ask for a weaker incompat mask for read-only mappings
Ilya Dryomov
1
-4
/
+11
2019-11-25
rbd: don't query snapshot features
Ilya Dryomov
1
-37
/
+1
2019-11-25
rbd: remove snapshot existence validation code
Ilya Dryomov
1
-39
/
+3
2019-11-25
rbd: don't establish watch for read-only mappings
Ilya Dryomov
1
-14
/
+27
2019-11-25
rbd: don't acquire exclusive lock for read-only mappings
Ilya Dryomov
1
-2
/
+13
2019-11-25
rbd: disallow read-write partitions on images mapped read-only
Ilya Dryomov
1
-3
/
+10
2019-11-25
rbd: treat images mapped read-only seriously
Ilya Dryomov
1
-5
/
+8
2019-11-25
rbd: introduce RBD_DEV_FLAG_READONLY
Ilya Dryomov
1
-5
/
+14
2019-11-25
rbd: introduce rbd_is_snap()
Ilya Dryomov
1
-8
/
+13
2019-11-25
rbd: fix spelling mistake "requeueing" -> "requeuing"
Colin Ian King
1
-1
/
+1
2019-11-14
rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()
Ilya Dryomov
1
-1
/
+1
2019-10-15
rbd: cancel lock_dwork if the wait is interrupted
Dongsheng Yang
1
-3
/
+6
2019-09-16
rbd: pull rbd_img_request_create() dout out into the callers
Ilya Dryomov
1
-2
/
+6
2019-09-16
rbd: fix response length parameter for encoded strings
Dongsheng Yang
1
-4
/
+6
2019-08-28
rbd: restore zeroing past the overlap when reading from parent
Ilya Dryomov
1
-0
/
+11
2019-07-18
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-588
/
+1600
2019-07-08
rbd: setallochint only if object doesn't exist
Ilya Dryomov
1
-5
/
+14
2019-07-08
rbd: support for object-map and fast-diff
Ilya Dryomov
1
-3
/
+717
2019-07-08
rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()
Ilya Dryomov
1
-8
/
+6
2019-07-08
libceph: change ceph_osdc_call() to take page vector for response
Ilya Dryomov
1
-4
/
+4
2019-07-08
rbd: new exclusive lock wait/wake code
Ilya Dryomov
1
-143
/
+186
2019-07-08
rbd: quiescing lock should wait for image requests
Ilya Dryomov
1
-14
/
+90
2019-07-08
rbd: lock should be quiesced on reacquire
Ilya Dryomov
1
-14
/
+21
2019-07-08
rbd: introduce copyup state machine
Ilya Dryomov
1
-64
/
+123
2019-07-08
rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()
Ilya Dryomov
1
-13
/
+13
2019-07-08
rbd: move OSD request allocation into object request state machines
Ilya Dryomov
1
-118
/
+96
2019-07-08
rbd: factor out __rbd_osd_setup_discard_ops()
Ilya Dryomov
1
-16
/
+27
2019-07-08
rbd: factor out rbd_osd_setup_copyup()
Ilya Dryomov
1
-12
/
+17
2019-07-08
rbd: introduce obj_req->osd_reqs list
Ilya Dryomov
1
-91
/
+100
2019-07-08
rbd: introduce image request state machine
Ilya Dryomov
1
-57
/
+137
2019-07-08
rbd: move OSD request submission into object request state machines
Ilya Dryomov
1
-11
/
+49
2019-07-08
rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}
Ilya Dryomov
1
-52
/
+60
2019-07-08
rbd: replace obj_req->tried_parent with obj_req->read_state
Ilya Dryomov
1
-36
/
+46
2019-07-08
rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred
Ilya Dryomov
1
-91
/
+58
2019-05-07
rbd: don't assert on writes to snapshots
Ilya Dryomov
1
-2
/
+6
2019-05-07
rbd: client_mutex is never nested
Ilya Dryomov
1
-1
/
+1
2019-05-07
rbd: convert all rbd_assert(0) to BUG()
Arnd Bergmann
1
-6
/
+6
2019-05-07
rbd: avoid clang -Wuninitialized warning
Arnd Bergmann
1
-1
/
+1
2019-03-20
rbd: drop wait_for_latest_osdmap()
Ilya Dryomov
1
-18
/
+2
2019-03-18
rbd: set io_min, io_opt and discard_granularity to alloc_size
Ilya Dryomov
1
-4
/
+4
2019-03-13
Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-103
/
+297
2019-03-09
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2019-03-05
rbd: advertise support for RBD_FEATURE_DEEP_FLATTEN
Ilya Dryomov
1
-0
/
+2
2019-03-05
rbd: whole-object write and zeroout should copyup when snapshots exist
Ilya Dryomov
1
-5
/
+7
2019-03-05
rbd: copyup with an empty snapshot context (aka deep-copyup)
Ilya Dryomov
1
-10
/
+79
2019-03-05
rbd: introduce rbd_obj_issue_copyup_ops()
Ilya Dryomov
1
-33
/
+43
2019-03-05
rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()
Ilya Dryomov
1
-31
/
+59
2019-03-05
rbd: factor out __rbd_osd_req_create()
Ilya Dryomov
1
-7
/
+12
2019-03-05
rbd: clear ->xferred on error from rbd_obj_issue_copyup()
Ilya Dryomov
1
-0
/
+1
[next]