| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-16 | ceph: eliminate session->s_trim_caps |  Jeff Layton | 1 | -1/+1 |
| 2019-09-16 | ceph: allow closing session in restarting/reconnect state |  Yan, Zheng | 1 | -3/+3 |
| 2019-07-08 | ceph: add change_attr field to ceph_inode_info |  Jeff Layton | 1 | -0/+1 |
| 2019-07-08 | ceph: add btime field to ceph_inode_info |  Jeff Layton | 1 | -0/+1 |
| 2019-07-08 | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() |  Yan, Zheng | 1 | -1/+0 |
| 2019-07-08 | ceph: carry snapshot creation time with inodes |  David Disseldorp | 1 | -0/+1 |
| 2019-05-07 | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request |  Jeff Layton | 1 | -2/+3 |
| 2019-05-07 | ceph: use __getname/__putname in ceph_mdsc_build_path |  Jeff Layton | 1 | -0/+6 |
| 2019-05-07 | ceph: make iterate_session_caps a public symbol |  Jeff Layton | 1 | -0/+4 |
| 2019-05-07 | ceph: quota: fix quota subdir mounts |  Luis Henriques | 1 | -0/+18 |
| 2019-03-05 | ceph: add mount option to limit caps count |  Yan, Zheng | 1 | -0/+3 |
| 2019-03-05 | ceph: periodically trim stale dentries |  Yan, Zheng | 1 | -3/+6 |
| 2019-03-05 | ceph: send cap releases more aggressively |  Yan, Zheng | 1 | -4/+6 |
| 2019-03-05 | ceph: support getting ceph.dir.pin vxattr |  Yan, Zheng | 1 | -0/+1 |
| 2019-03-05 | ceph: support versioned reply |  Yan, Zheng | 1 | -0/+1 |
| 2019-03-05 | ceph: map snapid to anonymous bdev ID |  Yan, Zheng | 1 | -0/+13 |
| 2019-03-05 | ceph: split large reconnect into multiple messages |  Yan, Zheng | 1 | -0/+3 |
| 2019-03-05 | ceph: decode feature bits in session message |  Yan, Zheng | 1 | -1/+2 |
| 2018-12-26 | ceph: update wanted caps after resuming stale session |  Yan, Zheng | 1 | -6/+8 |
| 2018-08-13 | ceph: support cephfs' own feature bits |  Yan, Zheng | 1 | -0/+12 |
| 2018-08-02 | ceph: use timespec64 for r_stamp |  Arnd Bergmann | 1 | -1/+1 |
| 2018-04-02 | ceph: quota: add counter for snaprealms with quota |  Luis Henriques | 1 | -0/+2 |
| 2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas |  Luis Henriques | 1 | -0/+2 |
| 2018-01-29 | ceph: try to allocate enough memory for reserved caps |  Zhi Zhang | 1 | -0/+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-19 | ceph: avoid panic in create_session_open_msg() if utsname() returns NULL |  Yan, Zheng | 1 | -0/+3 |
| 2017-05-04 | ceph: handle epoch barriers in cap messages |  Jeff Layton | 1 | -2/+5 |
| 2017-05-04 | ceph: make seeky readdir more efficient |  Yan, Zheng | 1 | -1/+2 |
| 2017-05-04 | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t |  Elena Reshetova | 1 | -2/+3 |
| 2017-02-20 | ceph: add a new flag to indicate whether parent is locked |  Jeff Layton | 1 | -1/+2 |
| 2017-02-20 | ceph: convert bools in ceph_mds_request to a new r_req_flags field |  Jeff Layton | 1 | -4/+8 |
| 2016-10-03 | ceph: handle CEPH_SESSION_REJECT message |  Yan, Zheng | 1 | -0/+1 |
| 2016-07-28 | ceph: unify cap flush and snapcap flush |  Yan, Zheng | 1 | -1/+0 |
| 2016-07-28 | ceph: use list instead of rbtree to track cap flushes |  Yan, Zheng | 1 | -1/+1 |
| 2016-07-28 | ceph: mount non-default filesystem by name |  Yan, Zheng | 1 | -2/+5 |
| 2016-07-28 | ceph: remove ceph_mdsc_lease_release |  Jeff Layton | 1 | -4/+0 |
| 2016-07-28 | ceph: rados pool namespace support |  Yan, Zheng | 1 | -0/+3 |
| 2016-07-28 | libceph: define new ceph_file_layout structure |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: using hash value to compose dentry offset |  Yan, Zheng | 1 | -1/+3 |
| 2016-05-26 | ceph: record 'offset' for each entry of readdir result |  Yan, Zheng | 1 | -0/+1 |
| 2016-05-26 | ceph: define 'end/complete' in readdir reply as bit flags |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: define struct for dir entry in readdir reply |  Yan, Zheng | 1 | -4/+8 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros |  Kirill A. Shutemov | 1 | -1/+1 |
| 2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support |  Yan, Zheng | 1 | -0/+1 |
| 2015-11-02 | ceph: make fsync() wait unsafe requests that created/modified inode |  Yan, Zheng | 1 | -0/+3 |
| 2015-09-08 | ceph: EIO all operations after forced umount |  Yan, Zheng | 1 | -0/+1 |
| 2015-06-25 | ceph: rework dcache readdir |  Yan, Zheng | 1 | -0/+3 |
| 2015-06-25 | ceph: track pending caps flushing globally |  Yan, Zheng | 1 | -1/+1 |
| 2015-06-25 | ceph: track pending caps flushing accurately |  Yan, Zheng | 1 | -0/+1 |
| 2015-06-25 | libceph: store timeouts in jiffies, verify user input |  Ilya Dryomov | 1 | -1/+1 |