aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-08ceph: use %zu for len in ceph_fill_inline_data()Ilya Dryomov1-1/+1
2014-12-17Ceph: remove left-over reject fileLinus Torvalds1-10/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds13-116/+712
2014-12-17ceph: fix setting empty extended attributeYan, Zheng1-2/+5
2014-12-17ceph: fix mksnap crashYan, Zheng1-1/+3
2014-12-17ceph: do_sync is never initializedDan Carpenter1-1/+1
2014-12-17ceph: support inline data featureYan, Zheng1-1/+2
2014-12-17ceph: flush inline versionYan, Zheng3-4/+23
2014-12-17ceph: convert inline data to normal data before data writeYan, Zheng3-3/+161
2014-12-17ceph: sync read inline dataYan, Zheng2-13/+116
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng3-18/+63
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng3-10/+32
2014-12-17ceph: add inline data to pagecacheYan, Zheng5-1/+84
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng3-11/+36
2014-12-17libceph: specify position of extent operationYan, Zheng2-6/+11
2014-12-17ceph: remove unused stringification macrosIlya Dryomov1-3/+0
2014-12-17ceph: introduce global empty snap contextYan, Zheng3-3/+35
2014-12-17ceph: message versioning fixesJohn Spray1-2/+5
2014-12-17libceph: message signature supportYan, Zheng1-0/+16
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring3-12/+6
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng3-19/+55
2014-12-17ceph: fix file lock interruptionYan, Zheng3-10/+62
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-1/+1
2014-11-19kill f_dentry usesAl Viro2-4/+4
2014-11-19assorted conversions to %p[dD]Al Viro4-41/+33
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-13ceph: fix flush tid comparisionYan, Zheng1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-5/+5
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds12-177/+386
2014-10-14ceph: fix divide-by-zero in __validate_layout()Yan, Zheng1-1/+1
2014-10-14ceph: fix bool assignmentsFabian Frederick1-13/+13
2014-10-14ceph: additional debugfs outputJohn Spray2-0/+47
2014-10-14ceph: export ceph_session_state_name functionJohn Spray2-7/+9
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng4-47/+170
2014-10-14ceph: use pagelist to present MDS request dataYan, Zheng3-39/+28
2014-10-14libceph: reference counting pagelistYan, Zheng1-1/+0
2014-10-14ceph: fix llistxattr on symlinkYan, Zheng1-2/+1
2014-10-14ceph: send client metadata to MDSJohn Spray1-1/+70
2014-10-14ceph: remove redundant code for max file size verificationChao Yu2-15/+0
2014-10-14ceph: remove redundant io_iter_advance()Yan, Zheng1-1/+0
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2-8/+10
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng5-30/+20
2014-10-14ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng1-0/+1
2014-10-14ceph: protect kick_requests() with mdsc->mutexYan, Zheng1-2/+3
2014-10-14ceph: trim unused inodes before reconnecting to recovering MDSYan, Zheng1-10/+13
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman1-1/+0
2014-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-17/+43
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-1/+1
2014-08-07ceph: fix kick_requests()Yan, Zheng1-2/+3
2014-07-28ceph: fix append mode writeYan, Zheng1-6/+5