index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
rbd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rbd: remove the ->set_read_only method
Christoph Hellwig
2021-01-25
1
-19
/
+0
*
Merge tag 'ceph-for-5.11-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-12-17
1
-2
/
+6
|
\
|
*
libceph, rbd: ignore addr->type while comparing in some cases
Ilya Dryomov
2020-12-14
1
-2
/
+6
*
|
rbd: use set_capacity_and_notify
Christoph Hellwig
2020-11-16
1
-2
/
+1
*
|
rbd: implement ->set_read_only to hook into BLKROSET processing
Christoph Hellwig
2020-11-16
1
-36
/
+4
|
/
*
Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-10-21
1
-4
/
+4
|
\
|
*
libceph, rbd, ceph: "blacklist" -> "blocklist"
Ilya Dryomov
2020-10-12
1
-4
/
+4
*
|
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flag
Christoph Hellwig
2020-09-24
1
-1
/
+1
|
*
block: add a new revalidate_disk_size helper
Christoph Hellwig
2020-09-02
1
-1
/
+1
*
|
rbd: require global CAP_SYS_ADMIN for mapping and unmapping
Ilya Dryomov
2020-09-07
1
-0
/
+12
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-4
/
+4
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-1
/
+1
*
libceph: move away from global osd_req_flags
Ilya Dryomov
2020-06-16
1
-1
/
+3
*
rbd: compression_hint option
Ilya Dryomov
2020-06-01
1
-1
/
+42
*
libceph: support for alloc hint flags
Ilya Dryomov
2020-06-01
1
-1
/
+2
*
rbd: don't mess with a page vector in rbd_notify_op_lock()
Ilya Dryomov
2020-04-13
1
-5
/
+1
*
rbd: don't test rbd_dev->opts in rbd_dev_image_release()
Ilya Dryomov
2020-04-13
1
-1
/
+1
*
rbd: call rbd_dev_unprobe() after unwatching and flushing notifies
Ilya Dryomov
2020-04-13
1
-4
/
+4
*
rbd: avoid a deadlock on header_rwsem when flushing notifies
Ilya Dryomov
2020-04-13
1
-4
/
+13
*
rbd: enable multiple blk-mq queues
Hannes Reinecke
2020-03-30
1
-1
/
+1
*
rbd: embed image request in blk-mq pdu
Ilya Dryomov
2020-03-30
1
-87
/
+51
*
rbd: acquire header_rwsem just once in rbd_queue_workfn()
Ilya Dryomov
2020-03-30
1
-28
/
+31
*
rbd: get rid of img_request_layered_clear()
Ilya Dryomov
2020-03-30
1
-8
/
+1
*
rbd: kill img_request kref
Hannes Reinecke
2020-03-30
1
-19
/
+5
*
rbd: remove barriers from img_request_layered_{set,clear,test}()
Ilya Dryomov
2020-03-30
1
-3
/
+0
*
Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-02-08
1
-20
/
+11
|
\
|
*
fs_parse: fold fs_parameter_desc/fs_parameter_spec
Al Viro
2020-02-07
1
-6
/
+2
|
*
fs_parser: remove fs_parameter_description name field
Eric Sandeen
2020-02-07
1
-1
/
+0
|
*
new primitive: __fs_parse()
Al Viro
2020-02-07
1
-1
/
+1
|
*
switch rbd and libceph to p_log-based primitives
Al Viro
2020-02-07
1
-8
/
+6
|
*
struct p_log, variants of warnf() et.al. taking that one instead
Al Viro
2020-02-07
1
-0
/
+1
|
*
Pass consistent param->type to fs_parse()
Al Viro
2020-02-07
1
-5
/
+2
*
|
rbd: set the 'device' link in sysfs
Hannes Reinecke
2020-01-27
1
-1
/
+1
*
|
rbd: work around -Wuninitialized warning
Arnd Bergmann
2020-01-27
1
-1
/
+1
|
/
*
libceph, rbd, ceph: convert to use the new mount API
David Howells
2019-11-27
1
-109
/
+153
*
rbd: ask for a weaker incompat mask for read-only mappings
Ilya Dryomov
2019-11-25
1
-4
/
+11
*
rbd: don't query snapshot features
Ilya Dryomov
2019-11-25
1
-37
/
+1
*
rbd: remove snapshot existence validation code
Ilya Dryomov
2019-11-25
1
-39
/
+3
*
rbd: don't establish watch for read-only mappings
Ilya Dryomov
2019-11-25
1
-14
/
+27
*
rbd: don't acquire exclusive lock for read-only mappings
Ilya Dryomov
2019-11-25
1
-2
/
+13
*
rbd: disallow read-write partitions on images mapped read-only
Ilya Dryomov
2019-11-25
1
-3
/
+10
*
rbd: treat images mapped read-only seriously
Ilya Dryomov
2019-11-25
1
-5
/
+8
*
rbd: introduce RBD_DEV_FLAG_READONLY
Ilya Dryomov
2019-11-25
1
-5
/
+14
*
rbd: introduce rbd_is_snap()
Ilya Dryomov
2019-11-25
1
-8
/
+13
*
rbd: fix spelling mistake "requeueing" -> "requeuing"
Colin Ian King
2019-11-25
1
-1
/
+1
*
rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()
Ilya Dryomov
2019-11-14
1
-1
/
+1
*
rbd: cancel lock_dwork if the wait is interrupted
Dongsheng Yang
2019-10-15
1
-3
/
+6
*
rbd: pull rbd_img_request_create() dout out into the callers
Ilya Dryomov
2019-09-16
1
-2
/
+6
*
rbd: fix response length parameter for encoded strings
Dongsheng Yang
2019-09-16
1
-4
/
+6
[next]