Age | Commit message (Expand) | Author | Files | Lines |
2019-06-09 | vfs: allow copy_file_range to copy across devices | Amir Goldstein | 1 | -1/+3 |
2019-06-09 | vfs: no fallback for ->copy_file_range | Dave Chinner | 1 | -3/+18 |
2019-06-05 | ceph: fix error handling in ceph_get_caps() | Yan, Zheng | 1 | -11/+11 |
2019-06-05 | ceph: avoid iput_final() while holding mutex or in dispatch thread | Yan, Zheng | 6 | -27/+71 |
2019-06-05 | ceph: single workqueue for inode related works | Yan, Zheng | 4 | -97/+74 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 | Thomas Gleixner | 2 | -32/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 12 | -264/+751 |
2019-05-07 | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -4/+3 |
2019-05-07 | ceph: flush dirty inodes before proceeding with remount | Jeff Layton | 1 | -0/+7 |
2019-05-07 | ceph: fix unaligned access in ceph_send_cap_releases | Jeff Layton | 1 | -1/+2 |
2019-05-07 | libceph: make ceph_pr_addr take an struct ceph_entity_addr pointer | Jeff Layton | 2 | -2/+2 |
2019-05-07 | ceph: print inode number in __caps_issued_mask debugging messages | Jeff Layton | 1 | -6/+6 |
2019-05-07 | ceph: just call get_session in __ceph_lookup_mds_session | Jeff Layton | 1 | -7/+1 |
2019-05-07 | ceph: simplify arguments and return semantics of try_get_cap_refs | Jeff Layton | 1 | -46/+30 |
2019-05-07 | ceph: fix comment over ceph_drop_caps_for_unlink | Jeff Layton | 1 | -1/+1 |
2019-05-07 | ceph: move wait for mds request into helper function | Jeff Layton | 1 | -15/+21 |
2019-05-07 | ceph: have ceph_mdsc_do_request call ceph_mdsc_submit_request | Jeff Layton | 2 | -23/+22 |
2019-05-07 | ceph: after an MDS request, do callback and completions | Jeff Layton | 1 | -2/+1 |
2019-05-07 | ceph: use pathlen values returned by set_request_path_attr | Jeff Layton | 1 | -2/+2 |
2019-05-07 | ceph: use __getname/__putname in ceph_mdsc_build_path | Jeff Layton | 3 | -39/+36 |
2019-05-07 | ceph: use ceph_mdsc_build_path instead of clone_dentry_name | Jeff Layton | 1 | -39/+3 |
2019-05-07 | ceph: fix potential use-after-free in ceph_mdsc_build_path | Jeff Layton | 1 | -3/+5 |
2019-05-07 | ceph: dump granular cap info in "caps" debugfs file | Jeff Layton | 1 | -2/+32 |
2019-05-07 | ceph: make iterate_session_caps a public symbol | Jeff Layton | 2 | -8/+12 |
2019-05-07 | ceph: fix NULL pointer deref when debugging is enabled | Jeff Layton | 1 | -1/+1 |
2019-05-07 | ceph: properly handle granular statx requests | Jeff Layton | 1 | -28/+57 |
2019-05-07 | ceph: remove superfluous inode_lock in ceph_fsync | Jeff Layton | 1 | -3/+0 |
2019-05-07 | ceph: snapshot nfs re-export | Yan, Zheng | 1 | -27/+323 |
2019-05-07 | ceph: quota: fix quota subdir mounts | Luis Henriques | 4 | -10/+190 |
2019-05-07 | ceph: factor out ceph_lookup_inode() | Luis Henriques | 2 | -2/+13 |
2019-05-07 | ceph: remove duplicated filelock ref increase | Zhi Zhang | 1 | -13/+0 |
2019-05-01 | ceph: use ->free_inode() | Al Viro | 3 | -4/+3 |
2019-04-23 | ceph: fix ci->i_head_snapc leak | Yan, Zheng | 2 | -1/+15 |
2019-04-23 | ceph: handle the case where a dentry has been renamed on outstanding req | Jeff Layton | 1 | -1/+15 |
2019-04-23 | ceph: ensure d_name stability in ceph_dentry_hash() | Jeff Layton | 1 | -1/+5 |
2019-04-23 | ceph: only use d_name directly when parent is locked | Jeff Layton | 1 | -11/+50 |
2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2019-03-27 | ceph: fix use-after-free on symlink traversal | Al Viro | 1 | -1/+1 |
2019-03-05 | ceph: add mount option to limit caps count | Yan, Zheng | 6 | -21/+86 |
2019-03-05 | ceph: periodically trim stale dentries | Yan, Zheng | 5 | -68/+312 |
2019-03-05 | ceph: delete stale dentry when last reference is dropped | Yan, Zheng | 4 | -32/+104 |
2019-03-05 | ceph: remove dentry_lru file from debugfs | Yan, Zheng | 1 | -27/+0 |
2019-03-05 | ceph: touch existing cap when handling reply | Yan, Zheng | 1 | -0/+4 |
2019-03-05 | ceph: pass inclusive lend parameter to filemap_write_and_wait_range() | zhengbin | 1 | -5/+8 |
2019-03-05 | ceph: send cap releases more aggressively | Yan, Zheng | 6 | -34/+83 |
2019-03-05 | ceph: support getting ceph.dir.pin vxattr | Yan, Zheng | 5 | -1/+32 |