| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2016-07-28 | ceph: fix use-after-free bug in ceph_direct_read_write() |  Yan, Zheng | 1 | -2/+5 |
| 2016-07-28 | ceph: reduce i_nr_by_mode array size |  Yan, Zheng | 4 | -22/+35 |
| 2016-07-28 | ceph: set user pages dirty after direct IO read |  Yan, Zheng | 1 | -2/+2 |
| 2016-07-28 | ceph: rados pool namespace support |  Yan, Zheng | 8 | -77/+159 |
| 2016-07-28 | libceph: rados pool namespace support |  Yan, Zheng | 1 | -0/+3 |
| 2016-07-28 | libceph: define new ceph_file_layout structure |  Yan, Zheng | 7 | -45/+43 |
| 2016-07-28 | libceph: add an ONSTACK initializer for oids |  Ilya Dryomov | 1 | -1/+1 |
| 2016-07-05 | Use the right predicate in ->atomic_open() instances |  Al Viro | 1 | -1/+1 |
| 2016-07-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -7/+3 |
| 2016-06-24 | ceph: fix d_obtain_alias() misuses |  Al Viro | 1 | -7/+3 |
| 2016-06-10 | vfs: make the string hashes salt the hash |  Linus Torvalds | 2 | -3/+3 |
| 2016-06-01 | ceph: use i_version to check validity of fscache |  Yan, Zheng | 1 | -0/+3 |
| 2016-06-01 | ceph: improve fscache revalidation |  Yan, Zheng | 4 | -83/+41 |
| 2016-06-01 | ceph: disable fscache when inode is opened for write |  Yan, Zheng | 4 | -53/+52 |
| 2016-06-01 | ceph: avoid unnecessary fscache invalidation/revlidation |  Yan, Zheng | 1 | -6/+3 |
| 2016-06-01 | ceph: call __fscache_uncache_page() if readpages fails |  Yan, Zheng | 1 | -1/+3 |
| 2016-05-30 | libceph: change ceph_osdmap_flag() to take osdc |  Ilya Dryomov | 1 | -4/+4 |
| 2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -3/+4 |
| 2016-05-27 | switch xattr_handler->set() to passing dentry and inode separately |  Al Viro | 1 | -3/+4 |
| 2016-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 14 | -417/+772 |
| 2016-05-26 | ceph: fix wake_up_session_cb() |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: don't use truncate_pagecache() to invalidate read cache |  Yan, Zheng | 2 | -5/+7 |
| 2016-05-26 | ceph: SetPageError() for writeback pages if writepages fails |  Yan, Zheng | 1 | -1/+3 |
| 2016-05-26 | ceph: handle interrupted ceph_writepage() |  Yan, Zheng | 1 | -4/+18 |
| 2016-05-26 | ceph: make ceph_update_writeable_page() uninterruptible |  Yan, Zheng | 1 | -1/+1 |
| 2016-05-26 | ceph: handle -EAGAIN returned by ceph_update_writeable_page() |  Yan, Zheng | 1 | -13/+15 |
| 2016-05-26 | ceph: make fault/page_mkwrite return VM_FAULT_OOM for -ENOMEM |  Yan, Zheng | 1 | -20/+17 |
| 2016-05-26 | ceph: block non-fatal signals for fault/page_mkwrite |  Yan, Zheng | 1 | -27/+39 |
| 2016-05-26 | ceph: make logical calculation functions return bool |  Zhang Zhuoyu | 2 | -2/+2 |
| 2016-05-26 | ceph: tolerate bad i_size for symlink inode |  Yan, Zheng | 1 | -7/+15 |
| 2016-05-26 | ceph: improve fragtree change detection |  Yan, Zheng | 2 | -4/+21 |
| 2016-05-26 | ceph: keep leaf frag when updating fragtree |  Yan, Zheng | 1 | -5/+23 |