summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: use d_invalidate() to invalidate aliasesYan, Zheng2013-09-061-4/+4
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-061-2/+17
* ceph: remove useless variable revoked_rdcacheLi Wang2013-08-271-4/+1Star
* ceph: fix request max sizeYan, Zheng2013-08-151-7/+11
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-151-4/+0Star
* ceph: trim deleted inodeYan, Zheng2013-08-101-1/+40
* ceph: fix race between cap issue and revokeYan, Zheng2013-07-041-9/+20
* ceph: fix cap revoke raceYan, Zheng2013-07-041-0/+9
* ceph: fix pending vmtruncate raceYan, Zheng2013-07-041-1/+5
* ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-041-14/+7Star
* ceph: move inode to proper flushing list when auth MDS changesYan, Zheng2013-07-041-0/+7
* ceph: check migrate seq before changing auth capYan, Zheng2013-07-041-3/+5
* ceph: fix cap release raceYan, Zheng2013-07-041-12/+10Star
* ceph: take i_mutex before getting Fw capYan, Zheng2013-05-021-6/+7
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-021-2/+2
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-021-3/+5
* ceph: set mds_want according to cap import messageYan, Zheng2013-05-021-1/+5
* ceph: queue cap release when trimming capYan, Zheng2013-05-021-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-011-7/+25
|\
| * ceph: check mds_wanted for imported capYan, Zheng2013-01-171-1/+3
| * ceph: allocate cap_release message when receiving cap importYan, Zheng2013-01-171-0/+3
| * ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng2013-01-171-5/+10
| * ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng2013-01-171-1/+9
* | ceph: Convert kuids and kgids before printing them.Eric W. Biederman2013-02-121-1/+2
* | ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman2013-02-121-7/+7
|/
* ceph: call handle_cap_grant() for cap import messageYan, Zheng2012-12-131-2/+2
* ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng2012-12-131-3/+7
* ceph: Don't update i_max_size when handling non-auth capYan, Zheng2012-12-131-1/+1
* ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng2012-11-041-0/+2
* ceph: convert to use le32_add_cpu()Wei Yongjun2012-10-011-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-031-2/+2
|\
| * ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-021-2/+2
* | ceph: propagate umode_tAl Viro2012-01-041-2/+2
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-93/+94
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-061-5/+3Star
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-261-1/+1
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-2/+4
* ceph: use ihold when we already have an inode refSage Weil2011-06-081-6/+4Star
* ceph: fix cap flush race reentrancySage Weil2011-05-241-29/+29
* ceph: fix rare potential cap leakSage Weil2011-05-191-1/+2
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-111-8/+8
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-5/+5
* ceph: use ihold() when i_lock is heldSage Weil2011-05-031-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* ceph: avoid immediate cap check after importSage Weil2011-01-191-2/+1Star
* ceph: fix flushing of caps vs cap importSage Weil2011-01-191-4/+34
* ceph: fix erroneous cap flush to non-auth mdsSage Weil2011-01-191-0/+2
* ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-081-2/+2
* ceph: re-request max_size if cap auth changesSage Weil2010-11-071-0/+5