summaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: rework dcache readdirYan, Zheng2015-06-251-152/+161
* ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-251-5/+5
* ceph: fix directory fsyncYan, Zheng2015-06-251-55/+1
* ceph: simplify two mount_timeout sitesIlya Dryomov2015-06-251-10/+4
* libceph: store timeouts in jiffies, verify user inputIlya Dryomov2015-06-251-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-30/+30
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-30/+30
* | ceph: rename snapshot supportYan, Zheng2015-04-221-4/+9
* | ceph: kstrdup() memory handlingSanidhya Kashyap2015-04-201-6/+18
* | ceph: match wait_for_completion_timeout return typeNicholas Mc Guire2015-04-201-4/+5
* | ceph: fix dcache/nocache mount optionYan, Zheng2015-04-201-0/+2
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-221-1/+1
|\
| * VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* | ceph: return error for traceless reply raceYan, Zheng2015-02-191-6/+9
* | ceph: fix dentry leaksYan, Zheng2015-02-191-0/+1
* | ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng2015-02-191-2/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-12-171-9/+18
|\
| * ceph: fix mksnap crashYan, Zheng2014-12-171-1/+3
| * ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng2014-12-171-8/+15
* | kill f_dentry usesAl Viro2014-11-191-3/+3
* | assorted conversions to %p[dD]Al Viro2014-11-191-23/+19
* | move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-10-151-10/+31
|\
| * ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng2014-10-141-10/+31
* | vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman2014-10-091-1/+0
|/
* ceph: clear directory's completeness when creating fileYan, Zheng2014-04-281-4/+5
* ceph: use fpos_cmp() to compare dentry positionsYan, Zheng2014-04-281-1/+1
* ceph: check directory's completeness before emitting directory entryYan, Zheng2014-04-281-10/+12
* ceph: skip invalid dentry during dcache readdirYan, Zheng2014-04-061-5/+8
* ceph: preallocate buffer for readdir replyYan, Zheng2014-04-041-5/+5
* ceph: do not set r_old_dentry_dir on link()Sage Weil2014-04-031-2/+1
* ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()Sage Weil2014-04-031-1/+2
* ceph: let MDS adjust readdir 'frag'Yan, Zheng2014-04-031-3/+0
* ceph: fix reset_readdir()Yan, Zheng2014-04-031-3/+6
* ceph: fix ceph_dir_llseek()Yan, Zheng2014-04-031-6/+6
* ceph: fix __dcache_readdir()Yan, Zheng2014-02-171-1/+9
* ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng2014-02-171-5/+8
* ceph: fix posix ACL hooksSage Weil2014-01-291-0/+1
* ceph: check inode caps in ceph_d_revalidateYan, Zheng2014-01-211-3/+8
* ceph: add acl for cephfsGuangliang Zhao2013-12-311-0/+5
* ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-301-1/+10
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-151-51/+48
|\
| * [readdir] convert cephAl Viro2013-06-291-51/+48
* | ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng2013-08-091-0/+2
|/
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-011-12/+13
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-011-51/+11
* new helper: file_inode(file)Al Viro2013-02-221-3/+3
* lseek: the "whence" argument is called "whence"Andrew Morton2012-12-171-2/+2
* ceph: simplify+fix atomic_openSage Weil2012-08-021-38/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-07-311-4/+3
|\
OpenPOWER on IntegriCloud