| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: add mount option to limit caps count | Yan, Zheng | 2019-03-05 | 1 | -0/+3 |
* | ceph: periodically trim stale dentries | Yan, Zheng | 2019-03-05 | 1 | -3/+6 |
* | ceph: send cap releases more aggressively | Yan, Zheng | 2019-03-05 | 1 | -4/+6 |
* | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 2019-03-05 | 1 | -0/+1 |
* | ceph: support versioned reply | Yan, Zheng | 2019-03-05 | 1 | -0/+1 |
* | ceph: map snapid to anonymous bdev ID | Yan, Zheng | 2019-03-05 | 1 | -0/+13 |
* | ceph: split large reconnect into multiple messages | Yan, Zheng | 2019-03-05 | 1 | -0/+3 |
* | ceph: decode feature bits in session message | Yan, Zheng | 2019-03-05 | 1 | -1/+2 |
* | ceph: update wanted caps after resuming stale session | Yan, Zheng | 2018-12-26 | 1 | -7/+9 |
* | ceph: support cephfs' own feature bits | Yan, Zheng | 2018-08-13 | 1 | -0/+12 |
* | ceph: use timespec64 for r_stamp | Arnd Bergmann | 2018-08-02 | 1 | -1/+1 |
* | ceph: quota: add counter for snaprealms with quota | Luis Henriques | 2018-04-02 | 1 | -0/+2 |
* | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 2018-04-02 | 1 | -0/+2 |
* | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 2018-01-29 | 1 | -0/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ceph: avoid panic in create_session_open_msg() if utsname() returns NULL | Yan, Zheng | 2017-09-19 | 1 | -0/+3 |
* | ceph: handle epoch barriers in cap messages | Jeff Layton | 2017-05-04 | 1 | -2/+5 |
* | ceph: make seeky readdir more efficient | Yan, Zheng | 2017-05-04 | 1 | -1/+2 |
* | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t | Elena Reshetova | 2017-05-04 | 1 | -2/+3 |
* | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 2017-02-20 | 1 | -1/+2 |
* | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton | 2017-02-20 | 1 | -4/+8 |
* | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 2016-10-03 | 1 | -0/+1 |
* | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 1 | -1/+0 |
* | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
* | ceph: mount non-default filesystem by name | Yan, Zheng | 2016-07-28 | 1 | -2/+5 |
* | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 2016-07-28 | 1 | -4/+0 |
* | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -0/+3 |
* | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
* | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
* | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 1 | -0/+1 |
* | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 1 | -4/+8 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 2016-03-04 | 1 | -0/+1 |
* | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 | 1 | -0/+3 |
* | ceph: EIO all operations after forced umount | Yan, Zheng | 2015-09-08 | 1 | -0/+1 |
* | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 1 | -0/+3 |
* | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 1 | -1/+1 |
* | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 1 | -0/+1 |
* | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 2015-06-25 | 1 | -1/+1 |
* | ceph: exclude setfilelock requests when calculating oldest tid | Yan, Zheng | 2015-06-25 | 1 | -0/+2 |
* | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 2015-06-25 | 1 | -3/+0 |
* | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 1 | -0/+1 |
* | ceph: check OSD caps before read/write | Yan, Zheng | 2015-06-25 | 1 | -0/+9 |
* | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_close_sessions) | Yan, Zheng | 2015-02-19 | 1 | -0/+1 |
* | ceph: handle SESSION_FORCE_RO message | Yan, Zheng | 2015-02-19 | 1 | -0/+1 |
* | ceph: use getattr request to fetch inline data | Yan, Zheng | 2014-12-17 | 1 | -0/+1 |
* | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | 2014-12-17 | 1 | -0/+3 |
* | ceph: fix file lock interruption | Yan, Zheng | 2014-12-17 | 1 | -0/+6 |
* | ceph: export ceph_session_state_name function | John Spray | 2014-10-14 | 1 | -0/+2 |