aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c
Commit message (Expand)AuthorAge
* ceph: wait on writeback after writing snapshot dataYan, Zheng2017-09-06
* ceph: fix capsnap dirty pages accountingYan, Zheng2017-09-06
* ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng2017-09-06
* ceph: fix "range cyclic" mode writepagesYan, Zheng2017-09-06
* ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng2017-09-06
* ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng2017-09-06
* ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng2017-09-06
* ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng2017-09-06
* ceph: remove stale check in ceph_invalidatepage()Yan, Zheng2017-09-06
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-06
* ceph: include snapc in debug message of writeYan, Zheng2017-09-06
* ceph: nuke startsync opYanhu Cao2017-09-06
* ceph: limit osd write sizeYan, Zheng2017-09-06
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-06
* ceph: fix readpage from fscacheYan, Zheng2017-08-31
* ceph: cleanup writepage_nounlock()Yan, Zheng2017-07-07
* ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng2017-07-07
* ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng2017-07-07
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-07
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-10
|\
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-04
| * Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton2017-05-04
| * libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-04
* | ceph: Convert to separately allocated bdiJan Kara2017-04-20
|/
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-02
* Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-02-28
|\
| * libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-24
| * ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-24
| * ceph: update readpages osd request according to size of pagesYan, Zheng2017-02-20
| * ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-20
* | fs: add i_blocksize()Fabian Frederick2017-02-27
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
|/
* ceph: fix get_oldest_context()Geng, Jichao2017-01-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-17
|\
| * fix ceph_write_end()Al Viro2016-12-10
* | ceph: avoid creating orphan object when checking pool permissionYan, Zheng2016-12-14
* | ceph: record truncate size/seq for snap data writebackYan, Zheng2016-12-12
* | ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-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