aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-10-25libceph: fix double-free of page vectorSage Weil
2011-10-25ceph: implement (optional) max read sizeSage Weil
2011-10-25ceph: make readpages fully asyncSage Weil
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-19ceph: check return value for start_request in writepagesSage Weil
2011-05-19ceph: remove useless checkSage Weil
2011-05-03ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-09-16ceph: fix cap_snap and realm splitSage Weil
2010-09-11ceph: fix file offset wrapping at 4GB on 32-bit archsSage Weil
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil
2010-08-22mm: exporting account_page_dirtyMichael Rubin
2010-08-03ceph: whitespace cleanupSage Weil
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-17ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh
2010-05-05ceph: don't use writeback_control in writepages completionSage Weil
2010-05-03ceph: fix lockless caps checkSage Weil
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-01ceph: fix snap context reference leaksSage Weil
2010-04-01ceph: allow writeback of snapped pages older than 'oldest' snapcSage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23ceph: make write_begin wait propagate ERESTARTSYSSage Weil
2010-02-23ceph: move dereference after NULL testAlexander Beregalov
2010-02-19ceph: remove page upon writeback completion if lost cache capYehuda Sadeh
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil
2010-02-11ceph: refactor ceph_write_begin, fix ceph_page_mkwriteYehuda Sadeh
2010-02-11ceph: remove unused variableYehuda Sadeh
2010-02-02ceph: release all pages after successful osd write responseSage Weil
2010-01-25ceph: remove duplicate variable initializationJulia Lawall
2009-12-21ceph: writeback congestion controlYehuda Sadeh
2009-12-21ceph: writepage grabs and releases inodeYehuda Sadeh
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil
2009-10-06ceph: address space operationsSage Weil