aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-03ceph: print more useful version info on module loadSage Weil1-3/+4
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-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh1-1/+7
2010-02-17ceph: clean up readdir caps reservationSage Weil1-0/+5
2010-02-11ceph: put unused osd connections on lruYehuda Sadeh1-0/+3
2010-02-10ceph: allow renewal of auth credentialsSage Weil1-6/+6
2009-12-23ceph: only unregister registered bdiSage Weil1-1/+2
2009-12-21ceph: writeback congestion controlYehuda Sadeh1-0/+36
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil1-7/+2
2009-11-20ceph: mount fails immediately on errorYehuda Sadeh1-1/+5
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil1-5/+27
2009-11-18ceph: move mempool creation to ceph_create_clientSage Weil1-11/+12
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-13/+19
2009-11-18ceph: handle errors during osd client initSage Weil1-1/+5
2009-11-04ceph: fix sparse endian warningSage Weil1-1/+1
2009-11-02ceph: init/destroy bdi in client create/destroy helpersSage Weil1-6/+9
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-58/+48
2009-10-27ceph: fix, clean up string mount arg parsingSage Weil1-2/+9
2009-10-26ceph: silence uninitialized variable warningSage Weil1-1/+1
2009-10-26ceph: reduce parse_mount_args stack usageSage Weil1-8/+17
2009-10-22ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil1-2/+2
2009-10-16ceph: enable readaheadSage Weil1-0/+1
2009-10-14ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil1-1/+3
2009-10-12ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil1-2/+0
2009-10-07ceph: show meaningful version on module loadSage Weil1-2/+3
2009-10-06ceph: super.cSage Weil1-0/+936