aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06ceph: adjust 36 checks for NULL pointersMarkus Elfring1-1/+1
2017-09-06ceph: check negative offsets in ceph_llseek()Luis Henriques1-2/+2
2017-09-06ceph: don't use CEPH_OSD_FLAG_ORDERSNAPYan, Zheng1-3/+3
2017-09-06ceph: include snapc in debug message of writeYan, Zheng1-5/+6
2017-09-06ceph: fix -EOLDSNAPC handlingYan, Zheng1-10/+7
2017-09-06ceph: nuke startsync opYanhu Cao1-4/+1
2017-09-06ceph: limit osd write sizeYan, Zheng1-1/+3
2017-09-06ceph: limit osd read size to CEPH_MSG_MAX_DATA_LENYan, Zheng1-0/+3
2017-07-07ceph: update the 'approaching max_size' codeYan, Zheng1-1/+1
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques1-1/+5
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-15/+53
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-6/+3
2017-05-04ceph: fix file open flags on ppc64Alexander Graf1-1/+33
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton1-13/+18
2017-05-04libceph: allow requests to return immediately on full conditions if caller wishesJeff Layton1-0/+1
2017-05-04ceph: fix wrong check in ceph_renew_caps()Yan, Zheng1-1/+1
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov1-11/+4
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-87/+1
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton1-1/+2
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng1-1/+1
2016-12-16Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-57/+70
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro1-4/+0
2016-12-14libceph: always signal completion when doneIlya Dryomov1-1/+1
2016-12-12ceph: fix splice read for no Fc capability caseYan, Zheng1-54/+66
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng1-1/+2
2016-12-12ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang1-1/+1
2016-11-10ceph: use default file splice read callbackYan, Zheng1-1/+0
2016-10-28ceph: switch to use of ->d_init()Al Viro1-4/+0
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov1-1/+2
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown1-2/+2
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-2/+2
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull1-7/+5
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-0/+48
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng1-2/+5
2016-07-28ceph: set user pages dirty after direct IO readYan, Zheng1-2/+2
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-3/+3
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro1-1/+1
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng1-17/+2
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov1-4/+4
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-17/+72
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng1-0/+53
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-0/+2
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-4/+3
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov1-11/+5
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov1-1/+1
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov1-1/+1
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov1-0/+7
2016-05-01ceph: use generic_write_syncChristoph Hellwig1-6/+5