aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-16ceph: always update atime/mtime/ctime for new inodeYan, Zheng1-3/+7
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques1-2/+4
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques1-0/+3
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques1-0/+4
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques1-0/+6
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng1-11/+0
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng1-6/+34
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng1-2/+2
2018-01-29ceph: properly drop caps for setattr requestYan, Zheng1-6/+6
2017-11-13ceph: remove the bump of i_versionJeff Layton1-1/+0
2017-11-13ceph: disable cached readdir after dropping positive dentryYan, Zheng1-1/+6
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng1-1/+12
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-3/+3
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring1-1/+0
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring1-5/+2
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng1-8/+11
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng1-7/+0
2017-07-07ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng1-2/+7
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-6/+3
2017-06-14ceph: unify inode i_ctime updateYan, Zheng1-3/+2
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-5/+12
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-12/+10
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-9/+0
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton1-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton1-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton1-2/+2
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-6/+7
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-9/+9
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton1-2/+2
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton1-34/+0
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-1/+1
2017-01-18ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+0
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro1-16/+6
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-10-28ceph: switch to use of ->d_init()Al Viro1-12/+1
2016-10-28ceph: unify dentry_operations instancesAl Viro1-4/+5
2016-10-18ceph: fix readdir vs fragmentation raceYan, Zheng1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+0
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-6/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara1-8/+11
2016-08-02Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-8/+32
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-1/+1
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-2/+2