aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-17ceph: fix race in concurrent readdirYan, Zheng1-0/+5
2017-07-07ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng1-2/+7
2017-07-07ceph: new mount option that specifies fscache uniquifierYan, Zheng3-21/+113
2017-07-07ceph: avoid accessing freeing inode in ceph_check_delayed_caps()Yan, Zheng1-2/+9
2017-07-07ceph: avoid invalid memory dereference in the middle of umountYan, Zheng2-4/+6
2017-07-07ceph: getattr before read on ceph.* xattrsYan, Zheng1-0/+3
2017-07-07ceph: don't re-send interrupted flock requestYan, Zheng1-1/+24
2017-07-07ceph: cleanup writepage_nounlock()Yan, Zheng1-6/+6
2017-07-07ceph: redirty page when writepage_nounlock() skips unwritable pageYan, Zheng1-1/+2
2017-07-07ceph: remove useless page->mapping check in writepage_nounlock()Yan, Zheng1-4/+0
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng5-11/+23
2017-07-07ceph: re-request max size after importing capsYan, Zheng1-3/+8
2017-06-14ceph: unify inode i_ctime updateYan, Zheng2-3/+3
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng1-3/+1
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques1-0/+4
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques1-1/+5
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-86/+255
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani1-1/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-05-04ceph: fix file open flags on ppc64Alexander Graf1-1/+33
2017-05-04ceph: choose readdir frag based on previous readdir replyYan, Zheng1-7/+12
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton3-14/+49
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton1-3/+0
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton3-7/+41
2017-05-04libceph: allow requests to return immediately on full conditions if caller wishesJeff Layton2-0/+2
2017-05-04ceph: make seeky readdir more efficientYan, Zheng4-6/+19
2017-05-04ceph: close stopped mds' sessionYan, Zheng1-0/+16
2017-05-04ceph: fix potential use-after-freeYan, Zheng1-2/+8
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng3-23/+52
2017-05-04ceph: fix wrong check in ceph_renew_caps()Yan, Zheng1-1/+1
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-1/+1
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova3-5/+6
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova2-11/+12
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov1-6/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds4-28/+17
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-04-20ceph: Convert to separately allocated bdiJan Kara4-28/+17
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-5/+5
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells2-5/+5
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependencyIngo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-306/+287
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 Dryomov2-20/+9
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov6-103/+3
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter1-2/+3
2017-02-20ceph: remove req from unsafe list when unregistering itJeff Layton1-2/+3
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton1-2/+3