summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
...
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-302-32/+2Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner2019-05-301-14/+1Star
* 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-1712-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/+1Star
| * ceph: simplify arguments and return semantics of try_get_cap_refsJeff Layton2019-05-071-46/+30Star
| * 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/+22Star
| * ceph: after an MDS request, do callback and completionsJeff Layton2019-05-071-2/+1Star
| * 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/+36Star
| * ceph: use ceph_mdsc_build_path instead of clone_dentry_nameJeff Layton2019-05-071-39/+3Star
| * 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/+0Star
| * 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/+0Star
* | 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-091-0/+1
* | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-073-4/+3Star
|\ \ \ | |_|/ |/| |
| * | ceph: use ->free_inode()Al Viro2019-05-023-4/+3Star
* | | 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
* | | ceph: only use d_name directly when parent is lockedJeff Layton2019-04-231-11/+50
|/ /
* / ceph: fix use-after-free on symlink traversalAl Viro2019-03-271-1/+1
|/
* ceph: add mount option to limit caps countYan, Zheng2019-03-056-21/+86
* ceph: periodically trim stale dentriesYan, Zheng2019-03-055-68/+312
* ceph: delete stale dentry when last reference is droppedYan, Zheng2019-03-054-32/+104
* ceph: remove dentry_lru file from debugfsYan, Zheng2019-03-051-27/+0Star
* ceph: touch existing cap when handling replyYan, Zheng2019-03-051-0/+4
* ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin2019-03-051-5/+8
* ceph: send cap releases more aggressivelyYan, Zheng2019-03-056-34/+83
* ceph: support getting ceph.dir.pin vxattrYan, Zheng2019-03-055-1/+32
* ceph: support versioned replyYan, Zheng2019-03-052-49/+166
* ceph: map snapid to anonymous bdev IDYan, Zheng2019-03-055-17/+210
* ceph: split large reconnect into multiple messagesYan, Zheng2019-03-054-59/+243
* ceph: decode feature bits in session messageYan, Zheng2019-03-052-5/+44
* ceph: set special inode's blocksize to page sizeYan, Zheng2019-03-051-0/+1