summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2017-11-13ceph: remove the bump of i_versionJeff Layton
2017-11-13ceph: disable cached readdir after dropping positive dentryYan, Zheng
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng
2017-07-07ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-06-14ceph: unify inode i_ctime updateYan, Zheng
2017-05-04ceph: make seeky readdir more efficientYan, Zheng
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-28ceph: switch to use of ->d_init()Al Viro
2016-10-28ceph: unify dentry_operations instancesAl Viro
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: don't use ->d_timeMiklos Szeredi
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, 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-06-10vfs: make the string hashes salt the hashLinus Torvalds
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng
2016-05-26ceph: tolerate bad i_size for symlink inodeYan, Zheng