aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi
2012-06-20ceph: check PG_Private flag before accessing page->privateYan, Zheng
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-05-31introduce SIZE_MAXXi Wang
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds
2012-05-29ceph: move encode_fh to new APISage Weil
2012-05-29->encode_fh() API changeAl Viro
2012-05-17ceph: use info returned by get_authorizerAlex Elder
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder
2012-05-17ceph: ensure auth ops are defined before useAlex Elder
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder
2012-05-16ceph: ignore preferred_osd fieldSage Weil
2012-05-16ceph: fully initialize new layoutSage Weil
2012-05-07ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil