aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c
Commit message (Expand)AuthorAge
* ceph: fix RCU case handling in ceph_d_revalidate()Al Viro2019-10-29
* Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-20
|\
| * ceph: don't open-code the check for dead lockrefAl Viro2019-07-04
* | ceph: add selinux supportYan, Zheng2019-07-08
* | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-08
* | ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng2019-07-08
* | ceph: fix dir_lease_is_valid()Yan, Zheng2019-07-08
|/
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-04-23
* ceph: add mount option to limit caps countYan, Zheng2019-03-05
* ceph: periodically trim stale dentriesYan, Zheng2019-03-05
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-05
* ceph: use timespec64 for inode timestampArnd Bergmann2018-08-02
* ceph: add d_drop for some error cases in ceph_symlink()Chengguang Xu2018-08-02
* ceph: add d_drop for some error cases in ceph_mknod()Chengguang Xu2018-08-02
* ceph: support file lock on directoryYan, Zheng2018-06-04
* Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-04-10
|\
| * ceph: don't check quota for snap inodeYan, Zheng2018-04-02
| * ceph: quota: don't allow cross-quota renamesLuis Henriques2018-04-02
| * ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-02
| * ceph: optimize memory usageChengguang Xu2018-04-02
| * ceph: change variable name to follow common ruleChengguang Xu2018-04-02
| * ceph: add newline to end of debug message formatChengguang Xu2018-04-02
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-06
|\ \ | |/ |/|
| * get rid of pointless includes of fs_struct.hAl Viro2018-02-22
* | ceph: flush dirty caps of unlinked inode ASAPZhi Zhang2018-02-26
|/
* ceph: avoid dereferencing invalid pointer during cached readdirYan, Zheng2018-01-29
* ceph: use atomic_t for ceph_inode_info::i_shared_genYan, Zheng2018-01-29
* ceph: cleanup traceless reply handling for renameYan, Zheng2018-01-29
* ceph: voluntarily drop Fx cap for readdir requestYan, Zheng2018-01-29
* ceph: voluntarily drop Lx cap for link/rename requestsYan, Zheng2018-01-29
* ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng2018-01-29
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ceph: send LSSNAP request to auth mds of directory inodeYan, Zheng2017-09-06
* ceph: fix race in concurrent readdirYan, Zheng2017-07-17
* ceph: choose readdir frag based on previous readdir replyYan, Zheng2017-05-04
* ceph: make seeky readdir more efficientYan, Zheng2017-05-04
* ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton2017-02-20
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-20
* ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton2017-02-20
* ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski2017-02-20
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\
| * ceph: switch to use of ->d_init()Al Viro2016-10-28
| * ceph: unify dentry_operations instancesAl Viro2016-10-28
* | ceph: don't set req->r_locked_dir in ceph_d_revalidateJeff Layton2016-12-08
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
* | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
|/
* ceph: do not modify fi->frag in need_reset_readdir()Nicolas Iooss2016-09-05