| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-02-22 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  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-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  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/sage/ceph-client |  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-04 | 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 |
| 2014-04-03 | ceph: let MDS adjust readdir 'frag' |  Yan, Zheng | 1 | -3/+0 |
| 2014-04-03 | ceph: fix reset_readdir() |  Yan, Zheng | 1 | -3/+6 |
| 2014-04-03 | ceph: fix ceph_dir_llseek() |  Yan, Zheng | 1 | -6/+6 |
| 2014-02-17 | ceph: fix __dcache_readdir() |  Yan, Zheng | 1 | -1/+9 |
| 2014-02-17 | ceph: add missing init_acl() for mkdir() and atomic_open() |  Yan, Zheng | 1 | -5/+8 |
| 2014-01-29 | ceph: fix posix ACL hooks |  Sage Weil | 1 | -0/+1 |
| 2014-01-21 | ceph: check inode caps in ceph_d_revalidate |  Yan, Zheng | 1 | -3/+8 |
| 2013-12-31 | ceph: add acl for cephfs |  Guangliang Zhao | 1 | -0/+5 |
| 2013-09-30 | ceph: handle frag mismatch between readdir request and reply |  Yan, Zheng | 1 | -1/+10 |
| 2013-08-15 | Merge remote-tracking branch 'linus/master' into testing |  Sage Weil | 1 | -51/+48 |
| 2013-08-09 | ceph: drop CAP_LINK_SHARED when sending "link" request to MDS |  Yan, Zheng | 1 | -0/+2 |
| 2013-06-29 | [readdir] convert ceph |  Al Viro | 1 | -51/+48 |
| 2013-05-01 | ceph: use i_release_count to indicate dir's completeness |  Yan, Zheng | 1 | -12/+13 |
| 2013-05-01 | ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag |  Yan, Zheng | 1 | -51/+11 |
| 2013-02-22 | new helper: file_inode(file) |  Al Viro | 1 | -3/+3 |
| 2012-12-17 | lseek: the "whence" argument is called "whence" |  Andrew Morton | 1 | -2/+2 |
| 2012-08-02 | ceph: simplify+fix atomic_open |  Sage Weil | 1 | -38/+0 |
| 2012-07-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -4/+3 |
| 2012-07-30 | ceph: clean up useless d_parent checks |  Sage Weil | 1 | -4/+3 |
| 2012-07-14 | don't pass nameidata to ->create() |  Al Viro | 1 | -1/+1 |
| 2012-07-14 | stop passing nameidata to ->lookup() |  Al Viro | 1 | -3/+3 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() |  Al Viro | 1 | -3/+3 |
| 2012-07-14 | make finish_no_open() return int |  Al Viro | 1 | -4/+2 |
| 2012-07-14 | kill struct opendata |  Al Viro | 1 | -4/+4 |
| 2012-07-14 | make ->atomic_open() return int |  Al Viro | 1 | -10/+9 |
| 2012-07-14 | ->atomic_open() prototype change - pass int * instead of bool * |  Al Viro | 1 | -4/+4 |
| 2012-07-14 | ceph: implement i_op->atomic_open() |  Miklos Szeredi | 1 | -25/+43 |
| 2012-07-14 | ceph: remove unused arg from ceph_lookup_open() |  Miklos Szeredi | 1 | -2/+2 |
| 2012-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -2/+2 |