aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng1-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng1-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng1-1/+1
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng1-13/+15
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng1-20/+17
2016-05-26ceph: block non-fatal signals for fault/page_mkwriteYan, Zheng1-27/+39
2016-05-26ceph: don't call truncate_pagecache in ceph_writepages_startYan, Zheng1-2/+12
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-2/+1
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-5/+4
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov1-12/+4
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov1-1/+1
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov1-4/+2
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-0/+8
2016-05-26libceph: make ceph_osdc_put_request() accept NULLIlya Dryomov1-6/+3
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig1-2/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-57/+57
2016-03-25ceph: remove unnecessary NULL checkYan, Zheng1-2/+2
2016-03-25ceph: kill ceph_empty_snapcIlya Dryomov1-8/+5
2016-03-25ceph: fix a wrong comparisonAnton Protopopov1-1/+1
2016-03-25ceph: scattered page writebackYan, Zheng1-109/+196
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-0/+4
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng1-3/+2
2016-01-21ceph: Avoid to propagate the invalid page pointMinfei Huang1-1/+0
2016-01-21ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng1-4/+4