aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale d_unhashedNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-12-17ceph: mark user pages dirty on direct-io readsHenry C Chang
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil
2010-12-15ceph: fix direct-io on non-page-aligned buffersHenry C Chang
2010-12-06ceph: fix ioctl magicSage Weil
2010-12-01ceph: Behave better when handling file lock replies.Herb Shiu
2010-12-01ceph: pass lock information by struct file_lock instead of as individual params.Herb Shiu
2010-12-01ceph: Handle file locks in replies from the MDS.Herb Shiu
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil
2010-11-11ceph: fix dangling pointerSage Weil
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil
2010-11-09ceph: fix comment, remove extraneous argsSage Weil
2010-11-08ceph: fix update of ctime from MDSSage Weil
2010-11-08ceph: fix version check on racing inode updatesSage Weil
2010-11-08ceph: fix uid/gid on resent mds requestsSage Weil
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil
2010-11-07ceph: re-request max_size if cap auth changesSage Weil
2010-11-07ceph: only let auth caps update max_sizeSage Weil
2010-11-07ceph: fix open for write on clustered mdsSage Weil
2010-11-07ceph: fix bad pointer dereference in ceph_fill_traceSage Weil
2010-10-29convert cephAl Viro
2010-10-27Revert "ceph: update issue_seq on cap grant"Sage Weil
2010-10-26writeback: remove nonblocking/encountered_congestion referencesWu Fengguang
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil
2010-10-20fs/ceph/xattr.c: Use kmemdupJulia Lawall
2010-10-20ceph: add CEPH_MDS_OP_SETDIRLAYOUT and associated ioctl.Greg Farnum
2010-10-20ceph: fix debugfs warningsRandy Dunlap
2010-10-20ceph: switch from BKL to lock_flocks()Sage Weil
2010-10-20ceph: preallocate flock state without locks heldGreg Farnum
2010-10-20ceph: use mapping->nrpages to determine if mapping is emptySage Weil
2010-10-20ceph: only invalidate on check_caps if we actually have pagesSage Weil
2010-10-20ceph: do not hide .snap in root directorySage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-10-20ceph-rbd: osdc support for osd call and rollback operationsYehuda Sadeh
2010-10-20ceph: messenger and osdc changes for rbdYehuda Sadeh
2010-10-20ceph: refactor osdc requests creation functionsYehuda Sadeh
2010-10-20ceph: lookup pool in osdmap by nameYehuda Sadeh
2010-10-07ceph: update issue_seq on cap grantSage Weil
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum