summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: avoid immediate cap check after importSage Weil2011-01-191-2/+1
* ceph: fix flushing of caps vs cap importSage Weil2011-01-191-4/+34
* ceph: fix erroneous cap flush to non-auth mdsSage Weil2011-01-191-0/+2
* ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil2011-01-191-0/+2
* ceph: fix xattr rbtree searchSage Weil2011-01-131-0/+3
* ceph: fix getattr on directory when using norbytesYehuda Sadeh2011-01-131-5/+5
* ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo2011-01-121-3/+7
* ceph: Makefile: Remove unnessary codeTracey Dent2011-01-121-22/+1
* ceph: associate requests with opening sessionsSage Weil2011-01-121-2/+4
* ceph: drop redundant r_mds fieldSage Weil2011-01-123-7/+11
* ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-124-16/+32
* ceph: add dir_layout to inodeSage Weil2011-01-124-1/+25
* ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-171-4/+4
* ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-171-1/+2
* ceph: fix direct-io on non-page-aligned buffersHenry C Chang2010-12-151-12/+19
* 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/+21
* 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-198-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-111-1/+4
| * ceph: fix dangling pointerSage Weil2010-11-111-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/+9
| * 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/+10
| * 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-271-5/+3
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-172-2/+0
* | convert cephAl Viro2010-10-291-23/+27
* | writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-9/+0
|/
* ceph: do not carry i_lock for readdir from dcacheSage Weil2010-10-202-26/+18
* fs/ceph/xattr.c: Use kmemdupJulia Lawall2010-10-201-2/+1
* ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum2010-10-202-1/+69
* ceph: fix debugfs warningsRandy Dunlap2010-10-201-1/+2
* ceph: switch from BKL to lock_flocks()Sage Weil2010-10-201-5/+6
* ceph: preallocate flock state without locks heldGreg Farnum2010-10-202-15/+44
* ceph: use mapping->nrpages to determine if mapping is emptySage Weil2010-10-201-12/+1
* ceph: only invalidate on check_caps if we actually have pagesSage Weil2010-10-201-1/+1
* ceph: do not hide .snap in root directorySage Weil2010-10-201-1/+0
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-2062-14078/+926
* ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh2010-10-203-0/+29
* ceph: messenger and osdc changes for rbdYehuda Sadeh2010-10-206-101/+436
OpenPOWER on IntegriCloud