aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-03ceph: constify dentry_operationsSage Weil2-5/+5
2010-08-03ceph: whitespace cleanupSage Weil7-24/+31
2010-08-02ceph: add flock/fcntl lock supportGreg Farnum5-2/+284
2010-08-02ceph: define on-wire types, constants for file locking supportGreg Farnum2-2/+36
2010-08-02ceph: add CEPH_FEATURE_FLOCK to the supported feature bitsGreg Farnum1-1/+1
2010-08-02ceph: support v2 reconnect encodingSage Weil2-13/+50
2010-08-02ceph: support v2 client_caps encodingSage Weil1-2/+19
2010-08-02ceph: move AES iv definition to shared headerSage Weil2-1/+3
2010-08-02ceph: fix decoding of pool snap infoSage Weil1-4/+26
2010-08-01ceph: make ->sync_fs not wait if wait==0Sage Weil1-4/+13
2010-08-01ceph: warn on missing snap realmSage Weil1-0/+1
2010-08-01ceph: print useful error message when crush rule not foundSage Weil1-2/+3
2010-08-01ceph: use %pU to print uuid (fsid)Sage Weil3-15/+8
2010-08-01ceph: sync header defs with server codeSage Weil3-0/+11
2010-08-01ceph: clean up header guardsSage Weil8-16/+16
2010-08-01ceph: strip misleading/obsolete version, feature infoSage Weil1-26/+4
2010-08-01ceph: specify supported features in super.hSage Weil2-3/+9
2010-08-01ceph: clean up fsid mount optionSage Weil1-13/+39
2010-08-01ceph: remove unused 'monport' mount optionSage Weil1-2/+0
2010-08-01ceph: handle ESTALE properly; on receipt send to authority if it wasn'tGreg Farnum2-8/+35
2010-08-01ceph: add ceph_get_cap_for_mds function.Greg Farnum2-0/+12