summaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
AgeCommit message (Expand)AuthorFilesLines
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