aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ceph: update the mtime when truncating upJeff Layton1-20/+21
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-0/+2
2019-09-16ceph: fix directories inode i_blkbits initializationLuis Henriques1-1/+6
2019-08-22ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques1-3/+4
2019-07-08ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques1-10/+0
2019-07-08ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng1-2/+5
2019-07-08ceph: add change_attr field to ceph_inode_infoJeff Layton1-0/+5
2019-07-08ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton1-3/+13
2019-07-08ceph: add btime field to ceph_inode_infoJeff Layton1-0/+2
2019-07-08ceph: add selinux supportYan, Zheng1-0/+1
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng1-1/+1
2019-07-08ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng1-76/+88
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp1-0/+1
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng1-4/+27
2019-06-05ceph: single workqueue for inode related worksYan, Zheng1-68/+56
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-28/+57
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+1
2019-05-07ceph: properly handle granular statx requestsJeff Layton1-28/+57
2019-05-01ceph: use ->free_inode()Al Viro1-4/+1
2019-04-23ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton1-1/+15
2019-03-27ceph: fix use-after-free on symlink traversalAl Viro1-1/+1
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-4/+5
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-1/+1
2019-03-05ceph: send cap releases more aggressivelyYan, Zheng1-1/+1
2019-03-05ceph: support getting ceph.dir.pin vxattrYan, Zheng1-0/+1
2019-03-05ceph: map snapid to anonymous bdev IDYan, Zheng1-14/+23
2019-03-05ceph: set special inode's blocksize to page sizeYan, Zheng1-0/+1
2018-12-26ceph: cleanup splice_dentry()Yan, Zheng1-36/+24
2018-10-22ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng1-1/+3
2018-10-22ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng1-1/+0
2018-10-22Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng1-2/+6
2018-08-13ceph: add additional size check in ceph_setattr()Chengguang Xu1-0/+5
2018-08-02ceph: use timespec64 for r_stampArnd Bergmann1-1/+1
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-40/+36
2018-06-26ceph: fix dentry leak in splice_dentry()Yan, Zheng1-0/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-41/+45
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-20/+24
2018-06-04ceph: prevent i_version from going backYan, Zheng1-1/+2
2018-06-04ceph: fix st_nlink stat for directoriesLuis Henriques1-0/+8
2018-06-04ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng1-17/+18
2018-06-04ceph: always get rstat from auth mdsYan, Zheng1-6/+15
2018-05-25ceph: make inode time prints to be long longDeepa Dinamani1-21/+21
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