aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-1/+1
* ceph: check return value for start_request in writepagesSage Weil2011-05-191-1/+2
* ceph: remove useless checkSage Weil2011-05-191-2/+0
* ceph: handle ceph_osdc_new_request failure in ceph_writepages_startHenry C Chang2011-05-031-0/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fs: don't use igrab() while holding i_lockDave Chinner2011-03-291-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-191-3/+3
|\
| * ceph: make page alignment explicit in osd interfaceSage Weil2010-11-091-3/+3
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-9/+0
|/
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-31/+34
* ceph: fix cap_snap and realm splitSage Weil2010-09-161-2/+2
* ceph: fix file offset wrapping at 4GB on 32-bit archsSage Weil2010-09-111-1/+2
* ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-241-2/+2
* mm: exporting account_page_dirtyMichael Rubin2010-08-221-7/+1
* ceph: whitespace cleanupSage Weil2010-08-031-5/+9
* ceph: perform lazy reads when file mode and caps permitSage Weil2010-08-011-1/+1
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-171-1/+1
* ceph: use __page_cache_alloc and add_to_page_cache_lruYehuda Sadeh2010-05-171-7/+2
* ceph: don't use writeback_control in writepages completionSage Weil2010-05-051-6/+0
* ceph: fix lockless caps checkSage Weil2010-05-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-04-141-32/+30
|\
| * ceph: fix snap context reference leaksSage Weil2010-04-011-20/+17
| * ceph: allow writeback of snapped pages older than 'oldest' snapcSage Weil2010-04-011-13/+14
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ceph: make write_begin wait propagate ERESTARTSYSSage Weil2010-03-231-2/+8
* ceph: move dereference after NULL testAlexander Beregalov2010-02-231-1/+3
* ceph: remove page upon writeback completion if lost cache capYehuda Sadeh2010-02-191-0/+11
* ceph: cleanup async writeback, truncation, invalidate helpersSage Weil2010-02-111-2/+1
* ceph: refactor ceph_write_begin, fix ceph_page_mkwriteYehuda Sadeh2010-02-111-29/+51
* ceph: remove unused variableYehuda Sadeh2010-02-111-1/+0
* ceph: release all pages after successful osd write responseSage Weil2010-02-021-3/+7
* ceph: remove duplicate variable initializationJulia Lawall2010-01-251-1/+1
* ceph: writeback congestion controlYehuda Sadeh2009-12-211-2/+33
* ceph: writepage grabs and releases inodeYehuda Sadeh2009-12-211-1/+6
* ceph: allocate and parse mount args before client instanceSage Weil2009-10-271-2/+2
* ceph: address space operationsSage Weil2009-10-061-0/+1115