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