Age | Commit message (Expand) | Author |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-25 | ceph: use lookup request to revalidate dentry | Yan, Zheng |
2016-03-25 | ceph: fix security xattr deadlock | 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: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani |
2016-03-19 | 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-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-01-21 | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng |
2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro |
2015-11-02 | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng |
2015-07-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2015-06-25 | 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-05-10 | ceph: switch to simple_follow_link() | Al Viro |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-02-19 | 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-01-20 | fs: remove mapping->backing_dev_info | Christoph Hellwig |
2014-12-17 | 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-11-19 | assorted conversions to %p[dD] | Al Viro |
2014-11-19 | switch d_materialise_unique() users to d_splice_alias() | Al Viro |
2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro |
2014-10-14 | 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-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2014-06-08 | ceph: use truncate_pagecache() instead of truncate_inode_pages() | Yan, Zheng |
2014-06-06 | fs/ceph: replace pr_warning by pr_warn | Fabian Frederick |
2014-06-06 | 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-04-28 | ceph: clear directory's completeness when creating file | Yan, Zheng |
2014-04-04 | 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-03 | ceph: add get_name() NFS export callback | Yan, Zheng |
2014-04-03 | ceph: do not chain inode updates to parent fsync | Sage Weil |