aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara1-0/+3
2012-06-20ceph: check PG_Private flag before accessing page->privateYan, Zheng1-9/+12
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-4/+4
2011-10-25libceph: fix double-free of page vectorSage Weil1-1/+0
2011-10-25ceph: implement (optional) max read sizeSage Weil1-3/+12
2011-10-25ceph: make readpages fully asyncSage Weil1-70/+115
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-1/+1
2011-05-19ceph: check return value for start_request in writepagesSage Weil1-1/+2
2011-05-19ceph: remove useless checkSage Weil1-2/+0
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang1-0/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner1-1/+1
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+3
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil1-3/+3
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-9/+0
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-31/+34
2010-09-16ceph: fix cap_snap and realm splitSage Weil1-2/+2
2010-09-11ceph: fix file offset wrapping at 4GB on 32-bit archsSage Weil1-1/+2
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil1-2/+2
2010-08-22mm: exporting account_page_dirtyMichael Rubin1-7/+1
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