aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16ceph: allow object copies across different filesystems in the same clusterLuis Henriques1-4/+13
2019-09-16ceph: add buffered/direct exclusionary locking for reads and writesJeff Layton1-13/+22
2019-09-16ceph: auto reconnect after blacklistedYan, Zheng1-1/+7
2019-09-16ceph: invalidate all write mode filp after reconnectYan, Zheng1-0/+1
2019-09-16ceph: pass filp to ceph_get_caps()Yan, Zheng1-18/+17
2019-09-16ceph: track and report error of async metadata operationYan, Zheng1-2/+4
2019-09-16ceph: allow copy_file_range when src and dst inode are sameJeff Layton1-2/+0
2019-07-18Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-13/+21
2019-07-08ceph: fix end offset in truncate_inode_pages_range callLuis Henriques1-1/+1
2019-07-08libceph: rename r_unsafe_item to r_private_itemIlya Dryomov1-3/+3
2019-07-08ceph: increment change_attribute on local changesJeff Layton1-0/+5
2019-07-08ceph: add selinux supportYan, Zheng1-0/+3
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng1-9/+9
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein1-1/+3
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner1-3/+18
2019-06-05ceph: single workqueue for inode related worksYan, Zheng1-1/+1
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2019-05-07ceph: fix NULL pointer deref when debugging is enabledJeff Layton1-1/+1
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-03-05ceph: pass inclusive lend parameter to filemap_write_and_wait_range()zhengbin1-5/+8
2018-11-08ceph: add destination file data sync before doing any remote copyLuis Henriques1-2/+9
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+4
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-3/+2
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+1
2018-10-22ceph: new mount option to disable usage of copy-from opLuis Henriques1-0/+3
2018-10-22ceph: support copy_file_range file operationLuis Henriques1-1/+293
2018-10-22libceph, rbd, ceph: move ceph_osdc_alloc_messages() callsIlya Dryomov1-5/+5
2018-10-22ceph: num_ops is off by one in ceph_aio_retry_work()Ilya Dryomov1-1/+1
2018-10-22ceph: only allow punch hole mode in fallocateLuis Henriques1-36/+9
2018-10-22ceph: refactor ceph_sync_read()Yan, Zheng1-113/+106
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-12/+22
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu1-1/+2
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu1-4/+11
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu1-3/+5
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-4/+4
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro1-2/+1
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro1-1/+1
2018-07-12introduce FMODE_CREATED and switch to itAl Viro1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-3/+3
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-3/+3
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov1-1/+0
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov1-78/+117
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov1-5/+5
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques1-0/+6
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques1-0/+11
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques1-1/+3
2018-04-02ceph: optimize memory usageChengguang Xu1-26/+62
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu1-0/+2
2018-04-02ceph: change variable name to follow common ruleChengguang Xu1-19/+19
2018-04-02ceph: add newline to end of debug message formatChengguang Xu1-1/+1