summaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2017-09-07ceph: fix readpage from fscacheYan, Zheng
2017-06-14fs: add i_blocksize()Fabian Frederick
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov
2015-09-09ceph: improve readahead for file holesYan, Zheng
2015-09-08ceph: invalidate dirty pages after forced umountYan, Zheng
2015-09-08ceph: EIO all operations after forced umountYan, Zheng
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng
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