index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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: 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
2020-12-15
ceph: acquire Fs caps when getting dir stats
Jeff Layton
1
-3
/
+6
2020-12-15
ceph: fix up some warnings on W=1 builds
Jeff Layton
3
-30
/
+14
2020-12-15
ceph: queue MDS requests to REJECTED sessions when CLEANRECOVER is set
Jeff Layton
1
-4
/
+14
[next]