summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * iov_iter: Use accessor functionDavid Howells2018-10-241-1/+1
* | ceph: new mount option to disable usage of copy-from opLuis Henriques2018-10-221-0/+3
* | ceph: support copy_file_range file operationLuis Henriques2018-10-221-1/+293
* | libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov2018-10-221-5/+5
* | ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov2018-10-221-1/+1
* | ceph: only allow punch hole mode in fallocateLuis Henriques2018-10-221-36/+9
* | ceph: refactor ceph_sync_read()Yan, Zheng2018-10-221-113/+106
|/
* Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-201-12/+22
|\
| * ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu2018-08-131-1/+2
| * ceph: add additional offset check in ceph_write_iter()Chengguang Xu2018-08-021-4/+11
| * ceph: add additional range check in ceph_fallocate()Chengguang Xu2018-08-021-3/+5
| * libceph: use timespec64 for r_mtimeArnd Bergmann2018-08-021-4/+4
* | get rid of 'opened' argument of ->atomic_open() - part 3Al Viro2018-07-121-2/+1
* | getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro2018-07-121-1/+1
* | introduce FMODE_CREATED and switch to itAl Viro2018-07-121-1/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-3/+3
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-3/+3
* | libceph: make abort_on_full a per-osdc settingIlya Dryomov2018-06-041-1/+0
|/
* ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov2018-05-101-78/+117
* ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov2018-05-101-5/+5
* ceph: quota: update MDS when max_bytes is approachingLuis Henriques2018-04-021-0/+6
* ceph: quota: support for ceph.quota.max_bytesLuis Henriques2018-04-021-0/+11
* ceph: quota: support for ceph.quota.max_filesLuis Henriques2018-04-021-1/+3
* ceph: optimize memory usageChengguang Xu2018-04-021-26/+62
* ceph: filter out used flags when printing unused open flagsChengguang Xu2018-04-021-0/+2
* ceph: change variable name to follow common ruleChengguang Xu2018-04-021-19/+19
* ceph: add newline to end of debug message formatChengguang Xu2018-04-021-1/+1
* ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng2018-03-301-3/+6
* ceph: track read contexts in ceph_file_infoYan, Zheng2018-01-291-2/+8
* ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng2018-01-291-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ceph: adjust 36 checks for NULL pointersMarkus Elfring2017-09-061-1/+1
* ceph: check negative offsets in ceph_llseek()Luis Henriques2017-09-061-2/+2
* ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng2017-09-061-3/+3