| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-11-20 | ceph: fix endianness of getattr mask in ceph_d_revalidate | Jeff Layton | 1 | -2/+3 |
| 2018-11-20 | ceph: don't set req->r_locked_dir in ceph_d_revalidate | Jeff Layton | 1 | -10/+14 |
| 2018-11-20 | ceph: use lookup request to revalidate dentry | Yan, Zheng | 4 | -0/+51 |
| 2018-11-20 | ceph: fix llistxattr on symlink | Yan, Zheng | 1 | -2/+1 |
| 2018-10-21 | ceph: always update atime/mtime/ctime for new inode | Yan, Zheng | 1 | -3/+7 |
| 2018-10-03 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 1 | -1/+0 |
| 2017-08-26 | ceph: fix memory leak in __ceph_setxattr() | Luis Henriques | 1 | -0/+3 |
| 2017-07-18 | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() | Yan, Zheng | 1 | -8/+6 |
| 2017-03-16 | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 1 | -4/+5 |
| 2017-02-23 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2017-02-23 | Revert "fs: Give dentry to inode_change_ok() instead of inode" | Ben Hutchings | 1 | -1/+1 |
| 2016-11-20 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 1 | -4/+2 |
| 2016-11-20 | fs: Give dentry to inode_change_ok() instead of inode | Jan Kara | 1 | -1/+1 |
| 2016-11-20 | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull | 1 | -7/+5 |
| 2016-06-15 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 1 | -4/+2 |
| 2016-04-11 | ceph: fix request time stamp encoding | Yan, Zheng | 1 | -1/+5 |
| 2015-12-13 | ceph: fix message length computation | Arnd Bergmann | 1 | -1/+1 |
| 2015-09-29 | fs: create and use seq_show_option for escaping | Kees Cook | 1 | -1/+2 |
| 2015-02-17 | ceph: introduce global empty snap context | Yan, Zheng | 3 | -3/+35 |
| 2015-01-15 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2 | -5/+5 |
| 2015-01-15 | ceph: do_sync is never initialized | Dan Carpenter | 1 | -1/+1 |
| 2014-06-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 8 | -231/+310 |
| 2014-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -115/+74 |
| 2014-06-12 | ceph: switch to iter_file_splice_write() | Al Viro | 1 | -1/+1 |
| 2014-06-08 | ceph: use truncate_pagecache() instead of truncate_inode_pages() | Yan, Zheng | 1 | -2/+2 |
| 2014-06-07 | fs/ceph/debugfs.c: replace seq_printf by seq_puts | Fabian Frederick | 1 | -3/+3 |
| 2014-06-07 | fs/ceph: replace pr_warning by pr_warn | Fabian Frederick | 4 | -6/+6 |
| 2014-06-06 | ceph: include time stamp in every MDS request | Sage Weil | 2 | -1/+9 |
| 2014-06-06 | ceph: refactor readpage_nounlock() to make the logic clearer | Zhang Zhen | 1 | -10/+7 |
| 2014-06-06 | mds: check cap ID when handling cap export message | Yan, Zheng | 1 | -1/+1 |
| 2014-06-06 | ceph: remember subtree root dirfrag's auth MDS | Yan, Zheng | 1 | -1/+7 |
| 2014-06-06 | ceph: introduce ceph_fill_fragtree() | Yan, Zheng | 1 | -45/+84 |
| 2014-06-06 | ceph: handle cap import atomically | Yan, Zheng | 1 | -45/+54 |
| 2014-06-06 | ceph: pre-allocate ceph_cap struct for ceph_add_cap() | Yan, Zheng | 3 | -79/+85 |
| 2014-06-06 | ceph: update inode fields according to issued caps | Yan, Zheng | 2 | -57/+71 |
| 2014-06-06 | ceph: queue vmtruncate if necessary when handing cap grant/revoke | Yan, Zheng | 1 | -10/+16 |
| 2014-06-06 | ceph: remove useless ACL check | Zhang Zhen | 1 | -6/+0 |
| 2014-06-06 | ceph: ceph_get_parent() can be static | Fengguang Wu | 1 | -1/+1 |
| 2014-06-02 | locks: ensure that fl_owner is always initialized properly in flock and lease... | Jeff Layton | 1 | -8/+2 |
| 2014-05-07 | ceph: switch to ->write_iter() | Al Viro | 1 | -31/+26 |
| 2014-05-07 | ceph_sync_direct_write: stop poking into iov_iter guts | Al Viro | 1 | -26/+23 |
| 2014-05-07 | ceph_sync_read: stop poking into iov_iter guts | Al Viro | 1 | -28/+18 |
| 2014-05-07 | ceph: switch to ->read_iter() | Al Viro | 1 | -11/+7 |
| 2014-05-07 | start adding the tag to iov_iter | Al Viro | 1 | -4/+4 |
| 2014-05-07 | new helper: generic_file_read_iter() | Al Viro | 1 | -14/+1 |
| 2014-05-07 | ceph_aio_read(): keep iov_iter across retries | Al Viro | 1 | -6/+8 |
| 2014-05-07 | pass iov_iter to ->direct_IO() | Al Viro | 1 | -2/+2 |
| 2014-05-07 | kill generic_segment_checks() | Al Viro | 1 | -10/+3 |
| 2014-05-07 | kill iov_iter_copy_from_user() | Al Viro | 1 | -2/+1 |
| 2014-05-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 6 | -72/+39 |