aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-3/+0
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-2/+2
2016-09-27fs: make remaining filesystems use .rename2Gravatar Miklos Szeredi 1-3/+7
2016-09-05ceph: do not modify fi->frag in need_reset_readdir()Gravatar Nicolas Iooss 1-1/+1
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateGravatar Jeff Layton 1-6/+14
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkGravatar Jeff Layton 1-15/+26
2016-07-28ceph: clear d_fsinfo pointer under d_lockGravatar Jeff Layton 1-1/+5
2016-07-28ceph: don't use ->d_timeGravatar Miklos Szeredi 1-3/+3
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-128/+248
2016-05-26ceph: make logical calculation functions return boolGravatar Zhang Zhuoyu 1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetGravatar Yan, Zheng 1-35/+105
2016-05-26ceph: don't forbid marking directory complete after forward seekGravatar Yan, Zheng 1-5/+0
2016-05-26ceph: record 'offset' for each entry of readdir resultGravatar Yan, Zheng 1-28/+55
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsGravatar Yan, Zheng 1-0/+2
2016-05-26ceph: define struct for dir entry in readdir replyGravatar Yan, Zheng 1-15/+12
2016-05-26ceph: simplify 'offset in frag'Gravatar Yan, Zheng 1-9/+3
2016-05-26ceph: remove unnecessary checks in __dcache_readdirGravatar Yan, Zheng 1-2/+0
2016-05-26ceph: search cache postion for dcache readdirGravatar Yan, Zheng 1-46/+83
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+4
2016-04-23ceph: Switch to generic xattr handlersGravatar Andreas Gruenbacher 1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2016-03-25ceph: use kmem_cache_zallocGravatar Geliang Tang 1-1/+1
2016-03-25ceph: use lookup request to revalidate dentryGravatar Yan, Zheng 1-0/+34
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Gravatar Yan, Zheng 1-19/+5
2016-03-25ceph: fix security xattr deadlockGravatar Yan, Zheng 1-2/+7
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-06-25ceph: rework dcache readdirGravatar Yan, Zheng 1-152/+161
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELGravatar Yan, Zheng 1-5/+5
2015-06-25ceph: fix directory fsyncGravatar Yan, Zheng 1-55/+1
2015-06-25ceph: simplify two mount_timeout sitesGravatar Ilya Dryomov 1-10/+4
2015-06-25libceph: store timeouts in jiffies, verify user inputGravatar Ilya Dryomov 1-2/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-30/+30
2015-04-22ceph: rename snapshot supportGravatar Yan, Zheng 1-4/+9
2015-04-20ceph: kstrdup() memory handlingGravatar Sanidhya Kashyap 1-6/+18
2015-04-20ceph: match wait_for_completion_timeout return typeGravatar Nicholas Mc Guire 1-4/+5
2015-04-20ceph: fix dcache/nocache mount optionGravatar Yan, Zheng 1-0/+2
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-30/+30
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-1/+1
2015-02-19ceph: return error for traceless reply raceGravatar Yan, Zheng 1-6/+9
2015-02-19ceph: fix dentry leaksGravatar Yan, Zheng 1-0/+1
2015-02-19ceph: provide seperate {inode,file}_operations for snapdirGravatar Yan, Zheng 1-2/+15
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-9/+18
2014-12-17ceph: fix mksnap crashGravatar Yan, Zheng 1-1/+3
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedGravatar Yan, Zheng 1-8/+15
2014-11-19kill f_dentry usesGravatar Al Viro 1-3/+3
2014-11-19assorted conversions to %p[dD]Gravatar Al Viro 1-23/+19
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-4/+4
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 1-10/+31