aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+0
2010-05-29ceph: removed duplicated #includesAndrea Gelmini1-1/+0
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-1/+1
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil1-1/+3
2010-05-17ceph: clean up mount options, ->show_options()Sage Weil1-9/+10
2010-05-17ceph: 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-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus 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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05ceph: update for write_inode API changeStephen Rothwell1-1/+2
2010-03-04ceph: reset osd after relevant messages timed outYehuda Sadeh1-0/+3
2010-03-01ceph: fix flush_dirty_caps race with caps migrationSage Weil1-0/+1
2010-02-23ceph: 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-16ceph: 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-10ceph: allow renewal of auth credentialsSage Weil1-2/+2
2009-12-21ceph: writeback congestion controlYehuda Sadeh1-0/+3
2009-12-21ceph: include link to bdi in debugfsSage Weil1-0/+1
2009-11-20ceph: fix debugfs entry, simplify fsid checksSage Weil1-9/+9
2009-11-18ceph: negotiate authentication protocol; implement AUTH_NONE protocolSage Weil1-0/+2
2009-11-12ceph: build cleanly without CONFIG_DEBUG_FSSage Weil1-0/+2
2009-11-10ceph: remove recon_gen logicSage Weil1-1/+0
2009-11-09ceph: do not confuse stale and dead (unreconnected) capsSage Weil1-1/+3
2009-10-28ceph: 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-16ceph: enable readaheadSage Weil1-1/+1
2009-10-15ceph: flush dirty caps via the cap_dirty listSage Weil1-3/+3
2009-10-06ceph: client typesSage Weil1-0/+890