aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-03ceph: whitespace cleanupSage Weil1-5/+9
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil1-1/+1
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-1/+1
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh1-7/+2
2010-05-05ceph: don't use writeback_control in writepages completionSage Weil1-6/+0
2010-05-03ceph: fix lockless caps checkSage Weil1-1/+1
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-32/+30
2010-04-01ceph: fix snap context reference leaksSage Weil1-20/+17
2010-04-01ceph: allow writeback of snapped pages older than 'oldest' snapcSage Weil1-13/+14
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-23ceph: make write_begin wait propagate ERESTARTSYSSage Weil1-2/+8
2010-02-23ceph: move dereference after NULL testAlexander Beregalov1-1/+3
2010-02-19ceph: remove page upon writeback completion if lost cache capYehuda Sadeh1-0/+11
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil1-2/+1
2010-02-11ceph: refactor ceph_write_begin, fix ceph_page_mkwriteYehuda Sadeh1-29/+51
2010-02-11ceph: remove unused variableYehuda Sadeh1-1/+0
2010-02-02ceph: release all pages after successful osd write responseSage Weil1-3/+7
2010-01-25ceph: remove duplicate variable initializationJulia Lawall1-1/+1
2009-12-21ceph: writeback congestion controlYehuda Sadeh1-2/+33
2009-12-21ceph: writepage grabs and releases inodeYehuda Sadeh1-1/+6
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-2/+2
2009-10-06ceph: address space operationsSage Weil1-0/+1115