]> 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>
Sun, 30 May 2010 15:56:39 +0000 (08:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2010 15:56:39 +0000 (08:56 -0700)
commit60dbd4991bf53d2bcc21c39bcef145992e9369f4
tree9dfb5cb5d13c187ff1f54448f8441512203625d0
parent1da5796c1055da4927ffd31e44e568ecbe1e0b3b
parent55252f537e6f17c2d4f70d6b65e94e3789cb943a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
  ceph: clean up on forwarded aborted mds request
  ceph: fix leak of osd authorizer
  ceph: close out mds, osd connections before stopping auth
  ceph: make lease code DN specific
  fs/ceph: Use ERR_CAST
  ceph: renew auth tickets before they expire
  ceph: do not resend mon requests on auth ticket renewal
  ceph: removed duplicated #includes
  ceph: avoid possible null dereference
  ceph: make mds requests killable, not interruptible
  sched: add wait_for_completion_killable_timeout
fs/ceph/dir.c
fs/ceph/file.c
fs/ceph/super.c
fs/ceph/super.h
kernel/sched.c