aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-25ceph: rework dcache readdirYan, Zheng1-152/+161
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng1-5/+5
2015-06-25ceph: fix directory fsyncYan, Zheng1-55/+1
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov1-10/+4
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+30
2015-04-22ceph: rename snapshot supportYan, Zheng1-4/+9
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap1-6/+18
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire1-4/+5
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-30/+30
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-19ceph: return error for traceless reply raceYan, Zheng1-6/+9
2015-02-19ceph: fix dentry leaksYan, Zheng1-0/+1
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng1-2/+15
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-9/+18
2014-12-17ceph: fix mksnap crashYan, Zheng1-1/+3
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng1-8/+15
2014-11-19kill f_dentry usesAl Viro1-3/+3
2014-11-19assorted conversions to %p[dD]Al Viro1-23/+19
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-4/+4
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-10/+31
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng1-10/+31
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman1-1/+0
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng1-4/+5
2014-04-28ceph: use fpos_cmp() to compare dentry positionsYan, Zheng1-1/+1
2014-04-28ceph: check directory's completeness before emitting directory entryYan, Zheng1-10/+12
2014-04-06ceph: skip invalid dentry during dcache readdirYan, Zheng1-5/+8
2014-04-04ceph: preallocate buffer for readdir replyYan, Zheng1-5/+5
2014-04-03ceph: do not set r_old_dentry_dir on link()Sage Weil1-2/+1
2014-04-03ceph: avoid useless ceph_get_dentry_parent_inode() in ceph_rename()Sage Weil1-1/+2
2014-04-03ceph: let MDS adjust readdir 'frag'Yan, Zheng1-3/+0
2014-04-03ceph: fix reset_readdir()Yan, Zheng1-3/+6
2014-04-03ceph: fix ceph_dir_llseek()Yan, Zheng1-6/+6
2014-02-17ceph: fix __dcache_readdir()Yan, Zheng1-1/+9
2014-02-17ceph: add missing init_acl() for mkdir() and atomic_open()Yan, Zheng1-5/+8
2014-01-29ceph: fix posix ACL hooksSage Weil1-0/+1
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng1-3/+8
2013-12-31ceph: add acl for cephfsGuangliang Zhao1-0/+5
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng1-1/+10
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil1-51/+48
2013-08-09ceph: drop CAP_LINK_SHARED when sending "link" request to MDSYan, Zheng1-0/+2
2013-06-29[readdir] convert cephAl Viro1-51/+48
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng1-12/+13
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng1-51/+11
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2012-12-17lseek: the "whence" argument is called "whence"Andrew Morton1-2/+2
2012-08-02ceph: simplify+fix atomic_openSage Weil1-38/+0
2012-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+3