Merge branch 'topic/core-cleanup' into for-linus
[safe/jmp/linux-2.6] / fs / ceph / super.c
2010-05-04 Sage Weilceph: unregister bdi before kill_anon_super releases...
2010-05-03 Sage Weilceph: print more useful version info on module load
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Yehuda Sadehceph: reset osd after relevant messages timed out
2010-02-17 Sage Weilceph: clean up readdir caps reservation
2010-02-11 Yehuda Sadehceph: put unused osd connections on lru
2010-02-10 Sage Weilceph: allow renewal of auth credentials
2009-12-23 Sage Weilceph: only unregister registered bdi
2009-12-22 Yehuda Sadehceph: writeback congestion control
2009-12-22 Sage Weilceph: hex dump corrupt server data to KERN_DEBUG
2009-11-20 Yehuda Sadehceph: mount fails immediately on error
2009-11-20 Sage Weilceph: fix debugfs entry, simplify fsid checks
2009-11-19 Sage Weilceph: move mempool creation to ceph_create_client
2009-11-19 Sage Weilceph: negotiate authentication protocol; implement...
2009-11-18 Sage Weilceph: handle errors during osd client init
2009-11-05 Sage Weilceph: fix sparse endian warning
2009-11-02 Sage Weilceph: init/destroy bdi in client create/destroy helpers
2009-10-27 Sage Weilceph: allocate and parse mount args before client instance
2009-10-27 Sage Weilceph: fix, clean up string mount arg parsing
2009-10-27 Sage Weilceph: silence uninitialized variable warning
2009-10-27 Sage Weilceph: reduce parse_mount_args stack usage
2009-10-22 Sage Weilceph: remove small mon addr limit; use CEPH_MAX_MON...
2009-10-16 Sage Weilceph: enable readahead
2009-10-14 Sage Weilceph: initialize sb->s_bdi, bdi_unregister after kill_a...
2009-10-12 Sage Weilceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP
2009-10-07 Sage Weilceph: show meaningful version on module load
2009-10-06 Sage Weilceph: super.c