| Commit message (Expand) | Author | Age |
| * | ceph: fix dentry leak in ceph_readdir_prepopulate | Yan, Zheng | 2019-11-28 |
| * | ceph: fix directories inode i_blkbits initialization | Luis Henriques | 2019-10-17 |
| * | ceph: fix use-after-free on symlink traversal | Al Viro | 2019-05-16 |
| * | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() | Yan, Zheng | 2017-05-25 |
| * | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-10-07 |
| * | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-07-02 |
| |\ |
|
| | * | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 |
| | * | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 |
| | * | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 |
| | * | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 |
| | * | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 2015-06-25 |
| | * | ceph: check OSD caps before read/write | Yan, Zheng | 2015-06-25 |
| * | | ceph: switch to simple_follow_link() | Al Viro | 2015-05-10 |
| |/ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-02-19 |
| |\ |
|
| | * | ceph: fix dentry leaks | Yan, Zheng | 2015-02-19 |
| | * | ceph: properly mark empty directory as complete | Yan, Zheng | 2015-02-19 |
| | * | ceph: provide seperate {inode,file}_operations for snapdir | Yan, Zheng | 2015-02-19 |
| * | | fs: remove mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-12-17 |
| |\ |
|
| | * | ceph: use getattr request to fetch inline data | Yan, Zheng | 2014-12-17 |
| | * | ceph: add inline data to pagecache | Yan, Zheng | 2014-12-17 |
| | * | ceph: introduce a new inode flag indicating if cached dentries are ordered | Yan, Zheng | 2014-12-17 |
| * | | assorted conversions to %p[dD] | Al Viro | 2014-11-19 |
| * | | switch d_materialise_unique() users to d_splice_alias() | Al Viro | 2014-11-19 |
| * | | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 2014-11-03 |
| |/ |
|
| * | ceph: remove redundant code for max file size verification | Chao Yu | 2014-10-14 |
| * | ceph: request xattrs if xattr_version is zero | Yan, Zheng | 2014-10-14 |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-06-12 |
| |\ |
|
| | * | ceph: use truncate_pagecache() instead of truncate_inode_pages() | Yan, Zheng | 2014-06-08 |
| | * | ceph: remember subtree root dirfrag's auth MDS | Yan, Zheng | 2014-06-06 |
| | * | ceph: introduce ceph_fill_fragtree() | Yan, Zheng | 2014-06-06 |
| | * | ceph: pre-allocate ceph_cap struct for ceph_add_cap() | Yan, Zheng | 2014-06-06 |
| | * | ceph: update inode fields according to issued caps | Yan, Zheng | 2014-06-06 |
| * | | fs/ceph: replace pr_warning by pr_warn | Fabian Frederick | 2014-06-06 |
| |/ |
|
| * | ceph: clear directory's completeness when creating file | Yan, Zheng | 2014-04-28 |
| * | ceph: don't grabs open file reference for aborted request | Yan, Zheng | 2014-04-04 |
| * | ceph: Remove get/set acl on symlinks | Fabian Frederick | 2014-04-04 |
| * | ceph: update i_max_size even if inode version does not change | Yan, Zheng | 2014-04-04 |
| * | ceph: add get_name() NFS export callback | Yan, Zheng | 2014-04-03 |
| * | ceph: do not chain inode updates to parent fsync | Sage Weil | 2014-04-03 |
| * | ceph: fix posix ACL hooks | Sage Weil | 2014-01-29 |
| * | ceph: Fix up after semantic merge conflict | Linus Torvalds | 2014-01-28 |
| * | ceph: add imported caps when handling cap export message | Yan, Zheng | 2014-01-21 |
| * | ceph: fix cache revoke race | Yan, Zheng | 2014-01-21 |
| * | ceph: add acl for cephfs | Guangliang Zhao | 2013-12-31 |
| * | ceph: drop unconnected inodes | Yan, Zheng | 2013-12-13 |
| * | ceph: initialize inode before instantiating dentry | Yan, Zheng | 2013-12-13 |
| * | ceph: handle frag mismatch between readdir request and reply | Yan, Zheng | 2013-09-30 |