| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: clear directory's completeness when creating file | Yan, Zheng | 2014-04-28 | 1 | -1/+0 |
* | ceph: use fl->fl_file as owner identifier of flock and posix lock | Yan, Zheng | 2014-04-04 | 1 | -0/+1 |
* | ceph: fix ceph_dir_llseek() | Yan, Zheng | 2014-04-03 | 1 | -1/+1 |
* | ceph: make ceph_forget_all_cached_acls() static inline | Guangliang Zhao | 2014-02-17 | 1 | -1/+6 |
* | ceph: remove duplicate declaration of ceph_setattr | Peter Rosin | 2014-01-30 | 1 | -1/+0 |
* | ceph: fix posix ACL hooks | Sage Weil | 2014-01-29 | 1 | -0/+3 |
* | ceph: Fix up after semantic merge conflict | Linus Torvalds | 2014-01-28 | 1 | -3/+0 |
* | ceph: add imported caps when handling cap export message | Yan, Zheng | 2014-01-21 | 1 | -3/+1 |
* | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 2014-01-21 | 1 | -0/+1 |
* | ceph: fix cache revoke race | Yan, Zheng | 2014-01-21 | 1 | -0/+2 |
* | ceph: add acl for cephfs | Guangliang Zhao | 2013-12-31 | 1 | -1/+36 |
* | ceph: drop unconnected inodes | Yan, Zheng | 2013-12-13 | 1 | -0/+1 |
* | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng | 2013-11-23 | 1 | -7/+1 |
* | ceph: remove ceph_lookup_inode() | Yan, Zheng | 2013-09-06 | 1 | -2/+0 |
* | ceph: use fscache as a local presisent cache | Milosz Tanski | 2013-09-06 | 1 | -0/+16 |
* | ceph: introduce i_truncate_mutex | Yan, Zheng | 2013-08-15 | 1 | -0/+1 |
* | ceph: fix freeing inode vs removing session caps race | Yan, Zheng | 2013-08-09 | 1 | -0/+2 |
* | ceph: fix pending vmtruncate race | Yan, Zheng | 2013-07-03 | 1 | -1/+1 |
* | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 2013-07-03 | 1 | -1/+1 |
* | ceph: ceph_pagelist_append might sleep while atomic | Jim Schutt | 2013-05-17 | 1 | -2/+7 |
* | ceph: use i_release_count to indicate dir's completeness | Yan, Zheng | 2013-05-01 | 1 | -22/+20 |
* | ceph: acquire i_mutex in __ceph_do_pending_vmtruncate | Yan, Zheng | 2013-05-01 | 1 | -1/+1 |
* | ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag | Yan, Zheng | 2013-05-01 | 1 | -21/+2 |
* | ceph: queue cap release when trimming cap | Yan, Zheng | 2013-05-01 | 1 | -0/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-02-28 | 1 | -8/+2 |
|\ |
|
| * | ceph: fix statvfs fr_size | Sage Weil | 2013-02-22 | 1 | -1/+1 |
| * | ceph: remove a few bogus declarations | Alex Elder | 2013-02-19 | 1 | -7/+1 |
* | | ceph: Translate between uid and gids in cap messages and kuids and kgids | Eric W. Biederman | 2013-02-12 | 1 | -2/+2 |
|/ |
|
* | ceph: simplify+fix atomic_open | Sage Weil | 2012-08-02 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-07-31 | 1 | -2/+2 |
|\ |
|
| * | ceph: define snap counts as u32 everywhere | Alex Elder | 2012-07-30 | 1 | -2/+2 |
* | | kill struct opendata | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | | make ->atomic_open() return int | Al Viro | 2012-07-14 | 1 | -3/+3 |
* | | ->atomic_open() prototype change - pass int * instead of bool * | Al Viro | 2012-07-14 | 1 | -1/+1 |
* | | ceph: implement i_op->atomic_open() | Miklos Szeredi | 2012-07-14 | 1 | -2/+3 |
* | | ceph: remove unused arg from ceph_lookup_open() | Miklos Szeredi | 2012-07-14 | 1 | -2/+1 |
|/ |
|
* | ceph: avoid repeatedly computing the size of constant vxattr names | Alex Elder | 2012-03-22 | 1 | -0/+2 |
* | ceph: use 2 instead of 1 as fallback for 32-bit inode number | Amon Ott | 2012-03-22 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-01-13 | 1 | -0/+1 |
|\ |
|
| * | ceph: enable/disable dentry complete flags via mount option | Sage Weil | 2012-01-12 | 1 | -0/+1 |
* | | ceph: propagate umode_t | Al Viro | 2012-01-03 | 1 | -1/+1 |
|/ |
|
* | ceph: use i_ceph_lock instead of i_lock | Sage Weil | 2011-12-07 | 1 | -15/+16 |
* | ceph: use new D_COMPLETE dentry flag | Sage Weil | 2011-11-05 | 1 | -2/+8 |
* | ceph: clear parent D_COMPLETE flag when on dentry prune | Sage Weil | 2011-11-03 | 1 | -0/+13 |
* | ceph: fix 32-bit ino numbers | Amon Ott | 2011-10-25 | 1 | -5/+6 |
* | ceph: rename rsize -> rasize | Sage Weil | 2011-10-25 | 1 | -3/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2011-07-26 | 1 | -11/+9 |
|\ |
|
| * | ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bug | Sage Weil | 2011-07-26 | 1 | -1/+1 |
| * | ceph: protect access to d_parent | Sage Weil | 2011-07-26 | 1 | -8/+1 |
| * | ceph: fix ceph_lookup_open intent usage | Sage Weil | 2011-07-26 | 1 | -0/+2 |