| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-05-26 | 1 | -17/+72 |
|\ |
|
| * | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 1 | -0/+53 |
| * | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov | 2016-05-26 | 1 | -0/+2 |
| * | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov | 2016-05-26 | 1 | -4/+3 |
| * | libceph: switch to calc_target(), part 2 | Ilya Dryomov | 2016-05-26 | 1 | -11/+5 |
| * | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
| * | libceph: variable-sized ceph_object_id | Ilya Dryomov | 2016-05-26 | 1 | -1/+1 |
| * | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov | 2016-05-26 | 1 | -0/+7 |
* | | ceph: use generic_write_sync | Christoph Hellwig | 2016-05-01 | 1 | -6/+5 |
|/ |
|
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -16/+16 |
* | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 1 | -1/+1 |
* | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 1 | -0/+7 |
* | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 1 | -2/+2 |
* | ceph: remove useless BUG_ON | Yan, Zheng | 2016-03-25 | 1 | -2/+0 |
* | ceph: fix snap context leak in error path | Yan, Zheng | 2016-02-04 | 1 | -1/+1 |
* | ceph: checking for IS_ERR instead of NULL | Dan Carpenter | 2016-02-04 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-01-24 | 1 | -133/+376 |
|\ |
|
| * | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng | 2016-01-21 | 1 | -14/+16 |
| * | ceph: re-send AIO write request when getting -EOLDSNAP error | Yan, Zheng | 2016-01-21 | 1 | -4/+86 |
| * | ceph: Asynchronous IO support | Yan, Zheng | 2016-01-21 | 1 | -119/+278 |
* | | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -9/+9 |
|/ |
|
* | ceph: combine as many iovec as possile into one OSD request | Zhu, Caifeng | 2015-11-02 | 1 | -10/+77 |
* | ceph: get inode size for each append write | Yan, Zheng | 2015-09-09 | 1 | -0/+6 |
* | ceph: no need to get parent inode in ceph_open | Jianpeng Ma | 2015-09-08 | 1 | -5/+1 |
* | ceph: remove the useless judgement | Jianpeng Ma | 2015-09-08 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 1 | -1/+1 |
|\ |
|
| * | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 2015-06-23 | 1 | -1/+1 |
* | | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 1 | -1/+1 |
* | | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng | 2015-06-25 | 1 | -4/+4 |
* | | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 1 | -2/+16 |
* | | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 2015-06-25 | 1 | -8/+23 |
* | | libceph: allow setting osd_req_op's flags | Yan, Zheng | 2015-06-25 | 1 | -1/+1 |
|/ |
|
* | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 2015-04-11 | 1 | -4/+4 |
* | switch generic_write_checks() to iocb and iter | Al Viro | 2015-04-11 | 1 | -8/+6 |
* | generic_write_checks(): drop isblk argument | Al Viro | 2015-04-11 | 1 | -1/+1 |
* | make new_sync_{read,write}() static | Al Viro | 2015-04-11 | 1 | -2/+0 |
* | Merge branch 'iocb' into for-next | Al Viro | 2015-04-11 | 1 | -2/+1 |
|\ |
|
| * | fs: move struct kiocb to fs.h | Christoph Hellwig | 2015-03-25 | 1 | -1/+0 |
| * | fs: remove ki_nbytes | Christoph Hellwig | 2015-03-12 | 1 | -1/+1 |
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2015-02-22 | 1 | -1/+1 |
|\ \ |
|
| * | | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells | 2015-02-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-02-19 | 1 | -15/+22 |
|\ \
| |/
|/| |
|
| * | ceph: fix atomic_open snapdir | Yan, Zheng | 2015-02-19 | 1 | -1/+1 |
| * | ceph: fix reading inline data when i_size > PAGE_SIZE | Yan, Zheng | 2015-02-19 | 1 | -8/+14 |
| * | ceph: properly zero data pages for file holes. | Yan, Zheng | 2015-02-19 | 1 | -6/+7 |
* | | fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info | Christoph Hellwig | 2015-01-20 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2014-12-17 | 1 | -14/+83 |
|\ |
|
| * | ceph: convert inline data to normal data before data write | Yan, Zheng | 2014-12-17 | 1 | -0/+14 |
| * | ceph: sync read inline data | Yan, Zheng | 2014-12-17 | 1 | -8/+55 |