aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-02
|\
| * ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-02
| * ceph: fix length validation in parse_reply_info()Xi Wang2012-02-02
| * ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder2012-02-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-13
|\ \
| * | ceph: ensure prealloc_blob is in place when removing xattrAlex Elder2012-01-12
| * | ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-12
| * | ceph: always initialize the dentry in open_root_dentry()Alex Elder2012-01-11
| * | ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil2012-01-10
| * | ceph: avoid useless dget/dput in encode_fhSage Weil2012-01-10
| * | ceph: dereference pointer after checking for NULLYehuda Sadeh2012-01-10
| * | ceph: remove unnecessary d_fsdata conditional checksSage Weil2012-01-10
| |/
* | ceph: d_alloc_root() may failAl Viro2012-01-09
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-06
* | ceph: propagate umode_tAl Viro2012-01-03
* | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-03
* | switch ->mknod() to umode_tAl Viro2012-01-03
* | switch ->create() to umode_tAl Viro2012-01-03
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-03
|/
* ceph: disable use of dcache for readdir etc.Sage Weil2011-12-29
* ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-13
* ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-13
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-07
* ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-02
* ceph: initialize root dentrySage Weil2011-11-11
* ceph: fix iput race when queueing inode workSage Weil2011-11-06
* ceph/super.c: quiet sparse noiseH Hartley Sweeten2011-11-06
* ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten2011-11-06
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-06
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-03
* filesystems: add set_nlink()Miklos Szeredi2011-11-02
* libceph: fix double-free of page vectorSage Weil2011-10-25
* ceph: fix 32-bit ino numbersAmon Ott2011-10-25
* ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-25
* Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil2011-10-25
* ceph: replace leading spaces with tabsNoah Watkins2011-10-25
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-25
* libceph: create messenger with clientSage Weil2011-10-25
* ceph: document ioctlsSage Weil2011-10-25
* ceph: implement (optional) max read sizeSage Weil2011-10-25
* ceph: rename rsize -> rasizeSage Weil2011-10-25
* ceph: make readpages fully asyncSage Weil2011-10-25
* Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-09
|\
| * ceph: fix memory leakNoah Watkins2011-08-22
| * ceph: fix encoding of ino only (not relative) pathsSage Weil2011-08-15
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-26
|\|
| * ceph: document unlocked d_parent accessesSage Weil2011-07-26
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-26
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-26