aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-07-28Merge branch 'salted-string-hash'Linus Torvalds
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull
2016-07-28ceph: Mark the file cache as unreclaimableNikolay Borisov
2016-07-28ceph: optimize cap flush waitingYan, Zheng
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: update types of some local variblesYan, Zheng
2016-07-28ceph: include 'follows' of pending snapflush in cap reconnect messageYan, Zheng
2016-07-28ceph: update cap reconnect message to version 3Yan, Zheng
2016-07-28ceph: mount non-default filesystem by nameYan, Zheng
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton
2016-07-28ceph: clear d_fsinfo pointer under d_lockJeff Layton
2016-07-28ceph: remove ceph_mdsc_lease_releaseJeff Layton
2016-07-28ceph: don't use ->d_timeMiklos Szeredi
2016-07-28ceph: fix spelling mistake: "resgister" -> "register"Colin Ian King
2016-07-28ceph: fix NULL dereference in ceph_queue_cap_snap()Yan, Zheng
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng
2016-07-28ceph: set user pages dirty after direct IO readYan, Zheng
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-07-28libceph: add an ONSTACK initializer for oidsIlya Dryomov
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-07-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-06-24ceph: fix d_obtain_alias() misusesAl Viro
2016-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-06-01ceph: use i_version to check validity of fscacheYan, Zheng
2016-06-01ceph: improve fscache revalidationYan, Zheng
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng
2016-06-01ceph: call __fscache_uncache_page() if readpages failsYan, Zheng
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: fix wake_up_session_cb()Yan, Zheng
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng
2016-05-26ceph: SetPageError() for writeback pages if writepages failsYan, Zheng
2016-05-26ceph: handle interrupted ceph_writepage()Yan, Zheng
2016-05-26ceph: make ceph_update_writeable_page() uninterruptibleYan, Zheng
2016-05-26ceph: handle -EAGAIN returned by ceph_update_writeable_page()Yan, Zheng
2016-05-26ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEMYan, Zheng