summaryrefslogtreecommitdiff
path: root/fs/ceph/super.h
AgeCommit message (Expand)Author
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29ceph: removed duplicated #includesAndrea Gelmini
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil
2010-05-17ceph: clean up mount options, ->show_options()Sage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil
2010-05-03ceph: add missing #includesSage Weil
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-13ceph: queue_cap_snap should always queue dirty contextSage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05ceph: update for write_inode API changeStephen Rothwell
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh
2010-03-01ceph: fix flush_dirty_caps race with caps migrationSage Weil
2010-02-23ceph: drop messages on unregistered mds sessions; cleanupSage Weil
2010-02-17ceph: fix iterate_caps removal raceSage Weil
2010-02-17ceph: clean up readdir caps reservationSage Weil
2010-02-16ceph: use rbtree for snap_realmsSage Weil
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil
2010-02-11ceph: put unused osd connections on lruYehuda Sadeh
2010-02-10ceph: allow renewal of auth credentialsSage Weil
2009-12-21ceph: writeback congestion controlYehuda Sadeh
2009-12-21ceph: include link to bdi in debugfsSage Weil
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil
2009-11-12ceph: build cleanly without CONFIG_DEBUG_FSSage Weil
2009-11-10ceph: remove recon_gen logicSage Weil
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil
2009-10-28ceph: replace list_entry with container_ofNoah Watkins
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil
2009-10-22ceph: remove small mon addr limit; use CEPH_MAX_MON where appropriateSage Weil
2009-10-16ceph: enable readaheadSage Weil
2009-10-15ceph: flush dirty caps via the cap_dirty listSage Weil
2009-10-06ceph: client typesSage Weil