| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-11-10 | ceph: use default file splice read callback |  Yan, Zheng | 1 | -1/+0 |
| 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/viro/vfs |  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/viro/vfs |  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 |
| 2016-09-27 | fs: rename "rename2" i_op to "rename" |  Miklos Szeredi | 1 | -2/+2 |
| 2016-09-27 | fs: make remaining filesystems use .rename2 |  Miklos Szeredi | 1 | -3/+7 |
| 2016-09-22 | fs: Give dentry to inode_change_ok() instead of inode |  Jan Kara | 1 | -1/+1 |
| 2016-09-22 | ceph: Propagate dentry down to inode_change_ok() |  Jan Kara | 2 | -8/+16 |
| 2016-09-22 | posix_acl: Clear SGID bit when setting file permissions |  Jan Kara | 1 | -4/+2 |
| 2016-09-05 | ceph: do not modify fi->frag in need_reset_readdir() |  Nicolas Iooss | 1 | -1/+1 |
| 2016-08-09 | ceph: initialize pathbase in the !dentry case in encode_caps_cb() |  Ilya Dryomov | 1 | -0/+1 |
| 2016-08-08 | ceph: fix null pointer dereference in ceph_flush_snaps() |  Yan, Zheng | 1 | -1/+4 |
| 2016-08-02 | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 13 | -751/+998 |
| 2016-07-28 | Merge branch 'salted-string-hash' |  Linus Torvalds | 2 | -3/+3 |
| 2016-07-28 | ceph: Correctly return NXIO errors from ceph_llseek |  Phil Turnbull | 1 | -7/+5 |
| 2016-07-28 | ceph: Mark the file cache as unreclaimable |  Nikolay Borisov | 1 | -2/+2 |
| 2016-07-28 | ceph: optimize cap flush waiting |  Yan, Zheng | 3 | -27/+73 |
| 2016-07-28 | ceph: cleanup ceph_flush_snaps() |  Yan, Zheng | 3 | -88/+105 |
| 2016-07-28 | ceph: kick cap flushes before sending other cap message |  Yan, Zheng | 1 | -9/+34 |
| 2016-07-28 | ceph: introduce an inode flag to indicates if snapflush is needed |  Yan, Zheng | 3 | -15/+36 |
| 2016-07-28 | ceph: avoid sending duplicated cap flush message |  Yan, Zheng | 2 | -1/+18 |
| 2016-07-28 | ceph: unify cap flush and snapcap flush |  Yan, Zheng | 5 | -222/+175 |
| 2016-07-28 | ceph: use list instead of rbtree to track cap flushes |  Yan, Zheng | 5 | -118/+56 |
| 2016-07-28 | ceph: update types of some local varibles |  Yan, Zheng | 1 | -11/+12 |
| 2016-07-28 | ceph: include 'follows' of pending snapflush in cap reconnect message |  Yan, Zheng | 1 | -1/+16 |
| 2016-07-28 | ceph: update cap reconnect message to version 3 |  Yan, Zheng | 1 | -21/+47 |
| 2016-07-28 | ceph: mount non-default filesystem by name |  Yan, Zheng | 4 | -17/+117 |
| 2016-07-28 | ceph: handle LOOKUP_RCU in ceph_d_revalidate |  Jeff Layton | 1 | -6/+14 |
| 2016-07-28 | ceph: allow dentry_lease_is_valid to work under RCU walk |  Jeff Layton | 1 | -15/+26 |
| 2016-07-28 | ceph: clear d_fsinfo pointer under d_lock |  Jeff Layton | 1 | -1/+5 |
| 2016-07-28 | ceph: remove ceph_mdsc_lease_release |  Jeff Layton | 2 | -45/+0 |
| 2016-07-28 | ceph: don't use ->d_time |  Miklos Szeredi | 4 | -8/+8 |
| 2016-07-28 | ceph: fix spelling mistake: "resgister" -> "register" |  Colin Ian King | 1 | -1/+1 |
| 2016-07-28 | ceph: fix NULL dereference in ceph_queue_cap_snap() |  Yan, Zheng | 1 | -1/+1 |
| 2016-07-28 | ceph: wait unsafe sync writes for evicting inode |  Yan, Zheng | 5 | -48/+61 |