summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds3-3/+3
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-1/+7
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen1-1/+1
2011-03-29fs: don't use igrab() while holding i_lockDave Chinner2-3/+3
2011-03-25ceph: flush msgr_wq during mds_client shutdownSage Weil1-0/+6
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil1-7/+6
2011-03-21ceph: add request to the tail of unsafe write listHenry C Chang1-1/+2
2011-03-21ceph: remove request from unsafe list if it is canceled/timed outHenry C Chang1-0/+7
2011-03-21ceph: move readahead default to fs/ceph from libcephSage Weil2-2/+3
2011-03-21ceph: add ino32 mount optionYehuda Sadeh4-25/+65
2011-03-21ceph: remove debugfs debug cruftSage Weil1-6/+0
2011-03-15ceph: preserve I_COMPLETE across renameSage Weil1-8/+8
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil1-0/+1
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil1-21/+1
2011-03-03ceph: do not set I_COMPLETESage Weil2-2/+2
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil2-5/+1
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-5/+15
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2-1/+5
2011-02-04ceph: queue cap_snaps once per realmSage Weil1-4/+10
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus 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/sag...Linus 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