aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-11-14ceph: increment/decrement dio counter on async requestsGravatar Jeff Layton 1-0/+4
2019-11-14ceph: take the inode lock before acquiring cap refsGravatar Jeff Layton 1-7/+18
2019-11-05ceph: don't allow copy_file_range when stripe_count != 1Gravatar Luis Henriques 1-2/+10
2019-11-05ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openGravatar Jeff Layton 1-0/+3
2019-10-23ceph: fix compat_ioctl for ceph_dir_operationsGravatar Arnd Bergmann 1-1/+1
2019-09-16ceph: allow object copies across different filesystems in the same clusterGravatar Luis Henriques 1-4/+13
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesGravatar Jeff Layton 1-13/+22
2019-09-16ceph: auto reconnect after blacklistedGravatar Yan, Zheng 1-1/+7
2019-09-16ceph: invalidate all write mode filp after reconnectGravatar Yan, Zheng 1-0/+1
2019-09-16ceph: pass filp to ceph_get_caps()Gravatar Yan, Zheng 1-18/+17
2019-09-16ceph: track and report error of async metadata operationGravatar Yan, Zheng 1-2/+4
2019-09-16ceph: allow copy_file_range when src and dst inode are sameGravatar Jeff Layton 1-2/+0
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-13/+21
2019-07-08ceph: fix end offset in truncate_inode_pages_range callGravatar Luis Henriques 1-1/+1
2019-07-08libceph: rename r_unsafe_item to r_private_itemGravatar Ilya Dryomov 1-3/+3
2019-07-08ceph: increment change_attribute on local changesGravatar Jeff Layton 1-0/+5
2019-07-08ceph: add selinux supportGravatar Yan, Zheng 1-0/+3
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxGravatar Yan, Zheng 1-9/+9
2019-06-09vfs: allow copy_file_range to copy across devicesGravatar Amir Goldstein 1-1/+3
2019-06-09vfs: no fallback for ->copy_file_rangeGravatar Dave Chinner 1-3/+18
2019-06-05ceph: single workqueue for inode related worksGravatar Yan, Zheng 1-1/+1
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-1/+1
2019-05-07ceph: fix NULL pointer deref when debugging is enabledGravatar Jeff Layton 1-1/+1
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-03-05ceph: pass inclusive lend parameter to filemap_write_and_wait_range()Gravatar zhengbin 1-5/+8
2018-11-08ceph: add destination file data sync before doing any remote copyGravatar Luis Henriques 1-2/+9
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-5/+4
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-3/+2
2018-10-24iov_iter: Use accessor functionGravatar David Howells 1-1/+1
2018-10-22ceph: new mount option to disable usage of copy-from opGravatar Luis Henriques 1-0/+3
2018-10-22ceph: support copy_file_range file operationGravatar Luis Henriques 1-1/+293
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsGravatar Ilya Dryomov 1-5/+5
2018-10-22ceph: num_ops is off by one in ceph_aio_retry_work()Gravatar Ilya Dryomov 1-1/+1
2018-10-22ceph: only allow punch hole mode in fallocateGravatar Luis Henriques 1-36/+9
2018-10-22ceph: refactor ceph_sync_read()Gravatar Yan, Zheng 1-113/+106
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-12/+22
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitGravatar Chengguang Xu 1-1/+2
2018-08-02ceph: add additional offset check in ceph_write_iter()Gravatar Chengguang Xu 1-4/+11
2018-08-02ceph: add additional range check in ceph_fallocate()Gravatar Chengguang Xu 1-3/+5
2018-08-02libceph: use timespec64 for r_mtimeGravatar Arnd Bergmann 1-4/+4
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Gravatar Al Viro 1-2/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Gravatar Al Viro 1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itGravatar Al Viro 1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+3
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 1-3/+3
2018-06-04libceph: make abort_on_full a per-osdc settingGravatar Ilya Dryomov 1-1/+0
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Gravatar Ilya Dryomov 1-78/+117
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Gravatar Ilya Dryomov 1-5/+5
2018-04-02ceph: quota: update MDS when max_bytes is approachingGravatar Luis Henriques 1-0/+6