| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: use ceph_evict_inode to cleanup inode's resource | Yan, Zheng | 2019-07-08 | 3 | -4/+7 |
* | ceph: initialize superblock s_time_gran to 1 | Luis Henriques | 2019-07-08 | 1 | -1/+1 |
* | libceph: rename r_unsafe_item to r_private_item | Ilya Dryomov | 2019-07-08 | 1 | -3/+3 |
* | ceph: don't NULL terminate virtual xattrs | Jeff Layton | 2019-07-08 | 1 | -25/+59 |
* | ceph: return -ERANGE if virtual xattr value didn't fit in buffer | Jeff Layton | 2019-07-08 | 1 | -7/+7 |
* | ceph: make getxattr_cb return ssize_t | Jeff Layton | 2019-07-08 | 1 | -45/+45 |
* | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP | Yan, Zheng | 2019-07-08 | 1 | -11/+30 |
* | ceph: kick flushing and flush snaps before sending normal cap message | Yan, Zheng | 2019-07-08 | 1 | -4/+14 |
* | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() | Yan, Zheng | 2019-07-08 | 1 | -9/+4 |
* | ceph: increment change_attribute on local changes | Jeff Layton | 2019-07-08 | 2 | -0/+7 |
* | ceph: handle change_attr in cap messages | Jeff Layton | 2019-07-08 | 3 | -9/+13 |
* | ceph: add change_attr field to ceph_inode_info | Jeff Layton | 2019-07-08 | 3 | -2/+8 |
* | ceph: allow querying of STATX_BTIME in ceph_getattr | Jeff Layton | 2019-07-08 | 1 | -3/+13 |
* | ceph: handle btime in cap messages | Jeff Layton | 2019-07-08 | 3 | -7/+14 |
* | ceph: add btime field to ceph_inode_info | Jeff Layton | 2019-07-08 | 4 | -8/+17 |
* | ceph: have MDS map decoding use entity_addr_t decoder | Jeff Layton | 2019-07-08 | 1 | -4/+8 |
* | ceph: remove request from waiting list before unregister | Yan, Zheng | 2019-07-08 | 1 | -0/+2 |
* | ceph: don't blindly unregister session that is in opening state | Yan, Zheng | 2019-07-08 | 1 | -33/+26 |
* | ceph: fix infinite loop in get_quota_realm() | Yan, Zheng | 2019-07-08 | 1 | -2/+13 |
* | ceph: add selinux support | Yan, Zheng | 2019-07-08 | 7 | -17/+173 |
* | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx | Yan, Zheng | 2019-07-08 | 5 | -52/+55 |
* | ceph: fix debug print format in __set_xattr() | Yan, Zheng | 2019-07-08 | 1 | -2/+2 |
* | ceph: fix warning PTR_ERR_OR_ZERO can be used | Hariprasad Kelam | 2019-07-08 | 1 | -1/+1 |
* | ceph: hold i_ceph_lock when removing caps for freeing inode | Yan, Zheng | 2019-07-08 | 3 | -6/+8 |
* | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() | Yan, Zheng | 2019-07-08 | 3 | -16/+16 |
* | ceph: use READ_ONCE to access d_parent in RCU critical section | Yan, Zheng | 2019-07-08 | 1 | -2/+2 |
* | ceph: fix dir_lease_is_valid() | Yan, Zheng | 2019-07-08 | 1 | -9/+17 |
* | ceph: close race between d_name_cmp() and update_dentry_lease() | Yan, Zheng | 2019-07-08 | 1 | -76/+88 |
* | ceph: fix improper use of smp_mb__before_atomic() | Andrea Parri | 2019-07-08 | 1 | -1/+6 |
* | ceph: fix "ceph.dir.rctime" vxattr value | David Disseldorp | 2019-07-08 | 1 | -1/+1 |
* | ceph: remove unused vxattr length helpers | David Disseldorp | 2019-07-08 | 3 | -50/+2 |
* | ceph: fix listxattr vxattr buffer length calculation | David Disseldorp | 2019-07-08 | 1 | -24/+30 |
* | ceph: add ceph.snap.btime vxattr | David Disseldorp | 2019-07-08 | 1 | -0/+27 |
* | ceph: carry snapshot creation time with inodes | David Disseldorp | 2019-07-08 | 4 | -0/+13 |
* | ceph: clean up ceph.dir.pin vxattr name sizeof() | David Disseldorp | 2019-07-08 | 1 | -1/+1 |
* | ceph: silence a checker warning in mdsc_show() | Dan Carpenter | 2019-07-08 | 1 | -1/+1 |
* | ceph: fix ceph_mdsc_build_path to not stop on first component | Jeff Layton | 2019-06-27 | 1 | -1/+2 |
* | ceph: fix error handling in ceph_get_caps() | Yan, Zheng | 2019-06-05 | 1 | -11/+11 |
* | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 2019-06-05 | 6 | -27/+71 |
* | ceph: single workqueue for inode related works | Yan, Zheng | 2019-06-05 | 4 | -97/+74 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 2019-05-30 | 2 | -32/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2019-05-16 | 12 | -264/+751 |
|\ |
|
| * | ceph: flush dirty inodes before proceeding with remount | Jeff Layton | 2019-05-07 | 1 | -0/+7 |
| * | ceph: fix unaligned access in ceph_send_cap_releases | Jeff Layton | 2019-05-07 | 1 | -1/+2 |
| * | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer | Jeff Layton | 2019-05-07 | 2 | -2/+2 |
| * | ceph: print inode number in __caps_issued_mask debugging messages | Jeff Layton | 2019-05-07 | 1 | -6/+6 |
| * | ceph: just call get_session in __ceph_lookup_mds_session | Jeff Layton | 2019-05-07 | 1 | -7/+1 |