summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* | ceph: hold on to exclusive caps on complete directoriesYan, Zheng2015-04-201-0/+12
* | ceph: don't mark dirty caps when there is no auth capYan, Zheng2015-04-201-1/+7
* | ceph: keep i_snap_realm while there are writersYan, Zheng2015-04-201-9/+22
|/
* ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng2015-02-191-44/+42
* ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2015-02-191-1/+1
* ceph: improve reference tracking for snaprealmYan, Zheng2015-02-191-8/+16
* ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-191-0/+15
* ceph: flush inline versionYan, Zheng2014-12-171-4/+20
* ceph: fetch inline data when getting Fcr cap refsYan, Zheng2014-12-171-13/+47
* ceph: add inline data to pagecacheYan, Zheng2014-12-171-0/+11
* ceph: parse inline data in MClientReply and MClientCapsYan, Zheng2014-12-171-11/+23
* ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-2/+1
* ceph: fix flush tid comparisionYan, Zheng2014-11-131-1/+1
* ceph: fix bool assignmentsFabian Frederick2014-10-141-13/+13
* ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2014-10-141-5/+6
* ceph: replace comma with a semicolonHimangi Saraogi2014-07-241-1/+1
* mds: check cap ID when handling cap export messageYan, Zheng2014-06-061-1/+1
* ceph: handle cap import atomicallyYan, Zheng2014-06-061-45/+54
* ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng2014-06-061-42/+39
* ceph: update inode fields according to issued capsYan, Zheng2014-06-061-26/+32
* ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng2014-06-061-10/+16
* ceph: avoid releasing caps that are being usedYan, Zheng2014-04-281-1/+1
* ceph: set mds_wanted when MDS reply changes a cap to auth capYan, Zheng2014-04-041-1/+3
* ceph: make sure write caps are registered with auth MDSYan, Zheng2014-04-041-1/+4
* ceph: add imported caps when handling cap export messageYan, Zheng2014-01-211-76/+144
* ceph: remove exported caps when handling cap import messageYan, Zheng2014-01-211-27/+52
* ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-211-0/+12
* ceph: fix cache revoke raceYan, Zheng2014-01-211-1/+1
* ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng2014-01-211-1/+1
* ceph: handle cap export race in try_flush_caps()Yan, Zheng2014-01-211-8/+8
* ceph: trivial comment fixJ. Bruce Fields2014-01-161-3/+3
* ceph: add acl for cephfsGuangliang Zhao2013-12-311-0/+1
* ceph: handle race between cap reconnect and cap releaseYan, Zheng2013-11-231-1/+7
* ceph: queue cap release in __ceph_remove_cap()Yan, Zheng2013-11-231-10/+11
* 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/+1
* ceph: fix request max sizeYan, Zheng2013-08-151-7/+11
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-151-4/+0
* ceph: trim deleted inodeYan, Zheng2013-08-091-1/+40
* ceph: fix race between cap issue and revokeYan, Zheng2013-07-031-9/+20
* ceph: fix cap revoke raceYan, Zheng2013-07-031-0/+9
* ceph: fix pending vmtruncate raceYan, Zheng2013-07-031-1/+5
* ceph: Reconstruct the func ceph_reserve_caps.majianpeng2013-07-031-14/+7
* ceph: move inode to proper flushing list when auth MDS changesYan, Zheng2013-07-031-0/+7
* ceph: check migrate seq before changing auth capYan, Zheng2013-07-031-3/+5
* ceph: fix cap release raceYan, Zheng2013-07-031-12/+10
* ceph: take i_mutex before getting Fw capYan, Zheng2013-05-011-6/+7
OpenPOWER on IntegriCloud