aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-05ceph: don't use writeback_control in writepages completionGravatar Sage Weil 1-6/+0
2010-05-03ceph: fix lockless caps checkGravatar Sage Weil 1-1/+1
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-32/+30
2010-04-01ceph: fix snap context reference leaksGravatar Sage Weil 1-20/+17
2010-04-01ceph: allow writeback of snapped pages older than 'oldest' snapcGravatar Sage Weil 1-13/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-23ceph: make write_begin wait propagate ERESTARTSYSGravatar Sage Weil 1-2/+8
2010-02-23ceph: move dereference after NULL testGravatar Alexander Beregalov 1-1/+3
2010-02-19ceph: remove page upon writeback completion if lost cache capGravatar Yehuda Sadeh 1-0/+11
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersGravatar Sage Weil 1-2/+1
2010-02-11ceph: refactor ceph_write_begin, fix ceph_page_mkwriteGravatar Yehuda Sadeh 1-29/+51
2010-02-11ceph: remove unused variableGravatar Yehuda Sadeh 1-1/+0
2010-02-02ceph: release all pages after successful osd write responseGravatar Sage Weil 1-3/+7
2010-01-25ceph: remove duplicate variable initializationGravatar Julia Lawall 1-1/+1
2009-12-21ceph: writeback congestion controlGravatar Yehuda Sadeh 1-2/+33
2009-12-21ceph: writepage grabs and releases inodeGravatar Yehuda Sadeh 1-1/+6
2009-10-27ceph: allocate and parse mount args before client instanceGravatar Sage Weil 1-2/+2
2009-10-06ceph: address space operationsGravatar Sage Weil 1-0/+1115