summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2017-11-10ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-11-10ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2017-05-21ceph: remove req from unsafe list when unregistering itJeff Layton
2017-02-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2017-02-26ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton
2017-02-26ceph: fix ceph_get_caps() interruptionYan, Zheng
2017-02-26ceph: fix scheduler warning due to nested blockingNikolay Borisov
2017-02-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2016-12-15ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton
2016-10-31posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-10-28ceph: fix error handling in ceph_read_iterNikolay Borisov
2016-09-05ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss
2016-08-09ceph: initialize pathbase in the !dentry case in encode_caps_cb()Ilya Dryomov
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng
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