summaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2015-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-04-22ceph: fix uninline data functionYan, Zheng
2015-04-20ceph: properly release page upon errorTaesoo Kim
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-02-19ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2015-01-08ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov
2014-12-17ceph: do_sync is never initializedDan Carpenter
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng
2014-12-17ceph: sync read inline dataYan, Zheng
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng
2014-12-17ceph: add inline data to pagecacheYan, Zheng
2014-12-17libceph: specify position of extent operationYan, Zheng
2014-10-14ceph: remove redundant code for max file size verificationChao Yu
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2014-06-06ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-01-28ceph: fix dout() compile warnings in ceph_filemap_fault()Ilya Dryomov
2013-12-31ceph fscache: Uncaching no data page from fscache in readpage()Li Wang
2013-12-31ceph: check caps in filemap_fault and page_mkwriteYan, Zheng
2013-12-13ceph: Clean up if error occurred in finish_read()Li Wang
2013-12-13ceph: Avoid data inconsistency due to d-cache aliasing in readpage()Li Wang
2013-11-23ceph: allocate non-zero page to fscache in readpage()Li Wang
2013-09-06ceph: page still marked private_2Milosz Tanski
2013-09-06ceph: clean PgPrivate2 on returning from readpagesMilosz Tanski
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski
2013-08-27ceph: use vfs __set_page_dirty_nobuffers interface instead of doing it inside...Sha Zhengju
2013-08-15ceph: cleanup the logic in ceph_invalidatepageMilosz Tanski
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil
2013-08-09ceph: Remove bogus check in invalidatepageMilosz Tanski
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-07-03ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL.majianpeng
2013-07-03ceph: fix race between page writeback and truncateYan, Zheng
2013-05-21ceph: use ->invalidatepage() length argumentLukas Czerner
2013-05-21mm: change invalidatepage prototype to accept lengthLukas Czerner
2013-05-01libceph: kill off osd data write_request parametersAlex Elder
2013-05-01ceph: fix race between writepages and truncateYan, Zheng
2013-05-01libceph: combine initializing and setting osd dataAlex Elder
2013-05-01libceph: specify osd op by index in requestAlex Elder
2013-05-01libceph: add data pointers in osd op structuresAlex Elder
2013-05-01libceph: keep source rather than message osd op arrayAlex Elder
2013-05-01libceph: a few more osd data cleanupsAlex Elder
2013-05-01libceph: define osd data initialization helpersAlex Elder
2013-05-01ceph: build osd request message later for writepagesAlex Elder
2013-05-01libceph: hold off building osd requestAlex Elder
2013-05-01ceph: kill ceph alloc_page_vec()Alex Elder
2013-05-01ceph: define ceph_writepages_osd_request()Alex Elder