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
/
include
/
linux
/
ceph
/
osd_client.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-25
libceph: allow setting osd_req_op's flags
Yan, Zheng
1
-1
/
+1
2015-01-08
libceph: fix sparse endianness warnings
Ilya Dryomov
1
-2
/
+2
2014-12-17
libceph: specify position of extent operation
Yan, Zheng
1
-1
/
+2
2014-12-17
libceph: add SETXATTR/CMPXATTR osd operations support
Yan, Zheng
1
-0
/
+10
2014-07-08
libceph: nuke ceph_osdc_unregister_linger_request()
Ilya Dryomov
1
-2
/
+0
2014-07-08
libceph: introduce ceph_osdc_cancel_request()
Ilya Dryomov
1
-0
/
+1
2014-07-08
libceph: move and add dout()s to ceph_osdc_request_{get,put}()
Ilya Dryomov
1
-9
/
+2
2014-07-08
libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item
Ilya Dryomov
1
-1
/
+1
2014-04-03
libceph: bump CEPH_OSD_MAX_OP to 3
Ilya Dryomov
1
-1
/
+1
2014-04-03
libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op
Ilya Dryomov
1
-0
/
+8
2014-04-03
libceph: encode CEPH_OSD_OP_FLAG_* op flags
Ilya Dryomov
1
-0
/
+1
2014-01-28
libceph: follow redirect replies from osds
Ilya Dryomov
1
-0
/
+6
2014-01-28
libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}
Ilya Dryomov
1
-2
/
+2
2014-01-28
libceph: introduce and start using oid abstraction
Ilya Dryomov
1
-8
/
+1
2014-01-28
libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LEN
Ilya Dryomov
1
-2
/
+2
2014-01-28
libceph: start using oloc abstraction
Ilya Dryomov
1
-1
/
+2
2013-12-13
libceph: block I/O when PAUSE or FULL osd map flags are set
Josh Durgin
1
-0
/
+1
2013-09-09
libceph: add function to ensure notifies are complete
Josh Durgin
1
-0
/
+2
2013-07-04
libceph: fix safe completion
Yan, Zheng
1
-1
/
+0
2013-05-02
libceph: use slab cache for osd client requests
Alex Elder
1
-0
/
+3
2013-05-02
libceph: support pages for class request data
Alex Elder
1
-0
/
+5
2013-05-02
libceph: support raw data requests
Alex Elder
1
-0
/
+10
2013-05-02
libceph: kill off osd data write_request parameters
Alex Elder
1
-4
/
+4
2013-05-02
libceph: change how "safe" callback is used
Alex Elder
1
-1
/
+3
2013-05-02
libceph: make method call data be a separate data item
Alex Elder
1
-5
/
+5
2013-05-02
libceph: kill off osd request r_data_in and r_data_out
Alex Elder
1
-6
/
+3
2013-05-02
libceph: set the data pointers when encoding ops
Alex Elder
1
-1
/
+1
2013-05-02
libceph: combine initializing and setting osd data
Alex Elder
1
-16
/
+27
2013-05-02
libceph: format class info at init time
Alex Elder
1
-1
/
+2
2013-05-02
libceph: specify osd op by index in request
Alex Elder
1
-7
/
+12
2013-05-02
libceph: add data pointers in osd op structures
Alex Elder
1
-0
/
+6
2013-05-02
libceph: rename data out field in osd request op
Alex Elder
1
-2
/
+2
2013-05-02
libceph: keep source rather than message osd op array
Alex Elder
1
-36
/
+34
2013-05-02
libceph: define osd data initialization helpers
Alex Elder
1
-0
/
+11
2013-05-02
ceph: build osd request message later for writepages
Alex Elder
1
-0
/
+1
2013-05-02
libceph: don't build request in ceph_osdc_new_request()
Alex Elder
1
-6
/
+6
2013-05-02
libceph: record length of bio list with bio
Alex Elder
1
-1
/
+4
2013-05-02
libceph: drop ceph_osd_request->r_con_filling_msg
Alex Elder
1
-2
/
+0
2013-05-02
libceph: define source request op functions
Alex Elder
1
-15
/
+11
2013-05-02
libceph: kill osd request r_trail
Alex Elder
1
-1
/
+0
2013-05-02
libceph: have osd requests support pagelist data
Alex Elder
1
-1
/
+3
2013-05-02
libceph: let osd ops determine request data length
Alex Elder
1
-2
/
+1
2013-05-02
libceph: record byte count not page count
Alex Elder
1
-1
/
+1
2013-05-02
libceph: separate read and write data
Alex Elder
1
-2
/
+3
2013-05-02
libceph: distinguish page and bio requests
Alex Elder
1
-1
/
+10
2013-05-02
libceph: separate osd request data info
Alex Elder
1
-8
/
+16
2013-05-02
libceph: don't assign page info in ceph_osdc_new_request()
Alex Elder
1
-1
/
+1
2013-05-02
libceph: use (void *) for untyped data in osd ops
Alex Elder
1
-2
/
+2
2013-05-02
libceph: complete lingering requests only once
Alex Elder
1
-0
/
+1
2013-02-27
libceph: update osd request/reply encoding
Sage Weil
1
-1
/
+18
[next]