aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-139-51/+80
|\ \ | |/
| * 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
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-072-4/+9
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+6
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-3/+3
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+10
* | fs: dcache remove dcache_lockNick Piggin2011-01-072-9/+1
* | fs: dcache scale subdirsNick Piggin2011-01-072-3/+11
* | fs: dcache scale d_unhashedNick Piggin2011-01-071-2/+3
* | fs: dcache scale dentry refcountNick Piggin2011-01-073-4/+6
|/
* 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