summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2019-05-02ceph: avoid repeatedly adding inode to mdsc->snap_flush_listYan, Zheng
2019-04-04ceph: don't update importing cap's mseq when handing cap exportYan, Zheng
2018-11-20ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton
2018-11-20ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton
2018-11-20ceph: use lookup request to revalidate dentryYan, Zheng
2018-11-20ceph: fix llistxattr on symlinkYan, Zheng
2018-10-21ceph: always update atime/mtime/ctime for new inodeYan, Zheng
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2017-08-26ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-07-18ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-03-16ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov
2016-04-11ceph: fix request time stamp encodingYan, Zheng
2015-12-13ceph: fix message length computationArnd Bergmann
2015-09-29fs: create and use seq_show_option for escapingKees Cook
2015-02-17ceph: introduce global empty snap contextYan, Zheng
2015-01-15move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-01-15ceph: do_sync is never initializedDan Carpenter
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12ceph: switch to iter_file_splice_write()Al Viro
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng
2014-06-06fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick
2014-06-06ceph: include time stamp in every MDS requestSage Weil
2014-06-06ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen
2014-06-06mds: check cap ID when handling cap export messageYan, Zheng
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng
2014-06-06ceph: introduce ceph_fill_fragtree()Yan, Zheng
2014-06-06ceph: handle cap import atomicallyYan, Zheng
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng
2014-06-06ceph: update inode fields according to issued capsYan, Zheng
2014-06-06ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng
2014-06-06ceph: remove useless ACL checkZhang Zhen
2014-06-06ceph: ceph_get_parent() can be staticFengguang Wu
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-06ceph: switch to ->write_iter()Al Viro
2014-05-06ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro
2014-05-06ceph: switch to ->read_iter()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06ceph_aio_read(): keep iov_iter across retriesAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro