aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAge
* ceph: add missing check in d_revalidate snapdir handlingAl Viro2019-10-29
* ceph: update the mtime when truncating upJeff Layton2019-09-16
* ceph: track and report error of async metadata operationYan, Zheng2019-09-16
* ceph: fix directories inode i_blkbits initializationLuis Henriques2019-09-16
* ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-08-22
* ceph: use generic_delete_inode() for ->drop_inodeLuis Henriques2019-07-08
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-08
* ceph: add change_attr field to ceph_inode_infoJeff Layton2019-07-08
* ceph: allow querying of STATX_BTIME in ceph_getattrJeff Layton2019-07-08
* ceph: add btime field to ceph_inode_infoJeff Layton2019-07-08
* ceph: add selinux supportYan, Zheng2019-07-08
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-07-08
* ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng2019-07-08
* ceph: carry snapshot creation time with inodesDavid Disseldorp2019-07-08
* ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-05
* ceph: single workqueue for inode related worksYan, Zheng2019-06-05
* Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-16
|\
| * ceph: properly handle granular statx requestsJeff Layton2019-05-07
* | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-07
|\ \ | |/ |/|
| * ceph: use ->free_inode()Al Viro2019-05-01
* | ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton2019-04-23
|/
* ceph: fix use-after-free on symlink traversalAl Viro2019-03-27
* ceph: periodically trim stale dentriesYan, Zheng2019-03-05
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-05
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-05
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-05
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-05
* ceph: set special inode's blocksize to page sizeYan, Zheng2019-03-05
* ceph: cleanup splice_dentry()Yan, Zheng2018-12-26
* ceph: check if LOOKUPNAME request was aborted when filling traceYan, Zheng2018-10-22
* ceph: fix dentry leak in ceph_readdir_prepopulateYan, Zheng2018-10-22
* Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng2018-10-22
* ceph: add additional size check in ceph_setattr()Chengguang Xu2018-08-13
* ceph: use timespec64 for r_stampArnd Bergmann2018-08-02
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-02
* ceph: fix dentry leak in splice_dentry()Yan, Zheng2018-06-26
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-14
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-05
| * ceph: make inode time prints to be long longDeepa Dinamani2018-05-25
* | ceph: prevent i_version from going backYan, Zheng2018-06-04
* | ceph: fix st_nlink stat for directoriesLuis Henriques2018-06-04
* | ceph: update i_files/i_subdirs only when Fs cap is issuedYan, Zheng2018-06-04
* | ceph: always get rstat from auth mdsYan, Zheng2018-06-04
|/
* ceph: always update atime/mtime/ctime for new inodeYan, Zheng2018-04-16
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-02
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-02
* ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-02
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-02
* ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2018-04-02
* ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2018-01-29