aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
2022-10-26ceph: don't truncate file in atomic_openHu Weiwen
2020-09-09ceph: don't allow setlease on cephfsJeff Layton
2020-04-02ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2019-12-01ceph: only allow punch hole mode in fallocateLuis Henriques
2018-08-20Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-08-13ceph: compare fsc->max_file_size and inode->i_size for max file size limitChengguang Xu
2018-08-02ceph: add additional offset check in ceph_write_iter()Chengguang Xu
2018-08-02ceph: add additional range check in ceph_fallocate()Chengguang Xu
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann
2018-07-12get rid of 'opened' argument of ->atomic_open() - part 3Al Viro
2018-07-12getting rid of 'opened' argument of ->atomic_open() - part 1Al Viro
2018-07-12introduce FMODE_CREATED and switch to itAl Viro
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-06-04libceph: make abort_on_full a per-osdc settingIlya Dryomov
2018-05-10ceph: fix iov_iter issues in ceph_direct_read_write()Ilya Dryomov
2018-05-10ceph: fix rsize/wsize capping in ceph_direct_read_write()Ilya Dryomov
2018-04-02ceph: quota: update MDS when max_bytes is approachingLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_bytesLuis Henriques
2018-04-02ceph: quota: support for ceph.quota.max_filesLuis Henriques
2018-04-02ceph: optimize memory usageChengguang Xu
2018-04-02ceph: filter out used flags when printing unused open flagsChengguang Xu
2018-04-02ceph: change variable name to follow common ruleChengguang Xu
2018-04-02ceph: add newline to end of debug message formatChengguang Xu
2018-03-30ceph: only dirty ITER_IOVEC pages for direct readYan, Zheng
2018-01-29ceph: track read contexts in ceph_file_infoYan, Zheng
2018-01-29ceph: voluntarily drop Ax cap for requests that create new inodeYan, Zheng
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng
2017-09-06ceph: include snapc in debug message of writeYan, Zheng
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng
2017-09-06ceph: nuke startsync opYanhu Cao
2017-09-06ceph: limit osd write sizeYan, Zheng
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-04ceph: fix file open flags on ppc64Alexander Graf
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-05-04ceph: fix wrong check in ceph_renew_caps()Yan, Zheng
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro