summaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2014-06-07ceph: clear directory's completeness when creating fileYan, Zheng
2014-02-17ceph: fix __dcache_readdir()Yan, Zheng
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng
2014-01-29ceph: fix posix ACL hooksSage Weil
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng
2013-12-31ceph: add acl for cephfsGuangliang Zhao
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil
2013-08-09ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng
2013-06-29[readdir] convert cephAl Viro
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-02-22new helper: file_inode(file)Al Viro
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton
2012-08-02ceph: simplify+fix atomic_openSage Weil
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-07-30ceph: clean up useless d_parent checksSage Weil
2012-07-14don't pass nameidata to ->create()Al Viro
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-07-14make finish_no_open() return intAl Viro
2012-07-14kill struct opendataAl Viro
2012-07-14make ->atomic_open() return intAl Viro
2012-07-14->atomic_open() prototype change - pass int * instead of bool *Al Viro
2012-07-14ceph: implement i_op->atomic_open()Miklos Szeredi
2012-07-14ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi
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-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-01-12ceph: enable/disable dentry complete flags via mount optionSage Weil
2012-01-10ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil
2012-01-10ceph: remove unnecessary d_fsdata conditional checksSage Weil
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
2011-12-29ceph: disable use of dcache for readdir etc.Sage Weil
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-11-11ceph: initialize root dentrySage Weil
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil
2011-11-03ceph: clear parent D_COMPLETE flag when on dentry pruneSage 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: 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: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil