index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ceph
/
mdsmap.c
Age
Commit message (
Expand
)
Author
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-08-03
ceph: prevent a client from exceeding the MDS maximum xattr size
Luís Henriques
2021-11-08
ceph: fix mdsmap decode when there are MDS's beyond max_mds
Xiubo Li
2021-09-02
ceph: reconnect to the export targets on new mdsmaps
Xiubo Li
2021-08-25
ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()
Tuo Li
2020-12-14
libceph, ceph: get and handle cluster maps with addrvecs
Ilya Dryomov
2020-12-14
ceph: downgrade warning from mdsmap decode to debug
Luis Henriques
2020-08-03
ceph: remove unused variables in ceph_mdsmap_decode()
Jia Yang
2020-01-27
ceph: add possible_max_rank and make the code more readable
Xiubo Li
2020-01-27
ceph: only choose one MDS who is in up:active state without laggy
Xiubo Li
2020-01-27
ceph: fix mdsmap cluster available check based on laggy number
Xiubo Li
2019-12-09
ceph: add more debug info when decoding mdsmap
Xiubo Li
2019-11-25
ceph: fix geting random mds from mdsmap
Xiubo Li
2019-07-08
ceph: have MDS map decoding use entity_addr_t decoder
Jeff Layton
2019-05-07
libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer
Jeff Layton
2018-12-26
ceph: remove redundant assignment
Chengguang Xu
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-06
ceph: adjust 36 checks for NULL pointers
Markus Elfring
2017-05-04
ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds
Yan, Zheng
2016-12-12
ceph: check availability of mds cluster on mount
Yan, Zheng
2016-05-26
ceph: CEPH_FEATURE_MDSENC support
Yan, Zheng
2014-06-06
fs/ceph: replace pr_warning by pr_warn
Fabian Frederick
2013-07-01
ceph: tidy ceph_mdsmap_decode() a little
Dan Carpenter
2013-07-01
ceph: improve error handling in ceph_mdsmap_decode
Emil Goode
2013-05-01
ceph: Use pseudo-random numbers to choose mds
Sam Lang
2013-02-26
ceph: update support for PGID64, PGPOOL3, OSDENC protocol features
Sage Weil
2010-10-20
ceph: factor out libceph from Ceph file system
Yehuda Sadeh
2010-08-01
ceph: track laggy state of mds from mdsmap
Sage Weil
2009-12-21
ceph: hex dump corrupt server data to KERN_DEBUG
Sage Weil
2009-11-20
ceph: decode updated mdsmap format
Sage Weil
2009-11-03
ceph: use fixed endian encoding for ceph_entity_addr
Sage Weil
2009-10-14
ceph: convert encode/decode macros to inlines
Sage Weil
2009-10-07
ceph: fix mdsmap decoding when multiple mds's are present
Sage Weil
2009-10-06
ceph: MDS client
Sage Weil