Age | Commit message (Expand) | Author |
2020-02-08 | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-02-07 | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro |
2020-02-07 | fs_parser: remove fs_parameter_description name field | Eric Sandeen |
2020-02-07 | new primitive: __fs_parse() | Al Viro |
2020-02-07 | switch rbd and libceph to p_log-based primitives | Al Viro |
2020-02-07 | struct p_log, variants of warnf() et.al. taking that one instead | Al Viro |
2020-02-07 | Pass consistent param->type to fs_parse() | Al Viro |
2020-01-27 | rbd: set the 'device' link in sysfs | Hannes Reinecke |
2020-01-27 | rbd: work around -Wuninitialized warning | Arnd Bergmann |
2019-11-27 | libceph, rbd, ceph: convert to use the new mount API | David Howells |
2019-11-25 | rbd: ask for a weaker incompat mask for read-only mappings | Ilya Dryomov |
2019-11-25 | rbd: don't query snapshot features | Ilya Dryomov |
2019-11-25 | rbd: remove snapshot existence validation code | Ilya Dryomov |
2019-11-25 | rbd: don't establish watch for read-only mappings | Ilya Dryomov |
2019-11-25 | rbd: don't acquire exclusive lock for read-only mappings | Ilya Dryomov |
2019-11-25 | rbd: disallow read-write partitions on images mapped read-only | Ilya Dryomov |
2019-11-25 | rbd: treat images mapped read-only seriously | Ilya Dryomov |
2019-11-25 | rbd: introduce RBD_DEV_FLAG_READONLY | Ilya Dryomov |
2019-11-25 | rbd: introduce rbd_is_snap() | Ilya Dryomov |
2019-11-25 | rbd: fix spelling mistake "requeueing" -> "requeuing" | Colin Ian King |
2019-11-14 | rbd: silence bogus uninitialized warning in rbd_object_map_update_finish() | Ilya Dryomov |
2019-10-15 | rbd: cancel lock_dwork if the wait is interrupted | Dongsheng Yang |
2019-09-16 | rbd: pull rbd_img_request_create() dout out into the callers | Ilya Dryomov |
2019-09-16 | rbd: fix response length parameter for encoded strings | Dongsheng Yang |
2019-08-28 | rbd: restore zeroing past the overlap when reading from parent | Ilya Dryomov |
2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds |
2019-07-08 | rbd: setallochint only if object doesn't exist | Ilya Dryomov |
2019-07-08 | rbd: support for object-map and fast-diff | Ilya Dryomov |
2019-07-08 | rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe() | Ilya Dryomov |
2019-07-08 | libceph: change ceph_osdc_call() to take page vector for response | Ilya Dryomov |
2019-07-08 | rbd: new exclusive lock wait/wake code | Ilya Dryomov |
2019-07-08 | rbd: quiescing lock should wait for image requests | Ilya Dryomov |
2019-07-08 | rbd: lock should be quiesced on reacquire | Ilya Dryomov |
2019-07-08 | rbd: introduce copyup state machine | Ilya Dryomov |
2019-07-08 | rbd: rename rbd_obj_setup_*() to rbd_obj_init_*() | Ilya Dryomov |
2019-07-08 | rbd: move OSD request allocation into object request state machines | Ilya Dryomov |
2019-07-08 | rbd: factor out __rbd_osd_setup_discard_ops() | Ilya Dryomov |
2019-07-08 | rbd: factor out rbd_osd_setup_copyup() | Ilya Dryomov |
2019-07-08 | rbd: introduce obj_req->osd_reqs list | Ilya Dryomov |
2019-07-08 | rbd: introduce image request state machine | Ilya Dryomov |
2019-07-08 | rbd: move OSD request submission into object request state machines | Ilya Dryomov |
2019-07-08 | rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD} | Ilya Dryomov |
2019-07-08 | rbd: replace obj_req->tried_parent with obj_req->read_state | Ilya Dryomov |
2019-07-08 | rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred | Ilya Dryomov |
2019-05-07 | rbd: don't assert on writes to snapshots | Ilya Dryomov |
2019-05-07 | rbd: client_mutex is never nested | Ilya Dryomov |
2019-05-07 | rbd: convert all rbd_assert(0) to BUG() | Arnd Bergmann |
2019-05-07 | rbd: avoid clang -Wuninitialized warning | Arnd Bergmann |
2019-03-20 | rbd: drop wait_for_latest_osdmap() | Ilya Dryomov |
2019-03-18 | rbd: set io_min, io_opt and discard_granularity to alloc_size | Ilya Dryomov |