summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAgeFilesLines
...
| * ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng2016-05-261-20/+17
| * ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng2016-05-261-27/+39
| * ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng2016-05-261-2/+12
| * libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-261-2/+1
| * libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-261-5/+4
| * libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-261-12/+4
| * libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-261-1/+1
| * libceph: variable-sized ceph_object_idIlya Dryomov2016-05-261-4/+2
| * libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-261-0/+8
| * libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov2016-05-261-6/+3
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-011-2/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-57/+57
* ceph: remove unnecessary NULL checkYan, Zheng2016-03-251-2/+2
* ceph: kill ceph_empty_snapcIlya Dryomov2016-03-251-8/+5
* ceph: fix a wrong comparisonAnton Protopopov2016-03-251-1/+1
* ceph: scattered page writebackYan, Zheng2016-03-251-109/+196
* ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng2016-03-041-0/+4
* ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-211-3/+2
* ceph: Avoid to propagate the invalid page pointMinfei Huang2016-01-211-1/+0
* ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng2016-01-211-4/+4
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-3/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-111-2/+4
|\
| * ceph: improve readahead for file holesYan, Zheng2015-09-091-1/+1
| * ceph: invalidate dirty pages after forced umountYan, Zheng2015-09-081-0/+2
| * ceph: EIO all operations after forced umountYan, Zheng2015-09-081-1/+1
* | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
|/
* ceph: fix ceph_writepages_start()Yan, Zheng2015-06-251-14/+23
* ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-251-2/+2
* ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-4/+15
* ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-251-23/+14
* ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng2015-06-251-5/+4
* ceph: check OSD caps before read/writeYan, Zheng2015-06-251-0/+203
* libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-04-221-13/+25
|\
| * ceph: fix uninline data functionYan, Zheng2015-04-221-13/+21
| * ceph: properly release page upon errorTaesoo Kim2015-04-201-0/+4
* | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-111-2/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-191-7/+12
|\
| * ceph: fix reading inline data when i_size > PAGE_SIZEYan, Zheng2015-02-191-7/+12
* | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2015-02-101-1/+0
|/
* ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov2015-01-081-1/+1
* ceph: do_sync is never initializedDan Carpenter2014-12-171-1/+1
* ceph: convert inline data to normal data before data writeYan, Zheng2014-12-171-2/+146
* ceph: sync read inline dataYan, Zheng2014-12-171-5/+61
* ceph: fetch inline data when getting Fcr cap refsYan, Zheng2014-12-171-2/+7
* ceph: add inline data to pagecacheYan, Zheng2014-12-171-0/+43
* libceph: specify position of extent operationYan, Zheng2014-12-171-3/+6
* ceph: remove redundant code for max file size verificationChao Yu2014-10-141-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-06-121-10/+7
|\
| * ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen2014-06-061-10/+7