| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: adjust 36 checks for NULL pointers | Markus Elfring | 2017-09-06 | 1 | -1/+1 |
* | ceph: check negative offsets in ceph_llseek() | Luis Henriques | 2017-09-06 | 1 | -2/+2 |
* | ceph: don't use CEPH_OSD_FLAG_ORDERSNAP | Yan, Zheng | 2017-09-06 | 1 | -3/+3 |
* | ceph: include snapc in debug message of write | Yan, Zheng | 2017-09-06 | 1 | -5/+6 |
* | ceph: fix -EOLDSNAPC handling | Yan, Zheng | 2017-09-06 | 1 | -10/+7 |
* | ceph: nuke startsync op | Yanhu Cao | 2017-09-06 | 1 | -4/+1 |
* | ceph: limit osd write size | Yan, Zheng | 2017-09-06 | 1 | -1/+3 |
* | ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN | Yan, Zheng | 2017-09-06 | 1 | -0/+3 |
* | ceph: update the 'approaching max_size' code | Yan, Zheng | 2017-07-07 | 1 | -1/+1 |
* | ceph: check that the new inode size is within limits in ceph_fallocate() | Luis Henriques | 2017-05-24 | 1 | -1/+5 |
* | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2017-05-10 | 1 | -15/+53 |
|\ |
|
| * | ceph: fix file open flags on ppc64 | Alexander Graf | 2017-05-04 | 1 | -1/+33 |
| * | ceph: when seeing write errors on an inode, switch to sync writes | Jeff Layton | 2017-05-04 | 1 | -13/+18 |
| * | libceph: allow requests to return immediately on full conditions if caller wi... | Jeff Layton | 2017-05-04 | 1 | -0/+1 |
| * | ceph: fix wrong check in ceph_renew_caps() | Yan, Zheng | 2017-05-04 | 1 | -1/+1 |
* | | treewide: use kv[mz]alloc* rather than opencoded variants | Michal Hocko | 2017-05-08 | 1 | -6/+3 |
|/ |
|
* | libceph, rbd, ceph: WRITE | ONDISK -> WRITE | Ilya Dryomov | 2017-02-24 | 1 | -11/+4 |
* | ceph: remove special ack vs commit behavior | Ilya Dryomov | 2017-02-24 | 1 | -87/+1 |
* | ceph: add a new flag to indicate whether parent is locked | Jeff Layton | 2017-02-20 | 1 | -1/+2 |
* | ceph: avoid calling ceph_renew_caps() infinitely | Yan, Zheng | 2017-02-20 | 1 | -1/+1 |
* | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 2016-12-16 | 1 | -57/+70 |
|\ |
|
| * | libceph: always signal completion when done | Ilya Dryomov | 2016-12-14 | 1 | -1/+1 |
| * | ceph: fix splice read for no Fc capability case | Yan, Zheng | 2016-12-12 | 1 | -54/+66 |
| * | ceph: try getting buffer capability for readahead/fadvise | Yan, Zheng | 2016-12-12 | 1 | -1/+2 |
| * | ceph: fix printing wrong return variable in ceph_direct_read_write() | Zhi Zhang | 2016-12-12 | 1 | -1/+1 |
* | | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus | Al Viro | 2016-12-15 | 1 | -4/+0 |
|\ \
| |/
|/| |
|
| * | ceph: switch to use of ->d_init() | Al Viro | 2016-10-28 | 1 | -4/+0 |
* | | ceph: use default file splice read callback | Yan, Zheng | 2016-11-10 | 1 | -1/+0 |
* | | ceph: fix error handling in ceph_read_iter | Nikolay Borisov | 2016-10-15 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2016-10-10 | 1 | -2/+2 |
|\ |
|
| * | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 2016-09-27 | 1 | -2/+2 |
* | | ceph: ignore error from invalidate_inode_pages2_range() in direct write | NeilBrown | 2016-10-03 | 1 | -2/+2 |
|/ |
|
* | ceph: Correctly return NXIO errors from ceph_llseek | Phil Turnbull | 2016-07-28 | 1 | -7/+5 |
* | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng | 2016-07-28 | 1 | -0/+48 |
* | ceph: fix use-after-free bug in ceph_direct_read_write() | Yan, Zheng | 2016-07-28 | 1 | -2/+5 |
* | ceph: set user pages dirty after direct IO read | Yan, Zheng | 2016-07-28 | 1 | -2/+2 |
* | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 1 | -3/+3 |
* | Use the right predicate in ->atomic_open() instances | Al Viro | 2016-07-05 | 1 | -1/+1 |
* | ceph: disable fscache when inode is opened for write | Yan, Zheng | 2016-06-01 | 1 | -17/+2 |
* | libceph: change ceph_osdmap_flag() to take osdc | Ilya Dryomov | 2016-05-30 | 1 | -4/+4 |
* | 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 |