summaryrefslogtreecommitdiffstats
path: root/fs/ceph/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-261-17/+72
|\
| * ceph: renew caps for read/write if mds session got killed.Yan, Zheng2016-05-261-0/+53
| * libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov2016-05-261-0/+2
| * libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov2016-05-261-4/+3
| * libceph: switch to calc_target(), part 2Ilya Dryomov2016-05-261-11/+5
| * libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-261-1/+1
| * libceph: variable-sized ceph_object_idIlya Dryomov2016-05-261-1/+1
| * libceph: move message allocation out of ceph_osdc_alloc_request()Ilya Dryomov2016-05-261-0/+7
* | ceph: use generic_write_syncChristoph Hellwig2016-05-011-6/+5
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-16/+16
* ceph: use kmem_cache_zallocGeliang Tang2016-03-251-1/+1
* ceph: fix security xattr deadlockYan, Zheng2016-03-251-0/+7
* ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-251-2/+2
* ceph: remove useless BUG_ONYan, Zheng2016-03-251-2/+0
* ceph: fix snap context leak in error pathYan, Zheng2016-02-041-1/+1
* ceph: checking for IS_ERR instead of NULLDan Carpenter2016-02-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-01-241-133/+376
|\
| * ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-211-14/+16
| * ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng2016-01-211-4/+86
| * ceph: Asynchronous IO supportYan, Zheng2016-01-211-119/+278
* | wrappers for ->i_mutex accessAl Viro2016-01-221-9/+9
|/
* ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng2015-11-021-10/+77
* ceph: get inode size for each append writeYan, Zheng2015-09-091-0/+6
* ceph: no need to get parent inode in ceph_openJianpeng Ma2015-09-081-5/+1
* ceph: remove the useless judgementJianpeng Ma2015-09-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | ceph: rework dcache readdirYan, Zheng2015-06-251-1/+1
* | ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-251-4/+4
* | ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-251-2/+16
* | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-251-8/+23
* | libceph: allow setting osd_req_op's flagsYan, Zheng2015-06-251-1/+1
|/
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-111-4/+4
* switch generic_write_checks() to iocb and iterAl Viro2015-04-111-8/+6
* generic_write_checks(): drop isblk argumentAl Viro2015-04-111-1/+1
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-2/+1
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0