| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: initialize pathbase in the !dentry case in encode_caps_cb() | Ilya Dryomov | 2016-08-09 | 1 | -0/+1 |
* | ceph: fix null pointer dereference in ceph_flush_snaps() | Yan, Zheng | 2016-08-08 | 1 | -1/+4 |
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 13 | -752/+999 |
|\ |
|
| * | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull | 2016-07-28 | 1 | -7/+5 |
| * | ceph: Mark the file cache as unreclaimable | Nikolay Borisov | 2016-07-28 | 1 | -2/+2 |
| * | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 3 | -27/+73 |
| * | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 2016-07-28 | 3 | -88/+105 |
| * | ceph: kick cap flushes before sending other cap message | Yan, Zheng | 2016-07-28 | 1 | -9/+34 |
| * | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 2016-07-28 | 3 | -15/+36 |
| * | ceph: avoid sending duplicated cap flush message | Yan, Zheng | 2016-07-28 | 2 | -1/+18 |
| * | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 5 | -222/+175 |
| * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 5 | -118/+56 |
| * | ceph: update types of some local varibles | Yan, Zheng | 2016-07-28 | 1 | -11/+12 |
| * | ceph: include 'follows' of pending snapflush in cap reconnect message | Yan, Zheng | 2016-07-28 | 1 | -1/+16 |
| * | ceph: update cap reconnect message to version 3 | Yan, Zheng | 2016-07-28 | 1 | -21/+47 |
| * | ceph: mount non-default filesystem by name | Yan, Zheng | 2016-07-28 | 4 | -17/+117 |
| * | ceph: handle LOOKUP_RCU in ceph_d_revalidate | Jeff Layton | 2016-07-28 | 1 | -6/+14 |
| * | ceph: allow dentry_lease_is_valid to work under RCU walk | Jeff Layton | 2016-07-28 | 1 | -15/+26 |
| * | ceph: clear d_fsinfo pointer under d_lock | Jeff Layton | 2016-07-28 | 1 | -1/+5 |
| * | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 2016-07-28 | 2 | -45/+0 |
| * | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-28 | 4 | -8/+8 |
| * | ceph: fix spelling mistake: "resgister" -> "register" | Colin Ian King | 2016-07-28 | 1 | -1/+1 |
| * | ceph: fix NULL dereference in ceph_queue_cap_snap() | Yan, Zheng | 2016-07-28 | 1 | -1/+1 |
| * | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng | 2016-07-28 | 5 | -48/+61 |
| * | ceph: fix use-after-free bug in ceph_direct_read_write() | Yan, Zheng | 2016-07-28 | 1 | -2/+5 |
| * | ceph: reduce i_nr_by_mode array size | Yan, Zheng | 2016-07-28 | 4 | -22/+35 |
| * | ceph: set user pages dirty after direct IO read | Yan, Zheng | 2016-07-28 | 1 | -2/+2 |
| * | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 8 | -77/+159 |
| * | libceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -0/+3 |
| * | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 7 | -45/+43 |
| * | libceph: add an ONSTACK initializer for oids | Ilya Dryomov | 2016-07-28 | 1 | -1/+1 |
* | | Merge branch 'salted-string-hash' | Linus Torvalds | 2016-07-28 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 2 | -3/+3 |
* | | Use the right predicate in ->atomic_open() instances | Al Viro | 2016-07-05 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-07-01 | 1 | -7/+3 |
|\ \
| |/
|/| |
|
| * | ceph: fix d_obtain_alias() misuses | Al Viro | 2016-06-24 | 1 | -7/+3 |
* | | ceph: use i_version to check validity of fscache | Yan, Zheng | 2016-06-01 | 1 | -0/+3 |
* | | ceph: improve fscache revalidation | Yan, Zheng | 2016-06-01 | 4 | -83/+41 |
* | | ceph: disable fscache when inode is opened for write | Yan, Zheng | 2016-06-01 | 4 | -53/+52 |
* | | ceph: avoid unnecessary fscache invalidation/revlidation | Yan, Zheng | 2016-06-01 | 1 | -6/+3 |
* | | ceph: call __fscache_uncache_page() if readpages fails | Yan, Zheng | 2016-06-01 | 1 | -1/+3 |
* | | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov | 2016-05-30 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-27 | 1 | -3/+4 |
|\ |
|
| * | switch xattr_handler->set() to passing dentry and inode separately | Al Viro | 2016-05-27 | 1 | -3/+4 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 | 14 | -418/+773 |
|\ \
| |/
|/| |
|
| * | ceph: fix wake_up_session_cb() | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
| * | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng | 2016-05-26 | 2 | -5/+7 |
| * | ceph: SetPageError() for writeback pages if writepages fails | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
| * | ceph: handle interrupted ceph_writepage() | Yan, Zheng | 2016-05-26 | 1 | -4/+18 |
| * | ceph: make ceph_update_writeable_page() uninterruptible | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |