aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2019-05-15ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton
2018-06-04ceph: support file lock on directoryYan, Zheng
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-04-02ceph: don't check quota for snap inodeYan, Zheng
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques
2018-04-02ceph: optimize memory usageChengguang Xu
2018-04-02ceph: change variable name to follow common ruleChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-02-26ceph: flush dirty caps of unlinked inode ASAPZhi Zhang
2018-02-22get rid of pointless includes of fs_struct.hAl Viro
2018-01-29ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng
2018-01-29ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng
2018-01-29ceph: cleanup traceless reply handling for renameYan, Zheng
2018-01-29ceph: voluntarily drop Fx cap for readdir requestYan, Zheng
2018-01-29ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng
2017-07-17ceph: fix race in concurrent readdirYan, Zheng
2017-05-04ceph: choose readdir frag based on previous readdir replyYan, Zheng
2017-05-04ceph: make seeky readdir more efficientYan, Zheng
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski
2017-01-18ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-08ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton
2016-10-28ceph: switch to use of ->d_init()Al Viro
2016-10-28ceph: unify dentry_operations instancesAl Viro
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi
2016-09-05ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss
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