aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
AgeCommit message (Expand)Author
2011-08-22ceph: fix memory leakNoah Watkins
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil
2011-03-21ceph: add ino32 mount optionYehuda Sadeh
2011-01-19ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil
2011-01-12ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil
2010-10-29convert cephAl Viro
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-08-03ceph: do not ignore osd_idle_ttl mount optionSage Weil
2010-08-01ceph: make ->sync_fs not wait if wait==0Sage Weil
2010-08-01ceph: use %pU to print uuid (fsid)Sage Weil
2010-08-01ceph: clean up fsid mount optionSage Weil
2010-08-01ceph: remove unused 'monport' mount optionSage Weil
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh
2010-06-10ceph: fix atomic64_t initialization on ia64Jeff Mahoney
2010-06-01ceph: fix f_namelen reported by statfsSage Weil
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29ceph: close out mds, osd connections before stopping authSage Weil
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall
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