summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.6v0.6Sage Weil2009-01-205-9/+30
* Merge branch 'unstable'Sage Weil2009-01-2096-4675/+6013
|\
| * kclient: rename lookup_mds_session get_mds_sessionSage Weil2009-01-204-17/+16
| * kclient: realm create does not take a ref countYehuda Sadeh2009-01-201-5/+16
| * kclient: split get_snap_realm to lookup and createYehuda Sadeh2009-01-202-17/+55
| * objectcacher: fix object trimmingSage Weil2009-01-192-5/+9
| * mds: count in-flight updates per cap, not release attempts. do not expire if...Sage Weil2009-01-194-14/+31
| * mds: drop rdlocks after early reply is sentSage Weil2009-01-194-2/+9
| * mds: properly close session when inodes are still being preallocatedSage Weil2009-01-193-40/+50
| * kclient: set i_op for special inodesSage Weil2009-01-191-0/+1
| * todosSage Weil2009-01-191-6/+1
| * kclient: retain commentsSage Weil2009-01-191-1/+7
| * kclient: zero out *implemented in __ceph_caps_issued()Sage Weil2009-01-191-0/+2
| * kclient: don't retain unwanted RD capSage Weil2009-01-191-3/+1
| * mds: take srci lock during rename to ensure ctime change propagatesSage Weil2009-01-191-0/+3
| * mds: expose projected fields via caps if locks permitSage Weil2009-01-199-40/+93
| * kclient: shouldn't lookup_open with special inodeYehuda Sadeh2009-01-192-8/+15
| * kclient: considered _held_ caps when deciding what to ignore in fill_inodeSage Weil2009-01-171-2/+3
| * kclient: don't require all inode fields when just doing a lookupSage Weil2009-01-171-2/+1
| * mds: check against client in rdlock_trySage Weil2009-01-173-4/+5
| * kclient: fix cap writeback vs revocationSage Weil2009-01-175-26/+40
| * mds: fix rmdir ENOTEMPTY checksSage Weil2009-01-171-6/+5
| * mon: include fsid in MMonObserveNotifySage Weil2009-01-172-4/+7
| * mds: fix forward truncationSage Weil2009-01-171-5/+10
| * vstart: -l | --localhost to use 127.0.0.1Sage Weil2009-01-171-4/+13
| * bash, not shSage Weil2009-01-174-4/+4
| * mds: carry RDCACHE|WRBUFFER through xlock.Sage Weil2009-01-161-2/+2
| * kclient: fix fill_file_bits logicSage Weil2009-01-162-13/+7
| * mds: include projected ctime if _any_ other fields are projectedSage Weil2009-01-161-7/+18
| * kclient: fix snap_rwsem link on non-existent cap releaseSage Weil2009-01-161-1/+1
| * kclient: some cleanupYehuda Sadeh2009-01-161-2/+2
| * Merge branch 'unstable' of ssh://ceph.newdream.net/git/ceph into unstableYehuda Sadeh2009-01-163-6/+28
| |\
| | * mds: also verify in rename() that mds reintegrate/merge is validSage Weil2009-01-162-0/+10
| | * mds: do not reintegrate stray if target dentry is projectedSage Weil2009-01-161-4/+9
| | * mds: look at issued(), not pending(), when putting cap on the rdcaps listSage Weil2009-01-161-2/+8
| | * mds: eval_cap_gather when trimming rdcapsSage Weil2009-01-161-0/+1
| * | kclient: fix gid setattrYehuda Sadeh2009-01-161-1/+1
| * | Merge branch 'unstable' of ssh://ceph.newdream.net/git/ceph into unstableYehuda Sadeh2009-01-165-25/+35
| |\ \ | | |/
| | * mds: look at inode locks to determine whether to expose stable or projected i...Sage Weil2009-01-165-25/+35
| * | kclient: some more sparse fixesYehuda Sadeh2009-01-163-10/+10
| |/
| * mds: fix uninitialized value in ceph_inode_holds_cap()Sage Weil2009-01-161-5/+3
| * mds: fix inode version projected on open O_CREAT, tooSage Weil2009-01-161-2/+3
| * mds: set .inode in projected linkages; add dentry to remote_parents only when...Sage Weil2009-01-165-36/+52
| * mds: fix link() dn linkage projectionSage Weil2009-01-161-2/+4
| * Merge branch 'unstable' of ssh://ceph.newdream.net/git/ceph into unstableYehuda Sadeh2009-01-162-4/+5
| |\
| | * mds: only set max_size on open+O_CREAT if file opened for writingSage Weil2009-01-162-4/+5
| * | kclient: some sparse cleanupsYehuda Sadeh2009-01-166-21/+26
| |/
| * mds: optionally pass a specific linkage for journal_cow_dentry to useSage Weil2009-01-163-16/+32
| * mds: fix fast create + rm failureSage Weil2009-01-162-10/+13
| * mds: make xlock stableSage Weil2009-01-161-2/+2