Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
4c46459cae3b945e6e167f3f3a12b68f55cc5937
/
drivers
/
block
3c663bb
libceph: kill ceph_osdc_create_event() "one_shot" parameter
by Alex Elder
· 12 years ago
0774130
rbd: add barriers near done flag operations
by Alex Elder
· 12 years ago
a14ea26
rbd: turn off interrupts for open/remove locking
by Alex Elder
· 12 years ago
9cbb1d7
libceph: don't require r_num_pages for bio requests
by Alex Elder
· 12 years ago
1e32d34
rbd: don't take extra bio reference for osd client
by Alex Elder
· 12 years ago
b82d167
rbd: prevent open for image being removed
by Alex Elder
· 12 years ago
6d29290
rbd: define flags field, use it for exists flag
by Alex Elder
· 12 years ago
8eb8756
rbd: don't drop watch requests on completion
by Alex Elder
· 12 years ago
25dcf95
rbd: decrement obj request count when deleting
by Alex Elder
· 12 years ago
975241a
rbd: track object rather than osd request for watch
by Alex Elder
· 12 years ago
6977c3f
rbd: unregister linger in watch sync routine
by Alex Elder
· 12 years ago
9f20e02
rbd: get rid of rbd_req_sync_exec()
by Alex Elder
· 12 years ago
36be9a7
rbd: implement sync method with new code
by Alex Elder
· 12 years ago
cf81b60
rbd: send notify ack asynchronously
by Alex Elder
· 12 years ago
5ae9db8
rbd: get rid of rbd_req_sync_notify_ack()
by Alex Elder
· 12 years ago
b8d7003
rbd: use new code for notify ack
by Alex Elder
· 12 years ago
ecf7a03
rbd: get rid of rbd_req_sync_watch()
by Alex Elder
· 12 years ago
9969ebc
rbd: implement watch/unwatch with new code
by Alex Elder
· 12 years ago
86ea43b
rbd: get rid of rbd_req_sync_read()
by Alex Elder
· 12 years ago
788e2df
rbd: implement sync object read with new code
by Alex Elder
· 12 years ago
7d250b9
rbd: kill rbd_req_coll and rbd_request
by Alex Elder
· 12 years ago
2250a71
rbd: kill rbd_rq_fn() and all other related code
by Alex Elder
· 12 years ago
bf0d5f50
rbd: new request tracking code
by Alex Elder
· 12 years ago
969e5aa
Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testing
by Alex Elder
· 12 years ago
c043064
rbd: don't retry setting up header watch
by Alex Elder
· 12 years ago
38901e0
rbd: check for overflow in rbd_get_num_segments()
by Alex Elder
· 12 years ago
98571b5
rbd: small changes
by Alex Elder
· 12 years ago
2263647
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
e0b4986
rbd: fix type of snap_id in rbd_dev_v2_snap_info()
by Alex Elder
· 12 years ago
8b84de7
rbd: assign watch request more directly
by Alex Elder
· 12 years ago
5efea49
rbd: move remaining osd op setup into rbd_osd_req_op_create()
by Alex Elder
· 12 years ago
2647ba3
rbd: move call osd op setup into rbd_osd_req_op_create()
by Alex Elder
· 12 years ago
8d23bf2
rbd: don't assign extent info in rbd_req_sync_op()
by Alex Elder
· 12 years ago
c561191
rbd: don't assign extent info in rbd_do_request()
by Alex Elder
· 12 years ago
1821665
rbd: don't leak rbd_req for rbd_req_sync_notify_ack()
by Alex Elder
· 12 years ago
2e53c6c
rbd: don't leak rbd_req on synchronous requests
by Alex Elder
· 12 years ago
907703d
rbd: combine rbd sync watch/unwatch functions
by Alex Elder
· 12 years ago
0903e87
rbd: use a common layout for each device
by Alex Elder
· 12 years ago
47dba7b
rbd: don't bother calculating file mapping
by Alex Elder
· 12 years ago
e01e792
rbd: open code rbd_calc_raw_layout()
by Alex Elder
· 12 years ago
0829661
rbd: pull in ceph_calc_raw_layout()
by Alex Elder
· 12 years ago
30573d6
rbd: assume single op in a request
by Alex Elder
· 12 years ago
139b431
rbd: there is really only one op
by Alex Elder
· 12 years ago
ae7ca4a3
libceph: pass num_op with ops
by Alex Elder
· 12 years ago
d07c095
rbd: pass num_op with ops array
by Alex Elder
· 12 years ago
54a5400
libceph: don't set pages or bio in ceph_osdc_alloc_request()
by Alex Elder
· 12 years ago
d178a9e
libceph: don't set flags in ceph_osdc_alloc_request()
by Alex Elder
· 12 years ago
e75b45c
libceph: drop osdc from ceph_calc_raw_layout()
by Alex Elder
· 12 years ago
4d6b250
libceph: drop snapid in ceph_calc_raw_layout()
by Alex Elder
· 12 years ago
0120be3
libceph: pass length to ceph_osdc_build_request()
by Alex Elder
· 12 years ago
7c3d22c
rbd: don't bother setting snapid in rbd_do_request()
by Alex Elder
· 12 years ago
25704ac
rbd: kill rbd_req_sync_op() snapc and snapid parameters
by Alex Elder
· 12 years ago
07b2391
rbd: drop flags parameter from rbd_req_sync_exec()
by Alex Elder
· 12 years ago
4775618
rbd: drop snapid parameter from rbd_req_sync_read()
by Alex Elder
· 12 years ago
af77f26
rbd: drop oid parameters from ceph_osdc_build_request()
by Alex Elder
· 12 years ago
0ec8ce8
rbd: separate layout init
by Alex Elder
· 12 years ago
a7b4c65
rbd: only get snap context for write requests
by Alex Elder
· 12 years ago
d78b650
rbd: make exists flag atomic
by Alex Elder
· 12 years ago
b395e8b
rbd: a little more cleanup of rbd_rq_fn()
by Alex Elder
· 12 years ago
cd323ac
rbd: end request on error in rbd_do_request() caller
by Alex Elder
· 12 years ago
8295cda
rbd: encapsulate handling for a single request
by Alex Elder
· 12 years ago
8986cb3
rbd: be picky about osd request status type
by Alex Elder
· 12 years ago
5f29ddd
rbd: standardize ceph_osd_request variable names
by Alex Elder
· 12 years ago
725afc9
rbd: standardize rbd_request variable names
by Alex Elder
· 12 years ago
935dc89
rbd: add warnings to rbd_dev_probe_update_spec()
by Alex Elder
· 12 years ago
f5400b7
rbd: add a warning in bio_chain_clone_range()
by Alex Elder
· 12 years ago
4fb5d67
rbd: add warning messages for missing arguments
by Alex Elder
· 12 years ago
06ecc6c
rbd: define and use rbd_warn()
by Alex Elder
· 12 years ago
4caf35f
rbd: use kmemdup()
by Alex Elder
· 12 years ago
979ed48
rbd: kill rbd_spec->image_id_len
by Alex Elder
· 12 years ago
69e7a02
rbd: kill rbd_spec->image_name_len
by Alex Elder
· 12 years ago
c66c6e0
rbd: document rbd_spec structure
by Alex Elder
· 12 years ago
8d85fce
Drivers: block: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
f4953fe
virtio-blk: Don't free ida when disk is in use
by Alexander Graf
· 12 years ago
40889e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 12 years ago
c3e946c
rbd: get rid of rbd_{get,put}_dev()
by Alex Elder
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
31279b1
aoe: fix use after free in aoedev_by_aoeaddr()
by Dan Carpenter
· 12 years ago
2b37c7d
aoe: update internal version number to 81
by Ed Cashin
· 12 years ago
bf29754
aoe: identify source of runt AoE packets
by Ed Cashin
· 12 years ago
4a6c9ee
aoe: allow comma separator in aoe_iflist value
by Ed Cashin
· 12 years ago
c450ba0
aoe: allow user to disable target failure timeout
by Ed Cashin
· 12 years ago
71114ec
aoe: use dynamic number of remote ports for AoE storage target
by Ed Cashin
· 12 years ago
e52a293
aoe: avoid races between device destruction and discovery
by Ed Cashin
· 12 years ago
bbb44e3
aoe: improve handling of misbehaving network paths
by Ed Cashin
· 12 years ago
b91316f
aoe: return real minor number for static minors
by Ed Cashin
· 12 years ago
10935d0
aoe: initialize sysminor to avoid compiler warning
by Ed Cashin
· 12 years ago
e0b2bba
aoe: make error messages more specific in static minor allocation
by Ed Cashin
· 12 years ago
60116cf
aoe: remove call to request handler from I/O completion
by Ed Cashin
· 12 years ago
7283760
aoe: cleanup: correct comment for aoetgt nout
by Ed Cashin
· 12 years ago
7b6ccc5
aoe: increase default cap on outstanding AoE commands in the network
by Ed Cashin
· 12 years ago
0a41409
aoe: remove vestigial request queue allocation
by Ed Cashin
· 12 years ago
fe7252b
aoe: copy fallback timing information on destination failover
by Ed Cashin
· 12 years ago
519b77b
aoe: update driver-internal version to 64+
by Ed Cashin
· 12 years ago
3fc9b03
aoe: commands in retransmit queue use new destination on failure
by Ed Cashin
· 12 years ago
5f0c9c4
aoe: use high-resolution RTTs with fallback to low-res
by Ed Cashin
· 12 years ago
0d555ec
aoe: manipulate aoedev network stats under lock
by Ed Cashin
· 12 years ago
2292a7e
aoe: err device: include MAC addresses for unexpected responses
by Ed Cashin
· 12 years ago
3a0c40d
aoe: improve network congestion handling
by Ed Cashin
· 12 years ago
667be1e
aoe: provide ATA identify device content to user on request
by Ed Cashin
· 12 years ago
Next »