aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-10/+7
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick1-1/+1
2014-06-06ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen1-10/+7
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-2/+2
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov1-3/+3
2013-12-31ceph fscache: Uncaching no data page from fscache in readpage()Li Wang1-0/+1
2013-12-31ceph: check caps in filemap_fault and page_mkwriteYan, Zheng1-12/+77
2013-12-13ceph: Clean up if error occurred in finish_read()Li Wang1-0/+3
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang1-2/+6
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang1-1/+1
2013-09-06ceph: page still marked private_2Milosz Tanski1-0/+1
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski1-0/+2
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski1-6/+31
2013-08-27ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystemSha Zhengju1-29/+14
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski1-14/+15
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil1-7/+8
2013-08-09ceph: Remove bogus check in invalidatepageMilosz Tanski1-4/+0
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-46/+42
2013-07-03ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng1-2/+2
2013-07-03ceph: fix race between page writeback and truncateYan, Zheng1-44/+40
2013-05-21ceph: use ->invalidatepage() length argumentLukas Czerner1-6/+6
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner1-2/+3
2013-05-01libceph: kill off osd data write_request parametersAlex Elder1-5/+4
2013-05-01ceph: fix race between writepages and truncateYan, Zheng1-7/+7
2013-05-01libceph: combine initializing and setting osd dataAlex Elder1-7/+5
2013-05-01libceph: specify osd op by index in requestAlex Elder1-1/+1
2013-05-01libceph: add data pointers in osd op structuresAlex Elder1-3/+5
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder1-12/+9
2013-05-01libceph: a few more osd data cleanupsAlex Elder1-13/+17
2013-05-01libceph: define osd data initialization helpersAlex Elder1-9/+4
2013-05-01ceph: build osd request message later for writepagesAlex Elder1-26/+33
2013-05-01libceph: hold off building osd requestAlex Elder1-2/+2
2013-05-01ceph: kill ceph alloc_page_vec()Alex Elder1-27/+18
2013-05-01ceph: define ceph_writepages_osd_request()Alex Elder1-10/+24
2013-05-01libceph: don't build request in ceph_osdc_new_request()Alex Elder1-13/+23
2013-05-01ceph: use page_offset() in ceph_writepages_start()Alex Elder1-1/+1
2013-05-01libceph: record byte count not page countAlex Elder1-13/+20
2013-05-01libceph: separate read and write dataAlex Elder1-31/+36
2013-05-01libceph: distinguish page and bio requestsAlex Elder1-0/+4
2013-05-01libceph: separate osd request data infoAlex Elder1-27/+28
2013-05-01libceph: don't assign page info in ceph_osdc_new_request()Alex Elder1-2/+5
2013-05-01ceph: use calc_pages_for() in start_read()Alex Elder1-1/+1
2013-05-01ceph: revert commit 22cddde104Sage Weil1-47/+4
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-29/+9
2013-02-26libceph: update osd request/reply encodingSage Weil1-25/+6
2013-02-22new helper: file_inode(file)Al Viro1-6/+6
2013-02-18ceph: kill ceph_osdc_new_request() "num_reply" parameterAlex Elder1-2/+2
2013-02-18ceph: kill ceph_osdc_writepages() "flags" parameterAlex Elder1-2/+1
2013-02-18ceph: kill ceph_osdc_writepages() "dosync" parameterAlex Elder1-1/+1