summaryrefslogtreecommitdiffstats
path: root/fs/ceph/mds_client.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-061-1/+1
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-151-5/+5
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-091-1/+5
| |\
| * | helper for reading ->d_countAl Viro2013-07-051-1/+1
| * | locks: protect most of the file_lock handling with i_lockJeff Layton2013-06-291-4/+4
* | | ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-101-0/+31
* | | ceph: fix null pointer dereferenceNathaniel Yazdani2013-08-101-0/+3
| |/ |/|
* | ceph: Free mdsc if alloc mdsc->mdsmap failed.majianpeng2013-07-041-1/+3
* | ceph: clear migrate seq when MDS restartsYan, Zheng2013-07-041-0/+1
* | ceph: reset iov_len when discarding cap release messagesYan, Zheng2013-07-041-0/+1
|/
* ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-171-30/+35
* ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt2013-05-171-1/+1
* libceph: add, don't set data for a messageAlex Elder2013-05-021-2/+2
* libceph: wrap auth ops in wrapper functionsSage Weil2013-05-021-14/+12Star
* libceph: add update_authorizer auth methodSage Weil2013-05-021-1/+6
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-021-7/+3Star
* ceph: only set message data pointers if non-emptyAlex Elder2013-05-021-3/+10
* libceph: isolate other message data fieldsAlex Elder2013-05-021-1/+1
* libceph: set page info with byte lengthAlex Elder2013-05-021-1/+1
* libceph: isolate message page field manipulationAlex Elder2013-05-021-2/+2
* libceph: no need for alignment for mds messageAlex Elder2013-05-021-1/+0Star
* libceph: define mds_alloc_msg() methodAlex Elder2013-05-021-0/+23
* libceph: kill ceph_msg->pagelist_countAlex Elder2013-05-021-1/+0Star
* ceph: revert commit 22cddde104Sage Weil2013-05-021-0/+1
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-021-3/+3
* ceph: queue cap release when trimming capYan, Zheng2013-05-021-0/+2
* ceph: fix LSSNAP regressionYan, Zheng2013-05-021-1/+2
* libceph: distinguish page array and pagelist countAlex Elder2013-05-021-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-011-2/+31
|\
| * ceph: Check for created flag in response from mdsSam Lang2013-01-171-2/+31
* | ceph: Convert struct ceph_mds_request to use kuid_t and kgid_tEric W. Biederman2013-02-121-2/+2
|/
* ceph: Fix infinite loop in __wake_requestsYan, Zheng2012-12-131-2/+7
* ceph: Fix NULL ptr crash in strlen()David Zafman2012-10-261-1/+1
* ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng2012-10-011-1/+2
* ceph: close old con before reopening on mds reconnectSage Weil2012-07-311-0/+1
* libceph: move feature bits to separate headerSage Weil2012-07-311-0/+1
* ceph: clean up useless d_parent checksSage Weil2012-07-301-11/+0Star
* libceph: set peer name on con_open, not initSage Weil2012-07-061-3/+4
* libceph: fully initialize connection in con_init()Alex Elder2012-06-061-5/+2Star
* libceph: embed ceph messenger structure in ceph_clientAlex Elder2012-06-011-1/+1
* ceph: use info returned by get_authorizerAlex Elder2012-05-171-8/+1Star
* ceph: have get_authorizer methods return pointersAlex Elder2012-05-171-7/+13
* ceph: ensure auth ops are defined before useAlex Elder2012-05-171-8/+6Star
* ceph: messenger: reduce args to create_authorizerAlex Elder2012-05-171-15/+12Star
* ceph: define ceph_auth_handshake typeAlex Elder2012-05-171-16/+16
* ceph: don't reset s_cap_ttl to zeroAlex Elder2012-03-221-4/+3Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-031-3/+7
|\
| * ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-021-3/+5
| * ceph: fix length validation in parse_reply_info()Xi Wang2012-02-021-0/+2
* | ceph: remove unnecessary d_fsdata conditional checksSage Weil2012-01-101-2/+2
|/