aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+4
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng1-3/+2
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang1-1/+0
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng1-4/+4
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko1-3/+4
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+4
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-09ceph: improve readahead for file holesYan, Zheng1-1/+1
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng1-0/+2
2015-09-08ceph: EIO all operations after forced umountYan, Zheng1-1/+1
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng1-14/+23
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng1-2/+2
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-4/+15
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng1-23/+14
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng1-5/+4
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-0/+203
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng1-1/+2
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