Age | Commit message (Expand) | Author |
2016-07-28 | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull |
2016-07-28 | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng |
2016-07-28 | ceph: fix use-after-free bug in ceph_direct_read_write() | Yan, Zheng |
2016-07-28 | ceph: set user pages dirty after direct IO read | Yan, Zheng |
2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng |
2016-07-05 | Use the right predicate in ->atomic_open() instances | Al Viro |
2016-06-01 | ceph: disable fscache when inode is opened for write | Yan, Zheng |
2016-05-30 | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov |
2016-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-05-25 | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng |
2016-05-25 | libceph: redo callbacks and factor out MOSDOpReply decoding | Ilya Dryomov |
2016-05-25 | libceph: drop msg argument from ceph_osdc_callback_t | Ilya Dryomov |
2016-05-25 | libceph: switch to calc_target(), part 2 | Ilya Dryomov |
2016-05-25 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov |
2016-05-25 | libceph: variable-sized ceph_object_id | Ilya Dryomov |
2016-05-25 | libceph: move message allocation out of ceph_osdc_alloc_request() | Ilya Dryomov |
2016-05-01 | ceph: use generic_write_sync | Christoph Hellwig |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-25 | ceph: use kmem_cache_zalloc | Geliang Tang |
2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng |
2016-03-25 | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani |
2016-03-25 | ceph: remove useless BUG_ON | Yan, Zheng |
2016-02-04 | ceph: fix snap context leak in error path | Yan, Zheng |
2016-02-04 | ceph: checking for IS_ERR instead of NULL | Dan Carpenter |
2016-01-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-21 | ceph: use i_size_{read,write} to get/set i_size | Yan, Zheng |
2016-01-21 | ceph: re-send AIO write request when getting -EOLDSNAP error | Yan, Zheng |
2016-01-21 | ceph: Asynchronous IO support | Yan, Zheng |
2015-11-02 | ceph: combine as many iovec as possile into one OSD request | Zhu, Caifeng |
2015-09-09 | ceph: get inode size for each append write | Yan, Zheng |
2015-09-08 | ceph: no need to get parent inode in ceph_open | Jianpeng Ma |
2015-09-08 | ceph: remove the useless judgement | Jianpeng Ma |
2015-07-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-06-25 | ceph: rework dcache readdir | Yan, Zheng |
2015-06-25 | ceph: switch some GFP_NOFS memory allocation to GFP_KERNEL | Yan, Zheng |
2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng |
2015-06-25 | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng |
2015-06-25 | libceph: allow setting osd_req_op's flags | Yan, Zheng |
2015-06-23 | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells |
2015-04-12 | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro |
2015-04-12 | switch generic_write_checks() to iocb and iter | Al Viro |
2015-04-12 | generic_write_checks(): drop isblk argument | Al Viro |
2015-04-12 | make new_sync_{read,write}() static | Al Viro |
2015-04-12 | Merge branch 'iocb' into for-next | Al Viro |
2015-03-26 | fs: move struct kiocb to fs.h | Christoph Hellwig |
2015-03-13 | fs: remove ki_nbytes | Christoph Hellwig |
2015-02-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2015-02-22 | VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) | David Howells |