aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
AgeCommit message (Expand)Author
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil
2010-05-17ceph: name bdi ceph-%d instead of major:minorSage Weil
2010-05-17ceph: clean up mount options, ->show_options()Sage Weil
2010-05-17ceph: remove unused #includesHuang Weiyi
2010-05-17ceph: wait for both monmap and osdmap when opening sessionSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-04ceph: unregister bdi before kill_anon_super releases device nameSage Weil
2010-05-03ceph: print more useful version info on module loadSage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh
2010-02-17ceph: clean up readdir caps reservationSage Weil
2010-02-11ceph: put unused osd connections on lruYehuda Sadeh
2010-02-10ceph: allow renewal of auth credentialsSage Weil
2009-12-23ceph: only unregister registered bdiSage Weil
2009-12-21ceph: writeback congestion controlYehuda Sadeh
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGSage Weil
2009-11-20ceph: mount fails immediately on errorYehuda Sadeh
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil
2009-11-18ceph: move mempool creation to ceph_create_clientSage Weil
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil
2009-11-18ceph: handle errors during osd client initSage Weil
2009-11-04ceph: fix sparse endian warningSage Weil
2009-11-02ceph: init/destroy bdi in client create/destroy helpersSage Weil
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil
2009-10-27ceph: fix, clean up string mount arg parsingSage Weil
2009-10-26ceph: silence uninitialized variable warningSage Weil
2009-10-26ceph: reduce parse_mount_args stack usageSage Weil
2009-10-22ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil
2009-10-16ceph: enable readaheadSage Weil
2009-10-14ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_superSage Weil
2009-10-12ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAPSage Weil
2009-10-07ceph: show meaningful version on module loadSage Weil
2009-10-06ceph: super.cSage Weil