summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
AgeCommit message (Expand)AuthorLines
2019-03-05ceph: periodically trim stale dentriesYan, Zheng-4/+5
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng-1/+1
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng-0/+1
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng-14/+23
2019-03-05ceph: set special inode's blocksize to page sizeYan, Zheng-0/+1
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng-36/+24
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng-1/+3
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng-1/+0
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng-2/+6
2018-08-13ceph: add additional size check in ceph_setattr()Chengguang Xu-0/+5
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann-1/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann-40/+36
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng-0/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-41/+45
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani-20/+24
2018-06-04ceph: prevent i_version from going backYan, Zheng-1/+2
2018-06-04ceph: fix st_nlink stat for directoriesLuis Henriques-0/+8
2018-06-04ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng-17/+18
2018-06-04ceph: always get rstat from auth mdsYan, Zheng-6/+15
2018-05-25ceph: make inode time prints to be long longDeepa Dinamani-21/+21
2018-04-16ceph: always update atime/mtime/ctime for new inodeYan, Zheng-3/+7
2018-04-02ceph: quota: add counter for snaprealms with quotaLuis Henriques-2/+4
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques-0/+3
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques-0/+4
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques-0/+6
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng-11/+0
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng-6/+34
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng-2/+2
2018-01-29ceph: properly drop caps for setattr requestYan, Zheng-6/+6
2017-11-13ceph: remove the bump of i_versionJeff Layton-1/+0
2017-11-13ceph: disable cached readdir after dropping positive dentryYan, Zheng-1/+6
2017-11-13ceph: keep auth cap when inode has flocks or posix locksYan, Zheng-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-06ceph: handle race between vmtruncate and queuing cap snapYan, Zheng-1/+12
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring-3/+3
2017-09-06ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring-1/+0
2017-09-06ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring-5/+2
2017-09-06ceph: don't fill readdir cache for LSSNAP replyYan, Zheng-8/+11
2017-09-06ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng-7/+0
2017-07-07ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng-2/+7
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng-6/+3
2017-06-14ceph: unify inode i_ctime updateYan, Zheng-3/+2
2017-05-04ceph: make seeky readdir more efficientYan, Zheng-5/+12
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng-12/+10
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells-3/+3
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov-9/+0
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton-0/+20
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton-24/+48
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton-2/+2