index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rbd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()
Ilya Dryomov
2019-11-14
1
-1
/
+1
*
rbd: cancel lock_dwork if the wait is interrupted
Dongsheng Yang
2019-10-15
1
-3
/
+6
*
rbd: pull rbd_img_request_create() dout out into the callers
Ilya Dryomov
2019-09-16
1
-2
/
+6
*
rbd: fix response length parameter for encoded strings
Dongsheng Yang
2019-09-16
1
-4
/
+6
*
rbd: restore zeroing past the overlap when reading from parent
Ilya Dryomov
2019-08-28
1
-0
/
+11
*
Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-07-18
1
-588
/
+1600
|
\
|
*
rbd: setallochint only if object doesn't exist
Ilya Dryomov
2019-07-08
1
-5
/
+14
|
*
rbd: support for object-map and fast-diff
Ilya Dryomov
2019-07-08
1
-3
/
+717
|
*
rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()
Ilya Dryomov
2019-07-08
1
-8
/
+6
|
*
libceph: change ceph_osdc_call() to take page vector for response
Ilya Dryomov
2019-07-08
1
-4
/
+4
|
*
rbd: new exclusive lock wait/wake code
Ilya Dryomov
2019-07-08
1
-143
/
+186
|
*
rbd: quiescing lock should wait for image requests
Ilya Dryomov
2019-07-08
1
-14
/
+90
|
*
rbd: lock should be quiesced on reacquire
Ilya Dryomov
2019-07-08
1
-14
/
+21
|
*
rbd: introduce copyup state machine
Ilya Dryomov
2019-07-08
1
-64
/
+123
|
*
rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()
Ilya Dryomov
2019-07-08
1
-13
/
+13
|
*
rbd: move OSD request allocation into object request state machines
Ilya Dryomov
2019-07-08
1
-118
/
+96
|
*
rbd: factor out __rbd_osd_setup_discard_ops()
Ilya Dryomov
2019-07-08
1
-16
/
+27
|
*
rbd: factor out rbd_osd_setup_copyup()
Ilya Dryomov
2019-07-08
1
-12
/
+17
|
*
rbd: introduce obj_req->osd_reqs list
Ilya Dryomov
2019-07-08
1
-91
/
+100
|
*
rbd: introduce image request state machine
Ilya Dryomov
2019-07-08
1
-57
/
+137
|
*
rbd: move OSD request submission into object request state machines
Ilya Dryomov
2019-07-08
1
-11
/
+49
|
*
rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}
Ilya Dryomov
2019-07-08
1
-52
/
+60
|
*
rbd: replace obj_req->tried_parent with obj_req->read_state
Ilya Dryomov
2019-07-08
1
-36
/
+46
|
*
rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred
Ilya Dryomov
2019-07-08
1
-91
/
+58
|
/
*
rbd: don't assert on writes to snapshots
Ilya Dryomov
2019-05-07
1
-2
/
+6
*
rbd: client_mutex is never nested
Ilya Dryomov
2019-05-07
1
-1
/
+1
*
rbd: convert all rbd_assert(0) to BUG()
Arnd Bergmann
2019-05-07
1
-6
/
+6
*
rbd: avoid clang -Wuninitialized warning
Arnd Bergmann
2019-05-07
1
-1
/
+1
*
rbd: drop wait_for_latest_osdmap()
Ilya Dryomov
2019-03-20
1
-18
/
+2
*
rbd: set io_min, io_opt and discard_granularity to alloc_size
Ilya Dryomov
2019-03-18
1
-4
/
+4
*
Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2019-03-12
1
-103
/
+297
|
\
|
*
rbd: advertise support for RBD_FEATURE_DEEP_FLATTEN
Ilya Dryomov
2019-03-05
1
-0
/
+2
|
*
rbd: whole-object write and zeroout should copyup when snapshots exist
Ilya Dryomov
2019-03-05
1
-5
/
+7
|
*
rbd: copyup with an empty snapshot context (aka deep-copyup)
Ilya Dryomov
2019-03-05
1
-10
/
+79
|
*
rbd: introduce rbd_obj_issue_copyup_ops()
Ilya Dryomov
2019-03-05
1
-33
/
+43
|
*
rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()
Ilya Dryomov
2019-03-05
1
-31
/
+59
|
*
rbd: factor out __rbd_osd_req_create()
Ilya Dryomov
2019-03-05
1
-7
/
+12
|
*
rbd: clear ->xferred on error from rbd_obj_issue_copyup()
Ilya Dryomov
2019-03-05
1
-0
/
+1
|
*
rbd: remove experimental designation from kernel layering
Ilya Dryomov
2019-03-05
1
-8
/
+0
|
*
rbd: round off and ignore discards that are too small
Ilya Dryomov
2019-03-05
1
-6
/
+55
|
*
rbd: handle DISCARD and WRITE_ZEROES separately
Ilya Dryomov
2019-03-05
1
-10
/
+51
|
*
rbd: get rid of obj_req->obj_request_count
Ilya Dryomov
2019-03-05
1
-5
/
+0
*
|
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-03-08
1
-1
/
+1
|
\
\
|
*
|
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-1
/
+1
|
|
/
*
/
block: rbd: convert to use BUS_ATTR_WO and RO
Greg Kroah-Hartman
2019-01-22
1
-26
/
+19
|
/
*
rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set
Ilya Dryomov
2019-01-10
1
-5
/
+4
*
libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls
Ilya Dryomov
2018-10-22
1
-7
/
+12
*
libceph: osd_req_op_cls_init() doesn't need to take opcode
Ilya Dryomov
2018-10-22
1
-2
/
+1
*
rbd: add __init/__exit annotations
Chengguang Xu
2018-10-22
1
-3
/
+3
*
rbd: support cloning across namespaces
Ilya Dryomov
2018-09-06
1
-14
/
+97
[next]