aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+1
2019-10-29ceph: fix RCU case handling in ceph_d_revalidate()Al Viro1-7/+8
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann1-0/+1
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2019-07-08ceph: add selinux supportYan, Zheng1-0/+12
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng1-14/+14
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng1-4/+3
2019-07-08ceph: fix dir_lease_is_valid()Yan, Zheng1-9/+17
2019-07-04ceph: don't open-code the check for dead lockrefAl Viro1-1/+1
2019-04-23ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-03-05ceph: add mount option to limit caps countYan, Zheng1-1/+19
2019-03-05ceph: periodically trim stale dentriesYan, Zheng1-50/+257
2019-03-05ceph: delete stale dentry when last reference is droppedYan, Zheng1-29/+101
2018-08-02ceph: use timespec64 for inode timestampArnd Bergmann1-3/+3
2018-08-02ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu1-2/+4
2018-08-02ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu1-3/+5
2018-06-04ceph: support file lock on directoryYan, Zheng1-0/+2
2018-04-10Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-92/+112
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2018-04-02ceph: don't check quota for snap inodeYan, Zheng1-1/+2
2018-04-02ceph: quota: don't allow cross-quota renamesLuis Henriques1-0/+5
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques1-0/+11
2018-04-02ceph: optimize memory usageChengguang Xu1-91/+94
2018-04-02ceph: change variable name to follow common ruleChengguang Xu1-9/+9
2018-04-02ceph: add newline to end of debug message formatChengguang Xu1-1/+1
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