summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: quota: add counter for snaprealms with quotaLuis Henriques2018-04-025-7/+51
* ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques2018-04-025-15/+19
* ceph: fix root quota realm checkYan, Zheng2018-04-021-8/+8
* ceph: don't check quota for snap inodeYan, Zheng2018-04-022-3/+18
* ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-023-1/+45
* ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-024-1/+44
* ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-023-0/+75
* ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-024-1/+95
* ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques2018-04-027-1/+149
* ceph: rename function drop_leases() to a more descriptive nameYan, Zheng2018-04-021-4/+3
* ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu2018-04-021-1/+4
* ceph: return proper bool type to caller instead of pointerChengguang Xu2018-04-021-2/+3
* ceph: optimize memory usageChengguang Xu2018-04-024-117/+168
* ceph: optimize mds session registerChengguang Xu2018-04-021-17/+19
* libceph, ceph: add __init attribution to init funcitonsChengguang Xu2018-04-021-1/+1
* ceph: filter out used flags when printing unused open flagsChengguang Xu2018-04-021-0/+2
* ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng2018-04-021-1/+5
* ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2018-04-022-29/+18
* ceph: mark the cap cache as unreclaimableChengguang Xu2018-04-021-2/+1
* ceph: change variable name to follow common ruleChengguang Xu2018-04-023-30/+30
* ceph: optimizing cap reservationChengguang Xu2018-04-021-29/+59
* ceph: release unreserved caps if having enough available capsChengguang Xu2018-04-021-1/+15
* ceph: optimizing cap allocationChengguang Xu2018-04-021-0/+16
* ceph: adding protection for showing cap reservation infoChengguang Xu2018-04-021-0/+4
* ceph: use seq_show_option for string type optionsChengguang Xu2018-04-021-5/+2
* libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-4/+4
* ceph: keep consistent semantic in fscache related option combinationChengguang Xu2018-04-021-0/+4
* ceph: add newline to end of debug message formatChengguang Xu2018-04-026-19/+18
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-022-1/+2
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-022-18/+9
* ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-03-301-3/+6
* ceph: fix potential memory leak in init_caches()Chengguang Xu2018-03-011-3/+6
* ceph: fix dentry leak when failing to init debugfsChengguang Xu2018-02-261-11/+5
* libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu2018-02-261-0/+2
* ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-263-24/+32
* Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-02-089-129/+313
|\
| * ceph: improving efficiency of syncfsChengguang Xu2018-01-301-1/+1
| * ceph: try to allocate enough memory for reserved capsZhi Zhang2018-01-294-16/+74
| * ceph: fix race of queuing delayed capsYan, Zheng2018-01-291-17/+16
| * ceph: delete unreachable code in ceph_check_caps()Yan, Zheng2018-01-291-12/+3
| * ceph: limit rate of cap import/export error messagesYan, Zheng2018-01-291-7/+15
| * ceph: fix incorrect snaprealm when adding capsYan, Zheng2018-01-292-3/+19
| * ceph: fix un-balanced fsc->writeback_count updateYan, Zheng2018-01-291-3/+6
| * ceph: track read contexts in ceph_file_infoYan, Zheng2018-01-293-9/+66
| * ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2018-01-292-19/+66
| * ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-294-12/+13
| * ceph: cleanup traceless reply handling for renameYan, Zheng2018-01-292-12/+6
| * ceph: voluntarily drop Fx cap for readdir requestYan, Zheng2018-01-291-0/+1
| * ceph: properly drop caps for setattr requestYan, Zheng2018-01-291-6/+6
| * ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng2018-01-291-2/+2