summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2010-05-17ceph: include auth method in error messagesSage Weil
2010-05-17ceph: osdtimeout=0 for now timeoutSage Weil
2010-05-17ceph: d_obtain_alias() returns ERR_PTR()Dan Carpenter
2010-05-17ceph: wake up mount thread when getting osdmapYehuda Sadeh
2010-05-17ceph: remove unused #includesHuang Weiyi
2010-05-17ceph: wait for both monmap and osdmap when opening sessionSage Weil
2010-05-17ceph: clean up connection resetSage Weil
2010-05-17ceph: simplify ceph_msg_newSage Weil
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil
2010-05-17ceph: rewrite msgpool using mempool_tSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-17ceph: handle kzalloc() failureCheng Renquan
2010-05-17ceph: drop unnecessary msgpool for mon_client subscribe_ackSage Weil
2010-05-17ceph: drop unnecessary msgpool for mon_client auth_replySage Weil
2010-05-17ceph: clean up statfsSage Weil
2010-05-17ceph: fix theoretically possible double-put on connectionSage Weil
2010-05-17ceph: cleanup: remove dead codeDan Carpenter
2010-05-17ceph: reduce build_path debug outputSage Weil
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh
2010-05-17ceph: update for removal of kref_setStephen Rothwell
2010-05-17ceph: simplify page setup for incoming dataSage Weil
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil
2010-05-17ceph: fix race between aborted requests and fill_traceSage Weil
2010-05-17ceph: clean up mds reply, error handlingSage Weil
2010-05-11ceph: preserve seq # on requeued messages after transient transport errorsSage Weil
2010-05-11ceph: fix cap removal racesSage Weil
2010-05-11ceph: zero unused message header, footer fieldsSage Weil
2010-05-11ceph: fix locking for waking session requests after reconnectSage Weil
2010-05-11ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil
2010-05-11ceph: unregister osd request on failureSage Weil
2010-05-05ceph: don't use writeback_control in writepages completionSage Weil
2010-05-04ceph: unregister bdi before kill_anon_super releases device nameSage Weil
2010-05-03ceph: remove bad auth_x kmem_cacheSage Weil
2010-05-03ceph: fix lockless caps checkSage Weil
2010-05-03ceph: clear dir complete, invalidate dentry on replayed renameSage Weil
2010-05-03ceph: fix direct io truncate offsetSage Weil
2010-05-03ceph: discard incoming messages with bad seq #Sage Weil
2010-05-03ceph: fix seq counting for skipped messagesSage Weil
2010-05-03ceph: add missing #includesSage Weil
2010-05-03ceph: fix leaked spinlock during mds reconnectSage Weil
2010-05-03ceph: print more useful version info on module loadSage Weil
2010-05-03ceph: fix snap realm splitsSage Weil
2010-05-03ceph: clear dir complete on d_moveSage Weil
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-13ceph: use separate class for ceph sockets' sk_lockSage Weil
2010-04-13ceph: reserve one more caps space when doing readdirYehuda Sadeh
2010-04-13ceph: queue_cap_snap should always queue dirty contextSage Weil
2010-04-12ceph: fix dentry reference leak in dcache readdirSage Weil
2010-04-09ceph: decode v5 of osdmap (pool names) [protocol change]Sage Weil