aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/pagelist.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-22libceph: introduce ceph_pagelist_alloc()Gravatar Ilya Dryomov 1-0/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2014-10-14libceph: reference counting pagelistGravatar Yan, Zheng 1-2/+5
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailGravatar Wei Yongjun 1-3/+2
2012-07-10net: Fix non-kernel-doc comments with kernel-doc start markerGravatar Ben Hutchings 1-10/+4
2010-10-20ceph: fix num_pages_free accounting in pagelistGravatar Sage Weil 1-0/+1
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGravatar Greg Farnum 1-9/+97
2010-10-20ceph: factor out libceph from Ceph file systemGravatar Yehuda Sadeh 1-0/+65