index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ceph
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-18
libceph: make sure ceph_aes_crypt() IV is aligned
Ilya Dryomov
1
-1
/
+1
2016-12-14
libceph: remove now unused finish_request() wrapper
Ilya Dryomov
1
-10
/
+4
2016-12-14
libceph: always signal completion when done
Ilya Dryomov
1
-14
/
+11
2016-12-12
crush: include mapper.h in mapper.c
Tobias Klauser
1
-0
/
+2
2016-12-12
libceph: no need to drop con->mutex for ->get_authorizer()
Ilya Dryomov
1
-6
/
+0
2016-12-12
libceph: drop len argument of *verify_authorizer_reply()
Ilya Dryomov
4
-6
/
+6
2016-12-12
libceph: verify authorize reply on connect
Ilya Dryomov
1
-0
/
+13
2016-12-12
libceph: no need for GFP_NOFS in ceph_monc_init()
Ilya Dryomov
1
-6
/
+6
2016-12-12
libceph: stop allocating a new cipher on every crypto request
Ilya Dryomov
2
-25
/
+61
2016-12-12
libceph: uninline ceph_crypto_key_destroy()
Ilya Dryomov
2
-8
/
+9
2016-12-12
libceph: remove now unused ceph_*{en,de}crypt*() functions
Ilya Dryomov
2
-383
/
+0
2016-12-12
libceph: switch ceph_x_decrypt() to ceph_crypt()
Ilya Dryomov
1
-46
/
+32
2016-12-12
libceph: switch ceph_x_encrypt() to ceph_crypt()
Ilya Dryomov
1
-34
/
+37
2016-12-12
libceph: tweak calcu_signature() a little
Ilya Dryomov
1
-15
/
+28
2016-12-12
libceph: rename and align ceph_x_authorizer::reply_buf
Ilya Dryomov
2
-6
/
+7
2016-12-12
libceph: introduce ceph_crypt() for in-place en/decryption
Ilya Dryomov
2
-0
/
+89
2016-12-12
libceph: introduce ceph_x_encrypt_offset()
Ilya Dryomov
1
-2
/
+6
2016-12-12
libceph: old_key in process_one_ticket() is redundant
Ilya Dryomov
1
-3
/
+1
2016-12-12
libceph: ceph_x_encrypt_buflen() takes in_len
Ilya Dryomov
1
-3
/
+4
2016-11-10
libceph: initialize last_linger_id with a large integer
Ilya Dryomov
1
-0
/
+1
2016-11-10
libceph: fix legacy layout decode with pool 0
Yan, Zheng
1
-1
/
+2
2016-10-18
mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
Lorenzo Stoakes
1
-1
/
+1
2016-10-05
crush: remove redundant local variable
Ilya Dryomov
1
-3
/
+2
2016-10-05
crush: don't normalize input of crush_ln iteratively
Ilya Dryomov
1
-3
/
+9
2016-10-03
libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()
Ilya Dryomov
1
-3
/
+1
2016-10-03
libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()
Ilya Dryomov
1
-1
/
+1
2016-08-24
rbd: add 'client_addr' sysfs rbd device attribute
Ilya Dryomov
1
-0
/
+6
2016-08-24
rbd: support for exclusive-lock feature
Ilya Dryomov
1
-0
/
+1
2016-08-24
rbd: retry watch re-registration periodically
Ilya Dryomov
1
-0
/
+1
2016-08-24
libceph: rename ceph_client_id() -> ceph_client_gid()
Ilya Dryomov
1
-3
/
+4
2016-08-24
libceph: support for blacklisting clients
Douglas Fuller
1
-0
/
+82
2016-08-24
libceph: support for lock.lock_info
Douglas Fuller
1
-0
/
+145
2016-08-24
libceph: support for advisory locking on RADOS objects
Douglas Fuller
2
-0
/
+181
2016-08-24
libceph: add ceph_osdc_call() single-page helper
Douglas Fuller
1
-0
/
+51
2016-08-24
libceph: support for CEPH_OSD_OP_LIST_WATCHERS
Douglas Fuller
1
-0
/
+117
2016-08-24
libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()
Ilya Dryomov
2
-3
/
+6
2016-08-08
libceph: using kfree_rcu() to simplify the code
Wei Yongjun
1
-7
/
+1
2016-08-08
libceph: make cancel_generic_request() static
Wei Yongjun
1
-1
/
+1
2016-08-08
libceph: fix return value check in alloc_msg_with_page_vector()
Wei Yongjun
1
-1
/
+1
2016-07-28
libceph: fsmap.user subscription support
Yan, Zheng
1
-1
/
+3
2016-07-28
libceph: make sure redirect does not change namespace
Yan, Zheng
1
-0
/
+15
2016-07-28
libceph: rados pool namespace support
Yan, Zheng
3
-15
/
+81
2016-07-28
libceph: introduce reference counted string
Yan, Zheng
3
-1
/
+114
2016-07-28
libceph: define new ceph_file_layout structure
Yan, Zheng
3
-8
/
+32
2016-07-28
libceph: fix some missing includes
Ilya Dryomov
1
-0
/
+1
2016-07-22
libceph: apply new_state before new_up_client on incrementals
Ilya Dryomov
1
-43
/
+113
2016-05-30
libceph: use %s instead of %pE in dout()s
Ilya Dryomov
2
-5
/
+5
2016-05-30
libceph: put request only if it's done in handle_reply()
Ilya Dryomov
1
-3
/
+3
2016-05-30
libceph: change ceph_osdmap_flag() to take osdc
Ilya Dryomov
1
-20
/
+19
2016-05-26
libceph: make ceph_osdc_wait_request() uninterruptible
Yan, Zheng
1
-1
/
+1
[next]