| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: Avoid data inconsistency due to d-cache aliasing in readpage() | Li Wang | 2013-12-13 | 1 | -2/+6 |
* | ceph: allocate non-zero page to fscache in readpage() | Li Wang | 2013-11-23 | 1 | -1/+1 |
* | ceph: page still marked private_2 | Milosz Tanski | 2013-09-06 | 1 | -0/+1 |
* | ceph: clean PgPrivate2 on returning from readpages | Milosz Tanski | 2013-09-06 | 1 | -0/+2 |
* | ceph: use fscache as a local presisent cache | Milosz Tanski | 2013-09-06 | 1 | -6/+31 |
* | ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside... | Sha Zhengju | 2013-08-28 | 1 | -29/+14 |
* | ceph: cleanup the logic in ceph_invalidatepage | Milosz Tanski | 2013-08-15 | 1 | -14/+15 |
* | Merge remote-tracking branch 'linus/master' into testing | Sage Weil | 2013-08-15 | 1 | -7/+8 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-07-09 | 1 | -46/+42 |
| |\ |
|
| * | | ceph: use ->invalidatepage() length argument | Lukas Czerner | 2013-05-22 | 1 | -6/+6 |
| * | | mm: change invalidatepage prototype to accept length | Lukas Czerner | 2013-05-22 | 1 | -2/+3 |
* | | | ceph: Remove bogus check in invalidatepage | Milosz Tanski | 2013-08-10 | 1 | -4/+0 |
| |/
|/| |
|
* | | ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. | majianpeng | 2013-07-04 | 1 | -2/+2 |
* | | ceph: fix race between page writeback and truncate | Yan, Zheng | 2013-07-04 | 1 | -44/+40 |
|/ |
|
* | libceph: kill off osd data write_request parameters | Alex Elder | 2013-05-02 | 1 | -5/+4 |
* | ceph: fix race between writepages and truncate | Yan, Zheng | 2013-05-02 | 1 | -7/+7 |
* | libceph: combine initializing and setting osd data | Alex Elder | 2013-05-02 | 1 | -7/+5 |
* | libceph: specify osd op by index in request | Alex Elder | 2013-05-02 | 1 | -1/+1 |
* | libceph: add data pointers in osd op structures | Alex Elder | 2013-05-02 | 1 | -3/+5 |
* | libceph: keep source rather than message osd op array | Alex Elder | 2013-05-02 | 1 | -12/+9 |
* | libceph: a few more osd data cleanups | Alex Elder | 2013-05-02 | 1 | -13/+17 |
* | libceph: define osd data initialization helpers | Alex Elder | 2013-05-02 | 1 | -9/+4 |
* | ceph: build osd request message later for writepages | Alex Elder | 2013-05-02 | 1 | -26/+33 |
* | libceph: hold off building osd request | Alex Elder | 2013-05-02 | 1 | -2/+2 |
* | ceph: kill ceph alloc_page_vec() | Alex Elder | 2013-05-02 | 1 | -27/+18 |
* | ceph: define ceph_writepages_osd_request() | Alex Elder | 2013-05-02 | 1 | -10/+24 |
* | libceph: don't build request in ceph_osdc_new_request() | Alex Elder | 2013-05-02 | 1 | -13/+23 |
* | ceph: use page_offset() in ceph_writepages_start() | Alex Elder | 2013-05-02 | 1 | -1/+1 |
* | libceph: record byte count not page count | Alex Elder | 2013-05-02 | 1 | -13/+20 |
* | libceph: separate read and write data | Alex Elder | 2013-05-02 | 1 | -31/+36 |
* | libceph: distinguish page and bio requests | Alex Elder | 2013-05-02 | 1 | -0/+4 |
* | libceph: separate osd request data info | Alex Elder | 2013-05-02 | 1 | -27/+28 |
* | libceph: don't assign page info in ceph_osdc_new_request() | Alex Elder | 2013-05-02 | 1 | -2/+5 |
* | ceph: use calc_pages_for() in start_read() | Alex Elder | 2013-05-02 | 1 | -1/+1 |
* | ceph: revert commit 22cddde104 | Sage Weil | 2013-05-02 | 1 | -47/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-03-01 | 1 | -29/+9 |
|\ |
|
| * | libceph: update osd request/reply encoding | Sage Weil | 2013-02-27 | 1 | -25/+6 |
| * | ceph: kill ceph_osdc_new_request() "num_reply" parameter | Alex Elder | 2013-02-18 | 1 | -2/+2 |
| * | ceph: kill ceph_osdc_writepages() "flags" parameter | Alex Elder | 2013-02-18 | 1 | -2/+1 |
| * | ceph: kill ceph_osdc_writepages() "dosync" parameter | Alex Elder | 2013-02-18 | 1 | -1/+1 |
| * | ceph: kill ceph_osdc_writepages() "nofail" parameter | Alex Elder | 2013-02-18 | 1 | -1/+1 |
* | | new helper: file_inode(file) | Al Viro | 2013-02-23 | 1 | -6/+6 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-12-20 | 1 | -4/+56 |
|\ |
|
| * | libceph: Unlock unprocessed pages in start_read() error path | David Zafman | 2012-12-13 | 1 | -0/+9 |
| * | ceph: Fix i_size update race | Sage Weil | 2012-11-05 | 1 | -4/+47 |
* | | mm: kill vma flag VM_CAN_NONLINEAR | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
|/ |
|
* | ceph: avoid 32-bit page index overflow | Alex Elder | 2012-10-03 | 1 | -6/+5 |
* | ceph: propagate layout error on osd request creation | Sage Weil | 2012-10-02 | 1 | -4/+4 |
* | ceph: Push file_update_time() into ceph_page_mkwrite() | Jan Kara | 2012-07-30 | 1 | -0/+3 |
* | ceph: check PG_Private flag before accessing page->private | Yan, Zheng | 2012-06-20 | 1 | -9/+12 |