aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney1-1/+1
2010-06-01ceph: fix f_namelen reported by statfsSage Weil1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+10
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil1-1/+9
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-44/+81
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro1-2/+1
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil1-0/+8
2010-05-17ceph: name bdi ceph-%d instead of major:minorSage Weil1-1/+4
2010-05-17ceph: clean up mount options, ->show_options()Sage Weil1-31/+59
2010-05-17ceph: remove unused #includesHuang Weiyi1-3/+0
2010-05-17ceph: wait for both monmap and osdmap when opening sessionSage Weil1-5/+6
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-4/+4
2010-05-04ceph: unregister bdi before kill_anon_super releases device nameSage Weil1-7/+16
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