aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix statvfs fr_sizeSage Weil2013-06-201-1/+6
* ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-1/+1
* ceph: move readahead default to fs/ceph from libcephSage Weil2011-03-211-2/+2
* ceph: add ino32 mount optionYehuda Sadeh2011-03-211-0/+5
* ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil2011-01-191-0/+2
* ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo2011-01-121-3/+7
* ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-121-1/+2
* convert cephAl Viro2010-10-291-23/+27
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-682/+472
* ceph: do not ignore osd_idle_ttl mount optionSage Weil2010-08-031-0/+3
* ceph: make ->sync_fs not wait if wait==0Sage Weil2010-08-011-4/+13
* ceph: use %pU to print uuid (fsid)Sage Weil2010-08-011-6/+6
* ceph: clean up fsid mount optionSage Weil2010-08-011-13/+39
* ceph: remove unused 'monport' mount optionSage Weil2010-08-011-2/+0
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-011-6/+0
* ceph: fix atomic64_t initialization on ia64Jeff Mahoney2010-06-101-1/+1
* ceph: fix f_namelen reported by statfsSage Weil2010-06-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-301-2/+10
|\
| * ceph: close out mds, osd connections before stopping authSage Weil2010-05-291-1/+9
| * fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-05-241-44/+81
|\|
| * ceph: specify max_bytes on readdir repliesSage Weil2010-05-171-0/+8
| * ceph: name bdi ceph-%d instead of major:minorSage Weil2010-05-171-1/+4
| * ceph: clean up mount options, ->show_options()Sage Weil2010-05-171-31/+59
| * ceph: remove unused #includesHuang Weiyi2010-05-171-3/+0
| * ceph: wait for both monmap and osdmap when opening sessionSage Weil2010-05-171-5/+6
| * ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-4/+4
* | ceph: should use deactivate_locked_super() on failure exitsAl Viro2010-05-211-2/+1
|/
* ceph: unregister bdi before kill_anon_super releases device nameSage Weil2010-05-041-7/+16
* ceph: print more useful version info on module loadSage Weil2010-05-031-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ceph: reset osd after relevant messages timed outYehuda Sadeh2010-03-041-1/+7
* ceph: clean up readdir caps reservationSage Weil2010-02-171-0/+5
* ceph: put unused osd connections on lruYehuda Sadeh2010-02-111-0/+3
* ceph: allow renewal of auth credentialsSage Weil2010-02-101-6/+6
* ceph: only unregister registered bdiSage Weil2009-12-231-1/+2
* ceph: writeback congestion controlYehuda Sadeh2009-12-211-0/+36
* ceph: hex dump corrupt server data to KERN_DEBUGSage Weil2009-12-211-7/+2
* ceph: mount fails immediately on errorYehuda Sadeh2009-11-201-1/+5
* ceph: fix debugfs entry, simplify fsid checksSage Weil2009-11-201-5/+27
* ceph: move mempool creation to ceph_create_clientSage Weil2009-11-181-11/+12
* ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil2009-11-181-13/+19
* ceph: handle errors during osd client initSage Weil2009-11-181-1/+5
* ceph: fix sparse endian warningSage Weil2009-11-041-1/+1
* ceph: init/destroy bdi in client create/destroy helpersSage Weil2009-11-021-6/+9
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-58/+48
* ceph: fix, clean up string mount arg parsingSage Weil2009-10-271-2/+9
* ceph: silence uninitialized variable warningSage Weil2009-10-261-1/+1
* ceph: reduce parse_mount_args stack usageSage Weil2009-10-261-8/+17
* ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil2009-10-221-2/+2