Age | Commit message (Expand) | Author | Files | Lines |
2016-05-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -128/+248 |
2016-05-26 | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 1 | -1/+1 |
2016-05-26 | ceph: using hash value to compose dentry offset | Yan, Zheng | 1 | -35/+105 |
2016-05-26 | ceph: don't forbid marking directory complete after forward seek | Yan, Zheng | 1 | -5/+0 |
2016-05-26 | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 1 | -28/+55 |
2016-05-26 | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 1 | -0/+2 |
2016-05-26 | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 1 | -15/+12 |
2016-05-26 | ceph: simplify 'offset in frag' | Yan, Zheng | 1 | -9/+3 |
2016-05-26 | ceph: remove unnecessary checks in __dcache_readdir | Yan, Zheng | 1 | -2/+0 |
2016-05-26 | ceph: search cache postion for dcache readdir | Yan, Zheng | 1 | -46/+83 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+4 |
2016-04-23 | ceph: Switch to generic xattr handlers | Andreas Gruenbacher | 1 | -3/+4 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -2/+2 |
2016-03-25 | ceph: use kmem_cache_zalloc | Geliang Tang | 1 | -1/+1 |
2016-03-25 | ceph: use lookup request to revalidate dentry | Yan, Zheng | 1 | -0/+34 |
2016-03-25 | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 1 | -19/+5 |
2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng | 1 | -2/+7 |
2016-01-23 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
2015-06-25 | ceph: rework dcache readdir | Yan, Zheng | 1 | -152/+161 |
2015-06-25 | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 1 | -5/+5 |
2015-06-25 | ceph: fix directory fsync | Yan, Zheng | 1 | -55/+1 |
2015-06-25 | ceph: simplify two mount_timeout sites | Ilya Dryomov | 1 | -10/+4 |
2015-06-25 | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 1 | -2/+2 |
2015-04-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -30/+30 |
2015-04-22 | ceph: rename snapshot support | Yan, Zheng | 1 | -4/+9 |
2015-04-20 | ceph: kstrdup() memory handling | Sanidhya Kashyap | 1 | -6/+18 |
2015-04-20 | ceph: match wait_for_completion_timeout return type | Nicholas Mc Guire | 1 | -4/+5 |
2015-04-20 | ceph: fix dcache/nocache mount option | Yan, Zheng | 1 | -0/+2 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -30/+30 |
2015-02-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -1/+1 |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 1 | -1/+1 |
2015-02-19 | ceph: return error for traceless reply race | Yan, Zheng | 1 | -6/+9 |
2015-02-19 | ceph: fix dentry leaks | Yan, Zheng | 1 | -0/+1 |
2015-02-19 | ceph: provide seperate {inode,file}_operations for snapdir | Yan, Zheng | 1 | -2/+15 |
2014-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -9/+18 |
2014-12-17 | ceph: fix mksnap crash | Yan, Zheng | 1 | -1/+3 |
2014-12-17 | ceph: introduce a new inode flag indicating if cached dentries are ordered | Yan, Zheng | 1 | -8/+15 |
2014-11-19 | kill f_dentry uses | Al Viro | 1 | -3/+3 |
2014-11-19 | assorted conversions to %p[dD] | Al Viro | 1 | -23/+19 |
2014-11-03 | move d_rcu from overlapping d_child to overlapping d_alias | Al Viro | 1 | -4/+4 |
2014-10-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -10/+31 |
2014-10-14 | ceph: include the initial ACL in create/mkdir/mknod MDS requests | Yan, Zheng | 1 | -10/+31 |
2014-10-09 | vfs: Remove d_drop calls from d_revalidate implementations | Eric W. Biederman | 1 | -1/+0 |
2014-04-28 | ceph: clear directory's completeness when creating file | Yan, Zheng | 1 | -4/+5 |
2014-04-28 | ceph: use fpos_cmp() to compare dentry positions | Yan, Zheng | 1 | -1/+1 |
2014-04-28 | ceph: check directory's completeness before emitting directory entry | Yan, Zheng | 1 | -10/+12 |
2014-04-06 | ceph: skip invalid dentry during dcache readdir | Yan, Zheng | 1 | -5/+8 |
2014-04-05 | ceph: preallocate buffer for readdir reply | Yan, Zheng | 1 | -5/+5 |
2014-04-03 | ceph: do not set r_old_dentry_dir on link() | Sage Weil | 1 | -2/+1 |
2014-04-03 | ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename() | Sage Weil | 1 | -1/+2 |