aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov
2016-03-25ceph: fix a wrong comparisonAnton Protopopov
2016-03-25ceph: scattered page writebackYan, Zheng
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng
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