summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)AuthorLines
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+3
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-31/+23
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder-10/+12
2012-07-30ceph: fix potential double freeAlan Cox-0/+1
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil-0/+1
2012-07-30libceph: move feature bits to separate headerSage Weil-0/+2
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara-0/+3
2012-07-30ceph: clean up useless d_parent checksSage Weil-15/+3
2012-07-14VFS: Pass mount flags to sget()David Howells-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro-3/+3
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro-3/+3
2012-07-14make finish_no_open() return intAl Viro-4/+2
2012-07-14kill struct opendataAl Viro-10/+7
2012-07-14make ->atomic_open() return intAl Viro-19/+18
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro-7/+8
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi-38/+56
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi-6/+4
2012-07-05libceph: set peer name on con_open, not initSage Weil-3/+4
2012-06-20ceph: check PG_Private flag before accessing page->privateYan, Zheng-9/+12
2012-06-15Merge tag 'v3.5-rc1'Sage Weil-14/+23
2012-06-06libceph: fully initialize connection in con_init()Alex Elder-5/+2
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-11/+21
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder-1/+1
2012-06-01ceph: check PG_Private flag before accessing page->privateYan, Zheng-9/+12
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-1/+1
2012-05-31introduce SIZE_MAXXi Wang-1/+1
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds-98/+75
2012-05-29ceph: move encode_fh to new APISage Weil-13/+21
2012-05-29->encode_fh() API changeAl Viro-0/+2
2012-05-17ceph: use info returned by get_authorizerAlex Elder-8/+1
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder-7/+13
2012-05-17ceph: ensure auth ops are defined before useAlex Elder-8/+6
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder-15/+12
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder-19/+18
2012-05-16ceph: ignore preferred_osd fieldSage Weil-4/+0
2012-05-16ceph: fully initialize new layoutSage Weil-6/+15
2012-05-07ceph: refactor SETLAYOUT and SETDIRLAYOUT ioctl checks into common helperSage Weil-44/+38
2012-05-07ceph: drop support for preferred_osd pgsSage Weil-20/+5
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-82/+163
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder-3/+8
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder-2/+4
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder-5/+56
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder-23/+20