aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/super.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-05ceph/super.c: quiet sparse noiseGravatar H Hartley Sweeten 1-2/+2
2011-10-25ceph: replace leading spaces with tabsGravatar Noah Watkins 1-20/+20
2011-10-25libceph: create messenger with clientGravatar Sage Weil 1-3/+6
2011-10-25ceph: rename rsize -> rasizeGravatar Sage Weil 1-3/+11
2011-08-22ceph: fix memory leakGravatar Noah Watkins 1-2/+2
2011-07-26ceph: set up readahead size when rsize is not passedGravatar Yehuda Sadeh 1-0/+4
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Gravatar Greg Farnum 1-2/+1
2011-03-29ceph: Move secret key parsing earlier.Gravatar Tommi Virtanen 1-1/+1
2011-03-21ceph: move readahead default to fs/ceph from libcephGravatar Sage Weil 1-2/+2
2011-03-21ceph: add ino32 mount optionGravatar Yehuda Sadeh 1-0/+5
2011-01-19ceph: fix cap_wanted_delay_{min,max} mount option initializationGravatar Sage Weil 1-0/+2
2011-01-12ceph: fsc->*_wq's aren't used in memory reclaim pathGravatar Tejun Heo 1-3/+7
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSGravatar Sage Weil 1-1/+2
2010-10-29convert cephGravatar Al Viro 1-23/+27
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-682/+472
2010-08-03ceph: do not ignore osd_idle_ttl mount optionGravatar Sage Weil 1-0/+3
2010-08-01ceph: make ->sync_fs not wait if wait==0Gravatar Sage Weil 1-4/+13
2010-08-01ceph: use %pU to print uuid (fsid)Gravatar Sage Weil 1-6/+6
2010-08-01ceph: clean up fsid mount optionGravatar Sage Weil 1-13/+39
2010-08-01ceph: remove unused 'monport' mount optionGravatar Sage Weil 1-2/+0
2010-08-01ceph: do caps accounting per mds_clientGravatar Yehuda Sadeh 1-6/+0
2010-06-10ceph: fix atomic64_t initialization on ia64Gravatar Jeff Mahoney 1-1/+1
2010-06-01ceph: fix f_namelen reported by statfsGravatar Sage Weil 1-1/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-2/+10
2010-05-29ceph: close out mds, osd connections before stopping authGravatar Sage Weil 1-1/+9
2010-05-29fs/ceph: Use ERR_CASTGravatar Julia Lawall 1-1/+1
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-44/+81
2010-05-21ceph: should use deactivate_locked_super() on failure exitsGravatar Al Viro 1-2/+1
2010-05-17ceph: specify max_bytes on readdir repliesGravatar Sage Weil 1-0/+8
2010-05-17ceph: name bdi ceph-%d instead of major:minorGravatar Sage Weil 1-1/+4
2010-05-17ceph: clean up mount options, ->show_options()Gravatar Sage Weil 1-31/+59
2010-05-17ceph: remove unused #includesGravatar Huang Weiyi 1-3/+0
2010-05-17ceph: wait for both monmap and osdmap when opening sessionGravatar Sage Weil 1-5/+6
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientGravatar Cheng Renquan 1-4/+4
2010-05-04ceph: unregister bdi before kill_anon_super releases device nameGravatar Sage Weil 1-7/+16
2010-05-03ceph: print more useful version info on module loadGravatar Sage Weil 1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-04ceph: reset osd after relevant messages timed outGravatar Yehuda Sadeh 1-1/+7
2010-02-17ceph: clean up readdir caps reservationGravatar Sage Weil 1-0/+5
2010-02-11ceph: put unused osd connections on lruGravatar Yehuda Sadeh 1-0/+3
2010-02-10ceph: allow renewal of auth credentialsGravatar Sage Weil 1-6/+6
2009-12-23ceph: only unregister registered bdiGravatar Sage Weil 1-1/+2
2009-12-21ceph: writeback congestion controlGravatar Yehuda Sadeh 1-0/+36
2009-12-21ceph: hex dump corrupt server data to KERN_DEBUGGravatar Sage Weil 1-7/+2
2009-11-20ceph: mount fails immediately on errorGravatar Yehuda Sadeh 1-1/+5
2009-11-20ceph: fix debugfs entry, simplify fsid checksGravatar Sage Weil 1-5/+27
2009-11-18ceph: move mempool creation to ceph_create_clientGravatar Sage Weil 1-11/+12
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolGravatar Sage Weil 1-13/+19
2009-11-18ceph: handle errors during osd client initGravatar Sage Weil 1-1/+5
2009-11-04ceph: fix sparse endian warningGravatar Sage Weil 1-1/+1