summaryrefslogtreecommitdiffstats
path: root/fs/ceph
Commit message (Expand)AuthorAgeFilesLines
* 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-244-150/+389
|\
| * ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-214-26/+25
| * ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng2016-01-211-4/+86
| * ceph: Asynchronous IO supportYan, Zheng2016-01-211-119/+278
| * ceph: Avoid to propagate the invalid page pointMinfei Huang2016-01-211-1/+0
| * ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng2016-01-211-4/+4
* | wrappers for ->i_mutex accessAl Viro2016-01-225-17/+17
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+2
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-01-111-8/+8
|\ \
| * | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-8/+8
| |/
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-11-137-66/+161
|\
| * libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-6/+8
| * ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-025-37/+53
| * ceph: add request to i_unsafe_dirops when getting unsafe replyYan, Zheng2015-11-021-7/+11
| * ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2015-11-022-4/+10
| * ceph: combine as many iovec as possile into one OSD requestZhu, Caifeng2015-11-021-10/+77
| * ceph: fix message length computationArnd Bergmann2015-11-021-1/+1
| * ceph: fix a comment typoGeliang Tang2015-11-021-1/+1
* | mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-3/+4
* | Move locks API users to locks_lock_inode_wait()Benjamin Coddington2015-10-221-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-117-29/+67
|\
| * ceph: improve readahead for file holesYan, Zheng2015-09-091-1/+1
| * ceph: get inode size for each append writeYan, Zheng2015-09-091-0/+6
| * ceph: cleanup use of ceph_msg_getJianpeng Ma2015-09-081-2/+1
| * 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
| * ceph: remove redundant test of head->safe and silence static analysis warningsBrad Hubbard2015-09-081-1/+1
| * ceph: fix queuing inode to mdsdir's snaprealmYan, Zheng2015-09-081-7/+0
| * ceph: invalidate dirty pages after forced umountYan, Zheng2015-09-081-0/+2
| * ceph: EIO all operations after forced umountYan, Zheng2015-09-085-12/+54
* | mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
* | fs: create and use seq_show_option for escapingKees Cook2015-09-041-1/+1
|/
* ceph: always re-send cap flushes when MDS recoversYan, Zheng2015-07-312-18/+5
* ceph: fix ceph_encode_locks_to_buffer()Yan, Zheng2015-07-311-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-1/+1
|\
| * make simple_positive() publicAl Viro2015-06-231-1/+1
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-07-0212-894/+1689
|\ \ | |/ |/|
| * ceph: fix ceph_writepages_start()Yan, Zheng2015-06-251-14/+23
| * ceph: rework dcache readdirYan, Zheng2015-06-256-215/+295
| * ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-255-14/+15
| * ceph: pre-allocate data structure that tracks caps flushingYan, Zheng2015-06-258-16/+102
| * ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng2015-06-253-6/+61
| * ceph: send TID of the oldest pending caps flush to MDSYan, Zheng2015-06-251-18/+49
| * ceph: track pending caps flushing globallyYan, Zheng2015-06-255-57/+91
| * ceph: track pending caps flushing accuratelyYan, Zheng2015-06-255-88/+192
| * ceph: fix directory fsyncYan, Zheng2015-06-252-64/+65
OpenPOWER on IntegriCloud