aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2012-01-09ceph: d_alloc_root() may failAl Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03ceph: propagate umode_tAl Viro
2012-01-03get rid of open-coded S_ISREG(), etc.Al Viro
2012-01-03switch ->mknod() to umode_tAl Viro
2012-01-03switch ->create() to umode_tAl Viro
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil
2011-12-13ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-12-02ceph: fix rasize reporting by ceph_show_optionsSage Weil
2011-11-11ceph: initialize root dentrySage Weil
2011-11-05ceph: fix iput race when queueing inode workSage Weil
2011-11-05ceph/super.c: quiet sparse noiseH Hartley Sweeten
2011-11-05ceph/mds_client.c: quiet sparse noiseH Hartley Sweeten
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-25libceph: fix double-free of page vectorSage Weil
2011-10-25ceph: fix 32-bit ino numbersAmon Ott
2011-10-25ceph: let the set_layout ioctl set single traitsGreg Farnum
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil
2011-10-25ceph: replace leading spaces with tabsNoah Watkins
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil
2011-10-25libceph: create messenger with clientSage Weil
2011-10-25ceph: document ioctlsSage Weil
2011-10-25ceph: implement (optional) max read sizeSage Weil
2011-10-25ceph: rename rsize -> rasizeSage Weil
2011-10-25ceph: make readpages fully asyncSage Weil
2011-09-09Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds
2011-08-22ceph: fix memory leakNoah Watkins
2011-08-15ceph: fix encoding of ino only (not relative) pathsSage Weil
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: document unlocked d_parent accessesSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh
2011-07-26ceph: ignore lease maskSage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum