aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang1-23/+5
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng1-13/+32
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng1-7/+7
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng1-9/+0
2018-01-29ceph: voluntarily drop Fx cap for readdir requestYan, Zheng1-0/+1
2018-01-29ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng1-2/+2
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng1-2/+4
2017-07-17ceph: fix race in concurrent readdirYan, Zheng1-0/+5
2017-05-04ceph: choose readdir frag based on previous readdir replyYan, Zheng1-7/+12
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-0/+4
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton1-2/+3
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-7/+14
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton1-2/+2
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-1/+1
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-46/+5
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton1-10/+14
2016-10-28ceph: switch to use of ->d_init()Al Viro1-19/+2
2016-10-28ceph: unify dentry_operations instancesAl Viro1-27/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+5
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-3/+0
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-3/+7
2016-09-05ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss1-1/+1
2016-07-28ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton1-6/+14
2016-07-28ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton1-15/+26
2016-07-28ceph: clear d_fsinfo pointer under d_lockJeff Layton1-1/+5
2016-07-28ceph: don't use ->d_timeMiklos Szeredi1-3/+3
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-128/+248
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu1-1/+1
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-35/+105
2016-05-26ceph: don't forbid marking directory complete after forward seekYan, Zheng1-5/+0
2016-05-26ceph: record 'offset' for each entry of readdir resultYan, Zheng1-28/+55
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng1-0/+2
2016-05-26ceph: define struct for dir entry in readdir replyYan, Zheng1-15/+12
2016-05-26ceph: simplify 'offset in frag'Yan, Zheng1-9/+3
2016-05-26ceph: remove unnecessary checks in __dcache_readdirYan, Zheng1-2/+0
2016-05-26ceph: search cache postion for dcache readdirYan, Zheng1-46/+83
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+4
2016-04-23ceph: Switch to generic xattr handlersAndreas Gruenbacher1-3/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-25ceph: use kmem_cache_zallocGeliang Tang1-1/+1
2016-03-25ceph: use lookup request to revalidate dentryYan, Zheng1-0/+34
2016-03-25ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng1-19/+5
2016-03-25ceph: fix security xattr deadlockYan, Zheng1-2/+7
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-06-25ceph: rework dcache readdirYan, Zheng1-152/+161