summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2013-02-14ceph: change ceph.file.layout.* implementation, contentSage Weil1-14/+53
2013-02-14ceph: fix listxattr handling for vxattrsSage Weil1-6/+13
2013-02-14ceph: fix getxattr vxattr handlingSage Weil1-12/+8
2013-02-14ceph: add exists_cb to vxattr structSage Weil1-0/+2
2013-02-14ceph: pass ceph.* removexattrs through to MDSSage Weil1-0/+5
2013-02-14ceph: pass unhandled ceph.* setxattrs through to MDSSage Weil1-0/+5
2013-02-14ceph: support hidden vxattrsSage Weil1-9/+11
2013-02-14ceph: remove 'ceph.layout' virtual xattrSage Weil1-7/+0
2013-01-30Merge branch 'testing' of github.com:ceph/ceph-client into v3.8-rc5-testingAlex Elder5-10/+69
2013-01-18libceph: pass length to ceph_calc_file_object_mapping()Alex Elder1-1/+1
2013-01-17ceph: check mds_wanted for imported capYan, Zheng1-1/+3
2013-01-17ceph: allocate cap_release message when receiving cap importYan, Zheng1-0/+3
2013-01-17ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng1-5/+10
2013-01-17ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng1-1/+9
2013-01-17ceph: Check for created flag in response from mdsSam Lang3-2/+40
2013-01-17ceph: Check for err on mds request in atomic_openSam Lang1-0/+3
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-65/+116
2012-12-19ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton2-5/+5
2012-12-13libceph: Unlock unprocessed pages in start_read() error pathDavid Zafman1-0/+9
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2012-12-13ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng1-6/+9
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2012-12-13ceph: Fix infinite loop in __wake_requestsYan, Zheng1-2/+7
2012-12-13ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2012-12-13bdi_register: add __printf verification, fix arg mismatchJoe Perches1-1/+1
2012-12-13libceph: remove 'osdtimeout' optionSage Weil1-2/+0
2012-12-13ceph: fix dentry reference leak in ceph_encode_fh().Cyril Roelandt1-1/+3
2012-11-05ceph: Fix i_size update raceSage Weil2-47/+77
2012-11-04ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng1-0/+2
2012-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-0/+2
2012-10-29ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-27ceph: Fix NULL ptr crash in strlen()David Zafman1-1/+1
2012-10-27ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-10tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checkingHugh Dickins1-4/+14
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+1
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds6-27/+46
2012-10-03ceph: avoid 32-bit page index overflowAlex Elder1-6/+5
2012-10-03ceph: return EIO on invalid layout on GET_DATALOC ioctlSage Weil1-2/+6
2012-10-03fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02ceph: propagate layout error on osd request creationSage Weil2-6/+6
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun1-1/+1
2012-10-01ceph: Fix oops when handling mdsmap that decreases max_mdsYan, Zheng1-1/+2
2012-10-01ceph: let path portion of mount "device" be optionalAlex Elder1-11/+26
2012-09-27ceph: don't abuse d_delete() on failure exitsAl Viro1-2/+2
2012-08-22ceph: avoid divide by zero in __validate_layout()Sage Weil1-1/+2
2012-08-22ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2012-08-20libceph: delay debugfs initialization until we learn global_idSage Weil1-0/+1
2012-08-02ceph: simplify+fix atomic_openSage Weil3-66/+40
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3