aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2013-06-20ceph: fix statvfs fr_sizeSage Weil
2013-06-20libceph: wrap auth ops in wrapper functionsSage Weil
2013-06-20libceph: add update_authorizer auth methodSage Weil
2013-06-20ceph: ceph_pagelist_append might sleep while atomicJim Schutt
2013-06-20ceph: add cpu_to_le32() calls when encoding a reconnect capabilityJim Schutt
2013-01-17libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman
2013-01-17ceph: call handle_cap_grant() for cap import messageYan, Zheng
2013-01-17ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng
2013-01-17ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng
2013-01-17ceph: Fix infinite loop in __wake_requestsYan, Zheng
2013-01-17ceph: Don't update i_max_size when handling non-auth capYan, Zheng
2013-01-17libceph: remove 'osdtimeout' optionSage Weil
2013-01-17ceph: propagate layout error on osd request creationSage Weil
2013-01-17ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil
2013-01-17ceph: close old con before reopening on mds reconnectSage Weil
2012-11-26ceph: avoid 32-bit page index overflowAlex Elder
2012-11-26ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil
2012-11-26libceph: set peer name on con_open, not initSage Weil
2012-11-26libceph: fully initialize connection in con_init()Alex Elder
2012-11-26libceph: embed ceph messenger structure in ceph_clientAlex Elder
2012-11-26ceph: check PG_Private flag before accessing page->privateYan, Zheng
2012-11-26ceph: use info returned by get_authorizerAlex Elder
2012-11-26ceph: have get_authorizer methods return pointersAlex Elder
2012-11-26ceph: ensure auth ops are defined before useAlex Elder
2012-11-26ceph: messenger: reduce args to create_authorizerAlex Elder
2012-11-26ceph: define ceph_auth_handshake typeAlex Elder
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins
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