index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-22
/
+22
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
1
-22
/
+22
2018-05-10
libceph: add osd_req_op_extent_osd_data_bvecs()
Ilya Dryomov
1
-1
/
+3
2018-04-16
rbd: notrim map option
Ilya Dryomov
1
-5
/
+14
2018-04-16
rbd: adjust queue limits for "fancy" striping
Ilya Dryomov
1
-9
/
+8
2018-04-16
rbd: avoid Wreturn-type warnings
Arnd Bergmann
1
-3
/
+3
2018-04-16
rbd: support timeout in rbd_wait_state_locked()
Dongsheng Yang
1
-1
/
+21
2018-04-16
rbd: refactor rbd_wait_state_locked()
Ilya Dryomov
1
-17
/
+26
2018-04-10
Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-1472
/
+980
2018-04-02
rbd: remove VLA usage
Kyle Spiers
1
-4
/
+4
2018-04-02
rbd: fix spelling mistake: "reregisteration" -> "reregistration"
Colin Ian King
1
-1
/
+1
2018-04-02
rbd: get the latest osdmap when using an existing client
Ilya Dryomov
1
-36
/
+33
2018-04-02
rbd: move rbd_get_client() below rbd_put_client()
Ilya Dryomov
1
-20
/
+20
2018-04-02
rbd: remove redundant declaration of rbd_spec_put()
Ilya Dryomov
1
-1
/
+0
2018-04-02
rbd: allow "fancy" striping
Ilya Dryomov
1
-27
/
+2
2018-04-02
rbd: introduce OWN_BVECS data type
Ilya Dryomov
1
-7
/
+149
2018-04-02
rbd: remove rbd_parent_request_{create,destroy}()
Ilya Dryomov
1
-68
/
+6
2018-04-02
rbd: get rid of img_req->{offset,length}
Ilya Dryomov
1
-18
/
+8
2018-04-02
rbd: remove rbd_img_request_fill() and helpers
Ilya Dryomov
1
-98
/
+0
2018-04-02
rbd: switch to common striping framework
Ilya Dryomov
1
-23
/
+168
2018-04-02
rbd: create+truncate for whole-object layered discards
Ilya Dryomov
1
-1
/
+6
2018-04-02
rbd: move to obj_req->img_extents
Ilya Dryomov
1
-52
/
+98
2018-04-02
rbd: incorporate ceph_object_extent
Ilya Dryomov
1
-37
/
+34
2018-04-02
rbd: store data_type in img_req instead of obj_req
Ilya Dryomov
1
-26
/
+8
2018-04-02
rbd: remove obj_req->flags field
Ilya Dryomov
1
-35
/
+0
2018-04-02
rbd: remove old request completion code
Ilya Dryomov
1
-172
/
+3
2018-04-02
rbd: new request completion code
Ilya Dryomov
1
-13
/
+55
2018-04-02
rbd: update rbd_img_request_submit() signature
Ilya Dryomov
1
-10
/
+3
2018-04-02
rbd: add img_req->op_type field
Ilya Dryomov
1
-63
/
+12
2018-04-02
rbd: simplify rbd_osd_req_create()
Ilya Dryomov
1
-45
/
+14
2018-04-02
rbd: remove old request handling code
Ilya Dryomov
1
-730
/
+4
2018-04-02
rbd: new request handling code
Ilya Dryomov
1
-77
/
+601
2018-04-02
rbd: move from raw pages to bvec data descriptors
Ilya Dryomov
1
-78
/
+77
2018-04-02
rbd: get rid of img_req->copyup_pages
Ilya Dryomov
1
-34
/
+9
2018-04-02
rbd: don't (ab)use obj_req->pages for stat requests
Ilya Dryomov
1
-10
/
+5
2018-04-02
rbd: remove bio cloning helpers
Ilya Dryomov
1
-141
/
+0
2018-04-02
libceph, rbd: new bio handling code (aka don't clone bios)
Ilya Dryomov
1
-27
/
+40
2018-04-02
rbd: start enums at 1 instead of 0
Ilya Dryomov
1
-2
/
+4
2018-04-02
rbd: set max_segment_size to UINT_MAX
Ilya Dryomov
1
-1
/
+1
2018-03-17
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
1
-9
/
+0
2018-03-08
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-2
/
+2
2018-01-29
rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
Ilya Dryomov
1
-1
/
+3
2018-01-29
rbd: don't NULL out ->obj_request in rbd_img_obj_parent_read_full()
Ilya Dryomov
1
-2
/
+0
2018-01-29
rbd: use kmem_cache_zalloc() in rbd_img_request_create()
Ilya Dryomov
1
-7
/
+2
2018-01-29
rbd: obj_request->completion is unused
Ilya Dryomov
1
-6
/
+1
2018-01-09
rbd: set max_segments to USHRT_MAX
Ilya Dryomov
1
-1
/
+1
2018-01-09
rbd: reacquire lock should update lock owner client id
Florian Margaine
1
-5
/
+11
2017-11-13
rbd: default to single-major device number scheme
Ilya Dryomov
1
-4
/
+3
2017-11-13
rbd: set discard_alignment to zero
David Disseldorp
1
-1
/
+0
2017-11-13
rbd: get rid of rbd_mapping::read_only
Ilya Dryomov
1
-19
/
+4
[next]