summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-2/+2
* ceph: add ceph_sb_to_mdsc helper support to parse the mdscXiubo Li2020-10-121-5/+3
* ceph: drop special-casing for ITER_PIPE in ceph_sync_readJeff Layton2020-10-121-47/+24
* ceph: remove unnecessary return in switch statementLuis Henriques2020-10-121-2/+0
* Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds2020-08-281-2/+3
|\
| * ceph: don't allow setlease on cephfsJeff Layton2020-08-241-0/+1
| * ceph: fix inode number handling on arches with 32-bit ino_tJeff Layton2020-08-241-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* ceph: do not access the kiocb after aio requestsXiubo Li2020-08-031-2/+3
* ceph: add read/write latency metric supportXiubo Li2020-06-011-0/+30
* ceph: fix potential bad pointer deref in async dirops cb'sJeff Layton2020-04-131-2/+2
* ceph: simplify calling of ceph_get_fmode()Yan, Zheng2020-03-301-16/+5
* ceph: remove delay check logic from ceph_check_caps()Yan, Zheng2020-03-301-9/+4
* ceph: consider inode's last read/write when calculating wanted capsYan, Zheng2020-03-301-9/+12
* ceph: update dentry lease for async createYan, Zheng2020-03-301-0/+3
* ceph: attempt to do async create when possibleJeff Layton2020-03-301-7/+240
* ceph: cache layout in parent dir on first sync createJeff Layton2020-03-301-1/+21
* ceph: re-org copy_file_range and fix some error pathsLuis Henriques2020-03-301-73/+100
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-3/+11
* ceph: do not execute direct write in parallel if O_APPEND is specifiedXiubo Li2020-02-111-6/+11
* ceph: use copy-from2 op in copy_file_rangeLuis Henriques2020-01-271-1/+10
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-1/+1
|\
| * ceph: fix compat_ioctl for ceph_dir_operationsArnd Bergmann2019-10-231-1/+1
* | ceph: increment/decrement dio counter on async requestsJeff Layton2019-11-141-0/+4
* | ceph: take the inode lock before acquiring cap refsJeff Layton2019-11-141-7/+18
* | ceph: don't allow copy_file_range when stripe_count != 1Luis Henriques2019-11-051-2/+10
* | ceph: don't try to handle hashed dentries in non-O_CREAT atomic_openJeff Layton2019-11-051-0/+3
|/
* ceph: allow object copies across different filesystems in the same clusterLuis Henriques2019-09-161-4/+13
* ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton2019-09-161-13/+22
* ceph: auto reconnect after blacklistedYan, Zheng2019-09-161-1/+7
* ceph: invalidate all write mode filp after reconnectYan, Zheng2019-09-161-0/+1
* ceph: pass filp to ceph_get_caps()Yan, Zheng2019-09-161-18/+17
* ceph: track and report error of async metadata operationYan, Zheng2019-09-161-2/+4
* ceph: allow copy_file_range when src and dst inode are sameJeff Layton2019-09-161-2/+0
* Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-181-13/+21
|\
| * ceph: fix end offset in truncate_inode_pages_range callLuis Henriques2019-07-081-1/+1
| * libceph: rename r_unsafe_item to r_private_itemIlya Dryomov2019-07-081-3/+3
| * ceph: increment change_attribute on local changesJeff Layton2019-07-081-0/+5
| * ceph: add selinux supportYan, Zheng2019-07-081-0/+3
| * ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-081-9/+9
* | vfs: allow copy_file_range to copy across devicesAmir Goldstein2019-06-091-1/+3
* | vfs: no fallback for ->copy_file_rangeDave Chinner2019-06-091-3/+18
|/
* ceph: single workqueue for inode related worksYan, Zheng2019-06-051-1/+1
* Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-05-161-1/+1
|\
| * ceph: fix NULL pointer deref when debugging is enabledJeff Layton2019-05-071-1/+1
* | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+1
|/
* ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin2019-03-051-5/+8
* ceph: add destination file data sync before doing any remote copyLuis Henriques2018-11-081-2/+9
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-5/+4
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-3/+2