aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2011-03-21ceph: rename dentry_release -> d_release, fix commentGravatar Sage Weil 1-7/+6
2011-03-21ceph: add request to the tail of unsafe write listGravatar Henry C Chang 1-1/+2
2011-03-21ceph: remove request from unsafe list if it is canceled/timed outGravatar Henry C Chang 1-0/+7
2011-03-21ceph: move readahead default to fs/ceph from libcephGravatar Sage Weil 2-2/+3
2011-03-21ceph: add ino32 mount optionGravatar Yehuda Sadeh 4-25/+65
2011-03-21ceph: remove debugfs debug cruftGravatar Sage Weil 1-6/+0
2011-03-15ceph: preserve I_COMPLETE across renameGravatar Sage Weil 1-8/+8
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsGravatar Al Viro 1-1/+1
2011-03-04ceph: no .snap inside of snapped namespaceGravatar Sage Weil 1-0/+1
2011-03-03ceph: do not clear I_COMPLETE from d_releaseGravatar Sage Weil 1-21/+1
2011-03-03ceph: do not set I_COMPLETEGravatar Sage Weil 2-2/+2
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Gravatar Sage Weil 2-5/+1
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 3-5/+15
2011-02-19ceph: keep reference to parent inode on ceph_dentryGravatar Yehuda Sadeh 2-1/+5
2011-02-04ceph: queue cap_snaps once per realmGravatar Sage Weil 1-4/+10
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 5-14/+54
2011-01-25ceph: avoid picking MDS that is not activeGravatar Sage Weil 1-3/+7
2011-01-19ceph: avoid immediate cap check after importGravatar Sage Weil 1-2/+1
2011-01-19ceph: fix flushing of caps vs cap importGravatar Sage Weil 1-4/+34
2011-01-19ceph: fix erroneous cap flush to non-auth mdsGravatar Sage Weil 1-0/+2
2011-01-19ceph: fix cap_wanted_delay_{min,max} mount option initializationGravatar Sage Weil 1-0/+2
2011-01-13ceph: fix xattr rbtree searchGravatar Sage Weil 1-0/+3
2011-01-13ceph: fix getattr on directory when using norbytesGravatar Yehuda Sadeh 1-5/+5
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 9-51/+80
2011-01-12ceph: fsc->*_wq's aren't used in memory reclaim pathGravatar Tejun Heo 1-3/+7
2011-01-12ceph: Makefile: Remove unnessary codeGravatar Tracey Dent 1-22/+1
2011-01-12ceph: associate requests with opening sessionsGravatar Sage Weil 1-2/+4
2011-01-12ceph: drop redundant r_mds fieldGravatar Sage Weil 3-7/+11
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSGravatar Sage Weil 4-16/+32
2011-01-12ceph: add dir_layout to inodeGravatar Sage Weil 4-1/+25
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 2-4/+9
2011-01-07fs: rcu-walk aware d_revalidate methodGravatar Nick Piggin 1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathGravatar Nick Piggin 1-3/+3
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+10
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 2-9/+1
2011-01-07fs: dcache scale subdirsGravatar Nick Piggin 2-3/+11
2011-01-07fs: dcache scale d_unhashedGravatar Nick Piggin 1-2/+3
2011-01-07fs: dcache scale dentry refcountGravatar Nick Piggin 3-4/+6
2010-12-17ceph: mark user pages dirty on direct-io readsGravatar Henry C Chang 1-4/+4
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportGravatar Sage Weil 1-1/+2
2010-12-15ceph: fix direct-io on non-page-aligned buffersGravatar Henry C Chang 1-12/+19
2010-12-06ceph: fix ioctl magicGravatar Sage Weil 1-1/+1
2010-12-01ceph: Behave better when handling file lock replies.Gravatar Herb Shiu 1-8/+30
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Gravatar Herb Shiu 1-37/+21
2010-12-01ceph: Handle file locks in replies from the MDS.Gravatar Herb Shiu 2-14/+58
2010-12-01ceph: avoid possible null deref in readdir after dir llseekGravatar Sage Weil 1-2/+2
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 8-55/+98
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsGravatar Sage Weil 1-3/+7
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 2-2/+0
2010-11-11ceph: fix frag offset for non-leftmost fragsGravatar Sage Weil 1-1/+4