summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton2019-04-231-1/+15
* ceph: fix use-after-free on symlink traversalAl Viro2019-03-271-1/+1
* ceph: periodically trim stale dentriesYan, Zheng2019-03-051-4/+5
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-051-1/+1
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-051-1/+1
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-051-0/+1
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-051-14/+23
* ceph: set special inode's blocksize to page sizeYan, Zheng2019-03-051-0/+1
* ceph: cleanup splice_dentry()Yan, Zheng2018-12-261-36/+24
* ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng2018-10-221-1/+3
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2018-10-221-1/+0
* Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-10-221-2/+6
* ceph: add additional size check in ceph_setattr()Chengguang Xu2018-08-131-0/+5
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-021-1/+1
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-021-40/+36
* ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-06-261-0/+1
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-41/+45
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-20/+24
| * ceph: make inode time prints to be long longDeepa Dinamani2018-05-251-21/+21
* | ceph: prevent i_version from going backYan, Zheng2018-06-041-1/+2
* | ceph: fix st_nlink stat for directoriesLuis Henriques2018-06-041-0/+8
* | ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng2018-06-041-17/+18
* | ceph: always get rstat from auth mdsYan, Zheng2018-06-041-6/+15
|/
* ceph: always update atime/mtime/ctime for new inodeYan, Zheng2018-04-161-3/+7
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-021-2/+4
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-021-0/+3
* ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-021-0/+4
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-021-0/+6
* ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2018-04-021-11/+0
* ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2018-01-291-6/+34
* ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-291-2/+2
* ceph: properly drop caps for setattr requestYan, Zheng2018-01-291-6/+6
* ceph: remove the bump of i_versionJeff Layton2017-11-131-1/+0
* ceph: disable cached readdir after dropping positive dentryYan, Zheng2017-11-131-1/+6
* ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-131-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: handle race between vmtruncate and queuing cap snapYan, Zheng2017-09-061-1/+12
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-3/+3
* ceph: delete an unnecessary return statement in update_dentry_lease()Markus Elfring2017-09-061-1/+0
* ceph: ENOMEM pr_err in __get_or_create_frag() is redundantMarkus Elfring2017-09-061-5/+2
* ceph: don't fill readdir cache for LSSNAP replyYan, Zheng2017-09-061-8/+11
* ceph: cleanup ceph_readdir_prepopulate()Yan, Zheng2017-09-061-7/+0
* ceph: update ceph_dentry_info::lease_session when necessaryYan, Zheng2017-07-071-2/+7
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-6/+3
* ceph: unify inode i_ctime updateYan, Zheng2017-06-141-3/+2
* ceph: make seeky readdir more efficientYan, Zheng2017-05-041-5/+12
* ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng2017-04-251-12/+10
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-9/+0
* ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton2017-02-201-0/+20