summaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-261-23/+5Star
* ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2018-01-291-13/+32
* ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-291-7/+7
* ceph: cleanup traceless reply handling for renameYan, Zheng2018-01-291-9/+0Star
* ceph: voluntarily drop Fx cap for readdir requestYan, Zheng2018-01-291-0/+1
* ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng2018-01-291-2/+2
* ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng2018-01-291-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2017-09-061-2/+4
* ceph: fix race in concurrent readdirYan, Zheng2017-07-171-0/+5
* ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-05-041-7/+12
* ceph: make seeky readdir more efficientYan, Zheng2017-05-041-0/+4
* ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton2017-02-201-2/+3
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-7/+14
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-201-2/+2
* ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-201-1/+1
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-181-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-46/+5Star
|\
| * ceph: switch to use of ->d_init()Al Viro2016-10-291-19/+2Star
| * ceph: unify dentry_operations instancesAl Viro2016-10-291-27/+3Star
* | ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2016-12-081-10/+14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+5
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-2/+2
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-271-3/+7
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-3/+0Star
|/
* ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss2016-09-051-1/+1
* ceph: handle LOOKUP_RCU in ceph_d_revalidateJeff Layton2016-07-281-6/+14
* ceph: allow dentry_lease_is_valid to work under RCU walkJeff Layton2016-07-281-15/+26
* ceph: clear d_fsinfo pointer under d_lockJeff Layton2016-07-281-1/+5
* ceph: don't use ->d_timeMiklos Szeredi2016-07-281-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-128/+248
|\
| * ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1
| * ceph: using hash value to compose dentry offsetYan, Zheng2016-05-261-35/+105
| * ceph: don't forbid marking directory complete after forward seekYan, Zheng2016-05-261-5/+0Star
| * ceph: record 'offset' for each entry of readdir resultYan, Zheng2016-05-261-28/+55
| * ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng2016-05-261-0/+2
| * ceph: define struct for dir entry in readdir replyYan, Zheng2016-05-261-15/+12Star
| * ceph: simplify 'offset in frag'Yan, Zheng2016-05-261-9/+3Star
| * ceph: remove unnecessary checks in __dcache_readdirYan, Zheng2016-05-261-2/+0Star
| * ceph: search cache postion for dcache readdirYan, Zheng2016-05-261-46/+83
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-3/+4
|\ \ | |/ |/|
| * ceph: Switch to generic xattr handlersAndreas Gruenbacher2016-04-231-3/+4
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
|/
* ceph: use kmem_cache_zallocGeliang Tang2016-03-251-1/+1
* ceph: use lookup request to revalidate dentryYan, Zheng2016-03-251-0/+34
* ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-251-19/+5Star
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-2/+7
* wrappers for ->i_mutex accessAl Viro2016-01-231-2/+2
* ceph: rework dcache readdirYan, Zheng2015-06-251-152/+161
* ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-251-5/+5