summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ceph: include snapc in debug message of writeYan, Zheng2017-09-061-5/+6
* ceph: fix -EOLDSNAPC handlingYan, Zheng2017-09-061-10/+7
* ceph: nuke startsync opYanhu Cao2017-09-061-4/+1
* ceph: limit osd write sizeYan, Zheng2017-09-061-1/+3
* ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng2017-09-061-0/+3
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-071-1/+1
* ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques2017-05-241-1/+5
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-101-15/+53
|\
| * ceph: fix file open flags on ppc64Alexander Graf2017-05-041-1/+33
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-041-13/+18
| * libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+1
| * ceph: fix wrong check in ceph_renew_caps()Yan, Zheng2017-05-041-1/+1
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-6/+3
|/
* libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-241-11/+4
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-241-87/+1
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-201-1/+2
* ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-201-1/+1
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-161-57/+70
|\
| * libceph: always signal completion when doneIlya Dryomov2016-12-141-1/+1
| * ceph: fix splice read for no Fc capability caseYan, Zheng2016-12-121-54/+66
| * ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-121-1/+2
| * ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang2016-12-121-1/+1
* | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-151-4/+0
|\ \ | |/ |/|
| * ceph: switch to use of ->d_init()Al Viro2016-10-281-4/+0
* | ceph: use default file splice read callbackYan, Zheng2016-11-101-1/+0
* | ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-151-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+2
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-2/+2
* | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-031-2/+2
|/
* ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-07-281-7/+5
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-0/+48
* ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng2016-07-281-2/+5
* ceph: set user pages dirty after direct IO readYan, Zheng2016-07-281-2/+2
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-3/+3
* Use the right predicate in ->atomic_open() instancesAl Viro2016-07-051-1/+1
* ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-011-17/+2