summaryrefslogtreecommitdiff
path: root/fs/ceph
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-02-21
|\
| * ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh2011-02-19
| * ceph: queue cap_snaps once per realmSage Weil2011-02-04
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-28
|\ \ | |/
| * ceph: avoid picking MDS that is not activeSage Weil2011-01-25
| * ceph: avoid immediate cap check after importSage Weil2011-01-19
| * ceph: fix flushing of caps vs cap importSage Weil2011-01-19
| * ceph: fix erroneous cap flush to non-auth mdsSage Weil2011-01-19
| * ceph: fix cap_wanted_delay_{min,max} mount option initializationSage Weil2011-01-19
| * ceph: fix xattr rbtree searchSage Weil2011-01-13
| * ceph: fix getattr on directory when using norbytesYehuda Sadeh2011-01-13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-13
|\ \ | |/
| * ceph: fsc->*_wq's aren't used in memory reclaim pathTejun Heo2011-01-12
| * ceph: Makefile: Remove unnessary codeTracey Dent2011-01-12
| * ceph: associate requests with opening sessionsSage Weil2011-01-12
| * ceph: drop redundant r_mds fieldSage Weil2011-01-12
| * ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-12
| * ceph: add dir_layout to inodeSage Weil2011-01-12
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
* | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* | fs: icache RCU free inodesNick Piggin2011-01-07
* | fs: dcache remove dcache_lockNick Piggin2011-01-07
* | fs: dcache scale subdirsNick Piggin2011-01-07
* | fs: dcache scale d_unhashedNick Piggin2011-01-07
* | fs: dcache scale dentry refcountNick Piggin2011-01-07
|/
* ceph: mark user pages dirty on direct-io readsHenry C Chang2010-12-17
* ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil2010-12-17
* ceph: fix direct-io on non-page-aligned buffersHenry C Chang2010-12-15
* ceph: fix ioctl magicSage Weil2010-12-06
* ceph: Behave better when handling file lock replies.Herb Shiu2010-12-01
* ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu2010-12-01
* ceph: Handle file locks in replies from the MDS.Herb Shiu2010-12-01
* ceph: avoid possible null deref in readdir after dir llseekSage Weil2010-12-01
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-19
|\
| * ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil2010-11-18
| * ceph: fix frag offset for non-leftmost fragsSage Weil2010-11-11
| * ceph: fix dangling pointerSage Weil2010-11-11
| * ceph: make page alignment explicit in osd interfaceSage Weil2010-11-09
| * ceph: fix comment, remove extraneous argsSage Weil2010-11-09
| * ceph: fix update of ctime from MDSSage Weil2010-11-08
| * ceph: fix version check on racing inode updatesSage Weil2010-11-08
| * ceph: fix uid/gid on resent mds requestsSage Weil2010-11-08
| * ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-08
| * ceph: re-request max_size if cap auth changesSage Weil2010-11-07
| * ceph: only let auth caps update max_sizeSage Weil2010-11-07
| * ceph: fix open for write on clustered mdsSage Weil2010-11-07
| * ceph: fix bad pointer dereference in ceph_fill_traceSage Weil2010-11-07
| * Revert "ceph: update issue_seq on cap grant"Sage Weil2010-10-27
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17