summaryrefslogtreecommitdiff
path: root/fs/ceph/file.c
AgeCommit message (Expand)Author
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
2016-12-14libceph: always signal completion when doneIlya Dryomov
2016-12-12ceph: fix splice read for no Fc capability caseYan, Zheng
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng
2016-12-12ceph: fix printing wrong return variable in ceph_direct_read_write()Zhi Zhang
2016-11-10ceph: use default file splice read callbackYan, Zheng
2016-10-28ceph: switch to use of ->d_init()Al Viro
2016-10-15ceph: fix error handling in ceph_read_iterNikolay Borisov
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-03ceph: ignore error from invalidate_inode_pages2_range() in direct writeNeilBrown
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-07-28ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng
2016-07-28ceph: fix use-after-free bug in ceph_direct_read_write()Yan, Zheng
2016-07-28ceph: set user pages dirty after direct IO readYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-07-05Use the right predicate in ->atomic_open() instancesAl Viro
2016-06-01ceph: disable fscache when inode is opened for writeYan, Zheng
2016-05-30libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov
2016-05-26libceph: switch to calc_target(), part 2Ilya Dryomov
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov
2016-05-26libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov
2016-05-01ceph: use generic_write_syncChristoph Hellwig
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ceph: use kmem_cache_zallocGeliang Tang
2016-03-25ceph: fix security xattr deadlockYan, Zheng
2016-03-25ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani
2016-03-25ceph: remove useless BUG_ONYan, Zheng
2016-02-04ceph: fix snap context leak in error pathYan, Zheng
2016-02-04ceph: checking for IS_ERR instead of NULLDan Carpenter
2016-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-21ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng
2016-01-21ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng
2016-01-21ceph: Asynchronous IO supportYan, Zheng
2015-11-02ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng
2015-09-09ceph: get inode size for each append writeYan, Zheng
2015-09-08ceph: no need to get parent inode in ceph_openJianpeng Ma
2015-09-08ceph: remove the useless judgementJianpeng Ma
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds