summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2018-04-02ceph: invalidate pages that beyond EOF in ceph_writepages_start()Yan, Zheng
2018-04-02ceph: mark the cap cache as unreclaimableChengguang Xu
2018-04-02ceph: change variable name to follow common ruleChengguang Xu
2018-04-02ceph: optimizing cap reservationChengguang Xu
2018-04-02ceph: release unreserved caps if having enough available capsChengguang Xu
2018-04-02ceph: optimizing cap allocationChengguang Xu
2018-04-02ceph: adding protection for showing cap reservation infoChengguang Xu
2018-04-02ceph: use seq_show_option for string type optionsChengguang Xu
2018-04-02libceph, ceph: change permission for readonly debugfs entriesChengguang Xu
2018-04-02ceph: keep consistent semantic in fscache related option combinationChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov
2018-03-30ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng
2018-03-01ceph: fix potential memory leak in init_caches()Chengguang Xu
2018-02-26ceph: fix dentry leak when failing to init debugfsChengguang Xu
2018-02-26libceph, ceph: avoid memory leak when specifying same option several timesChengguang Xu
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang
2018-02-22get rid of pointless includes of fs_struct.hAl Viro
2018-02-08Merge tag 'ceph-for-4.16-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-01-31Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds
2018-01-30ceph: improving efficiency of syncfsChengguang Xu
2018-01-29ceph: try to allocate enough memory for reserved capsZhi Zhang
2018-01-29ceph: fix race of queuing delayed capsYan, Zheng
2018-01-29ceph: delete unreachable code in ceph_check_caps()Yan, Zheng
2018-01-29ceph: limit rate of cap import/export error messagesYan, Zheng
2018-01-29ceph: fix incorrect snaprealm when adding capsYan, Zheng
2018-01-29ceph: fix un-balanced fsc->writeback_count updateYan, Zheng
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng
2018-01-29ceph: voluntarily drop Fx cap for readdir requestYan, Zheng
2018-01-29ceph: properly drop caps for setattr requestYan, Zheng
2018-01-29ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng
2018-01-01fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.atAdam Borowski
2017-12-08ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara
2017-11-13ceph: silence sparse endianness warning in encode_caps_cbJeff Layton
2017-11-13ceph: remove the bump of i_versionJeff Layton
2017-11-13ceph: present consistent fsid, regardless of arch endiannessJeff Layton
2017-11-13ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton
2017-11-13ceph: remove unused and redundant variable droppingColin Ian King
2017-11-13ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov