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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
libceph, ceph: implement msgr2.1 protocol (crc and secure modes)
Ilya Dryomov
15
-31
/
+4356
2020-12-15
libceph: introduce connection modes and ms_mode option
Ilya Dryomov
7
-8
/
+100
2020-12-15
libceph, rbd: ignore addr->type while comparing in some cases
Ilya Dryomov
3
-5
/
+18
2020-12-15
libceph, ceph: get and handle cluster maps with addrvecs
Ilya Dryomov
10
-72
/
+222
2020-12-15
libceph: factor out finish_auth()
Ilya Dryomov
1
-22
/
+30
2020-12-15
libceph: drop ac->ops->name field
Ilya Dryomov
3
-4
/
+0
2020-12-15
libceph: amend cephx init_protocol() and build_request()
Ilya Dryomov
3
-28
/
+50
2020-12-15
libceph, ceph: incorporate nautilus cephx changes
Ilya Dryomov
8
-53
/
+210
2020-12-15
libceph: safer en/decoding of cephx requests and replies
Ilya Dryomov
1
-21
/
+26
2020-12-15
libceph: more insight into ticket expiry and invalidation
Ilya Dryomov
1
-14
/
+25
2020-12-15
libceph: move msgr1 protocol specific fields to its own struct
Ilya Dryomov
3
-247
/
+257
2020-12-15
libceph: move msgr1 protocol implementation to its own file
Ilya Dryomov
4
-1496
/
+1505
2020-12-15
libceph: separate msgr1 protocol implementation
Ilya Dryomov
2
-50
/
+96
2020-12-15
libceph: export remaining protocol independent infrastructure
Ilya Dryomov
2
-83
/
+113
2020-12-15
libceph: export zero_page
Ilya Dryomov
2
-8
/
+10
2020-12-15
libceph: rename and export con->flags bits
Ilya Dryomov
2
-44
/
+46
2020-12-15
libceph: rename and export con->state states
Ilya Dryomov
2
-52
/
+50
2020-12-15
libceph: make con->state an int
Ilya Dryomov
2
-11
/
+7
2020-12-15
libceph: don't export ceph_messenger_{init_fini}() to modules
Ilya Dryomov
1
-2
/
+0
2020-12-15
libceph: make sure our addr->port is zero and addr->nonce is non-zero
Ilya Dryomov
1
-10
/
+17
2020-12-15
libceph: factor out ceph_con_get_out_msg()
Ilya Dryomov
1
-20
/
+39
2020-12-15
libceph: change ceph_con_in_msg_alloc() to take hdr
Ilya Dryomov
1
-5
/
+6
2020-12-15
libceph: change ceph_msg_data_cursor_init() to take cursor
Ilya Dryomov
1
-4
/
+3
2020-12-15
libceph: handle discarding acked and requeued messages separately
Ilya Dryomov
1
-20
/
+54
2020-12-15
libceph: drop msg->ack_stamp field
Ilya Dryomov
2
-2
/
+0
2020-12-15
libceph: remove redundant session reset log message
Ilya Dryomov
1
-4
/
+3
2020-12-15
libceph: clear con->peer_global_seq on RESETSESSION
Ilya Dryomov
1
-3
/
+3
2020-12-15
libceph: rename reset_connection() to ceph_con_reset_session()
Ilya Dryomov
1
-6
/
+4
2020-12-15
libceph: split protocol reset bits out of reset_connection()
Ilya Dryomov
1
-26
/
+24
2020-12-15
libceph: don't call reset_connection() on version/feature mismatches
Ilya Dryomov
1
-3
/
+0
2020-12-15
libceph: lower exponential backoff delay
Ilya Dryomov
2
-5
/
+11
2020-12-15
libceph: include middle_len in process_message() dout
Ilya Dryomov
1
-1
/
+2
2020-12-15
ceph: implement updated ceph_mds_request_head structure
Jeff Layton
2
-14
/
+93
2020-12-15
ceph: clean up argument lists to __prepare_send_request and __send_request
Jeff Layton
1
-9
/
+9
2020-12-15
ceph: take a cred reference instead of tracking individual uid/gid
Jeff Layton
2
-6
/
+7
2020-12-15
ceph: don't reach into request header for readdir info
Jeff Layton
1
-3
/
+2
2020-12-15
ceph: set osdmap epoch for setxattr
Xiubo Li
3
-1
/
+5
2020-12-15
ceph: remove redundant assignment to variable i
Colin Ian King
1
-1
/
+1
2020-12-15
ceph: add ceph.caps vxattr
Luis Henriques
1
-0
/
+27
2020-12-15
ceph: when filling trace, call ceph_get_inode outside of mutexes
Jeff Layton
2
-9
/
+21
2020-12-15
Revert "ceph: allow rename operation under different quota realms"
Luis Henriques
3
-64
/
+6
2020-12-15
ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
Jeff Layton
1
-0
/
+2
2020-12-15
ceph: downgrade warning from mdsmap decode to debug
Luis Henriques
1
-2
/
+2
2020-12-15
ceph: fix race in concurrent __ceph_remove_cap invocations
Luis Henriques
1
-2
/
+9
2020-12-15
ceph: pass down the flags to grab_cache_page_write_begin
Jeff Layton
1
-1
/
+1
2020-12-15
ceph: add ceph.{cluster_fsid/client_id} vxattrs
Xiubo Li
1
-0
/
+42
2020-12-15
ceph: add status debugfs file
Xiubo Li
2
-0
/
+21
2020-12-15
libceph: remove unused port macros
Liu, Changcheng
1
-9
/
+0
2020-12-15
ceph: ensure we have Fs caps when fetching dir link count
Jeff Layton
1
-5
/
+14
2020-12-15
ceph: send dentry lease metrics to MDS daemon
Xiubo Li
2
-3
/
+29
[next]