aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus 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/sage/ceph-clientLinus 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
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh1-1/+2
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil2-30/+22
2012-01-09ceph: d_alloc_root() may failAl Viro1-4/+11
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03ceph: propagate umode_tAl Viro2-3/+3
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-2/+2
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil1-26/+3
2011-12-13ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh1-0/+1
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil1-1/+2
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil11-207/+212
2011-12-02ceph: fix rasize reporting by ceph_show_optionsSage Weil1-1/+1
2011-11-11ceph: initialize root dentrySage Weil2-3/+5
2011-11-05ceph: fix iput race when queueing inode workSage Weil1-3/+6
2011-11-05ceph/super.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-11-05ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten1-2/+2
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil5-23/+68
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2-0/+41
2011-11-02filesystems: add set_nlink()Miklos Szeredi2-2/+2
2011-10-25libceph: fix double-free of page vectorSage Weil1-1/+0
2011-10-25ceph: fix 32-bit ino numbersAmon Ott1-5/+6
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum1-6/+28
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil1-45/+1
2011-10-25ceph: replace leading spaces with tabsNoah Watkins1-20/+20
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil2-6/+7
2011-10-25libceph: create messenger with clientSage Weil1-3/+6
2011-10-25ceph: document ioctlsSage Weil1-1/+54
2011-10-25ceph: implement (optional) max read sizeSage Weil1-3/+12
2011-10-25ceph: rename rsize -> rasizeSage Weil2-6/+16
2011-10-25ceph: make readpages fully asyncSage Weil1-70/+115
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-3/+3
2011-08-22ceph: fix memory leakNoah Watkins1-2/+2
2011-08-15ceph: fix encoding of ino only (not relative) pathsSage Weil1-1/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds13-137/+249
2011-07-26ceph: document unlocked d_parent accessesSage Weil2-4/+11
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil4-11/+17
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil1-1/+3