summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2018-11-20ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3
2018-11-20ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2018-11-20ceph: use lookup request to revalidate dentryYan, Zheng4-0/+51
2018-11-20ceph: fix llistxattr on symlinkYan, Zheng1-2/+1
2018-10-21ceph: always update atime/mtime/ctime for new inodeYan, Zheng1-3/+7
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov1-1/+0
2017-08-26ceph: fix memory leak in __ceph_setxattr()Luis Henriques1-0/+3
2017-07-18ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng1-8/+6
2017-03-16ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings1-1/+1
2016-11-20posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-11-20ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov1-4/+2
2016-04-11ceph: fix request time stamp encodingYan, Zheng1-1/+5
2015-12-13ceph: fix message length computationArnd Bergmann1-1/+1
2015-09-29fs: create and use seq_show_option for escapingKees Cook1-1/+2
2015-02-17ceph: introduce global empty snap contextYan, Zheng3-3/+35
2015-01-15move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2-5/+5
2015-01-15ceph: do_sync is never initializedDan Carpenter1-1/+1
2014-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds8-231/+310
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-115/+74
2014-06-12ceph: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng1-2/+2
2014-06-07fs/ceph/debugfs.c: replace seq_printf by seq_putsFabian Frederick1-3/+3
2014-06-07fs/ceph: replace pr_warning by pr_warnFabian Frederick4-6/+6
2014-06-06ceph: include time stamp in every MDS requestSage Weil2-1/+9
2014-06-06ceph: refactor readpage_nounlock() to make the logic clearerZhang Zhen1-10/+7
2014-06-06mds: check cap ID when handling cap export messageYan, Zheng1-1/+1
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng1-1/+7
2014-06-06ceph: introduce ceph_fill_fragtree()Yan, Zheng1-45/+84
2014-06-06ceph: handle cap import atomicallyYan, Zheng1-45/+54
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng3-79/+85
2014-06-06ceph: update inode fields according to issued capsYan, Zheng2-57/+71
2014-06-06ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng1-10/+16
2014-06-06ceph: remove useless ACL checkZhang Zhen1-6/+0
2014-06-06ceph: ceph_get_parent() can be staticFengguang Wu1-1/+1
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton1-8/+2
2014-05-07ceph: switch to ->write_iter()Al Viro1-31/+26
2014-05-07ceph_sync_direct_write: stop poking into iov_iter gutsAl Viro1-26/+23
2014-05-07ceph_sync_read: stop poking into iov_iter gutsAl Viro1-28/+18
2014-05-07ceph: switch to ->read_iter()Al Viro1-11/+7
2014-05-07start adding the tag to iov_iterAl Viro1-4/+4
2014-05-07new helper: generic_file_read_iter()Al Viro1-14/+1
2014-05-07ceph_aio_read(): keep iov_iter across retriesAl Viro1-6/+8
2014-05-07pass iov_iter to ->direct_IO()Al Viro1-2/+2
2014-05-07kill generic_segment_checks()Al Viro1-10/+3
2014-05-07kill iov_iter_copy_from_user()Al Viro1-2/+1
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-72/+39