summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAge
* ceph: update the 'approaching max_size' codeYan, Zheng2017-07-07
* ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques2017-05-24
* Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-05-10
|\
| * ceph: fix file open flags on ppc64Alexander Graf2017-05-04
| * ceph: when seeing write errors on an inode, switch to sync writesJeff Layton2017-05-04
| * libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-04
| * ceph: fix wrong check in ceph_renew_caps()Yan, Zheng2017-05-04
* | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
|/
* libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov2017-02-24
* ceph: remove special ack vs commit behaviorIlya Dryomov2017-02-24
* ceph: add a new flag to indicate whether parent is lockedJeff Layton2017-02-20
* ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng2017-02-20
* Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-16
|\
| * libceph: always signal completion when doneIlya Dryomov2016-12-14
| * ceph: fix splice read for no Fc capability caseYan, Zheng2016-12-12
| * ceph: try getting buffer capability for readahead/fadviseYan, Zheng2016-12-12
| * ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang2016-12-12
* | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusAl Viro2016-12-15
|\ \ | |/ |/|
| * ceph: switch to use of ->d_init()Al Viro2016-10-28
* | ceph: use default file splice read callbackYan, Zheng2016-11-10
* | ceph: fix error handling in ceph_read_iterNikolay Borisov2016-10-15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-27
* | ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown2016-10-03
|/
* ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-07-28
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-28
* ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng2016-07-28
* ceph: set user pages dirty after direct IO readYan, Zheng2016-07-28
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-28
* Use the right predicate in ->atomic_open() instancesAl Viro2016-07-05
* ceph: disable fscache when inode is opened for writeYan, Zheng2016-06-01
* libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-26
|\
| * ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-26
| * libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-26
| * libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-26
| * libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-26
| * libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-26
| * libceph: variable-sized ceph_object_idIlya Dryomov2016-05-26
| * libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-26
* | ceph: use generic_write_syncChristoph Hellwig2016-05-01
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* ceph: use kmem_cache_zallocGeliang Tang2016-03-25
* ceph: fix security xattr deadlockYan, Zheng2016-03-25
* ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-25
* ceph: remove useless BUG_ONYan, Zheng2016-03-25
* ceph: fix snap context leak in error pathYan, Zheng2016-02-04
* ceph: checking for IS_ERR instead of NULLDan Carpenter2016-02-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-01-24
|\
| * ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-21