| Commit message (Expand) | Author | Age |
* | ceph: send LSSNAP request to auth mds of directory inode | Yan, Zheng | 2017-09-06 |
* | ceph: fix race in concurrent readdir | Yan, Zheng | 2017-07-17 |
* | ceph: choose readdir frag based on previous readdir reply | Yan, Zheng | 2017-05-04 |
* | ceph: make seeky readdir more efficient | Yan, Zheng | 2017-05-04 |
* | ceph: do a LOOKUP in d_revalidate instead of GETATTR | Jeff Layton | 2017-02-20 |
* | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 2017-02-20 |
* | ceph: convert bools in ceph_mds_request to a new r_req_flags field | Jeff Layton | 2017-02-20 |
* | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 2017-02-20 |
* | ceph: fix endianness of getattr mask in ceph_d_revalidate | Jeff Layton | 2017-01-18 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-12-16 |
|\ |
|
| * | ceph: switch to use of ->d_init() | Al Viro | 2016-10-28 |
| * | ceph: unify dentry_operations instances | Al Viro | 2016-10-28 |
* | | ceph: don't set req->r_locked_dir in ceph_d_revalidate | Jeff Layton | 2016-12-08 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 |
|\ |
|
| * | fs: rename "rename2" i_op to "rename" | Miklos Szeredi | 2016-09-27 |
| * | fs: make remaining filesystems use .rename2 | Miklos Szeredi | 2016-09-27 |
* | | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 2016-10-07 |
|/ |
|
* | ceph: do not modify fi->frag in need_reset_readdir() | Nicolas Iooss | 2016-09-05 |
* | ceph: handle LOOKUP_RCU in ceph_d_revalidate | Jeff Layton | 2016-07-27 |
* | ceph: allow dentry_lease_is_valid to work under RCU walk | Jeff Layton | 2016-07-27 |
* | ceph: clear d_fsinfo pointer under d_lock | Jeff Layton | 2016-07-27 |
* | ceph: don't use ->d_time | Miklos Szeredi | 2016-07-27 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 |
|\ |
|
| * | ceph: make logical calculation functions return bool | Zhang Zhuoyu | 2016-05-25 |
| * | ceph: using hash value to compose dentry offset | Yan, Zheng | 2016-05-25 |
| * | ceph: don't forbid marking directory complete after forward seek | Yan, Zheng | 2016-05-25 |
| * | ceph: record 'offset' for each entry of readdir result | Yan, Zheng | 2016-05-25 |
| * | ceph: define 'end/complete' in readdir reply as bit flags | Yan, Zheng | 2016-05-25 |
| * | ceph: define struct for dir entry in readdir reply | Yan, Zheng | 2016-05-25 |
| * | ceph: simplify 'offset in frag' | Yan, Zheng | 2016-05-25 |
| * | ceph: remove unnecessary checks in __dcache_readdir | Yan, Zheng | 2016-05-25 |
| * | ceph: search cache postion for dcache readdir | Yan, Zheng | 2016-05-25 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-05-18 |
|\ \
| |/
|/| |
|
| * | ceph: Switch to generic xattr handlers | Andreas Gruenbacher | 2016-04-23 |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 |
|/ |
|
* | 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 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 |
* | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 |
* | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 2015-06-25 |
* | ceph: fix directory fsync | Yan, Zheng | 2015-06-25 |
* | ceph: simplify two mount_timeout sites | Ilya Dryomov | 2015-06-25 |
* | libceph: store timeouts in jiffies, verify user input | Ilya Dryomov | 2015-06-25 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-04-26 |
|\ |
|
| * | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 |
* | | ceph: rename snapshot support | Yan, Zheng | 2015-04-22 |
* | | ceph: kstrdup() memory handling | Sanidhya Kashyap | 2015-04-20 |
* | | ceph: match wait_for_completion_timeout return type | Nicholas Mc Guire | 2015-04-20 |