aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/super.h
Commit message (Expand)AuthorAge
* ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2014-02-17
* ceph: remove duplicate declaration of ceph_setattrPeter Rosin2014-01-30
* ceph: fix posix ACL hooksSage Weil2014-01-29
* ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-28
* ceph: add imported caps when handling cap export messageYan, Zheng2014-01-21
* ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-21
* ceph: fix cache revoke raceYan, Zheng2014-01-21
* ceph: add acl for cephfsGuangliang Zhao2013-12-31
* ceph: drop unconnected inodesYan, Zheng2013-12-13
* ceph: queue cap release in __ceph_remove_cap()Yan, Zheng2013-11-23
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-06
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-06
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-15
* ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-09
* ceph: fix pending vmtruncate raceYan, Zheng2013-07-03
* ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-03
* ceph: ceph_pagelist_append might sleep while atomicJim Schutt2013-05-17
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-02
* ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-02
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-02
* ceph: queue cap release when trimming capYan, Zheng2013-05-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-02-28
|\
| * ceph: fix statvfs fr_sizeSage Weil2013-02-22
| * ceph: remove a few bogus declarationsAlex Elder2013-02-19
* | ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-12
|/
* ceph: simplify+fix atomic_openSage Weil2012-08-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-31
|\
| * ceph: define snap counts as u32 everywhereAlex Elder2012-07-30
* | kill struct opendataAl Viro2012-07-14
* | make ->atomic_open() return intAl Viro2012-07-14
* | ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-14
* | ceph: implement i_op->atomic_open()Miklos Szeredi2012-07-14
* | ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi2012-07-14
|/
* ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder2012-03-22
* ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott2012-03-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-13
|\
| * ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-12
* | ceph: propagate umode_tAl Viro2012-01-03
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-07
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-06
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-03
* ceph: fix 32-bit ino numbersAmon Ott2011-10-25
* ceph: rename rsize -> rasizeSage Weil2011-10-25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-26
|\
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-26
| * ceph: protect access to d_parentSage Weil2011-07-26
| * ceph: fix ceph_lookup_open intent usageSage Weil2011-07-26
| * ceph: use flag bit for at_end readdir flagSage Weil2011-07-26
| * ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil2011-07-26
| * ceph: add flags field to file_infoSage Weil2011-07-26