aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/auth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-259/+0
2010-08-01ceph: code cleanupYehuda Sadeh1-3/+3
2010-05-29ceph: renew auth tickets before they expireSage Weil1-1/+1
2010-05-29ceph: removed duplicated #includesAndrea Gelmini1-1/+0
2010-05-29ceph: avoid possible null dereferenceSage Weil1-2/+2
2010-05-17ceph: include auth method in error messagesSage Weil1-4/+5
2010-05-03ceph: add missing #includesSage Weil1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-11ceph: add support for auth_x authentication protocolSage Weil1-1/+5
2010-02-10ceph: add struct version to auth encodingSage Weil1-0/+3
2010-02-10ceph: allow renewal of auth credentialsSage Weil1-18/+43
2009-11-20ceph: mount fails immediately on errorYehuda Sadeh1-0/+5
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-0/+220