Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | ceph: add read/write latency metric support |  Xiubo Li | 1 | -0/+30 |
2020-04-13 | ceph: fix potential bad pointer deref in async dirops cb's |  Jeff Layton | 1 | -2/+2 |
2020-03-30 | ceph: simplify calling of ceph_get_fmode() |  Yan, Zheng | 1 | -16/+5 |
2020-03-30 | ceph: remove delay check logic from ceph_check_caps() |  Yan, Zheng | 1 | -9/+4 |
2020-03-30 | ceph: consider inode's last read/write when calculating wanted caps |  Yan, Zheng | 1 | -9/+12 |
2020-03-30 | ceph: update dentry lease for async create |  Yan, Zheng | 1 | -0/+3 |
2020-03-30 | ceph: attempt to do async create when possible |  Jeff Layton | 1 | -7/+240 |
2020-03-30 | ceph: cache layout in parent dir on first sync create |  Jeff Layton | 1 | -1/+21 |
2020-03-30 | ceph: re-org copy_file_range and fix some error paths |  Luis Henriques | 1 | -73/+100 |
2020-03-23 | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL |  Ilya Dryomov | 1 | -3/+11 |
2020-02-11 | ceph: do not execute direct write in parallel if O_APPEND is specified |  Xiubo Li | 1 | -6/+11 |
2020-01-27 | ceph: use copy-from2 op in copy_file_range |  Luis Henriques | 1 | -1/+10 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground |  Linus Torvalds | 1 | -1/+1 |
2019-11-14 | ceph: increment/decrement dio counter on async requests |  Jeff Layton | 1 | -0/+4 |
2019-11-14 | ceph: take the inode lock before acquiring cap refs |  Jeff Layton | 1 | -7/+18 |
2019-11-05 | ceph: don't allow copy_file_range when stripe_count != 1 |  Luis Henriques | 1 | -2/+10 |
2019-11-05 | ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open |  Jeff Layton | 1 | -0/+3 |
2019-10-23 | ceph: fix compat_ioctl for ceph_dir_operations |  Arnd Bergmann | 1 | -1/+1 |
2019-09-16 | ceph: allow object copies across different filesystems in the same cluster |  Luis Henriques | 1 | -4/+13 |
2019-09-16 | ceph: add buffered/direct exclusionary locking for reads and writes |  Jeff Layton | 1 | -13/+22 |
2019-09-16 | ceph: auto reconnect after blacklisted |  Yan, Zheng | 1 | -1/+7 |
2019-09-16 | ceph: invalidate all write mode filp after reconnect |  Yan, Zheng | 1 | -0/+1 |
2019-09-16 | ceph: pass filp to ceph_get_caps() |  Yan, Zheng | 1 | -18/+17 |
2019-09-16 | ceph: track and report error of async metadata operation |  Yan, Zheng | 1 | -2/+4 |
2019-09-16 | ceph: allow copy_file_range when src and dst inode are same |  Jeff Layton | 1 | -2/+0 |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -13/+21 |
2019-07-08 | ceph: fix end offset in truncate_inode_pages_range call |  Luis Henriques | 1 | -1/+1 |
2019-07-08 | libceph: rename r_unsafe_item to r_private_item |  Ilya Dryomov | 1 | -3/+3 |
2019-07-08 | ceph: increment change_attribute on local changes |  Jeff Layton | 1 | -0/+5 |
2019-07-08 | ceph: add selinux support |  Yan, Zheng | 1 | -0/+3 |
2019-07-08 | ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx |  Yan, Zheng | 1 | -9/+9 |
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: single workqueue for inode related works |  Yan, Zheng | 1 | -1/+1 |
2019-05-16 | Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -1/+1 |
2019-05-07 | ceph: fix NULL pointer deref when debugging is enabled |  Jeff Layton | 1 | -1/+1 |
2019-04-08 | fs: mark expected switch fall-throughs |  Gustavo A. R. Silva | 1 | -0/+1 |
2019-03-05 | ceph: pass inclusive lend parameter to filemap_write_and_wait_range() |  zhengbin | 1 | -5/+8 |
2018-11-08 | ceph: add destination file data sync before doing any remote copy |  Luis Henriques | 1 | -2/+9 |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -5/+4 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions |  David Howells | 1 | -3/+2 |
2018-10-24 | iov_iter: Use accessor function |  David Howells | 1 | -1/+1 |
2018-10-22 | ceph: new mount option to disable usage of copy-from op |  Luis Henriques | 1 | -0/+3 |
2018-10-22 | ceph: support copy_file_range file operation |  Luis Henriques | 1 | -1/+293 |
2018-10-22 | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls |  Ilya Dryomov | 1 | -5/+5 |
2018-10-22 | ceph: num_ops is off by one in ceph_aio_retry_work() |  Ilya Dryomov | 1 | -1/+1 |
2018-10-22 | ceph: only allow punch hole mode in fallocate |  Luis Henriques | 1 | -36/+9 |
2018-10-22 | ceph: refactor ceph_sync_read() |  Yan, Zheng | 1 | -113/+106 |
2018-08-20 | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -12/+22 |
2018-08-13 | ceph: compare fsc->max_file_size and inode->i_size for max file size limit |  Chengguang Xu | 1 | -1/+2 |