aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 13-86/+255
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Gravatar Deepa Dinamani 1-1/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 1-6/+3
2017-05-04ceph: fix memory leak in __ceph_setxattr()Gravatar Luis Henriques 1-0/+3
2017-05-04ceph: fix file open flags on ppc64Gravatar Alexander Graf 1-1/+33
2017-05-04ceph: choose readdir frag based on previous readdir replyGravatar Yan, Zheng 1-7/+12
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesGravatar Jeff Layton 3-14/+49
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Gravatar Jeff Layton 1-3/+0
2017-05-04ceph: handle epoch barriers in cap messagesGravatar Jeff Layton 3-7/+41
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Gravatar Jeff Layton 2-0/+2
2017-05-04ceph: make seeky readdir more efficientGravatar Yan, Zheng 4-6/+19
2017-05-04ceph: close stopped mds' sessionGravatar Yan, Zheng 1-0/+16
2017-05-04ceph: fix potential use-after-freeGravatar Yan, Zheng 1-2/+8
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsGravatar Yan, Zheng 3-23/+52
2017-05-04ceph: fix wrong check in ceph_renew_caps()Gravatar Yan, Zheng 1-1/+1
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-1/+1
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tGravatar Elena Reshetova 3-5/+6
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tGravatar Elena Reshetova 2-11/+12
2017-05-04libceph, ceph: always advertise all supported featuresGravatar Ilya Dryomov 1-6/+1
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-28/+17
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Gravatar Yan, Zheng 1-12/+10
2017-04-20ceph: Convert to separately allocated bdiGravatar Jan Kara 4-28/+17
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-5/+5
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 2-5/+5
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 13-306/+287
2017-02-27fs: add i_blocksize()Gravatar Fabian Frederick 1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+5
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEGravatar Ilya Dryomov 2-20/+9
2017-02-24ceph: remove special ack vs commit behaviorGravatar Ilya Dryomov 6-103/+3
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Gravatar Dan Carpenter 1-2/+3
2017-02-20ceph: remove req from unsafe list when unregistering itGravatar Jeff Layton 1-2/+3
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRGravatar Jeff Layton 1-2/+3
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setGravatar Jeff Layton 1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseGravatar Jeff Layton 1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneGravatar Jeff Layton 1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedGravatar Jeff Layton 6-28/+39
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldGravatar Jeff Layton 5-38/+45
2017-02-20ceph: drop session argument to ceph_fill_traceGravatar Jeff Layton 3-5/+4
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceGravatar Jeff Layton 1-34/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyGravatar Yan, Zheng 3-5/+5
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listGravatar Yan, Zheng 1-0/+10
2017-02-20ceph: update readpages osd request according to size of pagesGravatar Yan, Zheng 1-0/+1
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutGravatar Jeff Layton 1-2/+2
2017-02-20ceph: avoid updating mds_wanted too frequentlyGravatar Yan, Zheng 1-3/+9
2017-02-20ceph: set io_pages bdi hintGravatar Andreas Gerstmayr 2-2/+10
2017-02-20ceph: fix spelling mistake: "enabing" -> "enabling"Gravatar Colin Ian King 1-1/+1
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCEGravatar Seraphime Kirkovski 5-10/+10
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itGravatar Jeff Layton 3-6/+13