| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-08-02 | 1 | -169/+189 |
|\ |
|
| * | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 1 | -0/+8 |
| * | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 1 | -71/+6 |
| * | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 1 | -21/+20 |
| * | 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 | 1 | -2/+85 |
| * | ceph: remove ceph_mdsc_lease_release | Jeff Layton | 2016-07-28 | 1 | -41/+0 |
| * | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-28 | 1 | -2/+2 |
| * | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -12/+7 |
* | | vfs: make the string hashes salt the hash | Linus Torvalds | 2016-06-10 | 1 | -1/+1 |
|/ |
|
* | ceph: fix wake_up_session_cb() | Yan, Zheng | 2016-05-26 | 1 | -1/+1 |
* | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-26 | 1 | -0/+1 |
* | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-26 | 1 | -0/+2 |
* | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-26 | 1 | -2/+5 |
* | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-26 | 1 | -23/+19 |
* | ceph: report mount root in session metadata | Yan, Zheng | 2016-05-26 | 1 | -1/+3 |
* | ceph: don't call truncate_pagecache in ceph_writepages_start | Yan, Zheng | 2016-05-26 | 1 | -7/+15 |
* | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 1 | -1/+5 |
* | libceph: DEFINE_RB_FUNCS macro | Ilya Dryomov | 2016-05-26 | 1 | -41/+13 |
* | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov | 2016-04-25 | 1 | -4/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 1 | -0/+2 |
* | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 1 | -1/+1 |
* | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov | 2016-03-25 | 1 | -1/+2 |
* | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 2016-03-04 | 1 | -0/+16 |
* | libceph: msg signing callouts don't need con argument | Ilya Dryomov | 2015-11-02 | 1 | -6/+8 |
* | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 | 1 | -0/+14 |
* | ceph: add request to i_unsafe_dirops when getting unsafe reply | Yan, Zheng | 2015-11-02 | 1 | -7/+11 |
* | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 2015-11-02 | 1 | -1/+8 |
* | ceph: fix message length computation | Arnd Bergmann | 2015-11-02 | 1 | -1/+1 |
* | ceph: cleanup use of ceph_msg_get | Jianpeng Ma | 2015-09-08 | 1 | -2/+1 |
* | ceph: remove redundant test of head->safe and silence static analysis warnings | Brad Hubbard | 2015-09-08 | 1 | -1/+1 |
* | ceph: EIO all operations after forced umount | Yan, Zheng | 2015-09-08 | 1 | -11/+43 |
* | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 2015-06-25 | 1 | -1/+2 |
* | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 1 | -1/+5 |
* | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 2015-06-25 | 1 | -0/+3 |
* | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 1 | -45/+48 |
* | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 1 | -0/+20 |
* | ceph: ratelimit warn messages for MDS closes session | Yan, Zheng | 2015-06-25 | 1 | -3/+7 |
* | ceph: simplify two mount_timeout sites | Ilya Dryomov | 2015-06-25 | 1 | -8/+10 |
* | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 2015-06-25 | 1 | -6/+6 |
* | ceph: exclude setfilelock requests when calculating oldest tid | Yan, Zheng | 2015-06-25 | 1 | -7/+23 |
* | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 2015-06-25 | 1 | -137/+86 |
* | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 1 | -24/+62 |
* | ceph: don't trim auth cap when there are cap snaps | Yan, Zheng | 2015-06-25 | 1 | -1/+2 |
* | ceph: check OSD caps before read/write | Yan, Zheng | 2015-06-25 | 1 | -0/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 | 1 | -12/+12 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -12/+12 |
* | | ceph: fix null pointer dereference in send_mds_reconnect() | Yan, Zheng | 2015-04-22 | 1 | -1/+2 |