summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix ioctl magicSage Weil2010-12-061-1/+1
* ceph: Behave better when handling file lock replies.Herb Shiu2010-12-011-8/+30
* ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu2010-12-011-37/+21Star
* ceph: Handle file locks in replies from the MDS.Herb Shiu2010-12-012-14/+58
* ceph: avoid possible null deref in readdir after dir llseekSage Weil2010-12-011-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-208-55/+98
|\
| * ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil2010-11-181-3/+7
| * ceph: fix frag offset for non-leftmost fragsSage Weil2010-11-121-1/+4
| * ceph: fix dangling pointerSage Weil2010-11-121-0/+1
| * ceph: make page alignment explicit in osd interfaceSage Weil2010-11-093-9/+25
| * ceph: fix comment, remove extraneous argsSage Weil2010-11-091-11/+9Star
| * ceph: fix update of ctime from MDSSage Weil2010-11-081-2/+4
| * ceph: fix version check on racing inode updatesSage Weil2010-11-081-4/+9
| * ceph: fix uid/gid on resent mds requestsSage Weil2010-11-082-2/+7
| * ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-083-14/+10Star
| * ceph: re-request max_size if cap auth changesSage Weil2010-11-071-0/+5
| * ceph: only let auth caps update max_sizeSage Weil2010-11-071-1/+8
| * ceph: fix open for write on clustered mdsSage Weil2010-11-071-2/+4
| * ceph: fix bad pointer dereference in ceph_fill_traceSage Weil2010-11-071-1/+2
| * Revert "ceph: update issue_seq on cap grant"Sage Weil2010-10-281-5/+3Star
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0Star
* | convert cephAl Viro2010-10-291-23/+27
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-271-9/+0Star
|/
* ceph: do not carry i_lock for readdir from dcacheSage Weil2010-10-212-26/+18Star
* fs/ceph/xattr.c: Use kmemdupJulia Lawall2010-10-211-2/+1Star
* ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2010-10-212-1/+69
* ceph: fix debugfs warningsRandy Dunlap2010-10-211-1/+2
* ceph: switch from BKL to lock_flocks()Sage Weil2010-10-211-5/+6
* ceph: preallocate flock state without locks heldGreg Farnum2010-10-212-15/+44
* ceph: use mapping->nrpages to determine if mapping is emptySage Weil2010-10-211-12/+1Star
* ceph: only invalidate on check_caps if we actually have pagesSage Weil2010-10-211-1/+1
* ceph: do not hide .snap in root directorySage Weil2010-10-211-1/+0Star
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-2162-14078/+926Star
* ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh2010-10-213-0/+29
* ceph: messenger and osdc changes for rbdYehuda Sadeh2010-10-216-101/+436
* ceph: refactor osdc requests creation functionsYehuda Sadeh2010-10-212-57/+155
* ceph: lookup pool in osdmap by nameYehuda Sadeh2010-10-212-0/+15
* ceph: update issue_seq on cap grantSage Weil2010-10-071-3/+5
* ceph: send cap release message early on failed revoke.Greg Farnum2010-10-071-10/+13
* ceph: Update max_len with minimum required sizeAneesh Kumar K.V2010-10-071-1/+4
* ceph: Fix return value of encode_fh functionAneesh Kumar K.V2010-10-071-7/+9
* ceph: avoid null deref in osd request error pathSage Weil2010-10-071-1/+1
* ceph: fix list_add usage on unsafe_writes listHenry C Chang2010-10-071-1/+1
* ceph: select CRYPTOSage Weil2010-09-171-0/+1
* ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil2010-09-171-1/+1
* ceph: only send one flushsnap per cap_snap per mds sessionSage Weil2010-09-173-6/+18
* ceph: fix cap_snap and realm splitSage Weil2010-09-173-61/+33Star
* ceph: stop sending FLUSHSNAPs when we hit a dirty capsnapSage Weil2010-09-151-3/+3
* ceph: correctly set 'follows' in flushsnap messagesSage Weil2010-09-151-1/+1
* ceph: fix dn offset during readdir_prepopulateSage Weil2010-09-131-5/+6