| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-08 | ceph: add btime field to ceph_inode_info |  Jeff Layton | 4 | -8/+17 |
| 2019-07-08 | ceph: have MDS map decoding use entity_addr_t decoder |  Jeff Layton | 1 | -4/+8 |
| 2019-07-08 | ceph: remove request from waiting list before unregister |  Yan, Zheng | 1 | -0/+2 |
| 2019-07-08 | ceph: don't blindly unregister session that is in opening state |  Yan, Zheng | 1 | -33/+26 |
| 2019-07-08 | ceph: fix infinite loop in get_quota_realm() |  Yan, Zheng | 1 | -2/+13 |
| 2019-07-08 | ceph: add selinux support |  Yan, Zheng | 7 | -17/+173 |
| 2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx |  Yan, Zheng | 5 | -52/+55 |
| 2019-07-08 | ceph: fix debug print format in __set_xattr() |  Yan, Zheng | 1 | -2/+2 |
| 2019-07-08 | ceph: fix warning PTR_ERR_OR_ZERO can be used |  Hariprasad Kelam | 1 | -1/+1 |
| 2019-07-08 | ceph: hold i_ceph_lock when removing caps for freeing inode |  Yan, Zheng | 3 | -6/+8 |
| 2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() |  Yan, Zheng | 3 | -16/+16 |
| 2019-07-08 | ceph: use READ_ONCE to access d_parent in RCU critical section |  Yan, Zheng | 1 | -2/+2 |
| 2019-07-08 | ceph: fix dir_lease_is_valid() |  Yan, Zheng | 1 | -9/+17 |
| 2019-07-08 | ceph: close race between d_name_cmp() and update_dentry_lease() |  Yan, Zheng | 1 | -76/+88 |
| 2019-07-08 | ceph: fix improper use of smp_mb__before_atomic() |  Andrea Parri | 1 | -1/+6 |
| 2019-07-08 | ceph: fix "ceph.dir.rctime" vxattr value |  David Disseldorp | 1 | -1/+1 |
| 2019-07-08 | ceph: remove unused vxattr length helpers |  David Disseldorp | 3 | -50/+2 |
| 2019-07-08 | ceph: fix listxattr vxattr buffer length calculation |  David Disseldorp | 1 | -24/+30 |
| 2019-07-08 | ceph: add ceph.snap.btime vxattr |  David Disseldorp | 1 | -0/+27 |
| 2019-07-08 | ceph: carry snapshot creation time with inodes |  David Disseldorp | 4 | -0/+13 |
| 2019-07-08 | ceph: clean up ceph.dir.pin vxattr name sizeof() |  David Disseldorp | 1 | -1/+1 |
| 2019-07-08 | ceph: silence a checker warning in mdsc_show() |  Dan Carpenter | 1 | -1/+1 |
| 2019-07-04 | ceph: don't open-code the check for dead lockref |  Al Viro | 1 | -1/+1 |
| 2019-07-03 | ceph: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 3 | -26/+4 |
| 2019-06-27 | ceph: fix ceph_mdsc_build_path to not stop on first component |  Jeff Layton | 1 | -1/+2 |
| 2019-06-09 | vfs: allow copy_file_range to copy across devices |  Amir Goldstein | 1 | -1/+3 |
| 2019-06-09 | vfs: no fallback for ->copy_file_range |  Dave Chinner | 1 | -3/+18 |
| 2019-06-05 | ceph: fix error handling in ceph_get_caps() |  Yan, Zheng | 1 | -11/+11 |
| 2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread |  Yan, Zheng | 6 | -27/+71 |
| 2019-06-05 | ceph: single workqueue for inode related works |  Yan, Zheng | 4 | -97/+74 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 |  Thomas Gleixner | 2 | -32/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173 |  Thomas Gleixner | 1 | -14/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig |  Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files |  Thomas Gleixner | 1 | -0/+1 |
| 2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 12 | -263/+750 |
| 2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux |  Linus Torvalds | 1 | -0/+1 |
| 2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 3 | -4/+3 |
| 2019-05-07 | ceph: flush dirty inodes before proceeding with remount |  Jeff Layton | 1 | -0/+7 |
| 2019-05-07 | ceph: fix unaligned access in ceph_send_cap_releases |  Jeff Layton | 1 | -1/+2 |
| 2019-05-07 | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer |  Jeff Layton | 2 | -2/+2 |
| 2019-05-07 | ceph: print inode number in __caps_issued_mask debugging messages |  Jeff Layton | 1 | -6/+6 |
| 2019-05-07 | ceph: just call get_session in __ceph_lookup_mds_session |  Jeff Layton | 1 | -7/+1 |
| 2019-05-07 | ceph: simplify arguments and return semantics of try_get_cap_refs |  Jeff Layton | 1 | -46/+30 |
| 2019-05-07 | ceph: fix comment over ceph_drop_caps_for_unlink |  Jeff Layton | 1 | -1/+1 |
| 2019-05-07 | ceph: move wait for mds request into helper function |  Jeff Layton | 1 | -15/+21 |
| 2019-05-07 | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request |  Jeff Layton | 2 | -23/+22 |
| 2019-05-07 | ceph: after an MDS request, do callback and completions |  Jeff Layton | 1 | -2/+1 |
| 2019-05-07 | ceph: use pathlen values returned by set_request_path_attr |  Jeff Layton | 1 | -2/+2 |
| 2019-05-07 | ceph: use __getname/__putname in ceph_mdsc_build_path |  Jeff Layton | 3 | -39/+36 |
| 2019-05-07 | ceph: use ceph_mdsc_build_path instead of clone_dentry_name |  Jeff Layton | 1 | -39/+3 |