summaryrefslogtreecommitdiff
path: root/fs/ceph
AgeCommit message (Expand)AuthorFilesLines
2019-07-08ceph: remove request from waiting list before unregisterYan, Zheng1-0/+2
2019-07-08ceph: don't blindly unregister session that is in opening stateYan, Zheng1-33/+26
2019-07-08ceph: fix infinite loop in get_quota_realm()Yan, Zheng1-2/+13
2019-07-08ceph: add selinux supportYan, Zheng7-17/+173
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng5-52/+55
2019-07-08ceph: fix debug print format in __set_xattr()Yan, Zheng1-2/+2
2019-07-08ceph: fix warning PTR_ERR_OR_ZERO can be usedHariprasad Kelam1-1/+1
2019-07-08ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng3-6/+8
2019-07-08ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg()Yan, Zheng3-16/+16
2019-07-08ceph: use READ_ONCE to access d_parent in RCU critical sectionYan, Zheng1-2/+2
2019-07-08ceph: fix dir_lease_is_valid()Yan, Zheng1-9/+17
2019-07-08ceph: close race between d_name_cmp() and update_dentry_lease()Yan, Zheng1-76/+88
2019-07-08ceph: fix improper use of smp_mb__before_atomic()Andrea Parri1-1/+6
2019-07-08ceph: fix "ceph.dir.rctime" vxattr valueDavid Disseldorp1-1/+1
2019-07-08ceph: remove unused vxattr length helpersDavid Disseldorp3-50/+2
2019-07-08ceph: fix listxattr vxattr buffer length calculationDavid Disseldorp1-24/+30
2019-07-08ceph: add ceph.snap.btime vxattrDavid Disseldorp1-0/+27
2019-07-08ceph: carry snapshot creation time with inodesDavid Disseldorp4-0/+13
2019-07-08ceph: clean up ceph.dir.pin vxattr name sizeof()David Disseldorp1-1/+1
2019-07-08ceph: silence a checker warning in mdsc_show()Dan Carpenter1-1/+1
2019-06-27ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton1-1/+2
2019-06-05ceph: fix error handling in ceph_get_caps()Yan, Zheng1-11/+11
2019-06-05ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng6-27/+71
2019-06-05ceph: single workqueue for inode related worksYan, Zheng4-97/+74
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2-32/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-17Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds12-264/+751
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-4/+3
2019-05-07ceph: flush dirty inodes before proceeding with remountJeff Layton1-0/+7
2019-05-07ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton1-1/+2
2019-05-07libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2-2/+2
2019-05-07ceph: print inode number in __caps_issued_mask debugging messagesJeff Layton1-6/+6
2019-05-07ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton1-7/+1
2019-05-07ceph: simplify arguments and return semantics of try_get_cap_refsJeff Layton1-46/+30
2019-05-07ceph: fix comment over ceph_drop_caps_for_unlinkJeff Layton1-1/+1
2019-05-07ceph: move wait for mds request into helper functionJeff Layton1-15/+21
2019-05-07ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton2-23/+22
2019-05-07ceph: after an MDS request, do callback and completionsJeff Layton1-2/+1
2019-05-07ceph: use pathlen values returned by set_request_path_attrJeff Layton1-2/+2
2019-05-07ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton3-39/+36
2019-05-07ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton1-39/+3
2019-05-07ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton1-3/+5
2019-05-07ceph: dump granular cap info in "caps" debugfs fileJeff Layton1-2/+32
2019-05-07ceph: make iterate_session_caps a public symbolJeff Layton2-8/+12
2019-05-07ceph: fix NULL pointer deref when debugging is enabledJeff Layton1-1/+1
2019-05-07ceph: properly handle granular statx requestsJeff Layton1-28/+57
2019-05-07ceph: remove superfluous inode_lock in ceph_fsyncJeff Layton1-3/+0