aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)Author
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Alex Elder
2012-03-22ceph: ensure Boolean options support both sensesAlex Elder
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeAlex Elder
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesAlex Elder
2012-03-22ceph: encode type in vxattr callback routinesAlex Elder
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbAlex Elder
2012-03-22ceph: use macros to normalize vxattr table definitionsAlex Elder
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceAlex Elder
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Alex Elder
2012-03-22ceph: don't null-terminate xattr valuesAlex Elder
2012-03-22ceph: fix overflow check in build_snap_context()Xi Wang
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberAmon Ott
2012-03-22ceph: don't reset s_cap_ttl to zeroAlex Elder
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrAlex Elder
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil
2012-01-11ceph: always initialize the dentry in open_root_dentry()Alex Elder
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil
2012-01-10ceph: avoid useless dget/dput in encode_fhSage Weil
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil
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