Age | Commit message (Expand) | Author |
2016-04-25 | libceph: make authorizer destruction independent of ceph_auth_client | Ilya Dryomov |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-25 | ceph: use kmem_cache_zalloc | Geliang Tang |
2016-03-25 | ceph: use lookup request to revalidate dentry | Yan, Zheng |
2016-03-25 | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng |
2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng |
2016-03-25 | ceph: don't request vxattrs from MDS | Yan, Zheng |
2016-03-25 | ceph: fix mounting same fs multiple times | Yan, Zheng |
2016-03-25 | ceph: remove unnecessary NULL check | Yan, Zheng |
2016-03-25 | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng |
2016-03-25 | ceph: fix race during filling readdir cache | Yan, Zheng |
2016-03-25 | ceph: kill ceph_empty_snapc | Ilya Dryomov |
2016-03-25 | ceph: fix a wrong comparison | Anton Protopopov |
2016-03-25 | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani |
2016-03-25 | ceph: scattered page writeback | Yan, Zheng |
2016-03-25 | ceph: remove useless BUG_ON | Yan, Zheng |
2016-03-25 | ceph: don't enable rbytes mount option by default | Yan, Zheng |
2016-03-25 | ceph: encode ctime in cap message | Yan, Zheng |
2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol | Ilya Dryomov |
2016-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-03-14 | ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) | Al Viro |
2016-03-14 | ceph: don't bother with d_rehash() in splice_dentry() | Al Viro |
2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng |
2016-02-04 | ceph: fix snap context leak in error path | Yan, Zheng |
2016-02-04 | ceph: checking for IS_ERR instead of NULL | Dan Carpenter |
2016-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-21 | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng |
2016-01-21 | ceph: re-send AIO write request when getting -EOLDSNAP error | Yan, Zheng |
2016-01-21 | ceph: Asynchronous IO support | Yan, Zheng |
2016-01-21 | ceph: Avoid to propagate the invalid page point | Minfei Huang |
2016-01-21 | ceph: fix double page_unlock() in page_mkwrite() | Yan, Zheng |
2016-01-15 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2015-12-09 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro |
2015-12-07 | posix acls: Remove duplicate xattr name definitions | Andreas Gruenbacher |
2015-11-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2015-11-07 | mm, fs: introduce mapping_gfp_constraint() | Michal Hocko |
2015-11-02 | libceph: msg signing callouts don't need con argument | Ilya Dryomov |
2015-11-02 | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng |
2015-11-02 | ceph: add request to i_unsafe_dirops when getting unsafe reply | Yan, Zheng |
2015-11-02 | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng |
2015-11-02 | ceph: combine as many iovec as possile into one OSD request | Zhu, Caifeng |
2015-11-02 | ceph: fix message length computation | Arnd Bergmann |
2015-11-02 | ceph: fix a comment typo | Geliang Tang |
2015-10-22 | Move locks API users to locks_lock_inode_wait() | Benjamin Coddington |
2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2015-09-10 | mm: mark most vm_operations_struct const | Kirill A. Shutemov |
2015-09-09 | ceph: improve readahead for file holes | Yan, Zheng |
2015-09-09 | ceph: get inode size for each append write | Yan, Zheng |