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.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
2016-12-15
libceph: remove now unused finish_request() wrapper
Ilya Dryomov
1
-10
/
+4
2016-12-15
libceph: always signal completion when done
Ilya Dryomov
3
-16
/
+13
2016-12-15
ceph: avoid creating orphan object when checking pool permission
Yan, Zheng
1
-0
/
+9
2016-12-13
ceph: properly set issue_seq for cap release
Yan, Zheng
1
-0
/
+1
2016-12-13
ceph: add flags parameter to send_cap_msg
Jeff Layton
2
-10
/
+18
2016-12-13
ceph: update cap message struct version to 10
Jeff Layton
1
-6
/
+33
2016-12-13
ceph: define new argument structure for send_cap_msg
Jeff Layton
1
-99
/
+126
2016-12-13
ceph: move xattr initialzation before the encoding past the ceph_mds_caps
Jeff Layton
1
-7
/
+7
2016-12-13
ceph: fix minor typo in unsafe_request_wait
Jeff Layton
1
-1
/
+1
2016-12-13
ceph: record truncate size/seq for snap data writeback
Yan, Zheng
3
-13
/
+22
2016-12-13
ceph: check availability of mds cluster on mount
Yan, Zheng
5
-11
/
+187
2016-12-13
ceph: fix splice read for no Fc capability case
Yan, Zheng
1
-54
/
+66
2016-12-13
ceph: try getting buffer capability for readahead/fadvise
Yan, Zheng
4
-11
/
+73
2016-12-13
ceph: fix scheduler warning due to nested blocking
Nikolay Borisov
1
-3
/
+9
2016-12-13
ceph: fix printing wrong return variable in ceph_direct_read_write()
Zhi Zhang
1
-1
/
+1
2016-12-13
crush: include mapper.h in mapper.c
Tobias Klauser
1
-0
/
+2
2016-12-13
rbd: silence bogus -Wmaybe-uninitialized warning
Ilya Dryomov
1
-1
/
+1
2016-12-13
libceph: no need to drop con->mutex for ->get_authorizer()
Ilya Dryomov
1
-6
/
+0
2016-12-13
libceph: drop len argument of *verify_authorizer_reply()
Ilya Dryomov
7
-12
/
+11
2016-12-13
libceph: verify authorize reply on connect
Ilya Dryomov
1
-0
/
+13
2016-12-13
libceph: no need for GFP_NOFS in ceph_monc_init()
Ilya Dryomov
1
-6
/
+6
2016-12-13
libceph: stop allocating a new cipher on every crypto request
Ilya Dryomov
2
-25
/
+61
2016-12-13
libceph: uninline ceph_crypto_key_destroy()
Ilya Dryomov
2
-8
/
+9
2016-12-13
libceph: remove now unused ceph_*{en,de}crypt*() functions
Ilya Dryomov
2
-383
/
+0
2016-12-13
libceph: switch ceph_x_decrypt() to ceph_crypt()
Ilya Dryomov
1
-46
/
+32
2016-12-13
libceph: switch ceph_x_encrypt() to ceph_crypt()
Ilya Dryomov
1
-34
/
+37
2016-12-13
libceph: tweak calcu_signature() a little
Ilya Dryomov
1
-15
/
+28
2016-12-13
libceph: rename and align ceph_x_authorizer::reply_buf
Ilya Dryomov
2
-6
/
+7
2016-12-13
libceph: introduce ceph_crypt() for in-place en/decryption
Ilya Dryomov
2
-0
/
+89
2016-12-13
libceph: introduce ceph_x_encrypt_offset()
Ilya Dryomov
1
-2
/
+6
2016-12-13
libceph: old_key in process_one_ticket() is redundant
Ilya Dryomov
1
-3
/
+1
2016-12-13
libceph: ceph_x_encrypt_buflen() takes in_len
Ilya Dryomov
1
-3
/
+4
2016-12-11
Linux 4.9
v4.9
Linus Torvalds
1
-2
/
+2
2016-12-11
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2
-2
/
+2
2016-12-11
MIPS: Lantiq: Fix mask of GPE frequency
Hauke Mehrtens
1
-1
/
+1
2016-12-11
MIPS: Return -ENODEV from weak implementation of rtc_mips_set_time
Luuk Paulussen
1
-1
/
+1
2016-12-10
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-37
/
+57
2016-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
21
-20
/
+142
2016-12-10
net: mlx5: Fix Kconfig help text
Christopher Covington
1
-2
/
+0
2016-12-10
net: smsc911x: back out silently on probe deferrals
Linus Walleij
1
-1
/
+8
2016-12-10
ibmveth: set correct gso_size and gso_type
Thomas Falcon
2
-2
/
+64
2016-12-09
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-28
/
+326
2016-12-09
Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+15
2016-12-09
Merge tag 'ceph-for-4.9-rc9' of git://github.com/ceph/ceph-client
Linus Torvalds
1
-10
/
+14
2016-12-09
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
3
-4
/
+7
2016-12-09
Merge tag 'm68k-for-v4.9-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-25
/
+73
2016-12-09
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-2
/
+6
2016-12-09
Revert "radix tree test suite: fix compilation"
Linus Torvalds
3
-1
/
+30
2016-12-09
Merge branch 'ethernet-missing-netdev-parent'
David S. Miller
2
-0
/
+2
2016-12-09
net: ethernet: cpmac: Call SET_NETDEV_DEV()
Florian Fainelli
1
-0
/
+1
[next]