aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-2/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara1-2/+1
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara1-4/+2
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara1-16/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: wait on writeback after writing snapshot dataYan, Zheng1-0/+24
2017-09-06ceph: fix capsnap dirty pages accountingYan, Zheng1-2/+2
2017-09-06ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng1-34/+46
2017-09-06ceph: fix "range cyclic" mode writepagesYan, Zheng1-17/+24
2017-09-06ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng1-12/+9
2017-09-06ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng1-29/+25
2017-09-06ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng1-18/+32
2017-09-06ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng1-57/+80
2017-09-06ceph: remove stale check in ceph_invalidatepage()Yan, Zheng1-8/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-1/+1
2017-09-06ceph: include snapc in debug message of writeYan, Zheng1-2/+2
2017-09-06ceph: nuke startsync opYanhu Cao1-18/+3
2017-09-06ceph: limit osd write sizeYan, Zheng1-3/+1
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-7/+3
2017-09-01ceph: fix readpage from fscacheYan, Zheng1-9/+15
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng1-6/+6
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng1-1/+2
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng1-4/+0
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-1/+1
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-4/+6
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton1-1/+5
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton1-3/+0
2017-05-04libceph: allow requests to return immediately on full conditions if caller wishesJeff Layton1-0/+1
2017-04-20ceph: Convert to separately allocated bdiJan Kara1-3/+3
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-11/+8
2017-02-27fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+5
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov1-9/+5
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-1/+1
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng1-0/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-2/+2
2017-01-12ceph: fix get_oldest_context()Geng, Jichao1-2/+2
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+8
2016-12-14ceph: avoid creating orphan object when checking pool permissionYan, Zheng1-0/+9
2016-12-12ceph: record truncate size/seq for snap data writebackYan, Zheng1-13/+18
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng1-10/+48
2016-12-10fix ceph_write_end()Al Viro1-6/+8
2016-10-03ceph: remove warning when ceph_releasepage() is called on dirty pageNeilBrown1-3/+2
2016-10-03ceph: fix error handling of start_read()Yan, Zheng1-10/+9
2016-07-28ceph: rados pool namespace supportYan, Zheng1-15/+52
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-9/+9
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng1-2/+0
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng1-1/+3
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-92/+122