aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton
2016-07-28ceph: clear d_fsinfo pointer under d_lockJeff Layton
2016-07-28ceph: don't use ->d_timeMiklos Szeredi
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, Zheng
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ceph: use kmem_cache_zallocGeliang Tang
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng
2016-03-25ceph: fix security xattr deadlockYan, Zheng
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng
2015-06-25ceph: fix directory fsyncYan, Zheng
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22ceph: rename snapshot supportYan, Zheng
2015-04-20ceph: kstrdup() memory handlingSanidhya Kashyap
2015-04-20ceph: match wait_for_completion_timeout return typeNicholas Mc Guire
2015-04-20ceph: fix dcache/nocache mount optionYan, Zheng
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-19ceph: return error for traceless reply raceYan, Zheng
2015-02-19ceph: fix dentry leaksYan, Zheng
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirYan, Zheng
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-12-17ceph: fix mksnap crashYan, Zheng
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng
2014-11-19kill f_dentry usesAl Viro
2014-11-19assorted conversions to %p[dD]Al Viro
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng
2014-04-28ceph: use fpos_cmp() to compare dentry positionsYan, Zheng
2014-04-28ceph: check directory's completeness before emitting directory entryYan, Zheng