aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-9/+0
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil2-26/+18
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall1-2/+1
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2-1/+69
2010-10-20ceph: fix debugfs warningsRandy Dunlap1-1/+2
2010-10-20ceph: switch from BKL to lock_flocks()Sage Weil1-5/+6
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum2-15/+44
2010-10-20ceph: use mapping->nrpages to determine if mapping is emptySage Weil1-12/+1
2010-10-20ceph: only invalidate on check_caps if we actually have pagesSage Weil1-1/+1
2010-10-20ceph: do not hide .snap in root directorySage Weil1-1/+0
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh62-14078/+926
2010-10-20ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh3-0/+29
2010-10-20ceph: messenger and osdc changes for rbdYehuda Sadeh6-101/+436
2010-10-20ceph: refactor osdc requests creation functionsYehuda Sadeh2-57/+155
2010-10-20ceph: lookup pool in osdmap by nameYehuda Sadeh2-0/+15
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum1-10/+13
2010-10-07ceph: Update max_len with minimum required sizeAneesh Kumar K.V1-1/+4
2010-10-07ceph: Fix return value of encode_fh functionAneesh Kumar K.V1-7/+9
2010-10-07ceph: avoid null deref in osd request error pathSage Weil1-1/+1
2010-10-07ceph: fix list_add usage on unsafe_writes listHenry C Chang1-1/+1
2010-09-17ceph: select CRYPTOSage Weil1-0/+1
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil3-6/+18
2010-09-16ceph: fix cap_snap and realm splitSage Weil3-61/+33
2010-09-14ceph: stop sending FLUSHSNAPs when we hit a dirty capsnapSage Weil1-3/+3
2010-09-14ceph: correctly set 'follows' in flushsnap messagesSage Weil1-1/+1
2010-09-13ceph: fix dn offset during readdir_prepopulateSage Weil1-5/+6
2010-09-11ceph: fix file offset wrapping at 4GB on 32-bit archsSage Weil1-1/+2
2010-09-11ceph: fix reconnect encoding for old serversSage Weil1-0/+2
2010-09-11ceph: fix pagelist kunmap tailYehuda Sadeh1-2/+10
2010-09-11ceph: fix null pointer deref on anon root dentry releaseSage Weil1-3/+7
2010-08-26ceph: fix get_ticket_handler() error handlingDan Carpenter1-6/+9
2010-08-26ceph: don't BUG on ENOMEM during mds reconnectSage Weil1-3/+4
2010-08-26ceph: ceph_mdsc_build_path() returns an ERR_PTRDan Carpenter1-0/+4
2010-08-25ceph: Fix warningsAlan Cox1-5/+9
2010-08-25ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter1-2/+2
2010-08-24ceph: initialize fields on new dentry_infosSage Weil1-1/+1
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil4-7/+26
2010-08-22ceph: fix osd request lru adjustment when sending requestHenry C Chang1-1/+1
2010-08-22ceph: don't improperly set dir complete when holding EXCL capSage Weil1-0/+1
2010-08-22mm: exporting account_page_dirtyMichael Rubin1-7/+1
2010-08-22ceph: direct requests in snapped namespace based on nonsnap parentSage Weil1-2/+24
2010-08-22ceph: queue cap snap writeback for realm children on snap updateSage Weil1-23/+37
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil4-11/+23
2010-08-22ceph: fix xattr cap writebackSage Weil1-5/+5
2010-08-22ceph: fix multiple mds session shutdownSage Weil2-34/+37
2010-08-10ceph: generalize mon requests, add pool op supportYehuda Sadeh2-17/+158
2010-08-05ceph: only queue async writeback on cap revocation if there is dirty dataSage Weil1-1/+1
2010-08-03ceph: do not ignore osd_idle_ttl mount optionSage Weil1-0/+3