| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-04-02 | ceph: fix root quota realm check |  Yan, Zheng | 1 | -8/+8 |
| 2018-04-02 | ceph: don't check quota for snap inode |  Yan, Zheng | 2 | -3/+18 |
| 2018-04-02 | ceph: quota: update MDS when max_bytes is approaching |  Luis Henriques | 3 | -1/+45 |
| 2018-04-02 | ceph: quota: support for ceph.quota.max_bytes |  Luis Henriques | 4 | -1/+44 |
| 2018-04-02 | ceph: quota: don't allow cross-quota renames |  Luis Henriques | 3 | -0/+75 |
| 2018-04-02 | ceph: quota: support for ceph.quota.max_files |  Luis Henriques | 4 | -1/+95 |
| 2018-04-02 | ceph: quota: add initial infrastructure to support cephfs quotas |  Luis Henriques | 7 | -1/+149 |
| 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 memory usage |  Chengguang Xu | 4 | -117/+168 |
| 2018-04-02 | ceph: optimize mds session register |  Chengguang Xu | 1 | -17/+19 |
| 2018-04-02 | libceph, ceph: add __init attribution to init funcitons |  Chengguang Xu | 1 | -1/+1 |
| 2018-04-02 | ceph: filter out used flags when printing unused open flags |  Chengguang Xu | 1 | -0/+2 |
| 2018-04-02 | ceph: don't wait on writeback when there is no more dirty pages |  Yan, Zheng | 1 | -1/+5 |
| 2018-04-02 | ceph: invalidate pages that beyond EOF in ceph_writepages_start() |  Yan, Zheng | 2 | -29/+18 |
| 2018-04-02 | ceph: mark the cap cache as unreclaimable |  Chengguang Xu | 1 | -2/+1 |
| 2018-04-02 | ceph: change variable name to follow common rule |  Chengguang Xu | 3 | -30/+30 |
| 2018-04-02 | ceph: optimizing cap reservation |  Chengguang Xu | 1 | -29/+59 |
| 2018-04-02 | ceph: release unreserved caps if having enough available caps |  Chengguang Xu | 1 | -1/+15 |
| 2018-04-02 | ceph: optimizing cap allocation |  Chengguang Xu | 1 | -0/+16 |
| 2018-04-02 | ceph: adding protection for showing cap reservation info |  Chengguang Xu | 1 | -0/+4 |
| 2018-04-02 | ceph: use seq_show_option for string type options |  Chengguang Xu | 1 | -5/+2 |
| 2018-04-02 | libceph, ceph: change permission for readonly debugfs entries |  Chengguang Xu | 1 | -4/+4 |
| 2018-04-02 | ceph: keep consistent semantic in fscache related option combination |  Chengguang Xu | 1 | -0/+4 |
| 2018-04-02 | ceph: add newline to end of debug message format |  Chengguang Xu | 6 | -19/+18 |
| 2018-04-02 | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c |  Ilya Dryomov | 2 | -1/+2 |
| 2018-04-02 | libceph, ceph: change ceph_calc_file_object_mapping() signature |  Ilya Dryomov | 2 | -18/+9 |
| 2018-03-30 | ceph: only dirty ITER_IOVEC pages for direct read |  Yan, Zheng | 1 | -3/+6 |
| 2018-03-01 | ceph: fix potential memory leak in init_caches() |  Chengguang Xu | 1 | -3/+6 |
| 2018-02-26 | ceph: fix dentry leak when failing to init debugfs |  Chengguang Xu | 1 | -11/+5 |
| 2018-02-26 | libceph, ceph: avoid memory leak when specifying same option several times |  Chengguang Xu | 1 | -0/+2 |
| 2018-02-26 | ceph: flush dirty caps of unlinked inode ASAP |  Zhi Zhang | 3 | -24/+32 |
| 2018-02-22 | get rid of pointless includes of fs_struct.h |  Al Viro | 1 | -1/+0 |
| 2018-02-08 | Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 9 | -129/+313 |
| 2018-01-31 | Merge tag 'docs-4.16' of git://git.lwn.net/linux |  Linus Torvalds | 1 | -3/+0 |
| 2018-01-30 | ceph: improving efficiency of syncfs |  Chengguang Xu | 1 | -1/+1 |
| 2018-01-29 | ceph: try to allocate enough memory for reserved caps |  Zhi Zhang | 4 | -16/+74 |
| 2018-01-29 | ceph: fix race of queuing delayed caps |  Yan, Zheng | 1 | -17/+16 |
| 2018-01-29 | ceph: delete unreachable code in ceph_check_caps() |  Yan, Zheng | 1 | -12/+3 |
| 2018-01-29 | ceph: limit rate of cap import/export error messages |  Yan, Zheng | 1 | -7/+15 |
| 2018-01-29 | ceph: fix incorrect snaprealm when adding caps |  Yan, Zheng | 2 | -3/+19 |
| 2018-01-29 | ceph: fix un-balanced fsc->writeback_count update |  Yan, Zheng | 1 | -3/+6 |
| 2018-01-29 | ceph: track read contexts in ceph_file_info |  Yan, Zheng | 3 | -9/+66 |
| 2018-01-29 | ceph: avoid dereferencing invalid pointer during cached readdir |  Yan, Zheng | 2 | -19/+66 |
| 2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen |  Yan, Zheng | 4 | -12/+13 |
| 2018-01-29 | ceph: cleanup traceless reply handling for rename |  Yan, Zheng | 2 | -12/+6 |
| 2018-01-29 | ceph: voluntarily drop Fx cap for readdir request |  Yan, Zheng | 1 | -0/+1 |
| 2018-01-29 | ceph: properly drop caps for setattr request |  Yan, Zheng | 1 | -6/+6 |
| 2018-01-29 | ceph: voluntarily drop Lx cap for link/rename requests |  Yan, Zheng | 1 | -2/+2 |