summaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: cleanup writepage_nounlock()Yan, Zheng2017-07-071-6/+6
* ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng2017-07-071-1/+2
* ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng2017-07-071-4/+0Star
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-1/+1
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-4/+6
|\
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-041-1/+5
| * Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton2017-05-041-3/+0Star
| * libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+1
* | ceph: Convert to separately allocated bdiJan Kara2017-04-201-3/+3
|/
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-03-011-11/+8Star
|\
| * libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-241-9/+5Star
| * ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-1/+1
| * ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-201-0/+1
| * ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-201-2/+2
* | fs: add i_blocksize()Fabian Frederick2017-02-281-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-3/+5
|/
* ceph: fix get_oldest_context()Geng, Jichao2017-01-121-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-181-6/+8
|\
| * fix ceph_write_end()Al Viro2016-12-101-6/+8
* | ceph: avoid creating orphan object when checking pool permissionYan, Zheng2016-12-141-0/+9
* | ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-121-13/+18
* | ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-121-10/+48
|/
* ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown2016-10-031-3/+2Star
* ceph: fix error handling of start_read()Yan, Zheng2016-10-031-10/+9Star
* ceph: rados pool namespace supportYan, Zheng2016-07-281-15/+52
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-9/+9
* ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-011-2/+0Star
* ceph: call __fscache_uncache_page() if readpages failsYan, Zheng2016-06-011-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-92/+122
|\
| * ceph: SetPageError() for writeback pages if writepages failsYan, Zheng2016-05-261-1/+3
| * ceph: handle interrupted ceph_writepage()Yan, Zheng2016-05-261-4/+18
| * ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng2016-05-261-1/+1
| * ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng2016-05-261-13/+15
| * ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng2016-05-261-20/+17Star
| * 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/+1Star
| * libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-261-5/+4Star
| * libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-261-12/+4Star
| * libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-261-1/+1
| * libceph: variable-sized ceph_object_idIlya Dryomov2016-05-261-4/+2Star
| * 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/+3Star
* | direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2016-05-021-2/+1Star
|/
* 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/+5Star
* ceph: fix a wrong comparisonAnton Protopopov2016-03-251-1/+1
* ceph: scattered page writebackYan, Zheng2016-03-251-109/+196