aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAge
* ceph: clear directory's completeness when creating fileYan, Zheng2014-04-28
* ceph: use fpos_cmp() to compare dentry positionsYan, Zheng2014-04-28
* ceph: check directory's completeness before emitting directory entryYan, Zheng2014-04-28
* ceph: skip invalid dentry during dcache readdirYan, Zheng2014-04-06
* ceph: preallocate buffer for readdir replyYan, Zheng2014-04-05
* ceph: do not set r_old_dentry_dir on link()Sage Weil2014-04-02
* ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()Sage Weil2014-04-02
* ceph: let MDS adjust readdir 'frag'Yan, Zheng2014-04-02
* ceph: fix reset_readdir()Yan, Zheng2014-04-02
* ceph: fix ceph_dir_llseek()Yan, Zheng2014-04-02
* ceph: fix __dcache_readdir()Yan, Zheng2014-02-17
* ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2014-02-17
* ceph: fix posix ACL hooksSage Weil2014-01-29
* ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-21
* ceph: add acl for cephfsGuangliang Zhao2013-12-31
* ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-30
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-15
|\
| * [readdir] convert cephAl Viro2013-06-29
* | ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng2013-08-09
|/
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-02
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-02
* new helper: file_inode(file)Al Viro2013-02-22
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-17
* ceph: simplify+fix atomic_openSage Weil2012-08-02
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-31
|\
| * ceph: clean up useless d_parent checksSage Weil2012-07-30
* | don't pass nameidata to ->create()Al Viro2012-07-14
* | stop passing nameidata to ->lookup()Al Viro2012-07-14
* | stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* | make finish_no_open() return intAl Viro2012-07-14
* | kill struct opendataAl Viro2012-07-14
* | make ->atomic_open() return intAl Viro2012-07-14
* | ->atomic_open() prototype change - pass int * instead of bool *Al Viro2012-07-14
* | ceph: implement i_op->atomic_open()Miklos Szeredi2012-07-14
* | ceph: remove unused arg from ceph_lookup_open()Miklos Szeredi2012-07-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-02
|\
| * ceph: create a new session lock to avoid lock inversionAlex Elder2012-02-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-13
|\ \
| * | ceph: enable/disable dentry complete flags via mount optionSage Weil2012-01-12
| * | ceph: avoid iput() while holding spinlock in ceph_dir_fsyncSage Weil2012-01-10
| * | ceph: remove unnecessary d_fsdata conditional checksSage Weil2012-01-10
| |/
* | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-03
* | switch ->mknod() to umode_tAl Viro2012-01-03
* | switch ->create() to umode_tAl Viro2012-01-03
* | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-03
|/
* ceph: disable use of dcache for readdir etc.Sage Weil2011-12-29
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-07
* ceph: initialize root dentrySage Weil2011-11-11
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-06
* ceph: clear parent D_COMPLETE flag when on dentry pruneSage Weil2011-11-03