| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-05 | ceph: periodically trim stale dentries |  Yan, Zheng | 1 | -4/+5 |
| 2019-03-05 | ceph: delete stale dentry when last reference is dropped |  Yan, Zheng | 1 | -1/+1 |
| 2019-03-05 | ceph: send cap releases more aggressively |  Yan, Zheng | 1 | -1/+1 |
| 2019-03-05 | ceph: support getting ceph.dir.pin vxattr |  Yan, Zheng | 1 | -0/+1 |
| 2019-03-05 | ceph: map snapid to anonymous bdev ID |  Yan, Zheng | 1 | -14/+23 |
| 2019-03-05 | ceph: set special inode's blocksize to page size |  Yan, Zheng | 1 | -0/+1 |
| 2018-12-26 | ceph: cleanup splice_dentry() |  Yan, Zheng | 1 | -36/+24 |
| 2018-10-22 | ceph: check if LOOKUPNAME request was aborted when filling trace |  Yan, Zheng | 1 | -1/+3 |
| 2018-10-22 | ceph: fix dentry leak in ceph_readdir_prepopulate |  Yan, Zheng | 1 | -1/+0 |
| 2018-10-22 | Revert "ceph: fix dentry leak in splice_dentry()" |  Yan, Zheng | 1 | -2/+6 |
| 2018-08-13 | ceph: add additional size check in ceph_setattr() |  Chengguang Xu | 1 | -0/+5 |
| 2018-08-02 | ceph: use timespec64 for r_stamp |  Arnd Bergmann | 1 | -1/+1 |
| 2018-08-02 | ceph: use timespec64 for inode timestamp |  Arnd Bergmann | 1 | -40/+36 |
| 2018-06-26 | ceph: fix dentry leak in splice_dentry() |  Yan, Zheng | 1 | -0/+1 |
| 2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground |  Linus Torvalds | 1 | -41/+45 |
| 2018-06-05 | vfs: change inode times to use struct timespec64 |  Deepa Dinamani | 1 | -20/+24 |
| 2018-06-04 | ceph: prevent i_version from going back |  Yan, Zheng | 1 | -1/+2 |
| 2018-06-04 | ceph: fix st_nlink stat for directories |  Luis Henriques | 1 | -0/+8 |
| 2018-06-04 | ceph: update i_files/i_subdirs only when Fs cap is issued |  Yan, Zheng | 1 | -17/+18 |
| 2018-06-04 | ceph: always get rstat from auth mds |  Yan, Zheng | 1 | -6/+15 |
| 2018-05-25 | ceph: make inode time prints to be long long |  Deepa Dinamani | 1 | -21/+21 |
| 2018-04-16 | ceph: always update atime/mtime/ctime for new inode |  Yan, Zheng | 1 | -3/+7 |
| 2018-04-02 | ceph: quota: add counter for snaprealms with quota |  Luis Henriques | 1 | -2/+4 |
| 2018-04-02 | ceph: quota: cache inode pointer in ceph_snap_realm |  Luis Henriques | 1 | -0/+3 |
| 2018-04-02 | ceph: quota: support for ceph.quota.max_bytes |  Luis Henriques | 1 | -0/+4 |
| 2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas |  Luis Henriques | 1 | -0/+6 |
| 2018-04-02 | ceph: invalidate pages that beyond EOF in ceph_writepages_start() |  Yan, Zheng | 1 | -11/+0 |
| 2018-01-29 | ceph: avoid dereferencing invalid pointer during cached readdir |  Yan, Zheng | 1 | -6/+34 |
| 2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen |  Yan, Zheng | 1 | -2/+2 |
| 2018-01-29 | ceph: properly drop caps for setattr request |  Yan, Zheng | 1 | -6/+6 |
| 2017-11-13 | ceph: remove the bump of i_version |  Jeff Layton | 1 | -1/+0 |
| 2017-11-13 | ceph: disable cached readdir after dropping positive dentry |  Yan, Zheng | 1 | -1/+6 |
| 2017-11-13 | ceph: keep auth cap when inode has flocks or posix locks |  Yan, Zheng | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-06 | ceph: handle race between vmtruncate and queuing cap snap |  Yan, Zheng | 1 | -1/+12 |
| 2017-09-06 | ceph: adjust 36 checks for NULL pointers |  Markus Elfring | 1 | -3/+3 |
| 2017-09-06 | ceph: delete an unnecessary return statement in update_dentry_lease() |  Markus Elfring | 1 | -1/+0 |
| 2017-09-06 | ceph: ENOMEM pr_err in __get_or_create_frag() is redundant |  Markus Elfring | 1 | -5/+2 |
| 2017-09-06 | ceph: don't fill readdir cache for LSSNAP reply |  Yan, Zheng | 1 | -8/+11 |
| 2017-09-06 | ceph: cleanup ceph_readdir_prepopulate() |  Yan, Zheng | 1 | -7/+0 |
| 2017-07-07 | ceph: update ceph_dentry_info::lease_session when necessary |  Yan, Zheng | 1 | -2/+7 |
| 2017-07-07 | ceph: update the 'approaching max_size' code |  Yan, Zheng | 1 | -6/+3 |
| 2017-06-14 | ceph: unify inode i_ctime update |  Yan, Zheng | 1 | -3/+2 |
| 2017-05-04 | ceph: make seeky readdir more efficient |  Yan, Zheng | 1 | -5/+12 |
| 2017-04-25 | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() |  Yan, Zheng | 1 | -12/+10 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available |  David Howells | 1 | -3/+3 |
| 2017-02-24 | ceph: remove special ack vs commit behavior |  Ilya Dryomov | 1 | -9/+0 |
| 2017-02-20 | ceph: call update_dentry_lease even when r_locked dir is not set |  Jeff Layton | 1 | -0/+20 |
| 2017-02-20 | ceph: vet the target and parent inodes before updating dentry lease |  Jeff Layton | 1 | -24/+48 |
| 2017-02-20 | ceph: don't update_dentry_lease unless we actually got one |  Jeff Layton | 1 | -2/+2 |