Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | ceph: allow rename operation under different quota realms |  Luis Henriques | 1 | -4/+5 |
2020-06-01 | ceph: add caps perf metric for each superblock |  Xiubo Li | 1 | -2/+3 |
2020-06-01 | ceph: add dentry lease metric support |  Xiubo Li | 1 | -0/+12 |
2020-04-13 | ceph: fix potential bad pointer deref in async dirops cb's |  Jeff Layton | 1 | -2/+2 |
2020-03-30 | ceph: consider inode's last read/write when calculating wanted caps |  Yan, Zheng | 1 | -6/+15 |
2020-03-30 | ceph: perform asynchronous unlink if we have sufficient caps |  Jeff Layton | 1 | -4/+104 |
2020-03-30 | ceph: add infrastructure for waiting for async create to complete |  Jeff Layton | 1 | -1/+1 |
2020-03-30 | ceph: track primary dentry link |  Jeff Layton | 1 | -0/+1 |
2020-01-27 | ceph: print dentry offset in hex and fix xattr_version type |  Xiubo Li | 1 | -2/+2 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground |  Linus Torvalds | 1 | -0/+1 |
2019-10-29 | ceph: fix RCU case handling in ceph_d_revalidate() |  Al Viro | 1 | -7/+8 |
2019-10-23 | ceph: fix compat_ioctl for ceph_dir_operations |  Arnd Bergmann | 1 | -0/+1 |
2019-07-20 | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
2019-07-08 | ceph: add selinux support |  Yan, Zheng | 1 | -0/+12 |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx |  Yan, Zheng | 1 | -14/+14 |
2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() |  Yan, Zheng | 1 | -4/+3 |
2019-07-08 | ceph: fix dir_lease_is_valid() |  Yan, Zheng | 1 | -9/+17 |
2019-07-04 | ceph: don't open-code the check for dead lockref |  Al Viro | 1 | -1/+1 |
2019-04-23 | ceph: ensure d_name stability in ceph_dentry_hash() |  Jeff Layton | 1 | -1/+5 |
2019-03-05 | ceph: add mount option to limit caps count |  Yan, Zheng | 1 | -1/+19 |
2019-03-05 | ceph: periodically trim stale dentries |  Yan, Zheng | 1 | -50/+257 |
2019-03-05 | ceph: delete stale dentry when last reference is dropped |  Yan, Zheng | 1 | -29/+101 |
2018-08-02 | ceph: use timespec64 for inode timestamp |  Arnd Bergmann | 1 | -3/+3 |
2018-08-02 | ceph: add d_drop for some error cases in ceph_symlink() |  Chengguang Xu | 1 | -2/+4 |
2018-08-02 | ceph: add d_drop for some error cases in ceph_mknod() |  Chengguang Xu | 1 | -3/+5 |
2018-06-04 | ceph: support file lock on directory |  Yan, Zheng | 1 | -0/+2 |
2018-04-10 | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -92/+112 |
2018-04-06 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+0 |
2018-04-02 | ceph: don't check quota for snap inode |  Yan, Zheng | 1 | -1/+2 |
2018-04-02 | ceph: quota: don't allow cross-quota renames |  Luis Henriques | 1 | -0/+5 |
2018-04-02 | ceph: quota: support for ceph.quota.max_files |  Luis Henriques | 1 | -0/+11 |
2018-04-02 | ceph: optimize memory usage |  Chengguang Xu | 1 | -91/+94 |
2018-04-02 | ceph: change variable name to follow common rule |  Chengguang Xu | 1 | -9/+9 |
2018-04-02 | ceph: add newline to end of debug message format |  Chengguang Xu | 1 | -1/+1 |
2018-02-26 | ceph: flush dirty caps of unlinked inode ASAP |  Zhi Zhang | 1 | -23/+5 |
2018-02-22 | get rid of pointless includes of fs_struct.h |  Al Viro | 1 | -1/+0 |
2018-01-29 | ceph: avoid dereferencing invalid pointer during cached readdir |  Yan, Zheng | 1 | -13/+32 |
2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen |  Yan, Zheng | 1 | -7/+7 |
2018-01-29 | ceph: cleanup traceless reply handling for rename |  Yan, Zheng | 1 | -9/+0 |
2018-01-29 | ceph: voluntarily drop Fx cap for readdir request |  Yan, Zheng | 1 | -0/+1 |
2018-01-29 | ceph: voluntarily drop Lx cap for link/rename requests |  Yan, Zheng | 1 | -2/+2 |
2018-01-29 | ceph: voluntarily drop Ax cap for requests that create new inode |  Yan, Zheng | 1 | -3/+3 |
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: send LSSNAP request to auth mds of directory inode |  Yan, Zheng | 1 | -2/+4 |
2017-07-17 | ceph: fix race in concurrent readdir |  Yan, Zheng | 1 | -0/+5 |
2017-05-04 | ceph: choose readdir frag based on previous readdir reply |  Yan, Zheng | 1 | -7/+12 |
2017-05-04 | ceph: make seeky readdir more efficient |  Yan, Zheng | 1 | -0/+4 |
2017-02-20 | ceph: do a LOOKUP in d_revalidate instead of GETATTR |  Jeff Layton | 1 | -2/+3 |
2017-02-20 | ceph: add a new flag to indicate whether parent is locked |  Jeff Layton | 1 | -7/+14 |
2017-02-20 | ceph: convert bools in ceph_mds_request to a new r_req_flags field |  Jeff Layton | 1 | -2/+2 |