summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2020-04-23ceph: re-org copy_file_range and fix some error pathsLuis Henriques
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li
2020-01-27ceph: use copy-from2 op in copy_file_rangeLuis Henriques
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-14ceph: increment/decrement dio counter on async requestsJeff Layton
2019-11-14ceph: take the inode lock before acquiring cap refsJeff Layton
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng
2019-09-16ceph: track and report error of async metadata operationYan, Zheng
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-07-08ceph: fix end offset in truncate_inode_pages_range callLuis Henriques
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov
2019-07-08ceph: increment change_attribute on local changesJeff Layton
2019-07-08ceph: add selinux supportYan, Zheng
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-06-05ceph: single workqueue for inode related worksYan, Zheng
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-07ceph: fix NULL pointer deref when debugging is enabledJeff Layton
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2019-03-05ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin
2018-11-08ceph: add destination file data sync before doing any remote copyLuis Henriques
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-24iov_iter: Use accessor functionDavid Howells
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques
2018-10-22ceph: support copy_file_range file operationLuis Henriques
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov
2018-10-22ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov
2018-10-22ceph: only allow punch hole mode in fallocateLuis Henriques
2018-10-22ceph: refactor ceph_sync_read()Yan, Zheng
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani