summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-2/+2
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-151-2/+1
* ceph: use pagevec_lookup_range_nr_tag()Jan Kara2017-11-151-4/+2
* ceph: use pagevec_lookup_range_tag()Jan Kara2017-11-151-16/+3
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0219-0/+19
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* | ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton2017-10-251-1/+4
|/
* ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-021-5/+6
* ceph: properly queue cap snap for newly created snap realmYan, Zheng2017-10-021-5/+3
* ceph: avoid panic in create_session_open_msg() if utsname() returns NULLYan, Zheng2017-09-192-3/+7
* Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-1213-330/+408
|\
| * ceph: stop on-going cached readdir if mds revokes FILE_SHARED capYan, Zheng2017-09-061-6/+7
| * ceph: wait on writeback after writing snapshot dataYan, Zheng2017-09-061-0/+24
| * ceph: fix capsnap dirty pages accountingYan, Zheng2017-09-061-2/+2
| * ceph: ignore wbc->range_{start,end} when write back snapshot dataYan, Zheng2017-09-061-34/+46
| * ceph: fix "range cyclic" mode writepagesYan, Zheng2017-09-061-17/+24
| * ceph: cleanup local variables in ceph_writepages_start()Yan, Zheng2017-09-061-12/+9
| * ceph: optimize pagevec iterating in ceph_writepages_start()Yan, Zheng2017-09-061-29/+25
| * ceph: make writepage_nounlock() invalidate page that beyonds EOFYan, Zheng2017-09-061-18/+32
| * ceph: properly get capsnap's size in get_oldest_context()Yan, Zheng2017-09-061-57/+80
| * ceph: remove stale check in ceph_invalidatepage()Yan, Zheng2017-09-061-8/+1
| * ceph: queue cap snap only when snap realm's context changesYan, Zheng2017-09-061-21/+16
| * ceph: handle race between vmtruncate and queuing cap snapYan, Zheng2017-09-061-1/+12
| * ceph: fix message order check in handle_cap_export()Yan, Zheng2017-09-061-1/+1
| * ceph: fix NULL pointer dereference in ceph_flush_snaps()Yan, Zheng2017-09-061-1/+1
| * ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-0610-36/+36
| * ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring2017-09-061-1/+0
| * ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring2017-09-061-5/+2
| * ceph: check negative offsets in ceph_llseek()Luis Henriques2017-09-061-2/+2
| * ceph: more accurate statfsDouglas Fuller2017-09-061-1/+8
| * ceph: properly set snap follows for cap reconnectYan, Zheng2017-09-061-1/+1
| * ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng2017-09-061-3/+3
| * ceph: include snapc in debug message of writeYan, Zheng2017-09-062-7/+8
| * ceph: make sure flushsnap messages are sent in proper orderYan, Zheng2017-09-061-5/+7
| * ceph: fix -EOLDSNAPC handlingYan, Zheng2017-09-061-10/+7
| * ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2017-09-062-5/+14
| * ceph: don't fill readdir cache for LSSNAP replyYan, Zheng2017-09-061-8/+11
| * ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng2017-09-061-7/+0
| * ceph: use errseq_t for writeback error reportingJeff Layton2017-09-061-1/+1
| * ceph: new cap message flags indicate if there is pending capsnapYan, Zheng2017-09-061-1/+4
| * ceph: nuke startsync opYanhu Cao2017-09-062-22/+4
| * ceph: validate correctness of some mount optionsYan, Zheng2017-09-062-7/+23
| * ceph: limit osd write sizeYan, Zheng2017-09-064-5/+11
| * ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-064-18/+15
| * ceph: remove unused cap_release_safety mount optionYan, Zheng2017-09-062-7/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-31/+0
|\ \
| * | fscache: remove unused ->now_uncached callbackJan Kara2017-09-061-31/+0
| |/
* | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-09-061-1/+1
|\ \ | |/ |/|
| * fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
* | ceph: fix readpage from fscacheYan, Zheng2017-09-012-18/+18
OpenPOWER on IntegriCloud