aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/pagelist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov1-0/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2014-10-14libceph: reference counting pagelistYan, Zheng1-2/+5
2012-10-01ceph: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-3/+2
2012-07-10net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings1-10/+4
2010-10-20ceph: fix num_pages_free accounting in pagelistSage Weil1-0/+1
2010-10-20ceph: add pagelist_reserve, pagelist_truncate, pagelist_set_cursorGreg Farnum1-9/+97
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+65