summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* messenger: zero pages infrastructure (not working yet)historic/msgr_zeropagesYehuda Sadeh2009-04-083-11/+91
* todoSage Weil2009-04-071-1/+0
* config: remove INSTALL_PREFIXSage Weil2009-04-071-3/+3
* uclient: fix up caps some. make dentry leases workSage Weil2009-04-072-98/+180
* uclient: set fsid in statfs requestSage Weil2009-04-072-2/+2
* kclient: fix ino returned in fstat for 32 bit archYehuda Sadeh2009-04-071-1/+1
* kclient: don't alter mds_wanted caps if dropping capsYehuda Sadeh2009-04-071-1/+4
* vstart: kill bashismsSage Weil2009-04-071-30/+29
* kclient: remove alignment restrictions on O_DIRECT reads and writesSage Weil2009-04-071-4/+0
* mds: fix compilation errorYehuda Sadeh2009-04-071-1/+1
* mds: bump mds protocolYehuda Sadeh2009-04-071-1/+1
* mds: add CEPH_CAP_OP_REVOKEYehuda Sadeh2009-04-074-1/+5
* kclient: clear di->lease_session when dropping sessionYehuda Sadeh2009-04-071-0/+1
* mds: flush log when expanding caps and filelock is unstableYehuda Sadeh2009-04-061-1/+8
* mds, kclient: add CEPH_MDS_OP_CREATE operationYehuda Sadeh2009-04-064-5/+15
* kclient: implement permission iopSage Weil2009-04-053-0/+17
* kclient: make do_getattr take inode, not dentrySage Weil2009-04-053-13/+10
* kclient: d_alloc_anon on older kernelsSage Weil2009-04-051-0/+4
* mds: make sure kick wasn't immediatley fruitful in rdlock_trySage Weil2009-04-041-0/+3
* mds: simplify EMetaBlob interface - don't pass explicit inode_t pointerSage Weil2009-04-045-26/+25
* mds: fix journal replaySage Weil2009-04-045-16/+53
* mds: journal projected inode values by defaultSage Weil2009-04-041-10/+15
* vstart: run valgrind properlySage Weil2009-04-041-37/+45
* todoSage Weil2009-04-041-6/+4
* mds: make mds restart workSage Weil2009-04-041-38/+80
* mon: fix mds stopping and restartSage Weil2009-04-042-10/+12
* mds: fix permissions checks on root, system inodesSage Weil2009-04-041-3/+12
* mds: journal root inode changesSage Weil2009-04-044-17/+69
* mds: inode fetch/storeSage Weil2009-04-042-0/+110
* objecter: only send one ping per laggy osdSage Weil2009-04-041-1/+6
* objecter: add support for compound read ops (ObjectRead)Sage Weil2009-04-043-75/+105
* osd: implement GETXATTR read opSage Weil2009-04-041-0/+15
* kclient: better readdir debug outputSage Weil2009-04-032-5/+8
* mds: make rdlock_try kick the lock if it blocksSage Weil2009-04-032-13/+23
* mds: issue AUTH_EXCL on mkdirSage Weil2009-04-031-0/+2
* kclient: drop LINK_RDCACHE cap on rename source inodeSage Weil2009-04-031-0/+2
* kclient: update cap->mds_wanted on revocation replySage Weil2009-04-031-0/+1
* mds: do not want LINK caps for any open file; no non-FILE caps when readonlySage Weil2009-04-031-8/+3
* kclient: drop any unwanted caps when unlinking a fileSage Weil2009-04-031-1/+20
* kclient: send messages with default priority (to match mds)Sage Weil2009-04-031-1/+1
* msgr: show seq # of incoming messagesSage Weil2009-04-031-0/+1
* mds: alloc wrlock by EXCL clientSage Weil2009-04-031-1/+1
* mds: don't issue new caps with a revocationSage Weil2009-04-031-1/+5
* kclient: queue inode for cap check if mds_wanted mismatchSage Weil2009-04-032-1/+18
* mds: fix wanted updatesSage Weil2009-04-031-5/+11
* mds: clean up issue_new_caps interfaceSage Weil2009-04-033-21/+10
* kclient: fix session leakYehuda Sadeh2009-04-031-5/+6
* kclient: grab inode before queue_cap_snap; cleanupYehuda Sadeh2009-04-032-3/+6
* kclient: fix some log messagesYehuda Sadeh2009-04-031-2/+6
* uclient: mksnap/rmsnap via mkdir/rmdirSage Weil2009-04-032-40/+4