summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2013-01-17libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman1-0/+9
2013-01-17ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2013-01-17ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng1-6/+9
2013-01-17ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2013-01-17ceph: Fix infinite loop in __wake_requestsYan, Zheng1-2/+7
2013-01-17ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2013-01-17libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2013-01-17ceph: propagate layout error on osd request creationSage Weil2-6/+6
2013-01-17ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2013-01-17ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-11-26ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-11-26ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-11-26libceph: delay debugfs initialization until we learn global_idSage Weil1-0/+1
2012-11-26libceph: set peer name on con_open, not initSage Weil1-3/+4
2012-11-26libceph: fully initialize connection in con_init()Alex Elder1-5/+2
2012-11-26libceph: embed ceph messenger structure in ceph_clientAlex Elder1-1/+1
2012-11-26ceph: check PG_Private flag before accessing page->privateYan, Zheng1-9/+12
2012-11-26ceph: use info returned by get_authorizerAlex Elder1-8/+1
2012-11-26ceph: have get_authorizer methods return pointersAlex Elder1-7/+13
2012-11-26ceph: ensure auth ops are defined before useAlex Elder1-8/+6
2012-11-26ceph: messenger: reduce args to create_authorizerAlex Elder1-15/+12
2012-11-26ceph: define ceph_auth_handshake typeAlex Elder2-19/+18
2012-10-21tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-4/+14
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-82/+163
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder1-3/+8
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder1-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder1-2/+4
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder1-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder3-5/+56
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder1-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder1-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder1-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder1-3/+1
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang1-1/+1
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang1-5/+6
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott1-1/+1
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder1-4/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-10/+19
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds7-40/+88
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder1-0/+22
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil3-3/+37
2012-01-11ceph: always initialize the dentry in open_root_dentry()Alex Elder1-4/+3
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil1-1/+2
2012-01-10ceph: avoid useless dget/dput in encode_fhSage Weil1-4/+2