aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-12libceph, rbd, ceph: "blacklist" -> "blocklist"Gravatar Ilya Dryomov 1-2/+2
2020-10-12ceph: add ceph_sb_to_mdsc helper support to parse the mdscGravatar Xiubo Li 1-5/+3
2020-10-12ceph: drop special-casing for ITER_PIPE in ceph_sync_readGravatar Jeff Layton 1-47/+24
2020-10-12ceph: remove unnecessary return in switch statementGravatar Luis Henriques 1-2/+0
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+3
2020-08-24ceph: don't allow setlease on cephfsGravatar Jeff Layton 1-0/+1
2020-08-24ceph: fix inode number handling on arches with 32-bit ino_tGravatar Jeff Layton 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-03ceph: do not access the kiocb after aio requestsGravatar Xiubo Li 1-2/+3
2020-06-01ceph: add read/write latency metric supportGravatar Xiubo Li 1-0/+30
2020-04-13ceph: fix potential bad pointer deref in async dirops cb'sGravatar Jeff Layton 1-2/+2
2020-03-30ceph: simplify calling of ceph_get_fmode()Gravatar Yan, Zheng 1-16/+5
2020-03-30ceph: remove delay check logic from ceph_check_caps()Gravatar Yan, Zheng 1-9/+4
2020-03-30ceph: consider inode's last read/write when calculating wanted capsGravatar Yan, Zheng 1-9/+12
2020-03-30ceph: update dentry lease for async createGravatar Yan, Zheng 1-0/+3
2020-03-30ceph: attempt to do async create when possibleGravatar Jeff Layton 1-7/+240
2020-03-30ceph: cache layout in parent dir on first sync createGravatar Jeff Layton 1-1/+21
2020-03-30ceph: re-org copy_file_range and fix some error pathsGravatar Luis Henriques 1-73/+100
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLGravatar Ilya Dryomov 1-3/+11
2020-02-11ceph: do not execute direct write in parallel if O_APPEND is specifiedGravatar Xiubo Li 1-6/+11
2020-01-27ceph: use copy-from2 op in copy_file_rangeGravatar Luis Henriques 1-1/+10
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