summaryrefslogtreecommitdiff
path: root/fs/ceph/addr.c
AgeCommit message (Expand)Author
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: include snapc in debug message of writeYan, Zheng
2017-09-06ceph: nuke startsync opYanhu Cao
2017-09-06ceph: limit osd write sizeYan, Zheng
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng
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