| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: rename current get acl method | Christian Brauner | 2022-10-20 | 1 | -1/+1 |
* | ceph: wait for the first reply of inflight async unlink | Xiubo Li | 2022-08-03 | 1 | -9/+70 |
* | ceph: fix memory leak in ceph_readdir when note_last_dentry returns error | Xiubo Li | 2022-03-21 | 1 | -1/+10 |
* | ceph: fix comments mentioning i_mutex | hongnanli | 2022-03-01 | 1 | -3/+3 |
* | ceph: take reference to req->r_parent at point of assignment | Jeff Layton | 2021-06-29 | 1 | -0/+9 |
* | ceph: eliminate session->s_gen_ttl_lock | Jeff Layton | 2021-06-29 | 1 | -3/+1 |
* | ceph: allow ceph_put_mds_session to take NULL or ERR_PTR | Jeff Layton | 2021-06-29 | 1 | -2/+1 |
* | ceph: fix error handling in ceph_atomic_open and ceph_lookup | Jeff Layton | 2021-06-22 | 1 | -10/+12 |
* | ceph: don't use d_add in ceph_handle_snapdir | Jeff Layton | 2021-04-27 | 1 | -11/+19 |
* | ceph: fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-04-27 | 1 | -0/+2 |
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -11/+12 |
* | Revert "ceph: allow rename operation under different quota realms" | Luis Henriques | 2020-12-14 | 1 | -5/+4 |
* | ceph: add ceph_sb_to_mdsc helper support to parse the mdsc | Xiubo Li | 2020-10-12 | 1 | -13/+7 |
* | Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-client | Linus Torvalds | 2020-08-28 | 1 | -18/+13 |
|\ |
|
| * | ceph: fix inode number handling on arches with 32-bit ino_t | Jeff Layton | 2020-08-24 | 1 | -18/+13 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -1/+1 |
|/ |
|
* | ceph: set sec_context xattr on symlink creation | Jeff Layton | 2020-08-04 | 1 | -0/+4 |
* | ceph: allow rename operation under different quota realms | Luis Henriques | 2020-06-01 | 1 | -4/+5 |
* | ceph: add caps perf metric for each superblock | Xiubo Li | 2020-06-01 | 1 | -2/+3 |
* | ceph: add dentry lease metric support | Xiubo Li | 2020-06-01 | 1 | -0/+12 |
* | ceph: fix potential bad pointer deref in async dirops cb's | Jeff Layton | 2020-04-13 | 1 | -2/+2 |
* | ceph: consider inode's last read/write when calculating wanted caps | Yan, Zheng | 2020-03-30 | 1 | -6/+15 |
* | ceph: perform asynchronous unlink if we have sufficient caps | Jeff Layton | 2020-03-30 | 1 | -4/+104 |
* | ceph: add infrastructure for waiting for async create to complete | Jeff Layton | 2020-03-30 | 1 | -1/+1 |
* | ceph: track primary dentry link | Jeff Layton | 2020-03-30 | 1 | -0/+1 |
* | ceph: print dentry offset in hex and fix xattr_version type | Xiubo Li | 2020-01-27 | 1 | -2/+2 |
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 1 | -0/+1 |
|\ |
|
| * | ceph: fix compat_ioctl for ceph_dir_operations | Arnd Bergmann | 2019-10-23 | 1 | -0/+1 |
* | | ceph: fix RCU case handling in ceph_d_revalidate() | Al Viro | 2019-10-29 | 1 | -7/+8 |
|/ |
|
* | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-07-20 | 1 | -1/+1 |
|\ |
|
| * | ceph: don't open-code the check for dead lockref | Al Viro | 2019-07-04 | 1 | -1/+1 |
* | | ceph: add selinux support | Yan, Zheng | 2019-07-08 | 1 | -0/+12 |
* | | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng | 2019-07-08 | 1 | -14/+14 |
* | | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 2019-07-08 | 1 | -4/+3 |
* | | ceph: fix dir_lease_is_valid() | Yan, Zheng | 2019-07-08 | 1 | -9/+17 |
|/ |
|
* | ceph: ensure d_name stability in ceph_dentry_hash() | Jeff Layton | 2019-04-23 | 1 | -1/+5 |
* | ceph: add mount option to limit caps count | Yan, Zheng | 2019-03-05 | 1 | -1/+19 |
* | ceph: periodically trim stale dentries | Yan, Zheng | 2019-03-05 | 1 | -50/+257 |
* | ceph: delete stale dentry when last reference is dropped | Yan, Zheng | 2019-03-05 | 1 | -29/+101 |
* | ceph: use timespec64 for inode timestamp | Arnd Bergmann | 2018-08-02 | 1 | -3/+3 |
* | ceph: add d_drop for some error cases in ceph_symlink() | Chengguang Xu | 2018-08-02 | 1 | -2/+4 |
* | ceph: add d_drop for some error cases in ceph_mknod() | Chengguang Xu | 2018-08-02 | 1 | -3/+5 |
* | ceph: support file lock on directory | Yan, Zheng | 2018-06-04 | 1 | -0/+2 |
* | Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2018-04-10 | 1 | -92/+112 |
|\ |
|
| * | ceph: don't check quota for snap inode | Yan, Zheng | 2018-04-02 | 1 | -1/+2 |
| * | ceph: quota: don't allow cross-quota renames | Luis Henriques | 2018-04-02 | 1 | -0/+5 |
| * | ceph: quota: support for ceph.quota.max_files | Luis Henriques | 2018-04-02 | 1 | -0/+11 |
| * | ceph: optimize memory usage | Chengguang Xu | 2018-04-02 | 1 | -91/+94 |
| * | ceph: change variable name to follow common rule | Chengguang Xu | 2018-04-02 | 1 | -9/+9 |
| * | ceph: add newline to end of debug message format | Chengguang Xu | 2018-04-02 | 1 | -1/+1 |