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
/
include
/
linux
/
ceph
Age
Commit message (
Expand
)
Author
2024-03-19
ceph: Use no_printk() helper
Geert Uytterhoeven
2024-02-07
libceph: just wait for more data to be available on the socket
Xiubo Li
2024-02-07
libceph: fail sparse-read if the data length doesn't match
Xiubo Li
2024-01-15
ceph: try to allocate a smaller extent map for sparse read
Xiubo Li
2023-11-10
Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2023-11-03
ceph: handle idmapped mounts in create_request_message()
Christian Brauner
2023-11-03
libceph, ceph: move mdsmap.h to fs/ceph
Xiubo Li
2023-11-03
ceph: pass the mdsc to several helpers
Xiubo Li
2023-11-03
libceph: add doutc and *_client debug macros support
Xiubo Li
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-02
ceph: Annotate struct ceph_osd_request with __counted_by
Kees Cook
2023-09-18
Revert "ceph: make members in struct ceph_mds_request_args_ext a union"
Ilya Dryomov
2023-09-18
ceph: Annotate struct ceph_monmap with __counted_by
Kees Cook
2023-08-31
ceph: make num_fwd and num_retry to __u32
Xiubo Li
2023-08-31
ceph: make members in struct ceph_mds_request_args_ext a union
Xiubo Li
2023-08-24
libceph: add CEPH_OSD_OP_ASSERT_VER support
Jeff Layton
2023-08-22
ceph: fscrypt_auth handling for ceph
Jeff Layton
2023-08-22
libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
Jeff Layton
2023-08-22
libceph: add sparse read support to OSD client
Jeff Layton
2023-08-22
libceph: add sparse read support to msgr1
Jeff Layton
2023-08-22
libceph: new sparse_read op, support sparse reads on msgr2 crc codepath
Jeff Layton
2023-08-22
libceph: define struct ceph_sparse_extent and add some helpers
Jeff Layton
2023-08-22
libceph: add spinlock around osd->o_requests
Jeff Layton
2023-02-02
ceph: move mount state enum to super.h
Xiubo Li
2022-10-04
libceph: drop last_piece flag from ceph_msg_data_cursor
Jeff Layton
2022-08-03
libceph: clean up ceph_osdc_start_request prototype
Jeff Layton
2022-08-03
ceph: fix incorrect old_size length in ceph_mds_request_args
Xiubo Li
2022-08-03
ceph: fix the incorrect comment for the ceph_mds_caps struct
Xiubo Li
2022-08-03
ceph: prevent a client from exceeding the MDS maximum xattr size
Luís Henriques
2022-05-18
libceph: fix potential use-after-free on linger ping and resends
Ilya Dryomov
2022-03-01
ceph: do not release the global snaprealm until unmounting
Xiubo Li
2022-03-01
ceph: remove incorrect and unused CEPH_INO_DOTDOT macro
Xiubo Li
2022-03-01
ceph: move to a dedicated slabcache for ceph_cap_snap
Xiubo Li
2022-03-01
ceph: add getvxattr op
Milind Changire
2022-02-02
libceph: optionally use bounce buffer on recv path in crc mode
Ilya Dryomov
2022-02-02
libceph: make recv path in secure mode work the same as send path
Ilya Dryomov
2022-01-20
Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2022-01-15
mm: allow !GFP_KERNEL allocations for kvmalloc
Michal Hocko
2022-01-13
libceph: rename parse_fsid() to ceph_parse_fsid() and export
Venky Shankar
2022-01-13
libceph: generalize addr/ip parsing based on delimiter
Venky Shankar
2021-11-08
libceph, ceph: move ceph_osdc_copy_from() into cephfs code
Luís Henriques
2021-11-08
ceph: don't rely on error_string to validate blocklisted session.
Kotresh HR
2021-09-02
ceph: flush mdlog before umounting
Xiubo Li
2021-06-24
libceph: set global_id as soon as we get an auth ticket
Ilya Dryomov
2021-06-24
libceph: don't pass result into ac->ops->handle_reply()
Ilya Dryomov
2021-02-16
libceph: deprecate [no]cephx_require_signatures options
Ilya Dryomov
2020-12-28
libceph: add __maybe_unused to DEFINE_MSGR2_FEATURE
Ilya Dryomov
2020-12-14
libceph: drop ceph_auth_{create,update}_authorizer()
Ilya Dryomov
[next]