aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2012-05-31introduce SIZE_MAXGravatar Xi Wang 1-1/+1
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 6-82/+163
2012-03-22ceph: fix three bugs, two in ceph_vxattrcb_file_layout()Gravatar Alex Elder 1-3/+8
2012-03-22ceph: ensure Boolean options support both sensesGravatar Alex Elder 1-0/+10
2012-03-22rbd: make ceph_parse_options() return a pointerGravatar Alex Elder 1-2/+4
2012-03-22ceph: make ceph_setxattr() and ceph_removexattr() more alikeGravatar Alex Elder 1-6/+8
2012-03-22ceph: avoid repeatedly computing the size of constant vxattr namesGravatar Alex Elder 3-5/+56
2012-03-22ceph: encode type in vxattr callback routinesGravatar Alex Elder 1-11/+11
2012-03-22ceph: drop "_cb" from name of struct ceph_vxattr_cbGravatar Alex Elder 1-10/+10
2012-03-22ceph: use macros to normalize vxattr table definitionsGravatar Alex Elder 1-13/+26
2012-03-22ceph: use a symbolic name for "ceph." extended attribute namespaceGravatar Alex Elder 1-11/+14
2012-03-22ceph: pass inode rather than table to ceph_match_vxattr()Gravatar Alex Elder 1-23/+20
2012-03-22ceph: don't null-terminate xattr valuesGravatar Alex Elder 1-3/+1
2012-03-22ceph: fix overflow check in build_snap_context()Gravatar Xi Wang 1-1/+1
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Gravatar Xi Wang 1-5/+6
2012-03-22ceph: use 2 instead of 1 as fallback for 32-bit inode numberGravatar Amon Ott 1-1/+1
2012-03-22ceph: don't reset s_cap_ttl to zeroGravatar Alex Elder 1-4/+3
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 5-10/+19
2012-02-02ceph: create a new session lock to avoid lock inversionGravatar Alex Elder 4-9/+14
2012-02-02ceph: fix length validation in parse_reply_info()Gravatar Xi Wang 1-0/+2
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Gravatar Alex Elder 1-1/+3
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 7-40/+88
2012-01-12ceph: ensure prealloc_blob is in place when removing xattrGravatar Alex Elder 1-0/+22
2012-01-12ceph: enable/disable dentry complete flags via mount optionGravatar Sage Weil 3-3/+37
2012-01-11ceph: always initialize the dentry in open_root_dentry()Gravatar Alex Elder 1-4/+3
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncGravatar Sage Weil 1-1/+2
2012-01-10ceph: avoid useless dget/dput in encode_fhGravatar Sage Weil 1-4/+2
2012-01-10ceph: dereference pointer after checking for NULLGravatar Yehuda Sadeh 1-1/+2
2012-01-10ceph: remove unnecessary d_fsdata conditional checksGravatar Sage Weil 2-30/+22
2012-01-09ceph: d_alloc_root() may failGravatar Al Viro 1-4/+11
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-03ceph: propagate umode_tGravatar Al Viro 2-3/+3
2012-01-03get rid of open-coded S_ISREG(), etc.Gravatar Al Viro 1-1/+1
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tGravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-12-29ceph: disable use of dcache for readdir etc.Gravatar Sage Weil 1-26/+3
2011-12-13ceph: add missing spin_unlock at ceph_mdsc_build_path()Gravatar Yehuda Sadeh 1-0/+1
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionGravatar Sage Weil 1-1/+2
2011-12-07ceph: use i_ceph_lock instead of i_lockGravatar Sage Weil 11-207/+212
2011-12-02ceph: fix rasize reporting by ceph_show_optionsGravatar Sage Weil 1-1/+1
2011-11-11ceph: initialize root dentryGravatar Sage Weil 2-3/+5
2011-11-05ceph: fix iput race when queueing inode workGravatar Sage Weil 1-3/+6
2011-11-05ceph/super.c: quiet sparse noiseGravatar H Hartley Sweeten 1-2/+2
2011-11-05ceph/mds_client.c: quiet sparse noiseGravatar H Hartley Sweeten 1-2/+2
2011-11-05ceph: use new D_COMPLETE dentry flagGravatar Sage Weil 5-23/+68
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneGravatar Sage Weil 2-0/+41
2011-11-02filesystems: add set_nlink()Gravatar Miklos Szeredi 2-2/+2