aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Gravatar Ilya Dryomov 1-0/+1
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Gravatar Yan, Zheng 1-1/+4
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 13-752/+999
2016-07-28Merge branch 'salted-string-hash'Gravatar Linus Torvalds 2-3/+3
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekGravatar Phil Turnbull 1-7/+5
2016-07-28ceph: Mark the file cache as unreclaimableGravatar Nikolay Borisov 1-2/+2
2016-07-28ceph: optimize cap flush waitingGravatar Yan, Zheng 3-27/+73
2016-07-28ceph: cleanup ceph_flush_snaps()Gravatar Yan, Zheng 3-88/+105
2016-07-28ceph: kick cap flushes before sending other cap messageGravatar Yan, Zheng 1-9/+34
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededGravatar Yan, Zheng 3-15/+36
2016-07-28ceph: avoid sending duplicated cap flush messageGravatar Yan, Zheng 2-1/+18
2016-07-28ceph: unify cap flush and snapcap flushGravatar Yan, Zheng 5-222/+175
2016-07-28ceph: use list instead of rbtree to track cap flushesGravatar Yan, Zheng 5-118/+56
2016-07-28ceph: update types of some local variblesGravatar Yan, Zheng 1-11/+12
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageGravatar Yan, Zheng 1-1/+16
2016-07-28ceph: update cap reconnect message to version 3Gravatar Yan, Zheng 1-21/+47
2016-07-28ceph: mount non-default filesystem by nameGravatar Yan, Zheng 4-17/+117
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateGravatar Jeff Layton 1-6/+14
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkGravatar Jeff Layton 1-15/+26
2016-07-28ceph: clear d_fsinfo pointer under d_lockGravatar Jeff Layton 1-1/+5
2016-07-28ceph: remove ceph_mdsc_lease_releaseGravatar Jeff Layton 2-45/+0
2016-07-28ceph: don't use ->d_timeGravatar Miklos Szeredi 4-8/+8
2016-07-28ceph: fix spelling mistake: "resgister" -> "register"Gravatar Colin Ian King 1-1/+1
2016-07-28ceph: fix NULL dereference in ceph_queue_cap_snap()Gravatar Yan, Zheng 1-1/+1
2016-07-28ceph: wait unsafe sync writes for evicting inodeGravatar Yan, Zheng 5-48/+61
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Gravatar Yan, Zheng 1-2/+5
2016-07-28ceph: reduce i_nr_by_mode array sizeGravatar Yan, Zheng 4-22/+35
2016-07-28ceph: set user pages dirty after direct IO readGravatar Yan, Zheng 1-2/+2
2016-07-28ceph: rados pool namespace supportGravatar Yan, Zheng 8-77/+159
2016-07-28libceph: rados pool namespace supportGravatar Yan, Zheng 1-0/+3
2016-07-28libceph: define new ceph_file_layout structureGravatar Yan, Zheng 7-45/+43
2016-07-28libceph: add an ONSTACK initializer for oidsGravatar Ilya Dryomov 1-1/+1
2016-07-05Use the right predicate in ->atomic_open() instancesGravatar Al Viro 1-1/+1
2016-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+3
2016-06-24ceph: fix d_obtain_alias() misusesGravatar Al Viro 1-7/+3
2016-06-10vfs: make the string hashes salt the hashGravatar Linus Torvalds 2-3/+3
2016-06-01ceph: use i_version to check validity of fscacheGravatar Yan, Zheng 1-0/+3
2016-06-01ceph: improve fscache revalidationGravatar Yan, Zheng 4-83/+41
2016-06-01ceph: disable fscache when inode is opened for writeGravatar Yan, Zheng 4-53/+52
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationGravatar Yan, Zheng 1-6/+3
2016-06-01ceph: call __fscache_uncache_page() if readpages failsGravatar Yan, Zheng 1-1/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcGravatar Ilya Dryomov 1-4/+4
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+4
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-3/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 14-418/+773
2016-05-26ceph: fix wake_up_session_cb()Gravatar Yan, Zheng 1-1/+1
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheGravatar Yan, Zheng 2-5/+7
2016-05-26ceph: SetPageError() for writeback pages if writepages failsGravatar Yan, Zheng 1-1/+3
2016-05-26ceph: handle interrupted ceph_writepage()Gravatar Yan, Zheng 1-4/+18
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleGravatar Yan, Zheng 1-1/+1