summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2018-04-02ceph: quota: cache inode pointer in ceph_snap_realmLuis Henriques5-15/+19
2018-04-02ceph: fix root quota realm checkYan, Zheng1-8/+8
2018-04-02ceph: don't check quota for snap inodeYan, Zheng2-3/+18
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques3-1/+45
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques4-1/+44
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques3-0/+75
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques4-1/+95
2018-04-02ceph: quota: add initial infrastructure to support cephfs quotasLuis Henriques7-1/+149
2018-04-02ceph: rename function drop_leases() to a more descriptive nameYan, Zheng1-4/+3
2018-04-02ceph: fix invalid point dereference for error case in mdsc destroyChengguang Xu1-1/+4
2018-04-02ceph: return proper bool type to caller instead of pointerChengguang Xu1-2/+3
2018-04-02ceph: optimize memory usageChengguang Xu4-117/+168
2018-04-02ceph: optimize mds session registerChengguang Xu1-17/+19
2018-04-02libceph, ceph: add __init attribution to init funcitonsChengguang Xu1-1/+1
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu1-0/+2
2018-04-02ceph: don't wait on writeback when there is no more dirty pagesYan, Zheng1-1/+5
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng2-29/+18
2018-04-02ceph: mark the cap cache as unreclaimableChengguang Xu1-2/+1
2018-04-02ceph: change variable name to follow common ruleChengguang Xu3-30/+30
2018-04-02ceph: optimizing cap reservationChengguang Xu1-29/+59
2018-04-02ceph: release unreserved caps if having enough available capsChengguang Xu1-1/+15
2018-04-02ceph: optimizing cap allocationChengguang Xu1-0/+16
2018-04-02ceph: adding protection for showing cap reservation infoChengguang Xu1-0/+4
2018-04-02ceph: use seq_show_option for string type optionsChengguang Xu1-5/+2
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu1-4/+4
2018-04-02ceph: keep consistent semantic in fscache related option combinationChengguang Xu1-0/+4
2018-04-02ceph: add newline to end of debug message formatChengguang Xu6-19/+18
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2-1/+2
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2-18/+9
2018-03-30ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng1-3/+6
2018-03-01ceph: fix potential memory leak in init_caches()Chengguang Xu1-3/+6
2018-02-26ceph: fix dentry leak when failing to init debugfsChengguang Xu1-11/+5
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu1-0/+2
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang3-24/+32
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds9-129/+313
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds1-3/+0
2018-01-30ceph: improving efficiency of syncfsChengguang Xu1-1/+1
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang4-16/+74
2018-01-29ceph: fix race of queuing delayed capsYan, Zheng1-17/+16
2018-01-29ceph: delete unreachable code in ceph_check_caps()Yan, Zheng1-12/+3
2018-01-29ceph: limit rate of cap import/export error messagesYan, Zheng1-7/+15
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng2-3/+19
2018-01-29ceph: fix un-balanced fsc->writeback_count updateYan, Zheng1-3/+6
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng3-9/+66
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2-19/+66
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng4-12/+13
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng2-12/+6
2018-01-29ceph: voluntarily drop Fx cap for readdir requestYan, Zheng1-0/+1
2018-01-29ceph: properly drop caps for setattr requestYan, Zheng1-6/+6