summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-137-40/+88
|\
| * ceph: ensure prealloc_blob is in place when removing xattrAlex Elder2012-01-121-0/+22
| * ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-123-3/+37
| * ceph: always initialize the dentry in open_root_dentry()Alex Elder2012-01-121-4/+3Star
| * ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil2012-01-101-1/+2
| * ceph: avoid useless dget/dput in encode_fhSage Weil2012-01-101-4/+2Star
| * ceph: dereference pointer after checking for NULLYehuda Sadeh2012-01-101-1/+2
| * ceph: remove unnecessary d_fsdata conditional checksSage Weil2012-01-102-30/+22Star
* | ceph: d_alloc_root() may failAl Viro2012-01-091-4/+11
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-071-3/+3
* | ceph: propagate umode_tAl Viro2012-01-042-3/+3
* | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-041-1/+1
* | switch ->mknod() to umode_tAl Viro2012-01-041-2/+2
* | switch ->create() to umode_tAl Viro2012-01-041-1/+1
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-041-2/+2
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
|/
* ceph: disable use of dcache for readdir etc.Sage Weil2011-12-291-26/+3Star
* ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh2011-12-131-0/+1
* ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil2011-12-131-1/+2
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-0711-207/+212
* ceph: fix rasize reporting by ceph_show_optionsSage Weil2011-12-021-1/+1
* ceph: initialize root dentrySage Weil2011-11-112-3/+5
* ceph: fix iput race when queueing inode workSage Weil2011-11-061-3/+6
* ceph/super.c: quiet sparse noiseH Hartley Sweeten2011-11-061-2/+2
* ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten2011-11-061-2/+2
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-065-23/+68
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-032-0/+41
* filesystems: add set_nlink()Miklos Szeredi2011-11-022-2/+2
* libceph: fix double-free of page vectorSage Weil2011-10-261-1/+0Star
* ceph: fix 32-bit ino numbersAmon Ott2011-10-261-5/+6
* ceph: let the set_layout ioctl set single traitsGreg Farnum2011-10-261-6/+28
* Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil2011-10-261-45/+1Star
* ceph: replace leading spaces with tabsNoah Watkins2011-10-261-20/+20
* libceph: don't complain on msgpool alloc failuresSage Weil2011-10-262-6/+7
* libceph: create messenger with clientSage Weil2011-10-261-3/+6
* ceph: document ioctlsSage Weil2011-10-261-1/+54
* ceph: implement (optional) max read sizeSage Weil2011-10-261-3/+12
* ceph: rename rsize -> rasizeSage Weil2011-10-262-6/+16
* ceph: make readpages fully asyncSage Weil2011-10-261-70/+115
* Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-09-102-3/+3
|\
| * ceph: fix memory leakNoah Watkins2011-08-221-2/+2
| * ceph: fix encoding of ino only (not relative) pathsSage Weil2011-08-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-2613-137/+249
|\|
| * ceph: document unlocked d_parent accessesSage Weil2011-07-262-4/+11
| * ceph: explicitly reference rename old_dentry parent dir in requestSage Weil2011-07-264-11/+17
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil2011-07-264-13/+18
| * ceph: protect d_parent access in ceph_d_revalidateSage Weil2011-07-261-15/+17
| * ceph: protect access to d_parentSage Weil2011-07-266-15/+33
| * ceph: handle racing calls to ceph_init_dentrySage Weil2011-07-261-9/+12