Age | Commit message (Expand) | Author |
2017-09-06 | ceph: make sure flushsnap messages are sent in proper order | Yan, Zheng |
2017-09-06 | ceph: fix -EOLDSNAPC handling | Yan, Zheng |
2017-09-06 | ceph: send LSSNAP request to auth mds of directory inode | Yan, Zheng |
2017-09-06 | ceph: don't fill readdir cache for LSSNAP reply | Yan, Zheng |
2017-09-06 | ceph: cleanup ceph_readdir_prepopulate() | Yan, Zheng |
2017-09-06 | ceph: use errseq_t for writeback error reporting | Jeff Layton |
2017-09-06 | ceph: new cap message flags indicate if there is pending capsnap | Yan, Zheng |
2017-09-06 | ceph: nuke startsync op | Yanhu Cao |
2017-09-06 | ceph: validate correctness of some mount options | Yan, Zheng |
2017-09-06 | ceph: limit osd write size | Yan, Zheng |
2017-09-06 | ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN | Yan, Zheng |
2017-09-06 | ceph: remove unused cap_release_safety mount option | Yan, Zheng |
2017-09-01 | ceph: fix readpage from fscache | Yan, Zheng |
2017-07-17 | ceph: fix race in concurrent readdir | Yan, Zheng |
2017-07-16 | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington |
2017-07-07 | ceph: update ceph_dentry_info::lease_session when necessary | Yan, Zheng |
2017-07-07 | ceph: new mount option that specifies fscache uniquifier | Yan, Zheng |
2017-07-07 | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() | Yan, Zheng |
2017-07-07 | ceph: avoid invalid memory dereference in the middle of umount | Yan, Zheng |
2017-07-07 | ceph: getattr before read on ceph.* xattrs | Yan, Zheng |
2017-07-07 | ceph: don't re-send interrupted flock request | Yan, Zheng |
2017-07-07 | ceph: cleanup writepage_nounlock() | Yan, Zheng |
2017-07-07 | ceph: redirty page when writepage_nounlock() skips unwritable page | Yan, Zheng |
2017-07-07 | ceph: remove useless page->mapping check in writepage_nounlock() | Yan, Zheng |
2017-07-07 | ceph: update the 'approaching max_size' code | Yan, Zheng |
2017-07-07 | ceph: re-request max size after importing caps | Yan, Zheng |
2017-06-14 | ceph: unify inode i_ctime update | Yan, Zheng |
2017-06-14 | ceph: use current_kernel_time() to get request time stamp | Yan, Zheng |
2017-06-14 | ceph: check i_nlink while converting a file handle to dentry | Luis Henriques |
2017-05-24 | ceph: check that the new inode size is within limits in ceph_fallocate() | Luis Henriques |
2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2017-05-08 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() | Deepa Dinamani |
2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko |
2017-05-04 | ceph: fix memory leak in __ceph_setxattr() | Luis Henriques |
2017-05-04 | ceph: fix file open flags on ppc64 | Alexander Graf |
2017-05-04 | ceph: choose readdir frag based on previous readdir reply | Yan, Zheng |
2017-05-04 | ceph: when seeing write errors on an inode, switch to sync writes | Jeff Layton |
2017-05-04 | Revert "ceph: SetPageError() for writeback pages if writepages fails" | Jeff Layton |
2017-05-04 | ceph: handle epoch barriers in cap messages | Jeff Layton |
2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton |
2017-05-04 | ceph: make seeky readdir more efficient | Yan, Zheng |
2017-05-04 | ceph: close stopped mds' session | Yan, Zheng |
2017-05-04 | ceph: fix potential use-after-free | Yan, Zheng |
2017-05-04 | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds | Yan, Zheng |
2017-05-04 | ceph: fix wrong check in ceph_renew_caps() | Yan, Zheng |
2017-05-04 | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t | Elena Reshetova |
2017-05-04 | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t | Elena Reshetova |
2017-05-04 | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t | Elena Reshetova |
2017-05-04 | libceph, ceph: always advertise all supported features | Ilya Dryomov |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds |