summaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2017-09-01ceph: fix readpage from fscacheYan, Zheng
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-04-20ceph: Convert to separately allocated bdiJan Kara
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski
2017-01-12ceph: fix get_oldest_context()Geng, Jichao
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2016-12-10fix ceph_write_end()Al Viro
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown
2016-10-03ceph: fix error handling of start_read()Yan, Zheng
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