aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAge
* ceph: try getting buffer capability for readahead/fadviseYan, Zheng2017-05-08
* ceph: update readpages osd request according to size of pagesYan, Zheng2017-03-12
* ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-03
* ceph: fix error handling of start_read()Yan, Zheng2016-10-03
* ceph: rados pool namespace supportYan, Zheng2016-07-27
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-27
* ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-01
* ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-26
|\
| * ceph: SetPageError() for writeback pages if writepages failsYan, Zheng2016-05-25
| * ceph: handle interrupted ceph_writepage()Yan, Zheng2016-05-25
| * ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng2016-05-25
| * ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng2016-05-25
| * ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng2016-05-25
| * ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng2016-05-25
| * ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng2016-05-25
| * libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-25
| * libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-25
| * libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-25
| * libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-25
| * libceph: variable-sized ceph_object_idIlya Dryomov2016-05-25
| * libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-25
| * libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov2016-05-25
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-01
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* ceph: remove unnecessary NULL checkYan, Zheng2016-03-25
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-25
* ceph: fix a wrong comparisonAnton Protopopov2016-03-25
* ceph: scattered page writebackYan, Zheng2016-03-25
* ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-04
* ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-21
* ceph: Avoid to propagate the invalid page pointMinfei Huang2016-01-21
* ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng2016-01-21
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-06
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-11
|\
| * ceph: improve readahead for file holesYan, Zheng2015-09-09
| * ceph: invalidate dirty pages after forced umountYan, Zheng2015-09-08
| * ceph: EIO all operations after forced umountYan, Zheng2015-09-08
* | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-10
|/
* ceph: fix ceph_writepages_start()Yan, Zheng2015-06-25
* ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-25
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-25
* ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-25
* ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-25
* ceph: check OSD caps before read/writeYan, Zheng2015-06-25
* libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-04-22
|\
| * ceph: fix uninline data functionYan, Zheng2015-04-22
| * ceph: properly release page upon errorTaesoo Kim2015-04-20
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-11
|/