aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-14/+54
2011-01-25ceph: avoid picking MDS that is not activeSage Weil1-3/+7
2011-01-19ceph: avoid immediate cap check after importSage Weil1-2/+1
2011-01-19ceph: fix flushing of caps vs cap importSage Weil1-4/+34
2011-01-19ceph: fix erroneous cap flush to non-auth mdsSage Weil1-0/+2
2011-01-19ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil1-0/+2
2011-01-13ceph: fix xattr rbtree searchSage Weil1-0/+3
2011-01-13ceph: fix getattr on directory when using norbytesYehuda Sadeh1-5/+5
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds9-51/+80
2011-01-12ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo1-3/+7
2011-01-12ceph: Makefile: Remove unnessary codeTracey Dent1-22/+1
2011-01-12ceph: associate requests with opening sessionsSage Weil1-2/+4
2011-01-12ceph: drop redundant r_mds fieldSage Weil3-7/+11
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil4-16/+32
2011-01-12ceph: add dir_layout to inodeSage Weil4-1/+25
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-4/+9
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-3/+3
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+10
2011-01-07fs: dcache remove dcache_lockNick Piggin2-9/+1
2011-01-07fs: dcache scale subdirsNick Piggin2-3/+11
2011-01-07fs: dcache scale d_unhashedNick Piggin1-2/+3
2011-01-07fs: dcache scale dentry refcountNick Piggin3-4/+6
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang1-4/+4
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil1-1/+2
2010-12-15ceph: fix direct-io on non-page-aligned buffersHenry C Chang1-12/+19
2010-12-06ceph: fix ioctl magicSage Weil1-1/+1
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu1-8/+30
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu1-37/+21
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu2-14/+58
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil1-2/+2
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-55/+98
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil1-3/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2-2/+0
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil1-1/+4
2010-11-11ceph: fix dangling pointerSage Weil1-0/+1
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil3-9/+25
2010-11-09ceph: fix comment, remove extraneous argsSage Weil1-11/+9
2010-11-08ceph: fix update of ctime from MDSSage Weil1-2/+4
2010-11-08ceph: fix version check on racing inode updatesSage Weil1-4/+9
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil2-2/+7
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil3-14/+10
2010-11-07ceph: re-request max_size if cap auth changesSage Weil1-0/+5
2010-11-07ceph: only let auth caps update max_sizeSage Weil1-1/+8
2010-11-07ceph: fix open for write on clustered mdsSage Weil1-2/+4
2010-11-07ceph: fix bad pointer dereference in ceph_fill_traceSage Weil1-1/+2
2010-10-29convert cephAl Viro1-23/+27
2010-10-27Revert "ceph: update issue_seq on cap grant"Sage Weil1-5/+3
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