Age | Commit message (Expand) | Author | Files | Lines |
2018-04-02 | ceph: quota: add counter for snaprealms with quota | Luis Henriques | 1 | -0/+1 |
2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas | Luis Henriques | 1 | -0/+23 |
2018-04-02 | ceph: rename function drop_leases() to a more descriptive name | Yan, Zheng | 1 | -4/+3 |
2018-04-02 | ceph: fix invalid point dereference for error case in mdsc destroy | Chengguang Xu | 1 | -1/+4 |
2018-04-02 | ceph: return proper bool type to caller instead of pointer | Chengguang Xu | 1 | -2/+3 |
2018-04-02 | ceph: optimize mds session register | Chengguang Xu | 1 | -17/+19 |
2018-04-02 | ceph: add newline to end of debug message format | Chengguang Xu | 1 | -5/+5 |
2018-01-29 | ceph: try to allocate enough memory for reserved caps | Zhi Zhang | 1 | -7/+17 |
2018-01-29 | ceph: cleanup traceless reply handling for rename | Yan, Zheng | 1 | -3/+6 |
2017-12-08 | ceph: drop negative child dentries before try pruning inode's alias | Yan, Zheng | 1 | -4/+38 |
2017-11-13 | ceph: silence sparse endianness warning in encode_caps_cb | Jeff Layton | 1 | -2/+2 |
2017-11-13 | ceph: clean up spinlocking and list handling around cleanup_cap_releases() | Jeff Layton | 1 | -13/+21 |
2017-11-13 | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap() | Ilya Dryomov | 1 | -2/+2 |
2017-11-13 | ceph: handle 'session get evicted while there are file locks' | Yan, Zheng | 1 | -5/+16 |
2017-11-13 | ceph: optimize flock encoding during reconnect | Yan, Zheng | 1 | -14/+20 |
2017-11-13 | ceph: keep auth cap when inode has flocks or posix locks | Yan, Zheng | 1 | -0/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-02 | ceph: fix __choose_mds() for LSSNAP request | Yan, Zheng | 1 | -5/+6 |
2017-09-19 | ceph: avoid panic in create_session_open_msg() if utsname() returns NULL | Yan, Zheng | 1 | -3/+4 |
2017-09-06 | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 1 | -11/+11 |
2017-09-06 | ceph: properly set snap follows for cap reconnect | Yan, Zheng | 1 | -1/+1 |
2017-09-06 | ceph: send LSSNAP request to auth mds of directory inode | Yan, Zheng | 1 | -3/+10 |
2017-07-07 | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng | 1 | -2/+2 |
2017-06-14 | ceph: use current_kernel_time() to get request time stamp | Yan, Zheng | 1 | -3/+1 |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -16/+59 |
2017-05-08 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani | 1 | -1/+3 |
2017-05-04 | ceph: handle epoch barriers in cap messages | Jeff Layton | 1 | -0/+20 |
2017-05-04 | ceph: make seeky readdir more efficient | Yan, Zheng | 1 | -0/+1 |
2017-05-04 | ceph: close stopped mds' session | Yan, Zheng | 1 | -0/+16 |
2017-05-04 | ceph: fix potential use-after-free | Yan, Zheng | 1 | -2/+8 |
2017-05-04 | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng | 1 | -5/+5 |
2017-05-04 | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2017-05-04 | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t | Elena Reshetova | 1 | -9/+9 |
2017-02-23 | ceph: tidy some white space in get_nonsnap_parent() | Dan Carpenter | 1 | -2/+3 |
2017-02-20 | ceph: remove req from unsafe list when unregistering it | Jeff Layton | 1 | -2/+3 |
2017-02-20 | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 1 | -12/+12 |
2017-02-20 | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton | 1 | -22/+25 |
2017-02-20 | ceph: drop session argument to ceph_fill_trace | Jeff Layton | 1 | -1/+1 |
2017-02-20 | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 1 | -5/+5 |
2017-02-20 | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton | 1 | -2/+5 |
2017-02-20 | ceph: pass parent dir ino info to build_dentry_path | Jeff Layton | 1 | -7/+9 |
2017-02-20 | ceph: clean up unsafe d_parent accesses in build_dentry_path | Jeff Layton | 1 | -2/+7 |
2017-02-20 | ceph: clean up unsafe d_parent access in __choose_mds | Jeff Layton | 1 | -22/+42 |
2017-01-18 | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 1 | -4/+5 |
2017-01-12 | ceph: fix mds cluster availability check | Yan, Zheng | 1 | -0/+5 |
2016-12-12 | ceph: check availability of mds cluster on mount | Yan, Zheng | 1 | -5/+14 |
2016-12-12 | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 1 | -2/+2 |
2016-10-03 | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 1 | -2/+1 |
2016-10-03 | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 1 | -5/+22 |
2016-08-09 | ceph: initialize pathbase in the !dentry case in encode_caps_cb() | Ilya Dryomov | 1 | -0/+1 |