aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-11fs/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-65/+116
2012-12-18ceph: fix dentry reference leak in ceph_encode_fh()Cyril Roelandt1-1/+3
2012-12-17lseek: 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/sage/ceph-clientLinus Torvalds1-0/+2
2012-10-29ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-26ceph: Fix NULL ptr crash in strlen()David Zafman1-1/+1
2012-10-26ceph: fix dentry reference leak in encode_fh()David Zafman1-0/+2
2012-10-09tmpfs,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/sage/ceph-clientLinus 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-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-01ceph: 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-26ceph: don't abuse d_delete() on failure exitsAl Viro1-2/+2
2012-08-21ceph: avoid divide by zero in __validate_layout()Sage Weil1-1/+2
2012-08-21ceph: 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/viro/vfsLinus Torvalds1-0/+3
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-31/+23
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder2-10/+12
2012-07-30ceph: fix potential double freeAlan Cox1-0/+1
2012-07-30ceph: close old con before reopening on mds reconnectSage Weil1-0/+1
2012-07-30libceph: move feature bits to separate headerSage Weil2-0/+2
2012-07-31ceph: Push file_update_time() into ceph_page_mkwrite()Jan Kara1-0/+3
2012-07-30ceph: clean up useless d_parent checksSage Weil2-15/+3
2012-07-14VFS: Pass mount flags to sget()David Howells1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-3/+3
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+3
2012-07-14make finish_no_open() return intAl Viro1-4/+2
2012-07-14kill struct opendataAl Viro3-10/+7
2012-07-14make ->atomic_open() return intAl Viro3-19/+18
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro3-7/+8