]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Feb 2014 20:35:56 +0000 (12:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Feb 2014 20:35:56 +0000 (12:35 -0800)
commit1dd766bbb7e53dea97d81f3be0132b611b811f17
treea582e83d1706b7f69ad6707f7102b5dd59e0fd60
parent8682475ae6d0a5a742926fa74a345227871369fa
parent965f1896cbccaf9a22b318fb1f2688a448e72723
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client

Pull ceph fixes from Sage Weil:
 "There is an RBD fix for a crash due to the immutable bio changes, an
  error path fix, and a locking fix in the recent redirect support"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
  libceph: do not dereference a NULL bio pointer
  libceph: take map_sem for read in handle_reply()
  libceph: factor out logic from ceph_osdc_start_request()
  libceph: fix error handling in ceph_osdc_init()