- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 72b5ac5 Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
- e4500b5 ceph: use list instead of rbtree to track cap flushes by Yan, Zheng · 8 years ago
- 9b16f03c ceph: don't use ->d_time by Miklos Szeredi · 8 years ago
- 9a5530c ceph: wait unsafe sync writes for evicting inode by Yan, Zheng · 8 years ago
- 774a6a1 ceph: reduce i_nr_by_mode array size by Yan, Zheng · 8 years ago
- 779fe0f ceph: rados pool namespace support by Yan, Zheng · 9 years ago
- 30c156d libceph: rados pool namespace support by Yan, Zheng · 9 years ago
- 7627151 libceph: define new ceph_file_layout structure by Yan, Zheng · 9 years ago
- 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
- a10c38a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
- 9abd4db ceph: don't use truncate_pagecache() to invalidate read cache by Yan, Zheng · 8 years ago
- 224a754 ceph: tolerate bad i_size for symlink inode by Yan, Zheng · 9 years ago
- 1b1bc16 ceph: improve fragtree change detection by Yan, Zheng · 9 years ago
- a4b7431 ceph: keep leaf frag when updating fragtree by Yan, Zheng · 9 years ago
- 4217211 ceph: fix dir_auth check in ceph_fill_dirfrag() by Yan, Zheng · 9 years ago
- a407846 ceph: don't assume frag tree splits in mds reply are sorted by Yan, Zheng · 9 years ago
- 209ae76 ceph: fix inode reference leak by Yan, Zheng · 9 years ago
- f3c4ebe ceph: using hash value to compose dentry offset by Yan, Zheng · 9 years ago
- 8974eeb ceph: record 'offset' for each entry of readdir result by Yan, Zheng · 9 years ago
- 2a5beea ceph: define struct for dir entry in readdir reply by Yan, Zheng · 9 years ago
- a78600e ceph: simplify 'offset in frag' by Yan, Zheng · 9 years ago
- 6c93df5 ceph: don't call truncate_pagecache in ceph_writepages_start by Yan, Zheng · 9 years ago
- ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 2cdeb1e ceph: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
- a26fecc ceph: Get rid of d_find_alias in ceph_set_acl by Andreas Gruenbacher · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 200fd27 ceph: use lookup request to revalidate dentry by Yan, Zheng · 9 years ago
- 315f240 ceph: fix security xattr deadlock by Yan, Zheng · 9 years ago
- a3d714c ceph: avoid updating directory inode's i_size accidentally by Yan, Zheng · 9 years ago
- af5e5eb ceph: fix race during filling readdir cache by Yan, Zheng · 9 years ago
- 8bbd471 ceph: replace CURRENT_TIME by current_fs_time() by Deepa Dinamani · 9 years ago
- 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- f8b3171 ceph_fill_trace(): don't bother with d_instantiate(dn, NULL) by Al Viro · 9 years ago
- f7380af ceph: don't bother with d_rehash() in splice_dentry() by Al Viro · 9 years ago
- 5ea5c5e ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support by Yan, Zheng · 9 years ago
- 00e3f5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
- 99c88e6 ceph: use i_size_{read,write} to get/set i_size by Yan, Zheng · 9 years ago
- 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
- 68cd5b4 ceph: make fsync() wait unsafe requests that created/modified inode by Yan, Zheng · 9 years ago
- 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
- fdd4e15 ceph: rework dcache readdir by Yan, Zheng · 9 years ago
- f66fd9f ceph: pre-allocate data structure that tracks caps flushing by Yan, Zheng · 9 years ago
- 8310b08 ceph: track pending caps flushing globally by Yan, Zheng · 9 years ago
- 553adfd ceph: track pending caps flushing accurately by Yan, Zheng · 9 years ago
- 604d1b0 ceph: take snap_rwsem when accessing snap realm's cached_context by Yan, Zheng · 10 years ago
- 10183a6 ceph: check OSD caps before read/write by Yan, Zheng · 10 years ago
- ac194dc ceph: switch to simple_follow_link() by Al Viro · 10 years ago
- 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
- 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- 5cba372 ceph: fix dentry leaks by Yan, Zheng · 10 years ago
- 2f92b3d ceph: properly mark empty directory as complete by Yan, Zheng · 10 years ago
- 38c48b5 ceph: provide seperate {inode,file}_operations for snapdir by Yan, Zheng · 10 years ago
- b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
- 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- 01deead ceph: use getattr request to fetch inline data by Yan, Zheng · 10 years ago
- 31c542a ceph: add inline data to pagecache by Yan, Zheng · 10 years ago
- 70db4f3 ceph: introduce a new inode flag indicating if cached dentries are ordered by Yan, Zheng · 10 years ago
- a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
- 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
- 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
- a4483e8 ceph: remove redundant code for max file size verification by Chao Yu · 10 years ago
- 508b32d ceph: request xattrs if xattr_version is zero by Yan, Zheng · 10 years ago
- 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
- 4e217b5 ceph: use truncate_pagecache() instead of truncate_inode_pages() by Yan, Zheng · 10 years ago
- f3ae1b9 fs/ceph: replace pr_warning by pr_warn by Fabian Frederick · 10 years ago
- 8d08503 ceph: remember subtree root dirfrag's auth MDS by Yan, Zheng · 11 years ago
- 3e7fbe9 ceph: introduce ceph_fill_fragtree() by Yan, Zheng · 11 years ago
- d9df278 ceph: pre-allocate ceph_cap struct for ceph_add_cap() by Yan, Zheng · 11 years ago
- f98a128 ceph: update inode fields according to issued caps by Yan, Zheng · 11 years ago
- 0a8a70f ceph: clear directory's completeness when creating file by Yan, Zheng · 11 years ago
- 4819301 ceph: don't grabs open file reference for aborted request by Yan, Zheng · 11 years ago
- 5f75ce5 ceph: Remove get/set acl on symlinks by Fabian Frederick · 11 years ago
- 8c93cd6 ceph: update i_max_size even if inode version does not change by Yan, Zheng · 11 years ago
- 19913b4 ceph: add get_name() NFS export callback by Yan, Zheng · 11 years ago
- 752c8bd ceph: do not chain inode updates to parent fsync by Sage Weil · 12 years ago
- 72466d0 ceph: fix posix ACL hooks by Sage Weil · 11 years ago
- 4db658e ceph: Fix up after semantic merge conflict by Linus Torvalds · 11 years ago
- 11df2df ceph: add imported caps when handling cap export message by Yan, Zheng · 11 years ago
- 9563f88 ceph: fix cache revoke race by Yan, Zheng · 11 years ago
- 7221fe4 ceph: add acl for cephfs by Guangliang Zhao · 11 years ago
- 9f12bd1 ceph: drop unconnected inodes by Yan, Zheng · 11 years ago
- 86b58d1 ceph: initialize inode before instantiating dentry by Yan, Zheng · 11 years ago
- 81c6aea ceph: handle frag mismatch between readdir request and reply by Yan, Zheng · 11 years ago
- 53e879a ceph: remove outdated frag information by Yan, Zheng · 11 years ago
- ed284c4 ceph: remove ceph_lookup_inode() by Yan, Zheng · 11 years ago
- 99ccbd2 ceph: use fscache as a local presisent cache by Milosz Tanski · 11 years ago
- b0d7c22 ceph: introduce i_truncate_mutex by Yan, Zheng · 11 years ago
- ee3e542 Merge remote-tracking branch 'linus/master' into testing by Sage Weil · 11 years ago
- 6f60f88 ceph: fix freeing inode vs removing session caps race by Yan, Zheng · 11 years ago
- 85ce127a ceph: wake up writer if vmtruncate work get blocked by Yan, Zheng · 11 years ago
- 9a5889a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
- 84d08fa helper for reading ->d_count by Al Viro · 11 years ago
- b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
- 0b93267 ceph: fix symlink inode operations by Yan, Zheng · 12 years ago
- 2f276c5 ceph: use i_release_count to indicate dir's completeness by Yan, Zheng · 12 years ago
- 3f99969 ceph: acquire i_mutex in __ceph_do_pending_vmtruncate by Yan, Zheng · 12 years ago
- a8673d6 ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag by Yan, Zheng · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 79f9f99 ceph: prepopulate inodes only when request is aborted by Sage Weil · 12 years ago