aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-13/+25
2015-04-22ceph: fix uninline data functionYan, Zheng1-13/+21
2015-04-20ceph: properly release page upon errorTaesoo Kim1-0/+4
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval1-2/+1
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-7/+12
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng1-7/+12
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2015-01-08ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov1-1/+1
2014-12-17ceph: do_sync is never initializedDan Carpenter1-1/+1
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng1-2/+146
2014-12-17ceph: sync read inline dataYan, Zheng1-5/+61
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng1-2/+7
2014-12-17ceph: add inline data to pagecacheYan, Zheng1-0/+43
2014-12-17libceph: specify position of extent operationYan, Zheng1-3/+6
2014-10-14ceph: remove redundant code for max file size verificationChao Yu1-9/+0
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