Age | Commit message (Expand) | Author | Files | Lines |
2017-01-18 | ceph: fix bad endianness handling in parse_reply_info_extra | Jeff Layton | 1 | -4/+5 |
2017-01-18 | ceph: fix endianness bug in frag_tree_split_cmp | Jeff Layton | 1 | -1/+2 |
2017-01-18 | ceph: fix endianness of getattr mask in ceph_d_revalidate | Jeff Layton | 1 | -2/+3 |
2017-01-18 | ceph: fix ceph_get_caps() interruption | Yan, Zheng | 1 | -1/+6 |
2017-01-12 | ceph: fix get_oldest_context() | Geng, Jichao | 1 | -2/+2 |
2017-01-12 | ceph: fix mds cluster availability check | Yan, Zheng | 1 | -0/+5 |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
2016-12-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -6/+8 |
2016-12-16 | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 8 | -211/+540 |
2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 6 | -100/+15 |
2016-12-15 | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus | Al Viro | 6 | -100/+15 |
2016-12-14 | libceph: always signal completion when done | Ilya Dryomov | 1 | -1/+1 |
2016-12-14 | ceph: avoid creating orphan object when checking pool permission | Yan, Zheng | 1 | -0/+9 |
2016-12-12 | ceph: properly set issue_seq for cap release | Yan, Zheng | 1 | -0/+1 |
2016-12-12 | ceph: add flags parameter to send_cap_msg | Jeff Layton | 1 | -10/+15 |
2016-12-12 | ceph: update cap message struct version to 10 | Jeff Layton | 1 | -6/+33 |
2016-12-12 | ceph: define new argument structure for send_cap_msg | Jeff Layton | 1 | -99/+126 |
2016-12-12 | ceph: move xattr initialzation before the encoding past the ceph_mds_caps | Jeff Layton | 1 | -7/+7 |
2016-12-12 | ceph: fix minor typo in unsafe_request_wait | Jeff Layton | 1 | -1/+1 |
2016-12-12 | ceph: record truncate size/seq for snap data writeback | Yan, Zheng | 3 | -13/+22 |
2016-12-12 | ceph: check availability of mds cluster on mount | Yan, Zheng | 4 | -11/+182 |
2016-12-12 | ceph: fix splice read for no Fc capability case | Yan, Zheng | 1 | -54/+66 |
2016-12-12 | ceph: try getting buffer capability for readahead/fadvise | Yan, Zheng | 4 | -11/+73 |
2016-12-12 | ceph: fix scheduler warning due to nested blocking | Nikolay Borisov | 1 | -3/+9 |
2016-12-12 | ceph: fix printing wrong return variable in ceph_direct_read_write() | Zhi Zhang | 1 | -1/+1 |
2016-12-12 | libceph: drop len argument of *verify_authorizer_reply() | Ilya Dryomov | 1 | -2/+2 |
2016-12-10 | fix ceph_write_end() | Al Viro | 1 | -6/+8 |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
2016-12-08 | ceph: don't set req->r_locked_dir in ceph_d_revalidate | Jeff Layton | 1 | -10/+14 |
2016-11-10 | ceph: use default file splice read callback | Yan, Zheng | 1 | -1/+0 |
2016-10-28 | ceph: switch to use of ->d_init() | Al Viro | 6 | -67/+5 |
2016-10-28 | ceph: unify dentry_operations instances | Al Viro | 4 | -33/+10 |
2016-10-18 | ceph: fix non static symbol warning | Wei Yongjun | 1 | -2/+2 |
2016-10-18 | ceph: fix uninitialized dentry pointer in ceph_real_mount() | Geert Uytterhoeven | 1 | -0/+2 |
2016-10-18 | ceph: fix readdir vs fragmentation race | Yan, Zheng | 1 | -1/+2 |
2016-10-15 | ceph: fix error handling in ceph_read_iter | Nikolay Borisov | 1 | -1/+2 |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -5/+9 |
2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -9/+0 |
2016-10-10 | Merge tag 'ceph-for-4.9-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 7 | -53/+61 |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 2 | -12/+18 |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2 | -9/+0 |
2016-10-03 | ceph: use list_move instead of list_del/list_add | Wei Yongjun | 1 | -2/+1 |
2016-10-03 | ceph: handle CEPH_SESSION_REJECT message | Yan, Zheng | 3 | -5/+25 |
2016-10-03 | ceph: avoid accessing / when mounting a subpath | Yan, Zheng | 1 | -29/+20 |
2016-10-03 | ceph: fix mandatory flock check | Yan, Zheng | 1 | -2/+2 |
2016-10-03 | ceph: remove warning when ceph_releasepage() is called on dirty page | NeilBrown | 1 | -3/+2 |
2016-10-03 | ceph: ignore error from invalidate_inode_pages2_range() in direct write | NeilBrown | 1 | -2/+2 |
2016-10-03 | ceph: fix error handling of start_read() | Yan, Zheng | 1 | -10/+9 |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 3 | -4/+4 |