https://github.com/torvalds/linux
Revision ca4ba96e02e932a0c9997a40fd51253b5b2d0f9d authored by Linus Torvalds on 13 November 2015, 17:24:40 UTC, committed by Linus Torvalds on 13 November 2015, 17:24:40 UTC
Pull Ceph updates from Sage Weil:
 "There are several patches from Ilya fixing RBD allocation lifecycle
  issues, a series adding a nocephx_sign_messages option (and associated
  bug fixes/cleanups), several patches from Zheng improving the
  (directory) fsync behavior, a big improvement in IO for direct-io
  requests when striping is enabled from Caifeng, and several other
  small fixes and cleanups"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
  libceph: clear msg->con in ceph_msg_release() only
  libceph: add nocephx_sign_messages option
  libceph: stop duplicating client fields in messenger
  libceph: drop authorizer check from cephx msg signing routines
  libceph: msg signing callouts don't need con argument
  libceph: evaluate osd_req_op_data() arguments only once
  ceph: make fsync() wait unsafe requests that created/modified inode
  ceph: add request to i_unsafe_dirops when getting unsafe reply
  libceph: introduce ceph_x_authorizer_cleanup()
  ceph: don't invalidate page cache when inode is no longer used
  rbd: remove duplicate calls to rbd_dev_mapping_clear()
  rbd: set device_type::release instead of device::release
  rbd: don't free rbd_dev outside of the release callback
  rbd: return -ENOMEM instead of pool id if rbd_dev_create() fails
  libceph: use local variable cursor instead of &msg->cursor
  libceph: remove con argument in handle_reply()
  ceph: combine as many iovec as possile into one OSD request
  ceph: fix message length computation
  ceph: fix a comment typo
  rbd: drop null test before destroy functions
2 parent s 4aeabc6 + 583d0fe
History
Tip revision: ca4ba96e02e932a0c9997a40fd51253b5b2d0f9d authored by Linus Torvalds on 13 November 2015, 17:24:40 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
Tip revision: ca4ba96
File Mode Size
at91
bcm
berlin
h8300
hisilicon
imx
ingenic
keystone
mediatek
meson
mmp
mvebu
mxs
nxp
pistachio
pxa
qcom
rockchip
samsung
shmobile
sirf
socfpga
spear
st
sunxi
tegra
ti
ux500
versatile
x86
zte
zynq
Kconfig -rw-r--r-- 5.6 KB
Makefile -rw-r--r-- 3.3 KB
clk-asm9260.c -rw-r--r-- 11.3 KB
clk-axi-clkgen.c -rw-r--r-- 13.7 KB
clk-axm5516.c -rw-r--r-- 13.3 KB
clk-cdce706.c -rw-r--r-- 17.8 KB
clk-cdce925.c -rw-r--r-- 18.8 KB
clk-clps711x.c -rw-r--r-- 5.8 KB
clk-composite.c -rw-r--r-- 7.8 KB
clk-conf.c -rw-r--r-- 3.8 KB
clk-devres.c -rw-r--r-- 1.1 KB
clk-divider.c -rw-r--r-- 13.7 KB
clk-efm32gg.c -rw-r--r-- 3.1 KB
clk-fixed-factor.c -rw-r--r-- 3.7 KB
clk-fixed-rate.c -rw-r--r-- 3.9 KB
clk-fractional-divider.c -rw-r--r-- 3.7 KB
clk-gate.c -rw-r--r-- 4.2 KB
clk-gpio.c -rw-r--r-- 8.4 KB
clk-highbank.c -rw-r--r-- 8.2 KB
clk-ls1x.c -rw-r--r-- 4.9 KB
clk-max-gen.c -rw-r--r-- 4.4 KB
clk-max-gen.h -rw-r--r-- 1.1 KB
clk-max77686.c -rw-r--r-- 2.4 KB
clk-max77802.c -rw-r--r-- 2.6 KB
clk-mb86s7x.c -rw-r--r-- 8.4 KB
clk-moxart.c -rw-r--r-- 2.4 KB
clk-multiplier.c -rw-r--r-- 3.3 KB
clk-mux.c -rw-r--r-- 4.7 KB
clk-nomadik.c -rw-r--r-- 13.5 KB
clk-nspire.c -rw-r--r-- 3.8 KB
clk-palmas.c -rw-r--r-- 7.7 KB
clk-pwm.c -rw-r--r-- 3.1 KB
clk-qoriq.c -rw-r--r-- 28.5 KB
clk-rk808.c -rw-r--r-- 4.4 KB
clk-s2mps11.c -rw-r--r-- 7.7 KB
clk-scpi.c -rw-r--r-- 8.0 KB
clk-si514.c -rw-r--r-- 9.3 KB
clk-si5351.c -rw-r--r-- 41.3 KB
clk-si5351.h -rw-r--r-- 5.7 KB
clk-si570.c -rw-r--r-- 13.3 KB
clk-stm32f4.c -rw-r--r-- 11.8 KB
clk-twl6040.c -rw-r--r-- 2.9 KB
clk-u300.c -rw-r--r-- 37.7 KB
clk-vt8500.c -rw-r--r-- 17.6 KB
clk-wm831x.c -rw-r--r-- 9.6 KB
clk-xgene.c -rw-r--r-- 14.1 KB
clk.c -rw-r--r-- 78.2 KB
clk.h -rw-r--r-- 1.0 KB
clkdev.c -rw-r--r-- 9.3 KB

back to top