aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/pagevec.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-08libceph: remove ceph_get_direct_page_vector()Gravatar Christoph Hellwig 1-33/+0
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+1
2018-08-02ceph: fix whitespaceGravatar Stephen Hemminger 1-1/+0
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-22ceph: use get_user_pages_fast()Gravatar Al Viro 1-2/+2
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-15/+15
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmGravatar Dave Hansen 1-1/+1
2015-06-25libceph: use kvfree() instead of open-coding itGravatar Ilya Dryomov 1-4/+1
2015-02-11mm: gup: use get_user_pages_unlockedGravatar Andrea Arcangeli 1-4/+2
2014-05-06ceph_sync_read: stop poking into iov_iter gutsGravatar Al Viro 1-31/+4
2013-02-19libceph: drop return value from page vector copy routinesGravatar Alex Elder 1-8/+6
2013-02-19libceph: use void pointers in page vector functionsGravatar Alex Elder 1-5/+5
2011-03-03libceph: fix handling of short returns from get_user_pagesGravatar Sage Weil 1-5/+13
2010-12-17ceph: handle partial result from get_user_pagesGravatar Henry C Chang 1-2/+2
2010-12-17ceph: mark user pages dirty on direct-io readsGravatar Henry C Chang 1-4/+7
2010-11-09ceph: fix comment, remove extraneous argsGravatar Sage Weil 1-2/+1
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-0/+223