summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix buffer free while holding i_ceph_lock in fill_inode()Luis Henriques2019-09-101-3/+4
* ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob()Luis Henriques2019-09-104-6/+16
* ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr()Luis Henriques2019-09-101-2/+6
* ceph: don't try fill file_lock on unsuccessful GETFILELOCK replyJeff Layton2019-08-291-2/+1
* ceph: clear page dirty before invalidate pageErqi Chen2019-08-291-2/+3
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-08-061-7/+7
* ceph: fix dir_lease_is_valid()Yan, Zheng2019-08-061-9/+17
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-08-061-1/+6
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-043-6/+8
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-263-4/+7
* ceph: fix end offset in truncate_inode_pages_range callLuis Henriques2019-07-261-1/+1
* ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
* ceph: fix error handling in ceph_get_caps()Yan, Zheng2019-06-051-11/+11
* ceph: avoid iput_final() while holding mutex or in dispatch threadYan, Zheng2019-06-056-27/+71
* ceph: single workqueue for inode related worksYan, Zheng2019-06-054-97/+74
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-302-32/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner2019-05-301-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-1612-264/+751
|\
| * ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-071-0/+7
| * ceph: fix unaligned access in ceph_send_cap_releasesJeff Layton2019-05-071-1/+2
| * libceph: make ceph_pr_addr take an struct ceph_entity_addr pointerJeff Layton2019-05-072-2/+2
| * ceph: print inode number in __caps_issued_mask debugging messagesJeff Layton2019-05-071-6/+6
| * ceph: just call get_session in __ceph_lookup_mds_sessionJeff Layton2019-05-071-7/+1
| * ceph: simplify arguments and return semantics of try_get_cap_refsJeff Layton2019-05-071-46/+30
| * ceph: fix comment over ceph_drop_caps_for_unlinkJeff Layton2019-05-071-1/+1
| * ceph: move wait for mds request into helper functionJeff Layton2019-05-071-15/+21
| * ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_requestJeff Layton2019-05-072-23/+22
| * ceph: after an MDS request, do callback and completionsJeff Layton2019-05-071-2/+1
| * ceph: use pathlen values returned by set_request_path_attrJeff Layton2019-05-071-2/+2
| * ceph: use __getname/__putname in ceph_mdsc_build_pathJeff Layton2019-05-073-39/+36
| * ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton2019-05-071-39/+3
| * ceph: fix potential use-after-free in ceph_mdsc_build_pathJeff Layton2019-05-071-3/+5
| * ceph: dump granular cap info in "caps" debugfs fileJeff Layton2019-05-071-2/+32
| * ceph: make iterate_session_caps a public symbolJeff Layton2019-05-072-8/+12
| * ceph: fix NULL pointer deref when debugging is enabledJeff Layton2019-05-071-1/+1
| * ceph: properly handle granular statx requestsJeff Layton2019-05-071-28/+57
| * ceph: remove superfluous inode_lock in ceph_fsyncJeff Layton2019-05-071-3/+0
| * ceph: snapshot nfs re-exportYan, Zheng2019-05-071-27/+323
| * ceph: quota: fix quota subdir mountsLuis Henriques2019-05-074-10/+190
| * ceph: factor out ceph_lookup_inode()Luis Henriques2019-05-072-2/+13
| * ceph: remove duplicated filelock ref increaseZhi Zhang2019-05-071-13/+0
* | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-071-0/+1
|\ \
| * | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-073-4/+3
|\ \ \ | |_|/ |/| |
| * | ceph: use ->free_inode()Al Viro2019-05-013-4/+3
* | | ceph: fix ci->i_head_snapc leakYan, Zheng2019-04-232-1/+15
* | | ceph: handle the case where a dentry has been renamed on outstanding reqJeff Layton2019-04-231-1/+15
* | | ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-04-231-1/+5